BigQuery Data QnA V1alpha API - Module Google::Cloud::DataQnA::V1alpha::QuestionService::Paths (v0.7.0)

Reference documentation and code samples for the BigQuery Data QnA V1alpha API module Google::Cloud::DataQnA::V1alpha::QuestionService::Paths.

Path helper methods for the QuestionService API.

Methods

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

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

#question_path

def question_path(project:, location:, question:) -> ::String

Create a fully-qualified Question resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/questions/{question}

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

#user_feedback_path

def user_feedback_path(project:, location:, question:) -> ::String

Create a fully-qualified UserFeedback resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/questions/{question}/userFeedback

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