public interface RedisProtocolOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataSource |
getAuthPassword()
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
DataSourceOrBuilder |
getAuthPasswordOrBuilder()
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
DataSource |
getAuthUsername()
Upstream server username as defined by the `user` directive
<https://redis.io/topics/acl>`_ in the server's configuration file.
|
DataSourceOrBuilder |
getAuthUsernameOrBuilder()
Upstream server username as defined by the `user` directive
<https://redis.io/topics/acl>`_ in the server's configuration file.
|
boolean |
hasAuthPassword()
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
boolean |
hasAuthUsername()
Upstream server username as defined by the `user` directive
<https://redis.io/topics/acl>`_ in the server's configuration file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAuthPassword()
Upstream server password as defined by the `requirepass` directive <https://redis.io/topics/config>`_ in the server's configuration file.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true];DataSource getAuthPassword()
Upstream server password as defined by the `requirepass` directive <https://redis.io/topics/config>`_ in the server's configuration file.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true];DataSourceOrBuilder getAuthPasswordOrBuilder()
Upstream server password as defined by the `requirepass` directive <https://redis.io/topics/config>`_ in the server's configuration file.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true];boolean hasAuthUsername()
Upstream server username as defined by the `user` directive <https://redis.io/topics/acl>`_ in the server's configuration file.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true];DataSource getAuthUsername()
Upstream server username as defined by the `user` directive <https://redis.io/topics/acl>`_ in the server's configuration file.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true];DataSourceOrBuilder getAuthUsernameOrBuilder()
Upstream server username as defined by the `user` directive <https://redis.io/topics/acl>`_ in the server's configuration file.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true];Copyright © 2018–2021 The Envoy Project. All rights reserved.