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.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. name
of the job to retrieve. Format: projects/{project_id}/locations/global/jobs/{job_id} .
getName
Required. name
of the job to retrieve.
Format: projects/{project_id}/locations/global/jobs/{job_id} .
string
setName
Required. name
of the job to retrieve.
Format: projects/{project_id}/locations/global/jobs/{job_id} .
var
string
$this
static::build
name
string
Required. name
of the job to retrieve.
Format: projects/{project_id}/locations/global/jobs/{job_id} . Please see StorageBatchOperationsClient::jobName()
for help formatting this field.