public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class GetJobRequest.
Get job request.
Implements
IMessageGetJobRequest, IEquatableGetJobRequest, IDeepCloneableGetJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.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 to retrieve.
The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".
If tenant id is unspecified, the default tenant is used. For example, "projects/foo/jobs/bar".
Property Value | |
---|---|
Type | Description |
string |