Google Cloud Storage Transfer V1 Client - Class RunTransferJobRequest (1.3.1)

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

Request passed to RunTransferJob.

Generated from protobuf message google.storagetransfer.v1.RunTransferJobRequest

Namespace

Google \ Cloud \ StorageTransfer \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ job_name string

Required. The name of the transfer job.

↳ project_id string

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

getJobName

Required. The name of the transfer job.

Returns
TypeDescription
string

setJobName

Required. The name of the transfer job.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProjectId

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

Returns
TypeDescription
string

setProjectId

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this