public interface RubricCritiqueResultOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRubric()
public abstract String getRubric()
Output only. Rubric to be evaluated.
string rubric = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The rubric. |
getRubricBytes()
public abstract ByteString getRubricBytes()
Output only. Rubric to be evaluated.
string rubric = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for rubric. |
getVerdict()
public abstract boolean getVerdict()
Output only. Verdict for the rubric - true if the rubric is met, false otherwise.
bool verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The verdict. |