Interface FlexStartOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlexStart,FlexStart.Builder
@Generated
public interface FlexStartOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.DurationThe max duration of the deployment is max_runtime_duration.com.google.protobuf.DurationOrBuilderThe max duration of the deployment is max_runtime_duration.booleanThe max duration of the deployment is max_runtime_duration.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMaxRuntimeDuration
boolean 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;- Returns:
- Whether the maxRuntimeDuration field is set.
-
getMaxRuntimeDuration
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;- Returns:
- The maxRuntimeDuration.
-
getMaxRuntimeDurationOrBuilder
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;
-