Interface CodecServerSpec.CustomErrorMessage.ErrorMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CodecServerSpec.CustomErrorMessage.ErrorMessage, CodecServerSpec.CustomErrorMessage.ErrorMessage.Builder
Enclosing class:
CodecServerSpec.CustomErrorMessage

public static interface CodecServerSpec.CustomErrorMessage.ErrorMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A link that is displayed along side the configured message.
    com.google.protobuf.ByteString
    A link that is displayed along side the configured message.
    A message to display.
    com.google.protobuf.ByteString
    A message to display.

    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

    • getMessage

      String getMessage()
       A message to display.
       
      string message = 1;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       A message to display.
       
      string message = 1;
      Returns:
      The bytes for message.
    • getLink

      String getLink()
       A link that is displayed along side the configured message.
       
      string link = 2;
      Returns:
      The link.
    • getLinkBytes

      com.google.protobuf.ByteString getLinkBytes()
       A link that is displayed along side the configured message.
       
      string link = 2;
      Returns:
      The bytes for link.