public interface RevisionScalingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxInstanceCount()
Optional.
|
int |
getMinInstanceCount()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMinInstanceCount()
Optional. Minimum number of serving instances that this resource should have.
int32 min_instance_count = 1 [(.google.api.field_behavior) = OPTIONAL];int getMaxInstanceCount()
Optional. Maximum number of serving instances that this resource should have. When unspecified, the field is set to the server default value of 100. For more information see https://cloud.google.com/run/docs/configuring/max-instances
int32 max_instance_count = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.