public static interface Dimension.QaQuestionAnswerDimensionMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnswerValue()
Optional.
|
com.google.protobuf.ByteString |
getAnswerValueBytes()
Optional.
|
String |
getQaQuestionId()
Optional.
|
com.google.protobuf.ByteString |
getQaQuestionIdBytes()
Optional.
|
String |
getQaScorecardId()
Optional.
|
com.google.protobuf.ByteString |
getQaScorecardIdBytes()
Optional.
|
String |
getQuestionBody()
Optional.
|
com.google.protobuf.ByteString |
getQuestionBodyBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getQaScorecardId()
Optional. The QA scorecard ID.
string qa_scorecard_id = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getQaScorecardIdBytes()
Optional. The QA scorecard ID.
string qa_scorecard_id = 1 [(.google.api.field_behavior) = OPTIONAL];String getQaQuestionId()
Optional. The QA question ID.
string qa_question_id = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getQaQuestionIdBytes()
Optional. The QA question ID.
string qa_question_id = 2 [(.google.api.field_behavior) = OPTIONAL];String getQuestionBody()
Optional. The full body of the question.
string question_body = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getQuestionBodyBytes()
Optional. The full body of the question.
string question_body = 3 [(.google.api.field_behavior) = OPTIONAL];String getAnswerValue()
Optional. The full body of the question.
string answer_value = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getAnswerValueBytes()
Optional. The full body of the question.
string answer_value = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.