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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setJobName
Required. The name of the transfer job.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProjectId
Required. The ID of the Google Cloud project that owns the transfer job.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProjectId
Required. The ID of the Google Cloud project that owns the transfer job.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|