public interface RevisionScalingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxInstanceCount()
Maximum number of serving instances that this resource should have.
|
int |
getMinInstanceCount()
Minimum number of serving instances that this resource should have.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMinInstanceCount()
Minimum number of serving instances that this resource should have.
int32 min_instance_count = 1;int getMaxInstanceCount()
Maximum number of serving instances that this resource should have.
int32 max_instance_count = 2;Copyright © 2024 Google LLC. All rights reserved.