Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AssetGcsSource.
The asset source is from Cloud Storage.
Generated from protobuf message google.cloud.visionai.v1.AssetSource.AssetGcsSource
Namespace
Google \ Cloud \ VisionAI \ V1 \ AssetSourceMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_uri |
string
Cloud storage uri. |
getGcsUri
Cloud storage uri.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGcsUri
Cloud storage uri.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|