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
#completion_config_path
def completion_config_path(project:, location:, data_store:) -> ::String
def completion_config_path(project:, location:, collection:, data_store:) -> ::String
def completion_config_path(project:, location:, collection:, engine:) -> ::String
Create a fully-qualified CompletionConfig resource string.
def completion_config_path(project:, location:, data_store:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/completionConfig
- project (String)
- location (String)
- data_store (String)
def completion_config_path(project:, location:, collection:, data_store:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/completionConfig
- project (String)
- location (String)
- collection (String)
- data_store (String)
def completion_config_path(project:, location:, collection:, engine:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/completionConfig
- project (String)
- location (String)
- collection (String)
- engine (String)
- (::String)
- (::ArgumentError)
#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.
def data_store_path(project:, location:, data_store:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}
- project (String)
- location (String)
- data_store (String)
def data_store_path(project:, location:, collection:, data_store:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- (::String)
- (::ArgumentError)