Class RedisProtocolOptions.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,RedisProtocolOptionsOrBuilder,Cloneable
- Enclosing class:
- RedisProtocolOptions
public static final class RedisProtocolOptions.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
implements RedisProtocolOptionsOrBuilder
RedisProtocolOptions specifies Redis upstream protocol options. This object is used in :ref:`typed_extension_protocol_options<envoy_v3_api_field_config.cluster.v3.Cluster.typed_extension_protocol_options>`, keyed by the name ``envoy.filters.network.redis_proxy``.Protobuf type
envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions-
Method Summary
Modifier and TypeMethodDescriptionaddAllCredentials(Iterable<? extends RedisProtocolOptions.Credential> values) If specified, these credentials are used when connecting to upstream endpoints.addCredentials(int index, RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints.addCredentials(int index, RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints.If specified, these credentials are used when connecting to upstream endpoints.addCredentials(RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints.If specified, these credentials are used when connecting to upstream endpoints.addCredentialsBuilder(int index) If specified, these credentials are used when connecting to upstream endpoints.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.The cluster level configuration for AWS IAM authenticationIf specified, these credentials are used when connecting to upstream endpoints.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.The cluster level configuration for AWS IAM authenticationThe cluster level configuration for AWS IAM authenticationThe cluster level configuration for AWS IAM authenticationgetCredentials(int index) If specified, these credentials are used when connecting to upstream endpoints.getCredentialsBuilder(int index) If specified, these credentials are used when connecting to upstream endpoints.If specified, these credentials are used when connecting to upstream endpoints.intIf specified, these credentials are used when connecting to upstream endpoints.If specified, these credentials are used when connecting to upstream endpoints.getCredentialsOrBuilder(int index) If specified, these credentials are used when connecting to upstream endpoints.List<? extends RedisProtocolOptions.CredentialOrBuilder>If specified, these credentials are used when connecting to upstream endpoints.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorbooleanUpstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.booleanUpstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.booleanThe cluster level configuration for AWS IAM authenticationprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeAuthPassword(DataSource value) Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.mergeAuthUsername(DataSource value) Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.mergeAwsIam(AwsIam value) The cluster level configuration for AWS IAM authenticationmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(RedisProtocolOptions other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeCredentials(int index) If specified, these credentials are used when connecting to upstream endpoints.setAuthPassword(DataSource value) Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.setAuthPassword(DataSource.Builder builderForValue) Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.setAuthUsername(DataSource value) Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.setAuthUsername(DataSource.Builder builderForValue) Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.The cluster level configuration for AWS IAM authenticationsetAwsIam(AwsIam.Builder builderForValue) The cluster level configuration for AWS IAM authenticationsetCredentials(int index, RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints.setCredentials(int index, RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
setField
public RedisProtocolOptions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
clearField
public RedisProtocolOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
clearOneof
public RedisProtocolOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
setRepeatedField
public RedisProtocolOptions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
addRepeatedField
public RedisProtocolOptions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RedisProtocolOptions.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
mergeFrom
public RedisProtocolOptions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RedisProtocolOptions.Builder>- Throws:
IOException
-
hasAuthPassword
public boolean hasAuthPassword()Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file. If ``aws_iam`` is set, this field is ignored.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true];- Specified by:
hasAuthPasswordin interfaceRedisProtocolOptionsOrBuilder- Returns:
- Whether the authPassword field is set.
-
getAuthPassword
Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file. If ``aws_iam`` is set, this field is ignored.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true];- Specified by:
getAuthPasswordin interfaceRedisProtocolOptionsOrBuilder- Returns:
- The authPassword.
-
setAuthPassword
Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file. If ``aws_iam`` is set, this field is ignored.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true]; -
setAuthPassword
Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file. If ``aws_iam`` is set, this field is ignored.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true]; -
mergeAuthPassword
Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file. If ``aws_iam`` is set, this field is ignored.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true]; -
clearAuthPassword
Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file. If ``aws_iam`` is set, this field is ignored.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true]; -
getAuthPasswordBuilder
Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file. If ``aws_iam`` is set, this field is ignored.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true]; -
getAuthPasswordOrBuilder
Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file. If ``aws_iam`` is set, this field is ignored.
.envoy.config.core.v3.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true];- Specified by:
getAuthPasswordOrBuilderin interfaceRedisProtocolOptionsOrBuilder
-
hasAuthUsername
public boolean hasAuthUsername()Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file. If ``aws_iam``` is set, this field will be used as the authenticating user for redis IAM authentication. See ``Create a new IAM-enabled user`` under `Setup <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth-iam.html#auth-iam-setup>`_ for more details.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true];- Specified by:
hasAuthUsernamein interfaceRedisProtocolOptionsOrBuilder- Returns:
- Whether the authUsername field is set.
-
getAuthUsername
Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file. If ``aws_iam``` is set, this field will be used as the authenticating user for redis IAM authentication. See ``Create a new IAM-enabled user`` under `Setup <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth-iam.html#auth-iam-setup>`_ for more details.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true];- Specified by:
getAuthUsernamein interfaceRedisProtocolOptionsOrBuilder- Returns:
- The authUsername.
-
setAuthUsername
Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file. If ``aws_iam``` is set, this field will be used as the authenticating user for redis IAM authentication. See ``Create a new IAM-enabled user`` under `Setup <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth-iam.html#auth-iam-setup>`_ for more details.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true]; -
setAuthUsername
Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file. If ``aws_iam``` is set, this field will be used as the authenticating user for redis IAM authentication. See ``Create a new IAM-enabled user`` under `Setup <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth-iam.html#auth-iam-setup>`_ for more details.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true]; -
mergeAuthUsername
Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file. If ``aws_iam``` is set, this field will be used as the authenticating user for redis IAM authentication. See ``Create a new IAM-enabled user`` under `Setup <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth-iam.html#auth-iam-setup>`_ for more details.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true]; -
clearAuthUsername
Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file. If ``aws_iam``` is set, this field will be used as the authenticating user for redis IAM authentication. See ``Create a new IAM-enabled user`` under `Setup <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth-iam.html#auth-iam-setup>`_ for more details.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true]; -
getAuthUsernameBuilder
Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file. If ``aws_iam``` is set, this field will be used as the authenticating user for redis IAM authentication. See ``Create a new IAM-enabled user`` under `Setup <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth-iam.html#auth-iam-setup>`_ for more details.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true]; -
getAuthUsernameOrBuilder
Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file. If ``aws_iam``` is set, this field will be used as the authenticating user for redis IAM authentication. See ``Create a new IAM-enabled user`` under `Setup <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth-iam.html#auth-iam-setup>`_ for more details.
.envoy.config.core.v3.DataSource auth_username = 2 [(.udpa.annotations.sensitive) = true];- Specified by:
getAuthUsernameOrBuilderin interfaceRedisProtocolOptionsOrBuilder
-
hasAwsIam
public boolean hasAwsIam()The cluster level configuration for AWS IAM authentication
.envoy.extensions.filters.network.redis_proxy.v3.AwsIam aws_iam = 3;- Specified by:
hasAwsIamin interfaceRedisProtocolOptionsOrBuilder- Returns:
- Whether the awsIam field is set.
-
getAwsIam
The cluster level configuration for AWS IAM authentication
.envoy.extensions.filters.network.redis_proxy.v3.AwsIam aws_iam = 3;- Specified by:
getAwsIamin interfaceRedisProtocolOptionsOrBuilder- Returns:
- The awsIam.
-
setAwsIam
The cluster level configuration for AWS IAM authentication
.envoy.extensions.filters.network.redis_proxy.v3.AwsIam aws_iam = 3; -
setAwsIam
The cluster level configuration for AWS IAM authentication
.envoy.extensions.filters.network.redis_proxy.v3.AwsIam aws_iam = 3; -
mergeAwsIam
The cluster level configuration for AWS IAM authentication
.envoy.extensions.filters.network.redis_proxy.v3.AwsIam aws_iam = 3; -
clearAwsIam
The cluster level configuration for AWS IAM authentication
.envoy.extensions.filters.network.redis_proxy.v3.AwsIam aws_iam = 3; -
getAwsIamBuilder
The cluster level configuration for AWS IAM authentication
.envoy.extensions.filters.network.redis_proxy.v3.AwsIam aws_iam = 3; -
getAwsIamOrBuilder
The cluster level configuration for AWS IAM authentication
.envoy.extensions.filters.network.redis_proxy.v3.AwsIam aws_iam = 3;- Specified by:
getAwsIamOrBuilderin interfaceRedisProtocolOptionsOrBuilder
-
getCredentialsList
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4;- Specified by:
getCredentialsListin interfaceRedisProtocolOptionsOrBuilder
-
getCredentialsCount
public int getCredentialsCount()If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4;- Specified by:
getCredentialsCountin interfaceRedisProtocolOptionsOrBuilder
-
getCredentials
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4;- Specified by:
getCredentialsin interfaceRedisProtocolOptionsOrBuilder
-
setCredentials
public RedisProtocolOptions.Builder setCredentials(int index, RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
setCredentials
public RedisProtocolOptions.Builder setCredentials(int index, RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
addCredentials
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
addCredentials
public RedisProtocolOptions.Builder addCredentials(int index, RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
addCredentials
public RedisProtocolOptions.Builder addCredentials(RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
addCredentials
public RedisProtocolOptions.Builder addCredentials(int index, RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
addAllCredentials
public RedisProtocolOptions.Builder addAllCredentials(Iterable<? extends RedisProtocolOptions.Credential> values) If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
clearCredentials
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
removeCredentials
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
getCredentialsBuilder
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
getCredentialsOrBuilder
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4;- Specified by:
getCredentialsOrBuilderin interfaceRedisProtocolOptionsOrBuilder
-
getCredentialsOrBuilderList
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4;- Specified by:
getCredentialsOrBuilderListin interfaceRedisProtocolOptionsOrBuilder
-
addCredentialsBuilder
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
addCredentialsBuilder
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
getCredentialsBuilderList
If specified, these credentials are used when connecting to upstream endpoints. Which credential is used is determined by matching the resolved ``address`` field here with each endpoint's resolved ``address`` field. The first entry for a given ``address`` here takes precedence. If no entry in ``credentials`` matches, then the ``auth_password`` and ``auth_username`` fields are used as defaults.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential credentials = 4; -
setUnknownFields
public final RedisProtocolOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-
mergeUnknownFields
public final RedisProtocolOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<RedisProtocolOptions.Builder>
-