Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ImportAssetsMetadata.
The metadata message for ImportAssets LRO.
Generated from protobuf message google.cloud.visionai.v1.ImportAssetsMetadata
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ metadata |
OperationMetadata
The metadata of the operation. |
↳ status |
BatchOperationStatus
The importing status including partial failures, if the implementation can provide such information during the progress of the ImportAssets. |
getMetadata
The metadata of the operation.
| Returns | |
|---|---|
| Type | Description |
OperationMetadata|null |
|
hasMetadata
clearMetadata
setMetadata
The metadata of the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
OperationMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
The importing status including partial failures, if the implementation can provide such information during the progress of the ImportAssets.
| Returns | |
|---|---|
| Type | Description |
BatchOperationStatus|null |
|
hasStatus
clearStatus
setStatus
The importing status including partial failures, if the implementation can provide such information during the progress of the ImportAssets.
| Parameter | |
|---|---|
| Name | Description |
var |
BatchOperationStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|