Class: Google::Cloud::DataQnA::V1alpha::GetQuestionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::GetQuestionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question_service.rb
Overview
A request to get a previously created question.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be retrieved.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The unique identifier for the question.
Example: projects/foo/locations/bar/questions/1234
.
32 33 34 35 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question_service.rb', line 32 class GetQuestionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be retrieved.
32 33 34 35 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question_service.rb', line 32 class GetQuestionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |