Batch v1 API - Class GetJobRequest (2.9.0)

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

Reference documentation and code samples for the Batch v1 API class GetJobRequest.

GetJob Request.

Inheritance

object > GetJobRequest

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.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. Job name.

Property Value
TypeDescription
string