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