Google Cloud Vector Search V1 Client - Class ImportDataObjectsMetadata (0.2.0)

Reference documentation and code samples for the Google Cloud Vector Search V1 Client class ImportDataObjectsMetadata.

Metadata for VectorSearchService.ImportDataObjects.

Generated from protobuf message google.cloud.vectorsearch.v1.ImportDataObjectsMetadata

Namespace

Google \ Cloud \ VectorSearch \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

Output only. The time the operation was created.

↳ update_time Google\Protobuf\Timestamp

Output only. The time the operation was last updated.

↳ success_count int|string

Output only. Number of DataObjects that were processed successfully.

↳ failure_count int|string

Output only. Number of DataObjects that failed during processing.

getCreateTime

Output only. The time the operation was created.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time the operation was created.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

Output only. The time the operation was last updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The time the operation was last updated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getSuccessCount

Output only. Number of DataObjects that were processed successfully.

Returns
Type Description
int|string

setSuccessCount

Output only. Number of DataObjects that were processed successfully.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getFailureCount

Output only. Number of DataObjects that failed during processing.

Returns
Type Description
int|string

setFailureCount

Output only. Number of DataObjects that failed during processing.

Parameter
Name Description
var int|string
Returns
Type Description
$this