Class StatefulSession.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, StatefulSessionOrBuilder, Cloneable
    Enclosing class:
    StatefulSession

    public static final class StatefulSession.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<StatefulSession.Builder>
    implements StatefulSessionOrBuilder
    Protobuf type envoy.extensions.filters.http.stateful_session.v3.StatefulSession
    • 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<StatefulSession.Builder>
      • clear

        public StatefulSession.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<StatefulSession.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<StatefulSession.Builder>
      • getDefaultInstanceForType

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

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

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

        public StatefulSession.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<StatefulSession.Builder>
      • setField

        public StatefulSession.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<StatefulSession.Builder>
      • clearField

        public StatefulSession.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<StatefulSession.Builder>
      • clearOneof

        public StatefulSession.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<StatefulSession.Builder>
      • setRepeatedField

        public StatefulSession.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<StatefulSession.Builder>
      • addRepeatedField

        public StatefulSession.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<StatefulSession.Builder>
      • mergeFrom

        public StatefulSession.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<StatefulSession.Builder>
      • isInitialized

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

        public StatefulSession.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<StatefulSession.Builder>
        Throws:
        IOException
      • hasSessionState

        public boolean hasSessionState()
         Specific implementation of session state. This session state will be used to store and
         get address of the upstream host to which the session is assigned.
         [#extension-category: envoy.http.stateful_session]
         
        .envoy.config.core.v3.TypedExtensionConfig session_state = 1;
        Specified by:
        hasSessionState in interface StatefulSessionOrBuilder
        Returns:
        Whether the sessionState field is set.
      • getSessionState

        public TypedExtensionConfig getSessionState()
         Specific implementation of session state. This session state will be used to store and
         get address of the upstream host to which the session is assigned.
         [#extension-category: envoy.http.stateful_session]
         
        .envoy.config.core.v3.TypedExtensionConfig session_state = 1;
        Specified by:
        getSessionState in interface StatefulSessionOrBuilder
        Returns:
        The sessionState.
      • setSessionState

        public StatefulSession.Builder setSessionState​(TypedExtensionConfig value)
         Specific implementation of session state. This session state will be used to store and
         get address of the upstream host to which the session is assigned.
         [#extension-category: envoy.http.stateful_session]
         
        .envoy.config.core.v3.TypedExtensionConfig session_state = 1;
      • setSessionState

        public StatefulSession.Builder setSessionState​(TypedExtensionConfig.Builder builderForValue)
         Specific implementation of session state. This session state will be used to store and
         get address of the upstream host to which the session is assigned.
         [#extension-category: envoy.http.stateful_session]
         
        .envoy.config.core.v3.TypedExtensionConfig session_state = 1;
      • mergeSessionState

        public StatefulSession.Builder mergeSessionState​(TypedExtensionConfig value)
         Specific implementation of session state. This session state will be used to store and
         get address of the upstream host to which the session is assigned.
         [#extension-category: envoy.http.stateful_session]
         
        .envoy.config.core.v3.TypedExtensionConfig session_state = 1;
      • clearSessionState

        public StatefulSession.Builder clearSessionState()
         Specific implementation of session state. This session state will be used to store and
         get address of the upstream host to which the session is assigned.
         [#extension-category: envoy.http.stateful_session]
         
        .envoy.config.core.v3.TypedExtensionConfig session_state = 1;
      • getSessionStateBuilder

        public TypedExtensionConfig.Builder getSessionStateBuilder()
         Specific implementation of session state. This session state will be used to store and
         get address of the upstream host to which the session is assigned.
         [#extension-category: envoy.http.stateful_session]
         
        .envoy.config.core.v3.TypedExtensionConfig session_state = 1;
      • getSessionStateOrBuilder

        public TypedExtensionConfigOrBuilder getSessionStateOrBuilder()
         Specific implementation of session state. This session state will be used to store and
         get address of the upstream host to which the session is assigned.
         [#extension-category: envoy.http.stateful_session]
         
        .envoy.config.core.v3.TypedExtensionConfig session_state = 1;
        Specified by:
        getSessionStateOrBuilder in interface StatefulSessionOrBuilder
      • setUnknownFields

        public final StatefulSession.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<StatefulSession.Builder>
      • mergeUnknownFields

        public final StatefulSession.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<StatefulSession.Builder>