Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class GetJobRequest.
Message for getting a Job
Generated from protobuf message google.cloud.storagebatchoperations.v1.GetJobRequest
Namespace
Google \ Cloud \ StorageBatchOperations \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. |
getName
Required. name of the job to retrieve.
Format: projects/{project_id}/locations/global/jobs/{job_id} .
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. name of the job to retrieve.
Format: projects/{project_id}/locations/global/jobs/{job_id} .
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. |
| Returns | |
|---|---|
| Type | Description |
GetJobRequest |
|