Package org.apache.bookkeeper.proto
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAuthPluginName()required string authPluginName = 1;com.google.protobuf.ByteStringgetAuthPluginNameBytes()required string authPluginName = 1;com.google.protobuf.ByteStringgetPayload()required bytes payload = 2;booleanhasAuthPluginName()required string authPluginName = 1;booleanhasPayload()required bytes payload = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAuthPluginName
boolean hasAuthPluginName()
required string authPluginName = 1;- Returns:
- Whether the authPluginName field is set.
-
getAuthPluginName
java.lang.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.
-
-