Google Cloud Storage Transfer V1 Client - Class GetTransferJobRequest (1.0.6)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class GetTransferJobRequest.

Request passed to GetTransferJob.

Generated from protobuf message google.storagetransfer.v1.GetTransferJobRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ job_name string

Required. The job to get.

↳ project_id string

Required. The ID of the Google Cloud project that owns the job.

getJobName

Required. The job to get.

Returns
TypeDescription
string

setJobName

Required. The job to get.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProjectId

Required. The ID of the Google Cloud project that owns the job.

Returns
TypeDescription
string

setProjectId

Required. The ID of the Google Cloud project that owns the job.

Parameter
NameDescription
var string
Returns
TypeDescription
$this