Class GetJobRequest (1.0.0-beta04)

public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessage

Request message for TranscoderService.GetJob.

Inheritance

Object > GetJobRequest

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

GetJobRequest()

public GetJobRequest()

GetJobRequest(GetJobRequest)

public GetJobRequest(GetJobRequest other)
Parameter
NameDescription
otherGetJobRequest

Properties

JobName

public JobName JobName { get; set; }

JobName-typed view over the Name resource name property.

Property Value
TypeDescription
JobName

Name

public string Name { get; set; }

Required. The name of the job to retrieve. Format: projects/{project}/locations/{location}/jobs/{job}

Property Value
TypeDescription
String