Interface EvaluateProcessorVersionResponseOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.