All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.redis_auth.v3.RedisProxyExternalAuthResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/redis_auth/v3/redis_external_auth.proto

// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.service.redis_auth.v3;

public interface RedisProxyExternalAuthResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.redis_auth.v3.RedisProxyExternalAuthResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Status of the authentication check.
   * 
* * .google.rpc.Status status = 1; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * Status of the authentication check.
   * 
* * .google.rpc.Status status = 1; * @return The status. */ com.google.rpc.Status getStatus(); /** *
   * Status of the authentication check.
   * 
* * .google.rpc.Status status = 1; */ com.google.rpc.StatusOrBuilder getStatusOrBuilder(); /** *
   * 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; * @return Whether the expiration field is set. */ 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; * @return The expiration. */ 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; */ com.google.protobuf.TimestampOrBuilder getExpirationOrBuilder(); /** *
   * Optional message to be sent back to the client.
   * 
* * string message = 3; * @return The message. */ java.lang.String getMessage(); /** *
   * Optional message to be sent back to the client.
   * 
* * string message = 3; * @return The bytes for message. */ com.google.protobuf.ByteString getMessageBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy