Class: Google::Cloud::DataQnA::V1alpha::CreateQuestionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::CreateQuestionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question_service.rb
Overview
Request to create a question resource.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#question ⇒ ::Google::Cloud::DataQnA::V1alpha::Question
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The name of the project this data source reference belongs to.
Example: projects/foo/locations/bar
.
45 46 47 48 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question_service.rb', line 45 class CreateQuestionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#question ⇒ ::Google::Cloud::DataQnA::V1alpha::Question
Returns Required. The question to create.
45 46 47 48 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question_service.rb', line 45 class CreateQuestionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |