Reference documentation and code samples for the Google Cloud Retail V2 Client class ImportMetadata.
Metadata related to the progress of the Import operation. This is returned by the google.longrunning.Operation.metadata field.
Generated from protobuf message google.cloud.retail.v2.ImportMetadata
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ update_time
Google\Protobuf\Timestamp
Operation last update time. If the operation is done, this is also the finish time.
↳ success_count
int|string
Count of entries that were processed successfully.
↳ failure_count
int|string
Count of entries that encountered errors while processing.
↳ request_id
string
Deprecated. This field is never set.
↳ notification_pubsub_topic
string
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 is projects/{project}/topics/{topic}
.
getCreateTime
Operation create time.
hasCreateTime
clearCreateTime
setCreateTime
Operation create time.
$this
getUpdateTime
Operation last update time. If the operation is done, this is also the finish time.
hasUpdateTime
clearUpdateTime
setUpdateTime
Operation last update time. If the operation is done, this is also the finish time.
$this
getSuccessCount
Count of entries that were processed successfully.
int|string
setSuccessCount
Count of entries that were processed successfully.
var
int|string
$this
getFailureCount
Count of entries that encountered errors while processing.
int|string
setFailureCount
Count of entries that encountered errors while processing.
var
int|string
$this
getRequestId
Deprecated. This field is never set.
string
setRequestId
Deprecated. This field is never set.
var
string
$this
getNotificationPubsubTopic
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 is projects/{project}/topics/{topic}
.
string
setNotificationPubsubTopic
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 is projects/{project}/topics/{topic}
.
var
string
$this