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