public interface BasicScalingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getIdleTimeout()
Duration of time after the last request that an instance must wait before
the instance is shut down.
|
com.google.protobuf.DurationOrBuilder |
getIdleTimeoutOrBuilder()
Duration of time after the last request that an instance must wait before
the instance is shut down.
|
int |
getMaxInstances()
Maximum number of instances to create for this version.
|
boolean |
hasIdleTimeout()
Duration of time after the last request that an instance must wait before
the instance is shut down.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdleTimeout()
Duration of time after the last request that an instance must wait before the instance is shut down.
.google.protobuf.Duration idle_timeout = 1;com.google.protobuf.Duration getIdleTimeout()
Duration of time after the last request that an instance must wait before the instance is shut down.
.google.protobuf.Duration idle_timeout = 1;com.google.protobuf.DurationOrBuilder getIdleTimeoutOrBuilder()
Duration of time after the last request that an instance must wait before the instance is shut down.
.google.protobuf.Duration idle_timeout = 1;int getMaxInstances()
Maximum number of instances to create for this version.
int32 max_instances = 2;