public interface ServiceScalingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getManualInstanceCount()
Optional. total instance count for the service in manual scaling mode.
|
int |
getMinInstanceCount()
Optional. total min instances for the service.
|
ServiceScaling.ScalingMode |
getScalingMode()
Optional.
|
int |
getScalingModeValue()
Optional.
|
boolean |
hasManualInstanceCount()
Optional. total instance count for the service in manual scaling mode.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMinInstanceCount()
Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
int32 min_instance_count = 1 [(.google.api.field_behavior) = OPTIONAL];int getScalingModeValue()
Optional. The scaling mode for the service.
.google.cloud.run.v2.ServiceScaling.ScalingMode scaling_mode = 3 [(.google.api.field_behavior) = OPTIONAL];
ServiceScaling.ScalingMode getScalingMode()
Optional. The scaling mode for the service.
.google.cloud.run.v2.ServiceScaling.ScalingMode scaling_mode = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean hasManualInstanceCount()
Optional. total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
optional int32 manual_instance_count = 6 [(.google.api.field_behavior) = OPTIONAL];
int getManualInstanceCount()
Optional. total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
optional int32 manual_instance_count = 6 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.