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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AttributeContext getAttributes()
      The request attributes.
      AttributeContextOrBuilder getAttributesOrBuilder()
      The request attributes.
      boolean hasAttributes()
      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 Detail

      • hasAttributes

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

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

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