Interface AttributeContext.RequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AttributeContext.Request, AttributeContext.Request.Builder
Enclosing class:
AttributeContext

public static interface AttributeContext.RequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Represents an HTTP request or an HTTP-like request.
    Represents an HTTP request or an HTTP-like request.
    com.google.protobuf.Timestamp
    The timestamp when the proxy receives the first byte of the request.
    com.google.protobuf.TimestampOrBuilder
    The timestamp when the proxy receives the first byte of the request.
    boolean
    Represents an HTTP request or an HTTP-like request.
    boolean
    The timestamp when the proxy receives the first byte of the request.

    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

    • hasTime

      boolean hasTime()
       The timestamp when the proxy receives the first byte of the request.
       
      .google.protobuf.Timestamp time = 1;
      Returns:
      Whether the time field is set.
    • getTime

      com.google.protobuf.Timestamp getTime()
       The timestamp when the proxy receives the first byte of the request.
       
      .google.protobuf.Timestamp time = 1;
      Returns:
      The time.
    • getTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
       The timestamp when the proxy receives the first byte of the request.
       
      .google.protobuf.Timestamp time = 1;
    • hasHttp

      boolean hasHttp()
       Represents an HTTP request or an HTTP-like request.
       
      .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;
      Returns:
      Whether the http field is set.
    • getHttp

       Represents an HTTP request or an HTTP-like request.
       
      .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;
      Returns:
      The http.
    • getHttpOrBuilder

       Represents an HTTP request or an HTTP-like request.
       
      .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;