Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class IndexAssetRequest.
Request message for IndexAsset.
Generated from protobuf message google.cloud.visionai.v1.IndexAssetRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the asset to index. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
↳ index
string
Optional. The name of the index. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
getName
Required. The resource name of the asset to index.
Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
string
setName
Required. The resource name of the asset to index.
Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
var
string
$this
getIndex
Optional. The name of the index.
Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
string
setIndex
Optional. The name of the index.
Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
var
string
$this

