Class EcdsConfigDump.EcdsFilterConfig.Builder

    • Field Detail

      • bitField0_

        private int bitField0_
      • versionInfo_

        private java.lang.Object versionInfo_
      • ecdsFilter_

        private com.google.protobuf.Any ecdsFilter_
      • ecdsFilterBuilder_

        private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Any,​com.google.protobuf.Any.Builder,​com.google.protobuf.AnyOrBuilder> ecdsFilterBuilder_
      • lastUpdated_

        private com.google.protobuf.Timestamp lastUpdated_
      • lastUpdatedBuilder_

        private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,​com.google.protobuf.Timestamp.Builder,​com.google.protobuf.TimestampOrBuilder> lastUpdatedBuilder_
      • clientStatus_

        private int clientStatus_
    • Constructor Detail

      • Builder

        private Builder()
      • Builder

        private Builder​(com.google.protobuf.AbstractMessage.BuilderParent parent)
    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EcdsConfigDump.EcdsFilterConfig.Builder>
      • maybeForceBuilderInitialization

        private void maybeForceBuilderInitialization()
      • 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.GeneratedMessage.Builder<EcdsConfigDump.EcdsFilterConfig.Builder>
      • getDefaultInstanceForType

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

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

        public EcdsConfigDump.EcdsFilterConfig 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.GeneratedMessage.Builder<EcdsConfigDump.EcdsFilterConfig.Builder>
      • mergeFrom

        public EcdsConfigDump.EcdsFilterConfig.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws java.io.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<EcdsConfigDump.EcdsFilterConfig.Builder>
        Throws:
        java.io.IOException
      • getVersionInfo

        public java.lang.String getVersionInfo()
         This is the per-resource version information. This version is currently
         taken from the :ref:`version_info
         <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>`
         field at the time that the ECDS filter was loaded.
         
        string version_info = 1;
        Specified by:
        getVersionInfo in interface EcdsConfigDump.EcdsFilterConfigOrBuilder
        Returns:
        The versionInfo.
      • getVersionInfoBytes

        public com.google.protobuf.ByteString getVersionInfoBytes()
         This is the per-resource version information. This version is currently
         taken from the :ref:`version_info
         <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>`
         field at the time that the ECDS filter was loaded.
         
        string version_info = 1;
        Specified by:
        getVersionInfoBytes in interface EcdsConfigDump.EcdsFilterConfigOrBuilder
        Returns:
        The bytes for versionInfo.
      • setVersionInfo

        public EcdsConfigDump.EcdsFilterConfig.Builder setVersionInfo​(java.lang.String value)
         This is the per-resource version information. This version is currently
         taken from the :ref:`version_info
         <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>`
         field at the time that the ECDS filter was loaded.
         
        string version_info = 1;
        Parameters:
        value - The versionInfo to set.
        Returns:
        This builder for chaining.
      • clearVersionInfo

        public EcdsConfigDump.EcdsFilterConfig.Builder clearVersionInfo()
         This is the per-resource version information. This version is currently
         taken from the :ref:`version_info
         <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>`
         field at the time that the ECDS filter was loaded.
         
        string version_info = 1;
        Returns:
        This builder for chaining.
      • setVersionInfoBytes

        public EcdsConfigDump.EcdsFilterConfig.Builder setVersionInfoBytes​(com.google.protobuf.ByteString value)
         This is the per-resource version information. This version is currently
         taken from the :ref:`version_info
         <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>`
         field at the time that the ECDS filter was loaded.
         
        string version_info = 1;
        Parameters:
        value - The bytes for versionInfo to set.
        Returns:
        This builder for chaining.
      • getEcdsFilterBuilder

        public com.google.protobuf.Any.Builder getEcdsFilterBuilder()
         The ECDS filter config.
         
        .google.protobuf.Any ecds_filter = 2;
      • getEcdsFilterFieldBuilder

        private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Any,​com.google.protobuf.Any.Builder,​com.google.protobuf.AnyOrBuilder> getEcdsFilterFieldBuilder()
         The ECDS filter config.
         
        .google.protobuf.Any ecds_filter = 2;
      • hasLastUpdated

        public boolean hasLastUpdated()
         The timestamp when the ECDS filter was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
        Specified by:
        hasLastUpdated in interface EcdsConfigDump.EcdsFilterConfigOrBuilder
        Returns:
        Whether the lastUpdated field is set.
      • getLastUpdated

        public com.google.protobuf.Timestamp getLastUpdated()
         The timestamp when the ECDS filter was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
        Specified by:
        getLastUpdated in interface EcdsConfigDump.EcdsFilterConfigOrBuilder
        Returns:
        The lastUpdated.
      • setLastUpdated

        public EcdsConfigDump.EcdsFilterConfig.Builder setLastUpdated​(com.google.protobuf.Timestamp value)
         The timestamp when the ECDS filter was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
      • setLastUpdated

        public EcdsConfigDump.EcdsFilterConfig.Builder setLastUpdated​(com.google.protobuf.Timestamp.Builder builderForValue)
         The timestamp when the ECDS filter was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
      • mergeLastUpdated

        public EcdsConfigDump.EcdsFilterConfig.Builder mergeLastUpdated​(com.google.protobuf.Timestamp value)
         The timestamp when the ECDS filter was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
      • getLastUpdatedBuilder

        public com.google.protobuf.Timestamp.Builder getLastUpdatedBuilder()
         The timestamp when the ECDS filter was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
      • getLastUpdatedFieldBuilder

        private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,​com.google.protobuf.Timestamp.Builder,​com.google.protobuf.TimestampOrBuilder> getLastUpdatedFieldBuilder()
         The timestamp when the ECDS filter was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
      • 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.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.UpdateFailureState error_state = 4;
        Specified by:
        hasErrorState in interface EcdsConfigDump.EcdsFilterConfigOrBuilder
        Returns:
        Whether the errorState field is set.
      • 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.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.UpdateFailureState error_state = 4;
        Specified by:
        getErrorState in interface EcdsConfigDump.EcdsFilterConfigOrBuilder
        Returns:
        The errorState.
      • setErrorState

        public EcdsConfigDump.EcdsFilterConfig.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.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.UpdateFailureState error_state = 4;
      • setErrorState

        public EcdsConfigDump.EcdsFilterConfig.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.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.UpdateFailureState error_state = 4;
      • mergeErrorState

        public EcdsConfigDump.EcdsFilterConfig.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.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.UpdateFailureState error_state = 4;
      • clearErrorState

        public EcdsConfigDump.EcdsFilterConfig.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.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.UpdateFailureState error_state = 4;
      • 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.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.UpdateFailureState error_state = 4;
      • 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.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.UpdateFailureState error_state = 4;
        Specified by:
        getErrorStateOrBuilder in interface EcdsConfigDump.EcdsFilterConfigOrBuilder
      • getErrorStateFieldBuilder

        private com.google.protobuf.SingleFieldBuilder<UpdateFailureState,​UpdateFailureState.Builder,​UpdateFailureStateOrBuilder> getErrorStateFieldBuilder()
         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.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.UpdateFailureState error_state = 4;
      • getClientStatusValue

        public int getClientStatusValue()
         The client status of this resource.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.ClientResourceStatus client_status = 5;
        Specified by:
        getClientStatusValue in interface EcdsConfigDump.EcdsFilterConfigOrBuilder
        Returns:
        The enum numeric value on the wire for clientStatus.
      • setClientStatusValue

        public EcdsConfigDump.EcdsFilterConfig.Builder setClientStatusValue​(int value)
         The client status of this resource.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.ClientResourceStatus client_status = 5;
        Parameters:
        value - The enum numeric value on the wire for clientStatus to set.
        Returns:
        This builder for chaining.
      • setClientStatus

        public EcdsConfigDump.EcdsFilterConfig.Builder setClientStatus​(ClientResourceStatus value)
         The client status of this resource.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.ClientResourceStatus client_status = 5;
        Parameters:
        value - The clientStatus to set.
        Returns:
        This builder for chaining.
      • clearClientStatus

        public EcdsConfigDump.EcdsFilterConfig.Builder clearClientStatus()
         The client status of this resource.
         [#not-implemented-hide:]
         
        .envoy.admin.v3.ClientResourceStatus client_status = 5;
        Returns:
        This builder for chaining.