public interface RubricCritiqueResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRubric()
Output only.
|
com.google.protobuf.ByteString |
getRubricBytes()
Output only.
|
boolean |
getVerdict()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRubric()
Output only. Rubric to be evaluated.
string rubric = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRubricBytes()
Output only. Rubric to be evaluated.
string rubric = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];Copyright © 2025 Google LLC. All rights reserved.