Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class GetJobRequest.
Request message for TranscoderService.GetJob
.
Generated from protobuf message google.cloud.video.transcoder.v1.GetJobRequest
Namespace
Google \ Cloud \ Video \ Transcoder \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the job to retrieve. Format: projects/{project}/locations/{location}/jobs/{job}
getName
Required. The name of the job to retrieve.
Format: projects/{project}/locations/{location}/jobs/{job}
string
setName
Required. The name of the job to retrieve.
Format: projects/{project}/locations/{location}/jobs/{job}
var
string
$this
static::build
name
string
Required. The name of the job to retrieve.
Format: projects/{project}/locations/{location}/jobs/{job}
Please see TranscoderServiceClient::jobName()
for help formatting this field.