Interface CheckRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CheckRequest, CheckRequest.Builder

public interface CheckRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The request attributes.
    The request attributes.
    boolean
    The request attributes.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAttributes

      boolean hasAttributes()
       The request attributes.
       
      .envoy.service.auth.v3.AttributeContext attributes = 1;
      Returns:
      Whether the attributes field is set.
    • getAttributes

      AttributeContext getAttributes()
       The request attributes.
       
      .envoy.service.auth.v3.AttributeContext attributes = 1;
      Returns:
      The attributes.
    • getAttributesOrBuilder

      AttributeContextOrBuilder getAttributesOrBuilder()
       The request attributes.
       
      .envoy.service.auth.v3.AttributeContext attributes = 1;