Class GetJobRequest (2.0.0)

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

Get job request.

Inheritance

Object > GetJobRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.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. The resource name of the job: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}.

Property Value
TypeDescription
String