Class ListenersConfigDump.DynamicListener.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<ListenersConfigDump.DynamicListener.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<ListenersConfigDump.DynamicListener.Builder>
      • getDefaultInstanceForType

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

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

        public ListenersConfigDump.DynamicListener buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public ListenersConfigDump.DynamicListener.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The name or unique id of this listener, pulled from the DynamicListenerState config.
         
        string name = 1;
      • hasActiveState

        public boolean hasActiveState()
         The listener state for any active listener by this name.
         These are listeners that are available to service data plane traffic.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState active_state = 2;
        Specified by:
        hasActiveState in interface ListenersConfigDump.DynamicListenerOrBuilder
      • clearActiveState

        public ListenersConfigDump.DynamicListener.Builder clearActiveState()
         The listener state for any active listener by this name.
         These are listeners that are available to service data plane traffic.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState active_state = 2;
      • getActiveStateBuilder

        public ListenersConfigDump.DynamicListenerState.Builder getActiveStateBuilder()
         The listener state for any active listener by this name.
         These are listeners that are available to service data plane traffic.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState active_state = 2;
      • hasWarmingState

        public boolean hasWarmingState()
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState warming_state = 3;
        Specified by:
        hasWarmingState in interface ListenersConfigDump.DynamicListenerOrBuilder
      • getWarmingState

        public ListenersConfigDump.DynamicListenerState getWarmingState()
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState warming_state = 3;
        Specified by:
        getWarmingState in interface ListenersConfigDump.DynamicListenerOrBuilder
      • setWarmingState

        public ListenersConfigDump.DynamicListener.Builder setWarmingState​(ListenersConfigDump.DynamicListenerState value)
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState warming_state = 3;
      • setWarmingState

        public ListenersConfigDump.DynamicListener.Builder setWarmingState​(ListenersConfigDump.DynamicListenerState.Builder builderForValue)
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState warming_state = 3;
      • mergeWarmingState

        public ListenersConfigDump.DynamicListener.Builder mergeWarmingState​(ListenersConfigDump.DynamicListenerState value)
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState warming_state = 3;
      • clearWarmingState

        public ListenersConfigDump.DynamicListener.Builder clearWarmingState()
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState warming_state = 3;
      • getWarmingStateBuilder

        public ListenersConfigDump.DynamicListenerState.Builder getWarmingStateBuilder()
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState warming_state = 3;
      • getWarmingStateOrBuilder

        public ListenersConfigDump.DynamicListenerStateOrBuilder getWarmingStateOrBuilder()
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState warming_state = 3;
        Specified by:
        getWarmingStateOrBuilder in interface ListenersConfigDump.DynamicListenerOrBuilder
      • hasDrainingState

        public boolean hasDrainingState()
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState draining_state = 4;
        Specified by:
        hasDrainingState in interface ListenersConfigDump.DynamicListenerOrBuilder
      • getDrainingState

        public ListenersConfigDump.DynamicListenerState getDrainingState()
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState draining_state = 4;
        Specified by:
        getDrainingState in interface ListenersConfigDump.DynamicListenerOrBuilder
      • setDrainingState

        public ListenersConfigDump.DynamicListener.Builder setDrainingState​(ListenersConfigDump.DynamicListenerState value)
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState draining_state = 4;
      • setDrainingState

        public ListenersConfigDump.DynamicListener.Builder setDrainingState​(ListenersConfigDump.DynamicListenerState.Builder builderForValue)
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState draining_state = 4;
      • mergeDrainingState

        public ListenersConfigDump.DynamicListener.Builder mergeDrainingState​(ListenersConfigDump.DynamicListenerState value)
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState draining_state = 4;
      • clearDrainingState

        public ListenersConfigDump.DynamicListener.Builder clearDrainingState()
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState draining_state = 4;
      • getDrainingStateBuilder

        public ListenersConfigDump.DynamicListenerState.Builder getDrainingStateBuilder()
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState draining_state = 4;
      • getDrainingStateOrBuilder

        public ListenersConfigDump.DynamicListenerStateOrBuilder getDrainingStateOrBuilder()
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v3.ListenersConfigDump.DynamicListenerState draining_state = 4;
        Specified by:
        getDrainingStateOrBuilder in interface ListenersConfigDump.DynamicListenerOrBuilder
      • hasErrorState

        public boolean hasErrorState()
         Set if the last update failed, cleared after the next successful update.
         The *error_state* field contains the rejected version of this particular
         resource along with the reason and timestamp. For successfully updated or
         acknowledged resource, this field should be empty.
         
        .envoy.admin.v3.UpdateFailureState error_state = 5;
        Specified by:
        hasErrorState in interface ListenersConfigDump.DynamicListenerOrBuilder
      • getErrorState

        public UpdateFailureState getErrorState()
         Set if the last update failed, cleared after the next successful update.
         The *error_state* field contains the rejected version of this particular
         resource along with the reason and timestamp. For successfully updated or
         acknowledged resource, this field should be empty.
         
        .envoy.admin.v3.UpdateFailureState error_state = 5;
        Specified by:
        getErrorState in interface ListenersConfigDump.DynamicListenerOrBuilder
      • setErrorState

        public ListenersConfigDump.DynamicListener.Builder setErrorState​(UpdateFailureState value)
         Set if the last update failed, cleared after the next successful update.
         The *error_state* field contains the rejected version of this particular
         resource along with the reason and timestamp. For successfully updated or
         acknowledged resource, this field should be empty.
         
        .envoy.admin.v3.UpdateFailureState error_state = 5;
      • setErrorState

        public ListenersConfigDump.DynamicListener.Builder setErrorState​(UpdateFailureState.Builder builderForValue)
         Set if the last update failed, cleared after the next successful update.
         The *error_state* field contains the rejected version of this particular
         resource along with the reason and timestamp. For successfully updated or
         acknowledged resource, this field should be empty.
         
        .envoy.admin.v3.UpdateFailureState error_state = 5;
      • mergeErrorState

        public ListenersConfigDump.DynamicListener.Builder mergeErrorState​(UpdateFailureState value)
         Set if the last update failed, cleared after the next successful update.
         The *error_state* field contains the rejected version of this particular
         resource along with the reason and timestamp. For successfully updated or
         acknowledged resource, this field should be empty.
         
        .envoy.admin.v3.UpdateFailureState error_state = 5;
      • clearErrorState

        public ListenersConfigDump.DynamicListener.Builder clearErrorState()
         Set if the last update failed, cleared after the next successful update.
         The *error_state* field contains the rejected version of this particular
         resource along with the reason and timestamp. For successfully updated or
         acknowledged resource, this field should be empty.
         
        .envoy.admin.v3.UpdateFailureState error_state = 5;
      • getErrorStateBuilder

        public UpdateFailureState.Builder getErrorStateBuilder()
         Set if the last update failed, cleared after the next successful update.
         The *error_state* field contains the rejected version of this particular
         resource along with the reason and timestamp. For successfully updated or
         acknowledged resource, this field should be empty.
         
        .envoy.admin.v3.UpdateFailureState error_state = 5;
      • getErrorStateOrBuilder

        public UpdateFailureStateOrBuilder getErrorStateOrBuilder()
         Set if the last update failed, cleared after the next successful update.
         The *error_state* field contains the rejected version of this particular
         resource along with the reason and timestamp. For successfully updated or
         acknowledged resource, this field should be empty.
         
        .envoy.admin.v3.UpdateFailureState error_state = 5;
        Specified by:
        getErrorStateOrBuilder in interface ListenersConfigDump.DynamicListenerOrBuilder
      • setClientStatusValue

        public ListenersConfigDump.DynamicListener.Builder setClientStatusValue​(int value)
         The client status of this resource.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.ClientResourceStatus client_status = 6;