Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class IngestAssetResponse.
Response message for IngestAsset API.
Generated from protobuf message google.cloud.visionai.v1.IngestAssetResponse
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ successfully_ingested_partition |
Partition\TemporalPartition
Time range of the data that has been successfully ingested. |
getSuccessfullyIngestedPartition
Time range of the data that has been successfully ingested.
| Returns | |
|---|---|
| Type | Description |
Partition\TemporalPartition|null |
|
hasSuccessfullyIngestedPartition
clearSuccessfullyIngestedPartition
setSuccessfullyIngestedPartition
Time range of the data that has been successfully ingested.
| Parameter | |
|---|---|
| Name | Description |
var |
Partition\TemporalPartition
|
| Returns | |
|---|---|
| Type | Description |
$this |
|