Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class RemoveIndexAssetMetadata.
Metadata for RemoveIndexAsset.
Generated from protobuf message google.cloud.visionai.v1.RemoveIndexAssetMetadata
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ indexing_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. |
getIndexingStatus
The status of indexing this asset.
| Returns | |
|---|---|
| Type | Description |
IndexingStatus|null |
|
hasIndexingStatus
clearIndexingStatus
setIndexingStatus
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 |
|