Interface RedisProxyExternalAuthResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RedisProxyExternalAuthResponse, RedisProxyExternalAuthResponse.Builder

public interface RedisProxyExternalAuthResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Optional expiration time for the authentication.
    com.google.protobuf.TimestampOrBuilder
    Optional expiration time for the authentication.
    Optional message to be sent back to the client.
    com.google.protobuf.ByteString
    Optional message to be sent back to the client.
    Status of the authentication check.
    Status of the authentication check.
    boolean
    Optional expiration time for the authentication.
    boolean
    Status of the authentication check.

    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

    • hasStatus

      boolean hasStatus()
       Status of the authentication check.
       
      .google.rpc.Status status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
       Status of the authentication check.
       
      .google.rpc.Status status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      StatusOrBuilder getStatusOrBuilder()
       Status of the authentication check.
       
      .google.rpc.Status status = 1;
    • hasExpiration

      boolean hasExpiration()
       Optional expiration time for the authentication.
       If set, the authentication will be valid until this time.
       If not set, the authentication will be valid indefinitely.
       
      .google.protobuf.Timestamp expiration = 2;
      Returns:
      Whether the expiration field is set.
    • getExpiration

      com.google.protobuf.Timestamp getExpiration()
       Optional expiration time for the authentication.
       If set, the authentication will be valid until this time.
       If not set, the authentication will be valid indefinitely.
       
      .google.protobuf.Timestamp expiration = 2;
      Returns:
      The expiration.
    • getExpirationOrBuilder

      com.google.protobuf.TimestampOrBuilder getExpirationOrBuilder()
       Optional expiration time for the authentication.
       If set, the authentication will be valid until this time.
       If not set, the authentication will be valid indefinitely.
       
      .google.protobuf.Timestamp expiration = 2;
    • getMessage

      String getMessage()
       Optional message to be sent back to the client.
       
      string message = 3;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       Optional message to be sent back to the client.
       
      string message = 3;
      Returns:
      The bytes for message.