Google Cloud Vision Ai V1 Client - Class IndexAssetMetadata (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class IndexAssetMetadata.

Metadata for IndexAsset.

Generated from protobuf message google.cloud.visionai.v1.IndexAssetMetadata

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ status IndexingStatus

The status of indexing this asset.

↳ start_time Google\Protobuf\Timestamp

The start time of the operation.

↳ update_time Google\Protobuf\Timestamp

The update time of the operation.

getStatus

The status of indexing this asset.

Returns
Type Description
IndexingStatus|null

hasStatus

clearStatus

setStatus

The status of indexing this asset.

Parameter
Name Description
var IndexingStatus
Returns
Type Description
$this

getStartTime

The start time of the operation.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The start time of the operation.

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

getUpdateTime

The update time of the operation.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

The update time of the operation.

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