Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySetService::Paths.
Path helper methods for the SampleQuerySetService API.
Included In
Methods
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#sample_query_set_path
def sample_query_set_path(project:, location:, sample_query_set:) -> ::StringCreate 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)