public static interface Dimension.QaQuestionAnswerDimensionMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnswerValue()
public abstract String getAnswerValue()Optional. The full body of the question.
string answer_value = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The answerValue. |
getAnswerValueBytes()
public abstract ByteString getAnswerValueBytes()Optional. The full body of the question.
string answer_value = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for answerValue. |
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. |