Class GetJobRequest (1.0.0)

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

Get job request.

Inheritance

System.Object > GetJobRequest

Implements

Google.Protobuf.IMessage<GetJobRequest>, System.IEquatable<GetJobRequest>, Google.Protobuf.IDeepCloneable<GetJobRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.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 to retrieve.

The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".

Property Value
TypeDescription
System.String