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

    Modifier and Type
    Method
    Description
    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.
    boolean
    Upstream server password as defined by the `requirepass` directive <https://redis.io/topics/config>`_ in the server's configuration file.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAuthPassword

      boolean hasAuthPassword()
       Upstream server password as defined by the `requirepass` directive
       <https://redis.io/topics/config>`_ in the server's configuration file.
       
      .envoy.api.v2.core.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true];
      Returns:
      Whether the authPassword field is set.
    • getAuthPassword

      DataSource getAuthPassword()
       Upstream server password as defined by the `requirepass` directive
       <https://redis.io/topics/config>`_ in the server's configuration file.
       
      .envoy.api.v2.core.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true];
      Returns:
      The authPassword.
    • getAuthPasswordOrBuilder

      DataSourceOrBuilder getAuthPasswordOrBuilder()
       Upstream server password as defined by the `requirepass` directive
       <https://redis.io/topics/config>`_ in the server's configuration file.
       
      .envoy.api.v2.core.DataSource auth_password = 1 [(.udpa.annotations.sensitive) = true];