io.envoyproxy.envoy.service.auth.v2.CheckRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/auth/v2/external_auth.proto
package io.envoyproxy.envoy.service.auth.v2;
public interface CheckRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.auth.v2.CheckRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The request attributes.
*
*
* .envoy.service.auth.v2.AttributeContext attributes = 1;
* @return Whether the attributes field is set.
*/
boolean hasAttributes();
/**
*
* The request attributes.
*
*
* .envoy.service.auth.v2.AttributeContext attributes = 1;
* @return The attributes.
*/
io.envoyproxy.envoy.service.auth.v2.AttributeContext getAttributes();
/**
*
* The request attributes.
*
*
* .envoy.service.auth.v2.AttributeContext attributes = 1;
*/
io.envoyproxy.envoy.service.auth.v2.AttributeContextOrBuilder getAttributesOrBuilder();
}