Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::SampleQueryService::Paths (v0.13.0)

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}

Parameters
  • project (String)
  • location (String)
  • sample_query_set (String)
  • sample_query (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • sample_query_set (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)