public static interface Dimension.QaQuestionDimensionMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getQaQuestionId()
public abstract String getQaQuestionId()
Optional. The QA question ID.
string qa_question_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The qaQuestionId. |
getQaQuestionIdBytes()
public abstract ByteString getQaQuestionIdBytes()
Optional. The QA question ID.
string qa_question_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for qaQuestionId. |
getQaScorecardId()
public abstract String getQaScorecardId()
Optional. The QA scorecard ID.
string qa_scorecard_id = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The qaScorecardId. |
getQaScorecardIdBytes()
public abstract ByteString getQaScorecardIdBytes()
Optional. The QA scorecard ID.
string qa_scorecard_id = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for qaScorecardId. |
getQuestionBody()
public abstract String getQuestionBody()
Optional. The full body of the question.
string question_body = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The questionBody. |
getQuestionBodyBytes()
public abstract ByteString getQuestionBodyBytes()
Optional. The full body of the question.
string question_body = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for questionBody. |