GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaImportMetadata (google_api_retail v0.20.0)
View SourceMetadata related to the progress of the Import operation. This is returned by the google.longrunning.Operation.metadata field.
Attributes
-
createTime(type:DateTime.t, default:nil) - Operation create time. -
failureCount(type:String.t, default:nil) - Count of entries that encountered errors while processing. -
notificationPubsubTopic(type:String.t, default:nil) - Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a Operation. Format of the Pub/Sub topic isprojects/{project}/topics/{topic}. -
requestId(type:String.t, default:nil) - Deprecated. This field is never set. -
successCount(type:String.t, default:nil) - Count of entries that were processed successfully. -
transformedUserEventsMetadata(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaTransformedUserEventsMetadata.t, default:nil) - Metadata related to transform user events. -
updateTime(type:DateTime.t, default:nil) - Operation last update time. If the operation is done, this is also the finish time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaImportMetadata{ createTime: DateTime.t() | nil, failureCount: String.t() | nil, notificationPubsubTopic: String.t() | nil, requestId: String.t() | nil, successCount: String.t() | nil, transformedUserEventsMetadata: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaTransformedUserEventsMetadata.t() | nil, updateTime: DateTime.t() | nil }