Interface Service.AssessmentErrorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.AssessmentError, Service.AssessmentError.Builder
Enclosing class:
Service

public static interface Service.AssessmentErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Value of an assessment when an error has occurred.
    com.google.protobuf.ByteString
    Value of an assessment when an error has occurred.
    optional string error_message = 2;
    com.google.protobuf.ByteString
    optional string error_message = 2;
    boolean
    Value of an assessment when an error has occurred.
    boolean
    optional string error_message = 2;

    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 Details

    • hasErrorCode

      boolean hasErrorCode()
       Value of an assessment when an error has occurred.
       
      optional string error_code = 1;
      Returns:
      Whether the errorCode field is set.
    • getErrorCode

      String getErrorCode()
       Value of an assessment when an error has occurred.
       
      optional string error_code = 1;
      Returns:
      The errorCode.
    • getErrorCodeBytes

      com.google.protobuf.ByteString getErrorCodeBytes()
       Value of an assessment when an error has occurred.
       
      optional string error_code = 1;
      Returns:
      The bytes for errorCode.
    • hasErrorMessage

      boolean hasErrorMessage()
      optional string error_message = 2;
      Returns:
      Whether the errorMessage field is set.
    • getErrorMessage

      String getErrorMessage()
      optional string error_message = 2;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
      optional string error_message = 2;
      Returns:
      The bytes for errorMessage.