Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::SampleQueryService::Paths.
Path helper methods for the SampleQueryService API.
Methods
#sample_query_path
def sample_query_path(project:, location:, sample_query_set:, sample_query:) -> ::String
Create a fully-qualified SampleQuery resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}
- project (String)
- location (String)
- sample_query_set (String)
- sample_query (String)
- (::String)
- (::ArgumentError)
#sample_query_set_path
def sample_query_set_path(project:, location:, sample_query_set:) -> ::String
Create a fully-qualified SampleQuerySet resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}
- project (String)
- location (String)
- sample_query_set (String)
- (::String)
- (::ArgumentError)