Reference documentation and code samples for the Google Cloud Vector Search V1 Client class UpdateDataObjectRequest.
Request message for DataObjectService.UpdateDataObject .
Generated from protobuf message google.cloud.vectorsearch.v1.UpdateDataObjectRequest
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_object
↳ update_mask
Google\Protobuf\FieldMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask .
getDataObject
Required. The DataObject which replaces the resource on the server.
hasDataObject
clearDataObject
setDataObject
Required. The DataObject which replaces the resource on the server.
$this
getUpdateMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask .
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask .
$this
static::build
dataObject
updateMask
Google\Protobuf\FieldMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask .

