public interface FlexStartOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMaxRuntimeDuration()
public abstract 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 | |
---|---|
Type | Description |
Duration |
The maxRuntimeDuration. |
getMaxRuntimeDurationOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasMaxRuntimeDuration()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the maxRuntimeDuration field is set. |