View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportMetadata (google_api_retail v0.19.1)
Metadata 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. -
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.GoogleCloudRetailV2ImportMetadata{ createTime: DateTime.t() | nil, failureCount: String.t() | nil, notificationPubsubTopic: String.t() | nil, requestId: String.t() | nil, successCount: String.t() | nil, updateTime: DateTime.t() | nil }