Class: Google::Cloud::DataQnA::V1alpha::CreateQuestionRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns 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



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.

Returns:



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