Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::SiteSearchEngineService::Paths.
Path helper methods for the SiteSearchEngineService API.
Methods
#site_search_engine_path
def site_search_engine_path(project:, location:, data_store:) -> ::String
def site_search_engine_path(project:, location:, collection:, data_store:) -> ::String
Create a fully-qualified SiteSearchEngine resource string.
def site_search_engine_path(project:, location:, data_store:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine
- project (String)
- location (String)
- data_store (String)
def site_search_engine_path(project:, location:, collection:, data_store:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine
- project (String)
- location (String)
- collection (String)
- data_store (String)
- (::String)
- (::ArgumentError)
#target_site_path
def target_site_path(project:, location:, data_store:, target_site:) -> ::String
def target_site_path(project:, location:, collection:, data_store:, target_site:) -> ::String
Create a fully-qualified TargetSite resource string.
def target_site_path(project:, location:, data_store:, target_site:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}
- project (String)
- location (String)
- data_store (String)
- target_site (String)
def target_site_path(project:, location:, collection:, data_store:, target_site:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- target_site (String)
- (::String)
- (::ArgumentError)