Interface ContainerFormats.StatusReplyErrorMessageOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ContainerFormats.StatusReplyErrorMessage, ContainerFormats.StatusReplyErrorMessage.Builder
Enclosing class:
ContainerFormats

public static interface ContainerFormats.StatusReplyErrorMessageOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required string errorMessage = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string errorMessage = 1;
    boolean
    required string errorMessage = 1;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasErrorMessage

      boolean hasErrorMessage()
      required string errorMessage = 1;
      Returns:
      Whether the errorMessage field is set.
    • getErrorMessage

      String getErrorMessage()
      required string errorMessage = 1;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      org.apache.pekko.protobufv3.internal.ByteString getErrorMessageBytes()
      required string errorMessage = 1;
      Returns:
      The bytes for errorMessage.