Google Cloud Batch V1 Client - Class GetJobRequest (0.6.0)

Reference documentation and code samples for the Google Cloud Batch V1 Client class GetJobRequest.

GetJob Request.

Generated from protobuf message google.cloud.batch.v1.GetJobRequest

Methods

build

Parameter
NameDescription
name string

Required. Job name. Please see {@see \Google\Cloud\Batch\V1\BatchServiceClient::jobName()} for help formatting this field.

Returns
TypeDescription
Google\Cloud\Batch\V1\GetJobRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Job name.

getName

Required. Job name.

Returns
TypeDescription
string

setName

Required. Job name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this