Interface RedisProtocolOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedisProtocolOptions,RedisProtocolOptions.Builder
public interface RedisProtocolOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourcegetAuthPassword()Upstream server password as defined by the `requirepass` directive <https://redis.io/topics/config>`_ in the server's configuration file.DataSourceOrBuildergetAuthPasswordOrBuilder()Upstream server password as defined by the `requirepass` directive <https://redis.io/topics/config>`_ in the server's configuration file.DataSourcegetAuthUsername()Upstream server username as defined by the `user` directive <https://redis.io/topics/acl>`_ in the server's configuration file.DataSourceOrBuildergetAuthUsernameOrBuilder()Upstream server username as defined by the `user` directive <https://redis.io/topics/acl>`_ in the server's configuration file.booleanhasAuthPassword()Upstream server password as defined by the `requirepass` directive <https://redis.io/topics/config>`_ in the server's configuration file.booleanhasAuthUsername()Upstream server username as defined by the `user` directive <https://redis.io/topics/acl>`_ in the server's configuration file.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAuthPassword
boolean 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];
-
getAuthPassword
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];
-
getAuthPasswordOrBuilder
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];
-
hasAuthUsername
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];
-
getAuthUsername
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];
-
getAuthUsernameOrBuilder
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];
-
-