Reference documentation and code samples for the Vector Search V1 API module Google::Cloud::VectorSearch::V1::DataObjectSearchService::Paths.
Path helper methods for the DataObjectSearchService 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)
#index_path
def index_path(project:, location:, collection:, index:) -> ::StringCreate a fully-qualified Index resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/collections/{collection}/indexes/{index}
- project (String)
- location (String)
- collection (String)
- index (String)
- (::String)
- (::ArgumentError)