public interface BasicScalingOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Duration |
getIdleTimeout()
Duration of time after the last request that an instance must wait before
the instance is shut down.
|
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, hasOneof
isInitialized
boolean 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;
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;
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;