- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.10
- 2.2.7
public static interface QaAnswer.AnswerValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBoolValue()
public abstract boolean getBoolValue()
Boolean value.
bool bool_value = 4;
Returns | |
---|---|
Type | Description |
boolean |
The boolValue. |
getKey()
public abstract String getKey()
A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
string key = 1;
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
string key = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getNaValue()
public abstract boolean getNaValue()
A value of "Not Applicable (N/A)". Should only ever be true
.
bool na_value = 5;
Returns | |
---|---|
Type | Description |
boolean |
The naValue. |
getNormalizedScore()
public abstract double getNormalizedScore()
Output only. Normalized score of the questions. Calculated as score / potential_score.
optional double normalized_score = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The normalizedScore. |
getNumValue()
public abstract double getNumValue()
Numerical value.
double num_value = 3;
Returns | |
---|---|
Type | Description |
double |
The numValue. |
getPotentialScore()
public abstract double getPotentialScore()
Output only. The maximum potential score of the question.
optional double potential_score = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The potentialScore. |
getScore()
public abstract double getScore()
Output only. Numerical score of the answer.
optional double score = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The score. |
getStrValue()
public abstract String getStrValue()
String value.
string str_value = 2;
Returns | |
---|---|
Type | Description |
String |
The strValue. |
getStrValueBytes()
public abstract ByteString getStrValueBytes()
String value.
string str_value = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for strValue. |
getValueCase()
public abstract QaAnswer.AnswerValue.ValueCase getValueCase()
Returns | |
---|---|
Type | Description |
QaAnswer.AnswerValue.ValueCase |
hasBoolValue()
public abstract boolean hasBoolValue()
Boolean value.
bool bool_value = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the boolValue field is set. |
hasNaValue()
public abstract boolean hasNaValue()
A value of "Not Applicable (N/A)". Should only ever be true
.
bool na_value = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the naValue field is set. |
hasNormalizedScore()
public abstract boolean hasNormalizedScore()
Output only. Normalized score of the questions. Calculated as score / potential_score.
optional double normalized_score = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the normalizedScore field is set. |
hasNumValue()
public abstract boolean hasNumValue()
Numerical value.
double num_value = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the numValue field is set. |
hasPotentialScore()
public abstract boolean hasPotentialScore()
Output only. The maximum potential score of the question.
optional double potential_score = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the potentialScore field is set. |
hasScore()
public abstract boolean hasScore()
Output only. Numerical score of the answer.
optional double score = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the score field is set. |
hasStrValue()
public abstract boolean hasStrValue()
String value.
string str_value = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the strValue field is set. |