Class: Google::Cloud::Talent::V4beta1::GetJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::GetJobRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb
Overview
Get job request.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Attribute Details
#name ⇒ String
Returns 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".
44 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 44 class GetJobRequest; end |