Class AttributeContext.Request.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AttributeContext.RequestOrBuilder, Cloneable
Enclosing class:
AttributeContext.Request

public static final class AttributeContext.Request.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder> implements AttributeContext.RequestOrBuilder
 Represents a network request, such as an HTTP request.
 
Protobuf type envoy.service.auth.v2.AttributeContext.Request
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • getDefaultInstanceForType

      public AttributeContext.Request getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public AttributeContext.Request build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public AttributeContext.Request buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • setField

      public AttributeContext.Request.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • clearField

      public AttributeContext.Request.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • clearOneof

      public AttributeContext.Request.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • setRepeatedField

      public AttributeContext.Request.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • addRepeatedField

      public AttributeContext.Request.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • mergeFrom

      public AttributeContext.Request.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttributeContext.Request.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • mergeFrom

      public AttributeContext.Request.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttributeContext.Request.Builder>
      Throws:
      IOException
    • hasTime

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

      public com.google.protobuf.Timestamp getTime()
       The timestamp when the proxy receives the first byte of the request.
       
      .google.protobuf.Timestamp time = 1;
      Specified by:
      getTime in interface AttributeContext.RequestOrBuilder
      Returns:
      The time.
    • setTime

      public AttributeContext.Request.Builder setTime(com.google.protobuf.Timestamp value)
       The timestamp when the proxy receives the first byte of the request.
       
      .google.protobuf.Timestamp time = 1;
    • setTime

      public AttributeContext.Request.Builder setTime(com.google.protobuf.Timestamp.Builder builderForValue)
       The timestamp when the proxy receives the first byte of the request.
       
      .google.protobuf.Timestamp time = 1;
    • mergeTime

      public AttributeContext.Request.Builder mergeTime(com.google.protobuf.Timestamp value)
       The timestamp when the proxy receives the first byte of the request.
       
      .google.protobuf.Timestamp time = 1;
    • clearTime

       The timestamp when the proxy receives the first byte of the request.
       
      .google.protobuf.Timestamp time = 1;
    • getTimeBuilder

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

      public com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
       The timestamp when the proxy receives the first byte of the request.
       
      .google.protobuf.Timestamp time = 1;
      Specified by:
      getTimeOrBuilder in interface AttributeContext.RequestOrBuilder
    • hasHttp

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

      public AttributeContext.HttpRequest getHttp()
       Represents an HTTP request or an HTTP-like request.
       
      .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;
      Specified by:
      getHttp in interface AttributeContext.RequestOrBuilder
      Returns:
      The http.
    • setHttp

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

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

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

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

      public AttributeContext.HttpRequest.Builder getHttpBuilder()
       Represents an HTTP request or an HTTP-like request.
       
      .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;
    • getHttpOrBuilder

      public AttributeContext.HttpRequestOrBuilder getHttpOrBuilder()
       Represents an HTTP request or an HTTP-like request.
       
      .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;
      Specified by:
      getHttpOrBuilder in interface AttributeContext.RequestOrBuilder
    • setUnknownFields

      public final AttributeContext.Request.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>
    • mergeUnknownFields

      public final AttributeContext.Request.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Request.Builder>