Class AutomaticScaling.Builder

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

    public static final class AutomaticScaling.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<AutomaticScaling.Builder>
    implements AutomaticScalingOrBuilder
     Automatic scaling is based on request rate, response latencies, and other
     application metrics.
     
    Protobuf type google.appengine.v1.AutomaticScaling
    • 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<AutomaticScaling.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public AutomaticScaling.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<AutomaticScaling.Builder>
        Throws:
        IOException
      • hasCoolDownPeriod

        public boolean hasCoolDownPeriod()
         The time period that the
         [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/)
         should wait before it starts collecting information from a new instance.
         This prevents the autoscaler from collecting information when the instance
         is initializing, during which the collected usage would not be reliable.
         Only applicable in the App Engine flexible environment.
         
        .google.protobuf.Duration cool_down_period = 1;
        Specified by:
        hasCoolDownPeriod in interface AutomaticScalingOrBuilder
        Returns:
        Whether the coolDownPeriod field is set.
      • getCoolDownPeriod

        public com.google.protobuf.Duration getCoolDownPeriod()
         The time period that the
         [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/)
         should wait before it starts collecting information from a new instance.
         This prevents the autoscaler from collecting information when the instance
         is initializing, during which the collected usage would not be reliable.
         Only applicable in the App Engine flexible environment.
         
        .google.protobuf.Duration cool_down_period = 1;
        Specified by:
        getCoolDownPeriod in interface AutomaticScalingOrBuilder
        Returns:
        The coolDownPeriod.
      • setCoolDownPeriod

        public AutomaticScaling.Builder setCoolDownPeriod​(com.google.protobuf.Duration value)
         The time period that the
         [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/)
         should wait before it starts collecting information from a new instance.
         This prevents the autoscaler from collecting information when the instance
         is initializing, during which the collected usage would not be reliable.
         Only applicable in the App Engine flexible environment.
         
        .google.protobuf.Duration cool_down_period = 1;
      • setCoolDownPeriod

        public AutomaticScaling.Builder setCoolDownPeriod​(com.google.protobuf.Duration.Builder builderForValue)
         The time period that the
         [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/)
         should wait before it starts collecting information from a new instance.
         This prevents the autoscaler from collecting information when the instance
         is initializing, during which the collected usage would not be reliable.
         Only applicable in the App Engine flexible environment.
         
        .google.protobuf.Duration cool_down_period = 1;
      • mergeCoolDownPeriod

        public AutomaticScaling.Builder mergeCoolDownPeriod​(com.google.protobuf.Duration value)
         The time period that the
         [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/)
         should wait before it starts collecting information from a new instance.
         This prevents the autoscaler from collecting information when the instance
         is initializing, during which the collected usage would not be reliable.
         Only applicable in the App Engine flexible environment.
         
        .google.protobuf.Duration cool_down_period = 1;
      • clearCoolDownPeriod

        public AutomaticScaling.Builder clearCoolDownPeriod()
         The time period that the
         [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/)
         should wait before it starts collecting information from a new instance.
         This prevents the autoscaler from collecting information when the instance
         is initializing, during which the collected usage would not be reliable.
         Only applicable in the App Engine flexible environment.
         
        .google.protobuf.Duration cool_down_period = 1;
      • getCoolDownPeriodBuilder

        public com.google.protobuf.Duration.Builder getCoolDownPeriodBuilder()
         The time period that the
         [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/)
         should wait before it starts collecting information from a new instance.
         This prevents the autoscaler from collecting information when the instance
         is initializing, during which the collected usage would not be reliable.
         Only applicable in the App Engine flexible environment.
         
        .google.protobuf.Duration cool_down_period = 1;
      • getCoolDownPeriodOrBuilder

        public com.google.protobuf.DurationOrBuilder getCoolDownPeriodOrBuilder()
         The time period that the
         [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/)
         should wait before it starts collecting information from a new instance.
         This prevents the autoscaler from collecting information when the instance
         is initializing, during which the collected usage would not be reliable.
         Only applicable in the App Engine flexible environment.
         
        .google.protobuf.Duration cool_down_period = 1;
        Specified by:
        getCoolDownPeriodOrBuilder in interface AutomaticScalingOrBuilder
      • hasCpuUtilization

        public boolean hasCpuUtilization()
         Target scaling by CPU usage.
         
        .google.appengine.v1.CpuUtilization cpu_utilization = 2;
        Specified by:
        hasCpuUtilization in interface AutomaticScalingOrBuilder
        Returns:
        Whether the cpuUtilization field is set.
      • clearCpuUtilization

        public AutomaticScaling.Builder clearCpuUtilization()
         Target scaling by CPU usage.
         
        .google.appengine.v1.CpuUtilization cpu_utilization = 2;
      • getCpuUtilizationBuilder

        public CpuUtilization.Builder getCpuUtilizationBuilder()
         Target scaling by CPU usage.
         
        .google.appengine.v1.CpuUtilization cpu_utilization = 2;
      • getMaxConcurrentRequests

        public int getMaxConcurrentRequests()
         Number of concurrent requests an automatic scaling instance can accept
         before the scheduler spawns a new instance.
        
         Defaults to a runtime-specific value.
         
        int32 max_concurrent_requests = 3;
        Specified by:
        getMaxConcurrentRequests in interface AutomaticScalingOrBuilder
        Returns:
        The maxConcurrentRequests.
      • setMaxConcurrentRequests

        public AutomaticScaling.Builder setMaxConcurrentRequests​(int value)
         Number of concurrent requests an automatic scaling instance can accept
         before the scheduler spawns a new instance.
        
         Defaults to a runtime-specific value.
         
        int32 max_concurrent_requests = 3;
        Parameters:
        value - The maxConcurrentRequests to set.
        Returns:
        This builder for chaining.
      • clearMaxConcurrentRequests

        public AutomaticScaling.Builder clearMaxConcurrentRequests()
         Number of concurrent requests an automatic scaling instance can accept
         before the scheduler spawns a new instance.
        
         Defaults to a runtime-specific value.
         
        int32 max_concurrent_requests = 3;
        Returns:
        This builder for chaining.
      • getMaxIdleInstances

        public int getMaxIdleInstances()
         Maximum number of idle instances that should be maintained for this
         version.
         
        int32 max_idle_instances = 4;
        Specified by:
        getMaxIdleInstances in interface AutomaticScalingOrBuilder
        Returns:
        The maxIdleInstances.
      • setMaxIdleInstances

        public AutomaticScaling.Builder setMaxIdleInstances​(int value)
         Maximum number of idle instances that should be maintained for this
         version.
         
        int32 max_idle_instances = 4;
        Parameters:
        value - The maxIdleInstances to set.
        Returns:
        This builder for chaining.
      • clearMaxIdleInstances

        public AutomaticScaling.Builder clearMaxIdleInstances()
         Maximum number of idle instances that should be maintained for this
         version.
         
        int32 max_idle_instances = 4;
        Returns:
        This builder for chaining.
      • getMaxTotalInstances

        public int getMaxTotalInstances()
         Maximum number of instances that should be started to handle requests for
         this version.
         
        int32 max_total_instances = 5;
        Specified by:
        getMaxTotalInstances in interface AutomaticScalingOrBuilder
        Returns:
        The maxTotalInstances.
      • setMaxTotalInstances

        public AutomaticScaling.Builder setMaxTotalInstances​(int value)
         Maximum number of instances that should be started to handle requests for
         this version.
         
        int32 max_total_instances = 5;
        Parameters:
        value - The maxTotalInstances to set.
        Returns:
        This builder for chaining.
      • clearMaxTotalInstances

        public AutomaticScaling.Builder clearMaxTotalInstances()
         Maximum number of instances that should be started to handle requests for
         this version.
         
        int32 max_total_instances = 5;
        Returns:
        This builder for chaining.
      • hasMaxPendingLatency

        public boolean hasMaxPendingLatency()
         Maximum amount of time that a request should wait in the pending queue
         before starting a new instance to handle it.
         
        .google.protobuf.Duration max_pending_latency = 6;
        Specified by:
        hasMaxPendingLatency in interface AutomaticScalingOrBuilder
        Returns:
        Whether the maxPendingLatency field is set.
      • getMaxPendingLatency

        public com.google.protobuf.Duration getMaxPendingLatency()
         Maximum amount of time that a request should wait in the pending queue
         before starting a new instance to handle it.
         
        .google.protobuf.Duration max_pending_latency = 6;
        Specified by:
        getMaxPendingLatency in interface AutomaticScalingOrBuilder
        Returns:
        The maxPendingLatency.
      • setMaxPendingLatency

        public AutomaticScaling.Builder setMaxPendingLatency​(com.google.protobuf.Duration value)
         Maximum amount of time that a request should wait in the pending queue
         before starting a new instance to handle it.
         
        .google.protobuf.Duration max_pending_latency = 6;
      • setMaxPendingLatency

        public AutomaticScaling.Builder setMaxPendingLatency​(com.google.protobuf.Duration.Builder builderForValue)
         Maximum amount of time that a request should wait in the pending queue
         before starting a new instance to handle it.
         
        .google.protobuf.Duration max_pending_latency = 6;
      • mergeMaxPendingLatency

        public AutomaticScaling.Builder mergeMaxPendingLatency​(com.google.protobuf.Duration value)
         Maximum amount of time that a request should wait in the pending queue
         before starting a new instance to handle it.
         
        .google.protobuf.Duration max_pending_latency = 6;
      • clearMaxPendingLatency

        public AutomaticScaling.Builder clearMaxPendingLatency()
         Maximum amount of time that a request should wait in the pending queue
         before starting a new instance to handle it.
         
        .google.protobuf.Duration max_pending_latency = 6;
      • getMaxPendingLatencyBuilder

        public com.google.protobuf.Duration.Builder getMaxPendingLatencyBuilder()
         Maximum amount of time that a request should wait in the pending queue
         before starting a new instance to handle it.
         
        .google.protobuf.Duration max_pending_latency = 6;
      • getMaxPendingLatencyOrBuilder

        public com.google.protobuf.DurationOrBuilder getMaxPendingLatencyOrBuilder()
         Maximum amount of time that a request should wait in the pending queue
         before starting a new instance to handle it.
         
        .google.protobuf.Duration max_pending_latency = 6;
        Specified by:
        getMaxPendingLatencyOrBuilder in interface AutomaticScalingOrBuilder
      • getMinIdleInstances

        public int getMinIdleInstances()
         Minimum number of idle instances that should be maintained for
         this version. Only applicable for the default version of a service.
         
        int32 min_idle_instances = 7;
        Specified by:
        getMinIdleInstances in interface AutomaticScalingOrBuilder
        Returns:
        The minIdleInstances.
      • setMinIdleInstances

        public AutomaticScaling.Builder setMinIdleInstances​(int value)
         Minimum number of idle instances that should be maintained for
         this version. Only applicable for the default version of a service.
         
        int32 min_idle_instances = 7;
        Parameters:
        value - The minIdleInstances to set.
        Returns:
        This builder for chaining.
      • clearMinIdleInstances

        public AutomaticScaling.Builder clearMinIdleInstances()
         Minimum number of idle instances that should be maintained for
         this version. Only applicable for the default version of a service.
         
        int32 min_idle_instances = 7;
        Returns:
        This builder for chaining.
      • getMinTotalInstances

        public int getMinTotalInstances()
         Minimum number of running instances that should be maintained for this
         version.
         
        int32 min_total_instances = 8;
        Specified by:
        getMinTotalInstances in interface AutomaticScalingOrBuilder
        Returns:
        The minTotalInstances.
      • setMinTotalInstances

        public AutomaticScaling.Builder setMinTotalInstances​(int value)
         Minimum number of running instances that should be maintained for this
         version.
         
        int32 min_total_instances = 8;
        Parameters:
        value - The minTotalInstances to set.
        Returns:
        This builder for chaining.
      • clearMinTotalInstances

        public AutomaticScaling.Builder clearMinTotalInstances()
         Minimum number of running instances that should be maintained for this
         version.
         
        int32 min_total_instances = 8;
        Returns:
        This builder for chaining.
      • hasMinPendingLatency

        public boolean hasMinPendingLatency()
         Minimum amount of time a request should wait in the pending queue before
         starting a new instance to handle it.
         
        .google.protobuf.Duration min_pending_latency = 9;
        Specified by:
        hasMinPendingLatency in interface AutomaticScalingOrBuilder
        Returns:
        Whether the minPendingLatency field is set.
      • getMinPendingLatency

        public com.google.protobuf.Duration getMinPendingLatency()
         Minimum amount of time a request should wait in the pending queue before
         starting a new instance to handle it.
         
        .google.protobuf.Duration min_pending_latency = 9;
        Specified by:
        getMinPendingLatency in interface AutomaticScalingOrBuilder
        Returns:
        The minPendingLatency.
      • setMinPendingLatency

        public AutomaticScaling.Builder setMinPendingLatency​(com.google.protobuf.Duration value)
         Minimum amount of time a request should wait in the pending queue before
         starting a new instance to handle it.
         
        .google.protobuf.Duration min_pending_latency = 9;
      • setMinPendingLatency

        public AutomaticScaling.Builder setMinPendingLatency​(com.google.protobuf.Duration.Builder builderForValue)
         Minimum amount of time a request should wait in the pending queue before
         starting a new instance to handle it.
         
        .google.protobuf.Duration min_pending_latency = 9;
      • mergeMinPendingLatency

        public AutomaticScaling.Builder mergeMinPendingLatency​(com.google.protobuf.Duration value)
         Minimum amount of time a request should wait in the pending queue before
         starting a new instance to handle it.
         
        .google.protobuf.Duration min_pending_latency = 9;
      • clearMinPendingLatency

        public AutomaticScaling.Builder clearMinPendingLatency()
         Minimum amount of time a request should wait in the pending queue before
         starting a new instance to handle it.
         
        .google.protobuf.Duration min_pending_latency = 9;
      • getMinPendingLatencyBuilder

        public com.google.protobuf.Duration.Builder getMinPendingLatencyBuilder()
         Minimum amount of time a request should wait in the pending queue before
         starting a new instance to handle it.
         
        .google.protobuf.Duration min_pending_latency = 9;
      • getMinPendingLatencyOrBuilder

        public com.google.protobuf.DurationOrBuilder getMinPendingLatencyOrBuilder()
         Minimum amount of time a request should wait in the pending queue before
         starting a new instance to handle it.
         
        .google.protobuf.Duration min_pending_latency = 9;
        Specified by:
        getMinPendingLatencyOrBuilder in interface AutomaticScalingOrBuilder
      • hasRequestUtilization

        public boolean hasRequestUtilization()
         Target scaling by request utilization.
         
        .google.appengine.v1.RequestUtilization request_utilization = 10;
        Specified by:
        hasRequestUtilization in interface AutomaticScalingOrBuilder
        Returns:
        Whether the requestUtilization field is set.
      • setRequestUtilization

        public AutomaticScaling.Builder setRequestUtilization​(RequestUtilization value)
         Target scaling by request utilization.
         
        .google.appengine.v1.RequestUtilization request_utilization = 10;
      • mergeRequestUtilization

        public AutomaticScaling.Builder mergeRequestUtilization​(RequestUtilization value)
         Target scaling by request utilization.
         
        .google.appengine.v1.RequestUtilization request_utilization = 10;
      • clearRequestUtilization

        public AutomaticScaling.Builder clearRequestUtilization()
         Target scaling by request utilization.
         
        .google.appengine.v1.RequestUtilization request_utilization = 10;
      • getRequestUtilizationBuilder

        public RequestUtilization.Builder getRequestUtilizationBuilder()
         Target scaling by request utilization.
         
        .google.appengine.v1.RequestUtilization request_utilization = 10;
      • hasDiskUtilization

        public boolean hasDiskUtilization()
         Target scaling by disk usage.
         
        .google.appengine.v1.DiskUtilization disk_utilization = 11;
        Specified by:
        hasDiskUtilization in interface AutomaticScalingOrBuilder
        Returns:
        Whether the diskUtilization field is set.
      • clearDiskUtilization

        public AutomaticScaling.Builder clearDiskUtilization()
         Target scaling by disk usage.
         
        .google.appengine.v1.DiskUtilization disk_utilization = 11;
      • getDiskUtilizationBuilder

        public DiskUtilization.Builder getDiskUtilizationBuilder()
         Target scaling by disk usage.
         
        .google.appengine.v1.DiskUtilization disk_utilization = 11;
      • hasNetworkUtilization

        public boolean hasNetworkUtilization()
         Target scaling by network usage.
         
        .google.appengine.v1.NetworkUtilization network_utilization = 12;
        Specified by:
        hasNetworkUtilization in interface AutomaticScalingOrBuilder
        Returns:
        Whether the networkUtilization field is set.
      • mergeNetworkUtilization

        public AutomaticScaling.Builder mergeNetworkUtilization​(NetworkUtilization value)
         Target scaling by network usage.
         
        .google.appengine.v1.NetworkUtilization network_utilization = 12;
      • clearNetworkUtilization

        public AutomaticScaling.Builder clearNetworkUtilization()
         Target scaling by network usage.
         
        .google.appengine.v1.NetworkUtilization network_utilization = 12;
      • getNetworkUtilizationBuilder

        public NetworkUtilization.Builder getNetworkUtilizationBuilder()
         Target scaling by network usage.
         
        .google.appengine.v1.NetworkUtilization network_utilization = 12;
      • hasStandardSchedulerSettings

        public boolean hasStandardSchedulerSettings()
         Scheduler settings for standard environment.
         
        .google.appengine.v1.StandardSchedulerSettings standard_scheduler_settings = 20;
        Specified by:
        hasStandardSchedulerSettings in interface AutomaticScalingOrBuilder
        Returns:
        Whether the standardSchedulerSettings field is set.
      • setStandardSchedulerSettings

        public AutomaticScaling.Builder setStandardSchedulerSettings​(StandardSchedulerSettings value)
         Scheduler settings for standard environment.
         
        .google.appengine.v1.StandardSchedulerSettings standard_scheduler_settings = 20;
      • mergeStandardSchedulerSettings

        public AutomaticScaling.Builder mergeStandardSchedulerSettings​(StandardSchedulerSettings value)
         Scheduler settings for standard environment.
         
        .google.appengine.v1.StandardSchedulerSettings standard_scheduler_settings = 20;
      • clearStandardSchedulerSettings

        public AutomaticScaling.Builder clearStandardSchedulerSettings()
         Scheduler settings for standard environment.
         
        .google.appengine.v1.StandardSchedulerSettings standard_scheduler_settings = 20;
      • getStandardSchedulerSettingsBuilder

        public StandardSchedulerSettings.Builder getStandardSchedulerSettingsBuilder()
         Scheduler settings for standard environment.
         
        .google.appengine.v1.StandardSchedulerSettings standard_scheduler_settings = 20;
      • setUnknownFields

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

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