Class AttributeContext.Request.Builder

    • Method Detail

      • 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>
      • 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
      • 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>
      • 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

        public AttributeContext.Request.Builder 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.v3.AttributeContext.HttpRequest http = 2;
        Specified by:
        hasHttp in interface AttributeContext.RequestOrBuilder
        Returns:
        Whether the http field is set.
      • clearHttp

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

        public AttributeContext.HttpRequest.Builder getHttpBuilder()
         Represents an HTTP request or an HTTP-like request.
         
        .envoy.service.auth.v3.AttributeContext.HttpRequest http = 2;
      • 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>