Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::UpdateDataObjectRequest.
Request message for DataObjectService.UpdateDataObject.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_object
def data_object() -> ::Google::Cloud::VectorSearch::V1::DataObject
Returns
- (::Google::Cloud::VectorSearch::V1::DataObject) — Required. The DataObject which replaces the resource on the server.
#data_object=
def data_object=(value) -> ::Google::Cloud::VectorSearch::V1::DataObject
Parameter
- value (::Google::Cloud::VectorSearch::V1::DataObject) — Required. The DataObject which replaces the resource on the server.
Returns
- (::Google::Cloud::VectorSearch::V1::DataObject) — Required. The DataObject which replaces the resource on the server.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The update mask applies to the resource. See google.protobuf.FieldMask.