Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::SearchService::Paths.
Path helper methods for the SearchService API.
Methods
#branch_path
def branch_path(project:, location:, data_store:, branch:) -> ::String
def branch_path(project:, location:, collection:, data_store:, branch:) -> ::String
Create a fully-qualified Branch resource string.
def branch_path(project:, location:, data_store:, branch:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}
- project (String)
- location (String)
- data_store (String)
- branch (String)
def branch_path(project:, location:, collection:, data_store:, branch:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- branch (String)
- (::String)
- (::ArgumentError)
#serving_config_path
def serving_config_path(project:, location:, data_store:, serving_config:) -> ::String
def serving_config_path(project:, location:, collection:, data_store:, serving_config:) -> ::String
Create a fully-qualified ServingConfig resource string.
def serving_config_path(project:, location:, data_store:, serving_config:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}
- project (String)
- location (String)
- data_store (String)
- serving_config (String)
def serving_config_path(project:, location:, collection:, data_store:, serving_config:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- serving_config (String)
- (::String)
- (::ArgumentError)