public interface FlexStartOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getMaxRuntimeDuration()
The max duration of the deployment is max_runtime_duration.
|
com.google.protobuf.DurationOrBuilder |
getMaxRuntimeDurationOrBuilder()
The max duration of the deployment is max_runtime_duration.
|
boolean |
hasMaxRuntimeDuration()
The max duration of the deployment is max_runtime_duration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaxRuntimeDuration()
The max duration of the deployment is max_runtime_duration. The deployment will be terminated after the duration. The max_runtime_duration can be set up to 7 days.
.google.protobuf.Duration max_runtime_duration = 1;com.google.protobuf.Duration getMaxRuntimeDuration()
The max duration of the deployment is max_runtime_duration. The deployment will be terminated after the duration. The max_runtime_duration can be set up to 7 days.
.google.protobuf.Duration max_runtime_duration = 1;com.google.protobuf.DurationOrBuilder getMaxRuntimeDurationOrBuilder()
The max duration of the deployment is max_runtime_duration. The deployment will be terminated after the duration. The max_runtime_duration can be set up to 7 days.
.google.protobuf.Duration max_runtime_duration = 1;Copyright © 2025 Google LLC. All rights reserved.