Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::CompletionService::Paths.
Path helper methods for the CompletionService API.
Methods
#data_store_path
def data_store_path(project:, location:, data_store:) -> ::String
def data_store_path(project:, location:, collection:, data_store:) -> ::String
Create a fully-qualified DataStore resource string.
Overloads
def data_store_path(project:, location:, data_store:) -> ::String
The resource will be in the following format:
projects/{project}/locations/{location}/dataStores/{data_store}
Parameters
- project (String)
- location (String)
- data_store (String)
def data_store_path(project:, location:, collection:, data_store:) -> ::String
The resource will be in the following format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
Parameters
- project (String)
- location (String)
- collection (String)
- data_store (String)
Returns
- (::String)
Raises
- (::ArgumentError)