Reference documentation and code samples for the Vector Search V1 API module Google::Cloud::VectorSearch::V1::DataObjectService::Paths.
Path helper methods for the DataObjectService API.
Included In
Methods
#collection_path
def collection_path(project:, location:, collection:) -> ::StringCreate a fully-qualified Collection resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/collections/{collection}
- project (String)
- location (String)
- collection (String)
- (::String)
- (::ArgumentError)
#data_object_path
def data_object_path(project:, location:, collection:, data_object:) -> ::StringCreate a fully-qualified DataObject resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/collections/{collection}/dataObjects/{data_object}
- project (String)
- location (String)
- collection (String)
- data_object (String)
- (::String)
- (::ArgumentError)