public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetJobRequest.
Get job request.
Implements
IMessageGetJobRequest, IEquatableGetJobRequest, IDeepCloneableGetJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.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 resource name of the job:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}
.
Property Value | |
---|---|
Type | Description |
string |