Class: Google::Cloud::Talent::V4::GetJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4/job_service.rb

Overview

Get job request.

Instance Attribute Summary collapse

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".

Returns:

  • (::String)

    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".



47
48
49
50
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 47

class GetJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end