
io.envoyproxy.envoy.service.redis_auth.v3.RedisProxyExternalAuthRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/redis_auth/v3/redis_external_auth.proto
// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.service.redis_auth.v3;
public interface RedisProxyExternalAuthRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.redis_auth.v3.RedisProxyExternalAuthRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Username, if applicable. Otherwise, empty.
*
*
* string username = 1;
* @return The username.
*/
java.lang.String getUsername();
/**
*
* Username, if applicable. Otherwise, empty.
*
*
* string username = 1;
* @return The bytes for username.
*/
com.google.protobuf.ByteString
getUsernameBytes();
/**
*
* Password sent with the AUTH command.
*
*
* string password = 2;
* @return The password.
*/
java.lang.String getPassword();
/**
*
* Password sent with the AUTH command.
*
*
* string password = 2;
* @return The bytes for password.
*/
com.google.protobuf.ByteString
getPasswordBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy