Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class IndexedAsset.
An IndexedAsset is an asset that the index is built upon.
Generated from protobuf message google.cloud.visionai.v1.IndexedAsset
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ index
string
Required. The index that this indexed asset belongs to. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
↳ asset
string
Required. The resource name of the asset. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
↳ create_time
↳ update_time
getIndex
Required. The index that this indexed asset belongs to.
Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
string
setIndex
Required. The index that this indexed asset belongs to.
Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}
var
string
$this
getAsset
Required. The resource name of the asset.
Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
string
setAsset
Required. The resource name of the asset.
Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
var
string
$this
getCreateTime
Output only. The create timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The create timestamp.
$this
getUpdateTime
Output only. The update timestamp.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The update timestamp.
$this

