Interface BookkeeperProtocol.AuthMessageOrBuilder

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

public static interface BookkeeperProtocol.AuthMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required string authPluginName = 1;
    com.google.protobuf.ByteString
    required string authPluginName = 1;
    com.google.protobuf.ByteString
    required bytes payload = 2;
    boolean
    required string authPluginName = 1;
    boolean
    required bytes payload = 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

    • hasAuthPluginName

      boolean hasAuthPluginName()
      required string authPluginName = 1;
      Returns:
      Whether the authPluginName field is set.
    • getAuthPluginName

      String getAuthPluginName()
      required string authPluginName = 1;
      Returns:
      The authPluginName.
    • getAuthPluginNameBytes

      com.google.protobuf.ByteString getAuthPluginNameBytes()
      required string authPluginName = 1;
      Returns:
      The bytes for authPluginName.
    • hasPayload

      boolean hasPayload()
      required bytes payload = 2;
      Returns:
      Whether the payload field is set.
    • getPayload

      com.google.protobuf.ByteString getPayload()
      required bytes payload = 2;
      Returns:
      The payload.