Vector Search V1 API - Class Google::Cloud::VectorSearch::V1::BatchUpdateDataObjectsRequest (v0.1.0)

Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::BatchUpdateDataObjectsRequest.

Request message for DataObjectService.BatchUpdateDataObjects.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Collection to update the DataObjects in. Format: projects/{project}/locations/{location}/collections/{collection}. The parent field in the UpdateDataObjectRequest messages must match this field.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Collection to update the DataObjects in. Format: projects/{project}/locations/{location}/collections/{collection}. The parent field in the UpdateDataObjectRequest messages must match this field.
Returns
  • (::String) — Required. The resource name of the Collection to update the DataObjects in. Format: projects/{project}/locations/{location}/collections/{collection}. The parent field in the UpdateDataObjectRequest messages must match this field.

#requests

def requests() -> ::Array<::Google::Cloud::VectorSearch::V1::UpdateDataObjectRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Cloud::VectorSearch::V1::UpdateDataObjectRequest>
Parameter
Returns