Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class UpdateIndexRequest.
Request message for UpdateIndex.
Generated from protobuf message google.cloud.visionai.v1.UpdateIndexRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ index
↳ update_mask
Google\Protobuf\FieldMask
Required. Field mask is used to specify the fields to be overwritten in the Index resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field of the resource will be overwritten if it is in the mask. Empty field mask is not allowed. If the mask is "*", it triggers a full update of the index, and also a whole rebuild of index data.
getIndex
Required. The resource being updated.
hasIndex
clearIndex
setIndex
Required. The resource being updated.
$this
getUpdateMask
Required. Field mask is used to specify the fields to be overwritten in the Index resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field of the resource will be overwritten if it is in the mask. Empty field mask is not allowed.
If the mask is "*", it triggers a full update of the index, and also a whole rebuild of index data.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Field mask is used to specify the fields to be overwritten in the Index resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field of the resource will be overwritten if it is in the mask. Empty field mask is not allowed.
If the mask is "*", it triggers a full update of the index, and also a whole rebuild of index data.
$this
static::build
index
updateMask
Google\Protobuf\FieldMask
Required. Field mask is used to specify the fields to be overwritten in the Index resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field of the resource will be overwritten if it is in the mask. Empty field mask is not allowed. If the mask is "*", it triggers a full update of the index, and also a whole rebuild of index data.

