public static interface Reservation.AutoscaleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentSlots()
Output only.
|
long |
getMaxSlots()
Number of slots to be scaled when needed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCurrentSlots()
Output only. The slot capacity added to this reservation when autoscale happens. Will be between [0, max_slots].
int64 current_slots = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];long getMaxSlots()
Number of slots to be scaled when needed.
int64 max_slots = 2;Copyright © 2024 Google LLC. All rights reserved.