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

io.envoyproxy.envoy.service.auth.v3.CheckRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/auth/v3/external_auth.proto

package io.envoyproxy.envoy.service.auth.v3;

public interface CheckRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.auth.v3.CheckRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The request attributes.
   * 
* * .envoy.service.auth.v3.AttributeContext attributes = 1; * @return Whether the attributes field is set. */ boolean hasAttributes(); /** *
   * The request attributes.
   * 
* * .envoy.service.auth.v3.AttributeContext attributes = 1; * @return The attributes. */ io.envoyproxy.envoy.service.auth.v3.AttributeContext getAttributes(); /** *
   * The request attributes.
   * 
* * .envoy.service.auth.v3.AttributeContext attributes = 1; */ io.envoyproxy.envoy.service.auth.v3.AttributeContextOrBuilder getAttributesOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy