Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ImportDocumentsMetadata.
Metadata related to the progress of the ImportDocuments operation. This is returned by the google.longrunning.Operation.metadata field.
Generated from protobuf message google.cloud.discoveryengine.v1.ImportDocumentsMetadata
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__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.
↳ total_count
int|string
Total count of entries that were processed.
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
getTotalCount
Total count of entries that were processed.
int|string
setTotalCount
Total count of entries that were processed.
var
int|string
$this