public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessageRequest message for TranscoderService.GetJob.
Implements
IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
GetJobRequest()
public GetJobRequest()GetJobRequest(GetJobRequest)
public GetJobRequest(GetJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetJobRequest |
Properties
JobName
public JobName JobName { get; set; }| Property Value | |
|---|---|
| Type | Description |
JobName |
|
Name
public string Name { get; set; }Required. The name of the job to retrieve.
Format: projects/{project}/locations/{location}/jobs/{job}
| Property Value | |
|---|---|
| Type | Description |
String |
|