Class GetQuestionRequest (2.0.0-alpha01)

public sealed class GetQuestionRequest : IMessage<GetQuestionRequest>, IEquatable<GetQuestionRequest>, IDeepCloneable<GetQuestionRequest>, IBufferMessage, IMessage

A request to get a previously created question.

Inheritance

Object > GetQuestionRequest

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

GetQuestionRequest()

public GetQuestionRequest()

GetQuestionRequest(GetQuestionRequest)

public GetQuestionRequest(GetQuestionRequest other)
Parameter
NameDescription
otherGetQuestionRequest

Properties

Name

public string Name { get; set; }

Required. The unique identifier for the question. Example: projects/foo/locations/bar/questions/1234

Property Value
TypeDescription
String

QuestionName

public QuestionName QuestionName { get; set; }

QuestionName-typed view over the Name resource name property.

Property Value
TypeDescription
QuestionName

ReadMask

public FieldMask ReadMask { get; set; }

The list of fields to be retrieved.

Property Value
TypeDescription
FieldMask