View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaImportMetadata (google_api_retail v0.3.0)
Metadata related to the progress of the Import operation. This will be 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 will be sent to specified Pub/Sub topic. The message data will be JSON string of a Operation. Format of the Pub/Sub topic isprojects/{project}/topics/{topic}
. -
requestId
(type:String.t
, default:nil
) - Id of the request / operation. This is parroting back the requestId that was passed in the request. -
successCount
(type:String.t
, default:nil
) - Count of entries that were processed successfully. -
updateTime
(type:DateTime.t
, default:nil
) - Operation last update time. If the operation is done, this is also the finish time.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.