Class: Google::Cloud::VectorSearch::V1::GetDataObjectRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::GetDataObjectRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/data_object_service.rb
Overview
Request message for DataObjectService.GetDataObject.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the DataObject resource.
Format:
projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}.
79 80 81 82 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object_service.rb', line 79 class GetDataObjectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |