Interface EvaluateProcessorVersionResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluateProcessorVersionResponse
,EvaluateProcessorVersionResponse.Builder
public interface EvaluateProcessorVersionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEvaluation()
The resource name of the created evaluation.com.google.protobuf.ByteString
getEvaluationBytes()
The resource name of the created evaluation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEvaluation
String getEvaluation()
The resource name of the created evaluation.
string evaluation = 2;
- Returns:
- The evaluation.
-
getEvaluationBytes
com.google.protobuf.ByteString getEvaluationBytes()
The resource name of the created evaluation.
string evaluation = 2;
- Returns:
- The bytes for evaluation.
-
-