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
Modifier and TypeMethodDescriptionrequired string authPluginName = 1;com.google.protobuf.ByteStringrequired string authPluginName = 1;com.google.protobuf.ByteStringrequired bytes payload = 2;booleanrequired string authPluginName = 1;booleanrequired bytes payload = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-