Class ClustersConfigDump.DynamicCluster.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<ClustersConfigDump.DynamicCluster.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<ClustersConfigDump.DynamicCluster.Builder>
      • getDefaultInstanceForType

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

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

        public ClustersConfigDump.DynamicCluster 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<ClustersConfigDump.DynamicCluster.Builder>
      • getVersionInfo

        public String getVersionInfo()
         This is the per-resource version information. This version is currently taken from the
         :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` field at the time
         that the cluster was loaded. In the future, discrete per-cluster versions may be supported by
         the API.
         
        string version_info = 1;
        Specified by:
        getVersionInfo in interface ClustersConfigDump.DynamicClusterOrBuilder
        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_api_field_DiscoveryResponse.version_info>` field at the time
         that the cluster was loaded. In the future, discrete per-cluster versions may be supported by
         the API.
         
        string version_info = 1;
        Specified by:
        getVersionInfoBytes in interface ClustersConfigDump.DynamicClusterOrBuilder
        Returns:
        The bytes for versionInfo.
      • setVersionInfo

        public ClustersConfigDump.DynamicCluster.Builder setVersionInfo​(String value)
         This is the per-resource version information. This version is currently taken from the
         :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` field at the time
         that the cluster was loaded. In the future, discrete per-cluster versions may be supported by
         the API.
         
        string version_info = 1;
        Parameters:
        value - The versionInfo to set.
        Returns:
        This builder for chaining.
      • clearVersionInfo

        public ClustersConfigDump.DynamicCluster.Builder clearVersionInfo()
         This is the per-resource version information. This version is currently taken from the
         :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` field at the time
         that the cluster was loaded. In the future, discrete per-cluster versions may be supported by
         the API.
         
        string version_info = 1;
        Returns:
        This builder for chaining.
      • setVersionInfoBytes

        public ClustersConfigDump.DynamicCluster.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_api_field_DiscoveryResponse.version_info>` field at the time
         that the cluster was loaded. In the future, discrete per-cluster versions may be supported by
         the API.
         
        string version_info = 1;
        Parameters:
        value - The bytes for versionInfo to set.
        Returns:
        This builder for chaining.
      • getClusterBuilder

        public com.google.protobuf.Any.Builder getClusterBuilder()
         The cluster config.
         
        .google.protobuf.Any cluster = 2;
      • setLastUpdated

        public ClustersConfigDump.DynamicCluster.Builder setLastUpdated​(com.google.protobuf.Timestamp value)
         The timestamp when the Cluster was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
      • setLastUpdated

        public ClustersConfigDump.DynamicCluster.Builder setLastUpdated​(com.google.protobuf.Timestamp.Builder builderForValue)
         The timestamp when the Cluster was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
      • mergeLastUpdated

        public ClustersConfigDump.DynamicCluster.Builder mergeLastUpdated​(com.google.protobuf.Timestamp value)
         The timestamp when the Cluster was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
      • getLastUpdatedBuilder

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