BigQuery Data QnA V1alpha API - Class Google::Cloud::DataQnA::V1alpha::CreateQuestionRequest (v0.7.0)

Reference documentation and code samples for the BigQuery Data QnA V1alpha API class Google::Cloud::DataQnA::V1alpha::CreateQuestionRequest.

Request to create a question resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the project this data source reference belongs to. Example: projects/foo/locations/bar

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the project this data source reference belongs to. Example: projects/foo/locations/bar
Returns
  • (::String) — Required. The name of the project this data source reference belongs to. Example: projects/foo/locations/bar

#question

def question() -> ::Google::Cloud::DataQnA::V1alpha::Question
Returns

#question=

def question=(value) -> ::Google::Cloud::DataQnA::V1alpha::Question
Parameter
Returns