public sealed class GetQuestionRequest : IMessage<GetQuestionRequest>, IEquatable<GetQuestionRequest>, IDeepCloneable<GetQuestionRequest>, IBufferMessage, IMessage
A request to get a previously created question.
Implements
IMessage<GetQuestionRequest>, IEquatable<GetQuestionRequest>, IDeepCloneable<GetQuestionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
GetQuestionRequest()
public GetQuestionRequest()
GetQuestionRequest(GetQuestionRequest)
public GetQuestionRequest(GetQuestionRequest other)
Parameter | |
---|---|
Name | Description |
other | GetQuestionRequest |
Properties
Name
public string Name { get; set; }
Required. The unique identifier for the question.
Example: projects/foo/locations/bar/questions/1234
Property Value | |
---|---|
Type | Description |
String |
QuestionName
public QuestionName QuestionName { get; set; }
QuestionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
QuestionName |
ReadMask
public FieldMask ReadMask { get; set; }
The list of fields to be retrieved.
Property Value | |
---|---|
Type | Description |
FieldMask |