public static interface RunJobRequest.OverridesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RunJobRequest.Overrides.ContainerOverride |
getContainerOverrides(int index)
Per container override specification.
|
int |
getContainerOverridesCount()
Per container override specification.
|
List<RunJobRequest.Overrides.ContainerOverride> |
getContainerOverridesList()
Per container override specification.
|
RunJobRequest.Overrides.ContainerOverrideOrBuilder |
getContainerOverridesOrBuilder(int index)
Per container override specification.
|
List<? extends RunJobRequest.Overrides.ContainerOverrideOrBuilder> |
getContainerOverridesOrBuilderList()
Per container override specification.
|
int |
getTaskCount()
Optional.
|
com.google.protobuf.Duration |
getTimeout()
Duration in seconds the task may be active before the system will
actively try to mark it failed and kill associated containers.
|
com.google.protobuf.DurationOrBuilder |
getTimeoutOrBuilder()
Duration in seconds the task may be active before the system will
actively try to mark it failed and kill associated containers.
|
boolean |
hasTimeout()
Duration in seconds the task may be active before the system will
actively try to mark it failed and kill associated containers.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RunJobRequest.Overrides.ContainerOverride> getContainerOverridesList()
Per container override specification.
repeated .google.cloud.run.v2.RunJobRequest.Overrides.ContainerOverride container_overrides = 1;
RunJobRequest.Overrides.ContainerOverride getContainerOverrides(int index)
Per container override specification.
repeated .google.cloud.run.v2.RunJobRequest.Overrides.ContainerOverride container_overrides = 1;
int getContainerOverridesCount()
Per container override specification.
repeated .google.cloud.run.v2.RunJobRequest.Overrides.ContainerOverride container_overrides = 1;
List<? extends RunJobRequest.Overrides.ContainerOverrideOrBuilder> getContainerOverridesOrBuilderList()
Per container override specification.
repeated .google.cloud.run.v2.RunJobRequest.Overrides.ContainerOverride container_overrides = 1;
RunJobRequest.Overrides.ContainerOverrideOrBuilder getContainerOverridesOrBuilder(int index)
Per container override specification.
repeated .google.cloud.run.v2.RunJobRequest.Overrides.ContainerOverride container_overrides = 1;
int getTaskCount()
Optional. The desired number of tasks the execution should run. Will replace existing task_count value.
int32 task_count = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasTimeout()
Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. Will replace existing timeout_seconds value.
.google.protobuf.Duration timeout = 4;com.google.protobuf.Duration getTimeout()
Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. Will replace existing timeout_seconds value.
.google.protobuf.Duration timeout = 4;com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()
Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. Will replace existing timeout_seconds value.
.google.protobuf.Duration timeout = 4;Copyright © 2025 Google LLC. All rights reserved.