Uses of Class
io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential
Packages that use RedisProtocolOptions.Credential
-
Uses of RedisProtocolOptions.Credential in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return RedisProtocolOptions.CredentialModifier and TypeMethodDescriptionRedisProtocolOptions.Credential.Builder.build()RedisProtocolOptions.Credential.Builder.buildPartial()RedisProtocolOptions.Builder.getCredentials(int index) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.getCredentials(int index) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptionsOrBuilder.getCredentials(int index) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Credential.getDefaultInstance()RedisProtocolOptions.Credential.Builder.getDefaultInstanceForType()RedisProtocolOptions.Credential.getDefaultInstanceForType()RedisProtocolOptions.Credential.parseDelimitedFrom(InputStream input) RedisProtocolOptions.Credential.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProtocolOptions.Credential.parseFrom(byte[] data) RedisProtocolOptions.Credential.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProtocolOptions.Credential.parseFrom(com.google.protobuf.ByteString data) RedisProtocolOptions.Credential.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProtocolOptions.Credential.parseFrom(com.google.protobuf.CodedInputStream input) RedisProtocolOptions.Credential.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProtocolOptions.Credential.parseFrom(InputStream input) RedisProtocolOptions.Credential.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProtocolOptions.Credential.parseFrom(ByteBuffer data) RedisProtocolOptions.Credential.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return types with arguments of type RedisProtocolOptions.CredentialModifier and TypeMethodDescriptionRedisProtocolOptions.Builder.getCredentialsList()If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.getCredentialsList()If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptionsOrBuilder.getCredentialsList()If specified, these credentials are used when connecting to upstream endpoints.com.google.protobuf.Parser<RedisProtocolOptions.Credential>RedisProtocolOptions.Credential.getParserForType()static com.google.protobuf.Parser<RedisProtocolOptions.Credential>RedisProtocolOptions.Credential.parser()Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 with parameters of type RedisProtocolOptions.CredentialModifier and TypeMethodDescriptionRedisProtocolOptions.Builder.addCredentials(int index, RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.addCredentials(RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Credential.Builder.mergeFrom(RedisProtocolOptions.Credential other) RedisProtocolOptions.Credential.newBuilder(RedisProtocolOptions.Credential prototype) RedisProtocolOptions.Builder.setCredentials(int index, RedisProtocolOptions.Credential value) If specified, these credentials are used when connecting to upstream endpoints.Method parameters in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 with type arguments of type RedisProtocolOptions.CredentialModifier and TypeMethodDescriptionRedisProtocolOptions.Builder.addAllCredentials(Iterable<? extends RedisProtocolOptions.Credential> values) If specified, these credentials are used when connecting to upstream endpoints.