Google Cloud Run V2 Client - Class CreateJobRequest (0.9.1)

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

Request message for creating a Job.

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

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The location and project in which this Job should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number.

↳ job Google\Cloud\Run\V2\Job

Required. The Job instance to create.

↳ job_id string

Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.

↳ validate_only bool

Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.

getParent

Required. The location and project in which this Job should be created.

Format: projects/{project}/locations/{location}, where {project} can be project id or number.

Returns
TypeDescription
string

setParent

Required. The location and project in which this Job should be created.

Format: projects/{project}/locations/{location}, where {project} can be project id or number.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getJob

Required. The Job instance to create.

Returns
TypeDescription
Google\Cloud\Run\V2\Job|null

hasJob

clearJob

setJob

Required. The Job instance to create.

Parameter
NameDescription
var Google\Cloud\Run\V2\Job
Returns
TypeDescription
$this

getJobId

Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.

Returns
TypeDescription
string

setJobId

Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValidateOnly

Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.

Returns
TypeDescription
bool

setValidateOnly

Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The location and project in which this Job should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number. Please see Google\Cloud\Run\V2\JobsClient::locationName() for help formatting this field.

job Google\Cloud\Run\V2\Job

Required. The Job instance to create.

jobId string

Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.

Returns
TypeDescription
Google\Cloud\Run\V2\CreateJobRequest