Class Task.Builder (0.27.0)

public static final class Task.Builder extends GeneratedMessageV3.Builder<Task.Builder> implements TaskOrBuilder

Task represents a single run of a container to completion.

Protobuf type google.cloud.run.v2.Task

Implements

TaskOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllConditions(Iterable<? extends Condition> values)

public Task.Builder addAllConditions(Iterable<? extends Condition> values)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.run.v2.Condition>
Returns
TypeDescription
Task.Builder

addAllContainers(Iterable<? extends Container> values)

public Task.Builder addAllContainers(Iterable<? extends Container> values)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.run.v2.Container>
Returns
TypeDescription
Task.Builder

addAllVolumes(Iterable<? extends Volume> values)

public Task.Builder addAllVolumes(Iterable<? extends Volume> values)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.run.v2.Volume>
Returns
TypeDescription
Task.Builder

addConditions(Condition value)

public Task.Builder addConditions(Condition value)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueCondition
Returns
TypeDescription
Task.Builder

addConditions(Condition.Builder builderForValue)

public Task.Builder addConditions(Condition.Builder builderForValue)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueCondition.Builder
Returns
TypeDescription
Task.Builder

addConditions(int index, Condition value)

public Task.Builder addConditions(int index, Condition value)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueCondition
Returns
TypeDescription
Task.Builder

addConditions(int index, Condition.Builder builderForValue)

public Task.Builder addConditions(int index, Condition.Builder builderForValue)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueCondition.Builder
Returns
TypeDescription
Task.Builder

addConditionsBuilder()

public Condition.Builder addConditionsBuilder()

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Condition.Builder

addConditionsBuilder(int index)

public Condition.Builder addConditionsBuilder(int index)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Condition.Builder

addContainers(Container value)

public Task.Builder addContainers(Container value)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameter
NameDescription
valueContainer
Returns
TypeDescription
Task.Builder

addContainers(Container.Builder builderForValue)

public Task.Builder addContainers(Container.Builder builderForValue)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameter
NameDescription
builderForValueContainer.Builder
Returns
TypeDescription
Task.Builder

addContainers(int index, Container value)

public Task.Builder addContainers(int index, Container value)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameters
NameDescription
indexint
valueContainer
Returns
TypeDescription
Task.Builder

addContainers(int index, Container.Builder builderForValue)

public Task.Builder addContainers(int index, Container.Builder builderForValue)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameters
NameDescription
indexint
builderForValueContainer.Builder
Returns
TypeDescription
Task.Builder

addContainersBuilder()

public Container.Builder addContainersBuilder()

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Returns
TypeDescription
Container.Builder

addContainersBuilder(int index)

public Container.Builder addContainersBuilder(int index)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
Container.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Task.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Task.Builder
Overrides

addVolumes(Volume value)

public Task.Builder addVolumes(Volume value)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameter
NameDescription
valueVolume
Returns
TypeDescription
Task.Builder

addVolumes(Volume.Builder builderForValue)

public Task.Builder addVolumes(Volume.Builder builderForValue)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameter
NameDescription
builderForValueVolume.Builder
Returns
TypeDescription
Task.Builder

addVolumes(int index, Volume value)

public Task.Builder addVolumes(int index, Volume value)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameters
NameDescription
indexint
valueVolume
Returns
TypeDescription
Task.Builder

addVolumes(int index, Volume.Builder builderForValue)

public Task.Builder addVolumes(int index, Volume.Builder builderForValue)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameters
NameDescription
indexint
builderForValueVolume.Builder
Returns
TypeDescription
Task.Builder

addVolumesBuilder()

public Volume.Builder addVolumesBuilder()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Returns
TypeDescription
Volume.Builder

addVolumesBuilder(int index)

public Volume.Builder addVolumesBuilder(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
Volume.Builder

build()

public Task build()
Returns
TypeDescription
Task

buildPartial()

public Task buildPartial()
Returns
TypeDescription
Task

clear()

public Task.Builder clear()
Returns
TypeDescription
Task.Builder
Overrides

clearAnnotations()

public Task.Builder clearAnnotations()
Returns
TypeDescription
Task.Builder

clearCompletionTime()

public Task.Builder clearCompletionTime()

Output only. Represents time when the Task was completed. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clearConditions()

public Task.Builder clearConditions()

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clearContainers()

public Task.Builder clearContainers()

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Returns
TypeDescription
Task.Builder

clearCreateTime()

public Task.Builder clearCreateTime()

Output only. Represents time when the task was created by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clearDeleteTime()

public Task.Builder clearDeleteTime()

Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clearEncryptionKey()

public Task.Builder clearEncryptionKey()

Output only. A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek

string encryption_key = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearEtag()

public Task.Builder clearEtag()

Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearExecution()

public Task.Builder clearExecution()

Output only. The name of the parent Execution.

string execution = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearExecutionEnvironment()

public Task.Builder clearExecutionEnvironment()

The execution environment being used to host this Task.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearExpireTime()

public Task.Builder clearExpireTime()

Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clearField(Descriptors.FieldDescriptor field)

public Task.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Task.Builder
Overrides

clearGeneration()

public Task.Builder clearGeneration()

Output only. A number that monotonically increases every time the user modifies the desired state.

int64 generation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearIndex()

public Task.Builder clearIndex()

Output only. Index of the Task, unique per execution, and beginning at 0.

int32 index = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearJob()

public Task.Builder clearJob()

Output only. The name of the parent Job.

string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearLabels()

public Task.Builder clearLabels()
Returns
TypeDescription
Task.Builder

clearLastAttemptResult()

public Task.Builder clearLastAttemptResult()

Output only. Result of the last attempt of this Task.

.google.cloud.run.v2.TaskAttemptResult last_attempt_result = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clearLogUri()

public Task.Builder clearLogUri()

Output only. URI where logs for this execution can be found in Cloud Console.

string log_uri = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearMaxRetries()

public Task.Builder clearMaxRetries()

Number of retries allowed per Task, before marking this Task failed.

int32 max_retries = 16;

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearName()

public Task.Builder clearName()

Output only. The unique name of this Task.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearObservedGeneration()

public Task.Builder clearObservedGeneration()

Output only. The generation of this Task. See comments in Job.reconciling for additional information on reconciliation process in Cloud Run.

int64 observed_generation = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Task.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Task.Builder
Overrides

clearReconciling()

public Task.Builder clearReconciling()

Output only. Indicates whether the resource's reconciliation is still in progress. See comments in Job.reconciling for additional information on reconciliation process in Cloud Run.

bool reconciling = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearRetried()

public Task.Builder clearRetried()

Output only. The number of times this Task was retried. Tasks are retried when they fail up to the maxRetries limit.

int32 retried = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearSatisfiesPzs()

public Task.Builder clearSatisfiesPzs()

Output only. Reserved for future use.

bool satisfies_pzs = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearScheduledTime()

public Task.Builder clearScheduledTime()

Output only. Represents time when the task was scheduled to run by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp scheduled_time = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clearServiceAccount()

public Task.Builder clearServiceAccount()

Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.

string service_account = 18;

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearStartTime()

public Task.Builder clearStartTime()

Output only. Represents time when the task started to run. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp start_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clearTimeout()

public Task.Builder clearTimeout()

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.

.google.protobuf.Duration timeout = 17;

Returns
TypeDescription
Task.Builder

clearUid()

public Task.Builder clearUid()

Output only. Server assigned unique identifier for the Task. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

This builder for chaining.

clearUpdateTime()

public Task.Builder clearUpdateTime()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clearVolumes()

public Task.Builder clearVolumes()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Returns
TypeDescription
Task.Builder

clearVpcAccess()

public Task.Builder clearVpcAccess()

Output only. VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Task.Builder

clone()

public Task.Builder clone()
Returns
TypeDescription
Task.Builder
Overrides

containsAnnotations(String key)

public boolean containsAnnotations(String key)

Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsLabels(String key)

public boolean containsLabels(String key)

Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAnnotations()

public Map<String,String> getAnnotations()

Use #getAnnotationsMap() instead.

Returns
TypeDescription
Map<String,String>

getAnnotationsCount()

public int getAnnotationsCount()

Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getAnnotationsMap()

public Map<String,String> getAnnotationsMap()

Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Map<String,String>

getAnnotationsOrDefault(String key, String defaultValue)

public String getAnnotationsOrDefault(String key, String defaultValue)

Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getAnnotationsOrThrow(String key)

public String getAnnotationsOrThrow(String key)

Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getCompletionTime()

public Timestamp getCompletionTime()

Output only. Represents time when the Task was completed. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The completionTime.

getCompletionTimeBuilder()

public Timestamp.Builder getCompletionTimeBuilder()

Output only. Represents time when the Task was completed. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCompletionTimeOrBuilder()

public TimestampOrBuilder getCompletionTimeOrBuilder()

Output only. Represents time when the Task was completed. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getConditions(int index)

public Condition getConditions(int index)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Condition

getConditionsBuilder(int index)

public Condition.Builder getConditionsBuilder(int index)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Condition.Builder

getConditionsBuilderList()

public List<Condition.Builder> getConditionsBuilderList()

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Builder>

getConditionsCount()

public int getConditionsCount()

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getConditionsList()

public List<Condition> getConditionsList()

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Condition>

getConditionsOrBuilder(int index)

public ConditionOrBuilder getConditionsOrBuilder(int index)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
ConditionOrBuilder

getConditionsOrBuilderList()

public List<? extends ConditionOrBuilder> getConditionsOrBuilderList()

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.run.v2.ConditionOrBuilder>

getContainers(int index)

public Container getContainers(int index)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
Container

getContainersBuilder(int index)

public Container.Builder getContainersBuilder(int index)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
Container.Builder

getContainersBuilderList()

public List<Container.Builder> getContainersBuilderList()

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Returns
TypeDescription
List<Builder>

getContainersCount()

public int getContainersCount()

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Returns
TypeDescription
int

getContainersList()

public List<Container> getContainersList()

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Returns
TypeDescription
List<Container>

getContainersOrBuilder(int index)

public ContainerOrBuilder getContainersOrBuilder(int index)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
ContainerOrBuilder

getContainersOrBuilderList()

public List<? extends ContainerOrBuilder> getContainersOrBuilderList()

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Returns
TypeDescription
List<? extends com.google.cloud.run.v2.ContainerOrBuilder>

getCreateTime()

public Timestamp getCreateTime()

Output only. Represents time when the task was created by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Represents time when the task was created by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Represents time when the task was created by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public Task getDefaultInstanceForType()
Returns
TypeDescription
Task

getDeleteTime()

public Timestamp getDeleteTime()

Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The deleteTime.

getDeleteTimeBuilder()

public Timestamp.Builder getDeleteTimeBuilder()

Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getDeleteTimeOrBuilder()

public TimestampOrBuilder getDeleteTimeOrBuilder()

Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEncryptionKey()

public String getEncryptionKey()

Output only. A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek

string encryption_key = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The encryptionKey.

getEncryptionKeyBytes()

public ByteString getEncryptionKeyBytes()

Output only. A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek

string encryption_key = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for encryptionKey.

getEtag()

public String getEtag()

Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for etag.

getExecution()

public String getExecution()

Output only. The name of the parent Execution.

string execution = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The execution.

getExecutionBytes()

public ByteString getExecutionBytes()

Output only. The name of the parent Execution.

string execution = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for execution.

getExecutionEnvironment()

public ExecutionEnvironment getExecutionEnvironment()

The execution environment being used to host this Task.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Returns
TypeDescription
ExecutionEnvironment

The executionEnvironment.

getExecutionEnvironmentValue()

public int getExecutionEnvironmentValue()

The execution environment being used to host this Task.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Returns
TypeDescription
int

The enum numeric value on the wire for executionEnvironment.

getExpireTime()

public Timestamp getExpireTime()

Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeBuilder()

public Timestamp.Builder getExpireTimeBuilder()

Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getExpireTimeOrBuilder()

public TimestampOrBuilder getExpireTimeOrBuilder()

Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getGeneration()

public long getGeneration()

Output only. A number that monotonically increases every time the user modifies the desired state.

int64 generation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
long

The generation.

getIndex()

public int getIndex()

Output only. Index of the Task, unique per execution, and beginning at 0.

int32 index = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The index.

getJob()

public String getJob()

Output only. The name of the parent Job.

string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The job.

getJobBytes()

public ByteString getJobBytes()

Output only. The name of the parent Job.

string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for job.

getLabels()

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getLastAttemptResult()

public TaskAttemptResult getLastAttemptResult()

Output only. Result of the last attempt of this Task.

.google.cloud.run.v2.TaskAttemptResult last_attempt_result = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TaskAttemptResult

The lastAttemptResult.

getLastAttemptResultBuilder()

public TaskAttemptResult.Builder getLastAttemptResultBuilder()

Output only. Result of the last attempt of this Task.

.google.cloud.run.v2.TaskAttemptResult last_attempt_result = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TaskAttemptResult.Builder

getLastAttemptResultOrBuilder()

public TaskAttemptResultOrBuilder getLastAttemptResultOrBuilder()

Output only. Result of the last attempt of this Task.

.google.cloud.run.v2.TaskAttemptResult last_attempt_result = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TaskAttemptResultOrBuilder

getLogUri()

public String getLogUri()

Output only. URI where logs for this execution can be found in Cloud Console.

string log_uri = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The logUri.

getLogUriBytes()

public ByteString getLogUriBytes()

Output only. URI where logs for this execution can be found in Cloud Console.

string log_uri = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for logUri.

getMaxRetries()

public int getMaxRetries()

Number of retries allowed per Task, before marking this Task failed.

int32 max_retries = 16;

Returns
TypeDescription
int

The maxRetries.

getMutableAnnotations()

public Map<String,String> getMutableAnnotations()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getMutableLabels()

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getName()

public String getName()

Output only. The unique name of this Task.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The unique name of this Task.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getObservedGeneration()

public long getObservedGeneration()

Output only. The generation of this Task. See comments in Job.reconciling for additional information on reconciliation process in Cloud Run.

int64 observed_generation = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
long

The observedGeneration.

getReconciling()

public boolean getReconciling()

Output only. Indicates whether the resource's reconciliation is still in progress. See comments in Job.reconciling for additional information on reconciliation process in Cloud Run.

bool reconciling = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The reconciling.

getRetried()

public int getRetried()

Output only. The number of times this Task was retried. Tasks are retried when they fail up to the maxRetries limit.

int32 retried = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The retried.

getSatisfiesPzs()

public boolean getSatisfiesPzs()

Output only. Reserved for future use.

bool satisfies_pzs = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The satisfiesPzs.

getScheduledTime()

public Timestamp getScheduledTime()

Output only. Represents time when the task was scheduled to run by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp scheduled_time = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The scheduledTime.

getScheduledTimeBuilder()

public Timestamp.Builder getScheduledTimeBuilder()

Output only. Represents time when the task was scheduled to run by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp scheduled_time = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getScheduledTimeOrBuilder()

public TimestampOrBuilder getScheduledTimeOrBuilder()

Output only. Represents time when the task was scheduled to run by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp scheduled_time = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getServiceAccount()

public String getServiceAccount()

Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.

string service_account = 18;

Returns
TypeDescription
String

The serviceAccount.

getServiceAccountBytes()

public ByteString getServiceAccountBytes()

Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.

string service_account = 18;

Returns
TypeDescription
ByteString

The bytes for serviceAccount.

getStartTime()

public Timestamp getStartTime()

Output only. Represents time when the task started to run. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp start_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

Output only. Represents time when the task started to run. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp start_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

Output only. Represents time when the task started to run. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp start_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getTimeout()

public Duration getTimeout()

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.

.google.protobuf.Duration timeout = 17;

Returns
TypeDescription
Duration

The timeout.

getTimeoutBuilder()

public Duration.Builder getTimeoutBuilder()

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.

.google.protobuf.Duration timeout = 17;

Returns
TypeDescription
Builder

getTimeoutOrBuilder()

public DurationOrBuilder getTimeoutOrBuilder()

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.

.google.protobuf.Duration timeout = 17;

Returns
TypeDescription
DurationOrBuilder

getUid()

public String getUid()

Output only. Server assigned unique identifier for the Task. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The uid.

getUidBytes()

public ByteString getUidBytes()

Output only. Server assigned unique identifier for the Task. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for uid.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getVolumes(int index)

public Volume getVolumes(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
Volume

getVolumesBuilder(int index)

public Volume.Builder getVolumesBuilder(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
Volume.Builder

getVolumesBuilderList()

public List<Volume.Builder> getVolumesBuilderList()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Returns
TypeDescription
List<Builder>

getVolumesCount()

public int getVolumesCount()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Returns
TypeDescription
int

getVolumesList()

public List<Volume> getVolumesList()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Returns
TypeDescription
List<Volume>

getVolumesOrBuilder(int index)

public VolumeOrBuilder getVolumesOrBuilder(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
VolumeOrBuilder

getVolumesOrBuilderList()

public List<? extends VolumeOrBuilder> getVolumesOrBuilderList()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Returns
TypeDescription
List<? extends com.google.cloud.run.v2.VolumeOrBuilder>

getVpcAccess()

public VpcAccess getVpcAccess()

Output only. VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
VpcAccess

The vpcAccess.

getVpcAccessBuilder()

public VpcAccess.Builder getVpcAccessBuilder()

Output only. VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
VpcAccess.Builder

getVpcAccessOrBuilder()

public VpcAccessOrBuilder getVpcAccessOrBuilder()

Output only. VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
VpcAccessOrBuilder

hasCompletionTime()

public boolean hasCompletionTime()

Output only. Represents time when the Task was completed. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the completionTime field is set.

hasCreateTime()

public boolean hasCreateTime()

Output only. Represents time when the task was created by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDeleteTime()

public boolean hasDeleteTime()

Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the deleteTime field is set.

hasExpireTime()

public boolean hasExpireTime()

Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the expireTime field is set.

hasLastAttemptResult()

public boolean hasLastAttemptResult()

Output only. Result of the last attempt of this Task.

.google.cloud.run.v2.TaskAttemptResult last_attempt_result = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the lastAttemptResult field is set.

hasScheduledTime()

public boolean hasScheduledTime()

Output only. Represents time when the task was scheduled to run by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp scheduled_time = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the scheduledTime field is set.

hasStartTime()

public boolean hasStartTime()

Output only. Represents time when the task started to run. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp start_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the startTime field is set.

hasTimeout()

public boolean hasTimeout()

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.

.google.protobuf.Duration timeout = 17;

Returns
TypeDescription
boolean

Whether the timeout field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

hasVpcAccess()

public boolean hasVpcAccess()

Output only. VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the vpcAccess field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCompletionTime(Timestamp value)

public Task.Builder mergeCompletionTime(Timestamp value)

Output only. Represents time when the Task was completed. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

mergeCreateTime(Timestamp value)

public Task.Builder mergeCreateTime(Timestamp value)

Output only. Represents time when the task was created by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

mergeDeleteTime(Timestamp value)

public Task.Builder mergeDeleteTime(Timestamp value)

Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

mergeExpireTime(Timestamp value)

public Task.Builder mergeExpireTime(Timestamp value)

Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

mergeFrom(Task other)

public Task.Builder mergeFrom(Task other)
Parameter
NameDescription
otherTask
Returns
TypeDescription
Task.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Task.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Task.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Task.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Task.Builder
Overrides

mergeLastAttemptResult(TaskAttemptResult value)

public Task.Builder mergeLastAttemptResult(TaskAttemptResult value)

Output only. Result of the last attempt of this Task.

.google.cloud.run.v2.TaskAttemptResult last_attempt_result = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTaskAttemptResult
Returns
TypeDescription
Task.Builder

mergeScheduledTime(Timestamp value)

public Task.Builder mergeScheduledTime(Timestamp value)

Output only. Represents time when the task was scheduled to run by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp scheduled_time = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

mergeStartTime(Timestamp value)

public Task.Builder mergeStartTime(Timestamp value)

Output only. Represents time when the task started to run. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp start_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

mergeTimeout(Duration value)

public Task.Builder mergeTimeout(Duration value)

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.

.google.protobuf.Duration timeout = 17;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Task.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Task.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Task.Builder
Overrides

mergeUpdateTime(Timestamp value)

public Task.Builder mergeUpdateTime(Timestamp value)

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

mergeVpcAccess(VpcAccess value)

public Task.Builder mergeVpcAccess(VpcAccess value)

Output only. VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueVpcAccess
Returns
TypeDescription
Task.Builder

putAllAnnotations(Map<String,String> values)

public Task.Builder putAllAnnotations(Map<String,String> values)

Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Task.Builder

putAllLabels(Map<String,String> values)

public Task.Builder putAllLabels(Map<String,String> values)

Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Task.Builder

putAnnotations(String key, String value)

public Task.Builder putAnnotations(String key, String value)

Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Task.Builder

putLabels(String key, String value)

public Task.Builder putLabels(String key, String value)

Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Task.Builder

removeAnnotations(String key)

public Task.Builder removeAnnotations(String key)

Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.

map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
Task.Builder

removeConditions(int index)

public Task.Builder removeConditions(int index)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Task.Builder

removeContainers(int index)

public Task.Builder removeContainers(int index)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
Task.Builder

removeLabels(String key)

public Task.Builder removeLabels(String key)

Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
Task.Builder

removeVolumes(int index)

public Task.Builder removeVolumes(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
Task.Builder

setCompletionTime(Timestamp value)

public Task.Builder setCompletionTime(Timestamp value)

Output only. Represents time when the Task was completed. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

setCompletionTime(Timestamp.Builder builderForValue)

public Task.Builder setCompletionTime(Timestamp.Builder builderForValue)

Output only. Represents time when the Task was completed. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Task.Builder

setConditions(int index, Condition value)

public Task.Builder setConditions(int index, Condition value)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueCondition
Returns
TypeDescription
Task.Builder

setConditions(int index, Condition.Builder builderForValue)

public Task.Builder setConditions(int index, Condition.Builder builderForValue)

Output only. The Condition of this Task, containing its readiness status, and detailed error information in case it did not reach the desired state.

repeated .google.cloud.run.v2.Condition conditions = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueCondition.Builder
Returns
TypeDescription
Task.Builder

setContainers(int index, Container value)

public Task.Builder setContainers(int index, Container value)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameters
NameDescription
indexint
valueContainer
Returns
TypeDescription
Task.Builder

setContainers(int index, Container.Builder builderForValue)

public Task.Builder setContainers(int index, Container.Builder builderForValue)

Holds the single container that defines the unit of execution for this task.

repeated .google.cloud.run.v2.Container containers = 14;

Parameters
NameDescription
indexint
builderForValueContainer.Builder
Returns
TypeDescription
Task.Builder

setCreateTime(Timestamp value)

public Task.Builder setCreateTime(Timestamp value)

Output only. Represents time when the task was created by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Task.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Represents time when the task was created by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Task.Builder

setDeleteTime(Timestamp value)

public Task.Builder setDeleteTime(Timestamp value)

Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

setDeleteTime(Timestamp.Builder builderForValue)

public Task.Builder setDeleteTime(Timestamp.Builder builderForValue)

Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Task.Builder

setEncryptionKey(String value)

public Task.Builder setEncryptionKey(String value)

Output only. A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek

string encryption_key = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The encryptionKey to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setEncryptionKeyBytes(ByteString value)

public Task.Builder setEncryptionKeyBytes(ByteString value)

Output only. A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek

string encryption_key = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for encryptionKey to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setEtag(String value)

public Task.Builder setEtag(String value)

Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The etag to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public Task.Builder setEtagBytes(ByteString value)

Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setExecution(String value)

public Task.Builder setExecution(String value)

Output only. The name of the parent Execution.

string execution = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The execution to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setExecutionBytes(ByteString value)

public Task.Builder setExecutionBytes(ByteString value)

Output only. The name of the parent Execution.

string execution = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for execution to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setExecutionEnvironment(ExecutionEnvironment value)

public Task.Builder setExecutionEnvironment(ExecutionEnvironment value)

The execution environment being used to host this Task.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Parameter
NameDescription
valueExecutionEnvironment

The executionEnvironment to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setExecutionEnvironmentValue(int value)

public Task.Builder setExecutionEnvironmentValue(int value)

The execution environment being used to host this Task.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Parameter
NameDescription
valueint

The enum numeric value on the wire for executionEnvironment to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setExpireTime(Timestamp value)

public Task.Builder setExpireTime(Timestamp value)

Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

setExpireTime(Timestamp.Builder builderForValue)

public Task.Builder setExpireTime(Timestamp.Builder builderForValue)

Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.

.google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Task.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Task.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Task.Builder
Overrides

setGeneration(long value)

public Task.Builder setGeneration(long value)

Output only. A number that monotonically increases every time the user modifies the desired state.

int64 generation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuelong

The generation to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setIndex(int value)

public Task.Builder setIndex(int value)

Output only. Index of the Task, unique per execution, and beginning at 0.

int32 index = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

The index to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setJob(String value)

public Task.Builder setJob(String value)

Output only. The name of the parent Job.

string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The job to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setJobBytes(ByteString value)

public Task.Builder setJobBytes(ByteString value)

Output only. The name of the parent Job.

string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for job to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setLastAttemptResult(TaskAttemptResult value)

public Task.Builder setLastAttemptResult(TaskAttemptResult value)

Output only. Result of the last attempt of this Task.

.google.cloud.run.v2.TaskAttemptResult last_attempt_result = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTaskAttemptResult
Returns
TypeDescription
Task.Builder

setLastAttemptResult(TaskAttemptResult.Builder builderForValue)

public Task.Builder setLastAttemptResult(TaskAttemptResult.Builder builderForValue)

Output only. Result of the last attempt of this Task.

.google.cloud.run.v2.TaskAttemptResult last_attempt_result = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueTaskAttemptResult.Builder
Returns
TypeDescription
Task.Builder

setLogUri(String value)

public Task.Builder setLogUri(String value)

Output only. URI where logs for this execution can be found in Cloud Console.

string log_uri = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The logUri to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setLogUriBytes(ByteString value)

public Task.Builder setLogUriBytes(ByteString value)

Output only. URI where logs for this execution can be found in Cloud Console.

string log_uri = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for logUri to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setMaxRetries(int value)

public Task.Builder setMaxRetries(int value)

Number of retries allowed per Task, before marking this Task failed.

int32 max_retries = 16;

Parameter
NameDescription
valueint

The maxRetries to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setName(String value)

public Task.Builder setName(String value)

Output only. The unique name of this Task.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Task.Builder setNameBytes(ByteString value)

Output only. The unique name of this Task.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setObservedGeneration(long value)

public Task.Builder setObservedGeneration(long value)

Output only. The generation of this Task. See comments in Job.reconciling for additional information on reconciliation process in Cloud Run.

int64 observed_generation = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuelong

The observedGeneration to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setReconciling(boolean value)

public Task.Builder setReconciling(boolean value)

Output only. Indicates whether the resource's reconciliation is still in progress. See comments in Job.reconciling for additional information on reconciliation process in Cloud Run.

bool reconciling = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueboolean

The reconciling to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Task.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Task.Builder
Overrides

setRetried(int value)

public Task.Builder setRetried(int value)

Output only. The number of times this Task was retried. Tasks are retried when they fail up to the maxRetries limit.

int32 retried = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

The retried to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setSatisfiesPzs(boolean value)

public Task.Builder setSatisfiesPzs(boolean value)

Output only. Reserved for future use.

bool satisfies_pzs = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueboolean

The satisfiesPzs to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setScheduledTime(Timestamp value)

public Task.Builder setScheduledTime(Timestamp value)

Output only. Represents time when the task was scheduled to run by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp scheduled_time = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

setScheduledTime(Timestamp.Builder builderForValue)

public Task.Builder setScheduledTime(Timestamp.Builder builderForValue)

Output only. Represents time when the task was scheduled to run by the system. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp scheduled_time = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Task.Builder

setServiceAccount(String value)

public Task.Builder setServiceAccount(String value)

Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.

string service_account = 18;

Parameter
NameDescription
valueString

The serviceAccount to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setServiceAccountBytes(ByteString value)

public Task.Builder setServiceAccountBytes(ByteString value)

Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.

string service_account = 18;

Parameter
NameDescription
valueByteString

The bytes for serviceAccount to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setStartTime(Timestamp value)

public Task.Builder setStartTime(Timestamp value)

Output only. Represents time when the task started to run. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp start_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

setStartTime(Timestamp.Builder builderForValue)

public Task.Builder setStartTime(Timestamp.Builder builderForValue)

Output only. Represents time when the task started to run. It is not guaranteed to be set in happens-before order across separate operations.

.google.protobuf.Timestamp start_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Task.Builder

setTimeout(Duration value)

public Task.Builder setTimeout(Duration value)

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.

.google.protobuf.Duration timeout = 17;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Task.Builder

setTimeout(Duration.Builder builderForValue)

public Task.Builder setTimeout(Duration.Builder builderForValue)

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.

.google.protobuf.Duration timeout = 17;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Task.Builder

setUid(String value)

public Task.Builder setUid(String value)

Output only. Server assigned unique identifier for the Task. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The uid to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setUidBytes(ByteString value)

public Task.Builder setUidBytes(ByteString value)

Output only. Server assigned unique identifier for the Task. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for uid to set.

Returns
TypeDescription
Task.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Task.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Task.Builder
Overrides

setUpdateTime(Timestamp value)

public Task.Builder setUpdateTime(Timestamp value)

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Task.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Task.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Task.Builder

setVolumes(int index, Volume value)

public Task.Builder setVolumes(int index, Volume value)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameters
NameDescription
indexint
valueVolume
Returns
TypeDescription
Task.Builder

setVolumes(int index, Volume.Builder builderForValue)

public Task.Builder setVolumes(int index, Volume.Builder builderForValue)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 15;

Parameters
NameDescription
indexint
builderForValueVolume.Builder
Returns
TypeDescription
Task.Builder

setVpcAccess(VpcAccess value)

public Task.Builder setVpcAccess(VpcAccess value)

Output only. VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueVpcAccess
Returns
TypeDescription
Task.Builder

setVpcAccess(VpcAccess.Builder builderForValue)

public Task.Builder setVpcAccess(VpcAccess.Builder builderForValue)

Output only. VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueVpcAccess.Builder
Returns
TypeDescription
Task.Builder