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
- (::Google::Cloud::DataQnA::V1alpha::Question) — Required. The question to create.
#question=
def question=(value) -> ::Google::Cloud::DataQnA::V1alpha::Question
Parameter
- value (::Google::Cloud::DataQnA::V1alpha::Question) — Required. The question to create.
Returns
- (::Google::Cloud::DataQnA::V1alpha::Question) — Required. The question to create.