Interface RubricBasedInstructionFollowingInstanceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RubricBasedInstructionFollowingInstance,RubricBasedInstructionFollowingInstance.Builder
@Generated
public interface RubricBasedInstructionFollowingInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.booleanRequired.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
-
hasJsonInstance
boolean hasJsonInstance()Required. Instance specified as a json string. String key-value pairs are expected in the json_instance to render RubricBasedInstructionFollowing prompt templates.
string json_instance = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the jsonInstance field is set.
-
getJsonInstance
String getJsonInstance()Required. Instance specified as a json string. String key-value pairs are expected in the json_instance to render RubricBasedInstructionFollowing prompt templates.
string json_instance = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The jsonInstance.
-
getJsonInstanceBytes
com.google.protobuf.ByteString getJsonInstanceBytes()Required. Instance specified as a json string. String key-value pairs are expected in the json_instance to render RubricBasedInstructionFollowing prompt templates.
string json_instance = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for jsonInstance.
-
getInstanceCase
RubricBasedInstructionFollowingInstance.InstanceCase getInstanceCase()
-