io.envoyproxy.envoy.service.auth.v3.CheckRequestOrBuilder Maven / Gradle / Ivy
// 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();
}