Interface OnlineEvaluator.StateDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnlineEvaluator.StateDetails,OnlineEvaluator.StateDetails.Builder
- Enclosing class:
- OnlineEvaluator
public static interface OnlineEvaluator.StateDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput 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
-
getMessage
String getMessage()Output only. Human-readable message describing the state of the OnlineEvaluator.
string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()Output only. Human-readable message describing the state of the OnlineEvaluator.
string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for message.
-