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

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

A request to get a previously created question.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The unique identifier for the question. Example: projects/foo/locations/bar/questions/1234

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The unique identifier for the question. Example: projects/foo/locations/bar/questions/1234
Returns
  • (::String) — Required. The unique identifier for the question. Example: projects/foo/locations/bar/questions/1234

#read_mask

def read_mask() -> ::Google::Protobuf::FieldMask
Returns

#read_mask=

def read_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns