Interface RedisProxyExternalAuthRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedisProxyExternalAuthRequest,RedisProxyExternalAuthRequest.Builder
public interface RedisProxyExternalAuthRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPassword sent with the AUTH command.com.google.protobuf.ByteStringPassword sent with the AUTH command.Username, if applicable.com.google.protobuf.ByteStringUsername, if applicable.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
-
getUsername
String getUsername()Username, if applicable. Otherwise, empty.
string username = 1;- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()Username, if applicable. Otherwise, empty.
string username = 1;- Returns:
- The bytes for username.
-
getPassword
String getPassword()Password sent with the AUTH command.
string password = 2;- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()Password sent with the AUTH command.
string password = 2;- Returns:
- The bytes for password.
-