public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class GetJobRequest.
Request message for TranscoderService.GetJob
.
Implements
IMessageGetJobRequest, IEquatableGetJobRequest, IDeepCloneableGetJobRequest, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1Assembly
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 |