Google Cloud Run V2 Client - Class TaskTemplate (0.3.4)

Reference documentation and code samples for the Google Cloud Run V2 Client class TaskTemplate.

TaskTemplate describes the data a task should have when created from a template.

Generated from protobuf message google.cloud.run.v2.TaskTemplate

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ containers
array< Google\Cloud\Run\V2\Container >

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

↳ volumes
array< Google\Cloud\Run\V2\Volume >

A list of Volumes to make available to containers.

↳ max_retries
int

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

↳ timeout
Google\Protobuf\Duration

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.

↳ service_account
string

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.

↳ execution_environment
int

The execution environment being used to host this Task.

↳ encryption_key
string

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

↳ vpc_access
Google\Cloud\Run\V2\VpcAccess

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

getContainers

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

Returns
Type
Description

setContainers

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

Parameter
Name
Description
Returns
Type
Description
$this

getVolumes

A list of Volumes to make available to containers.

Returns
Type
Description

setVolumes

A list of Volumes to make available to containers.

Parameter
Name
Description
Returns
Type
Description
$this

getMaxRetries

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

Returns
Type
Description
int

hasMaxRetries

setMaxRetries

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

Parameter
Name
Description
var
int
Returns
Type
Description
$this

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.

Returns
Type
Description

hasTimeout

clearTimeout

setTimeout

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.

Parameter
Name
Description
Returns
Type
Description
$this

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.

Returns
Type
Description
string

setServiceAccount

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.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getExecutionEnvironment

The execution environment being used to host this Task.

Returns
Type
Description
int

setExecutionEnvironment

The execution environment being used to host this Task.

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getEncryptionKey

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

Returns
Type
Description
string

setEncryptionKey

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

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getVpcAccess

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

Returns
Type
Description

hasVpcAccess

clearVpcAccess

setVpcAccess

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

Parameter
Name
Description
Returns
Type
Description
$this

getRetries

Returns
Type
Description
string
Design a Mobile Site
View Site in Mobile | Classic
Share by: