Interface RubricCritiqueResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RubricCritiqueResult,RubricCritiqueResult.Builder
@Generated
public interface RubricCritiqueResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRubric
String getRubric()Output only. Rubric to be evaluated.
string rubric = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The rubric.
-
getRubricBytes
com.google.protobuf.ByteString getRubricBytes()Output only. Rubric to be evaluated.
string rubric = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for rubric.
-
getVerdict
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:
- The verdict.
-