Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class UpdateIndexEndpointRequest.
Request message for UpdateIndexEndpoint.
Generated from protobuf message google.cloud.visionai.v1.UpdateIndexEndpointRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ index_endpoint
↳ update_mask
Google\Protobuf\FieldMask
Required. Field mask is used to specify the fields to be overwritten in the IndexEndpoint 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 "*", then this is a full replacement of the resource.
getIndexEndpoint
Required. The resource being updated.
hasIndexEndpoint
clearIndexEndpoint
setIndexEndpoint
Required. The resource being updated.
$this
getUpdateMask
Required. Field mask is used to specify the fields to be overwritten in the IndexEndpoint 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 "*", then this is a full replacement of the resource.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Field mask is used to specify the fields to be overwritten in the IndexEndpoint 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 "*", then this is a full replacement of the resource.
$this
static::build
indexEndpoint
updateMask
Google\Protobuf\FieldMask
Required. Field mask is used to specify the fields to be overwritten in the IndexEndpoint 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 "*", then this is a full replacement of the resource.

