Google Cloud Talent Solution V4 Client - Class GetJobRequest (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class GetJobRequest.

Get job request.

Generated from protobuf message google.cloud.talent.v4.GetJobRequest

Namespace

Google \ Cloud \ Talent \ V4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

getName

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
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name 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". Please see Google\Cloud\Talent\V4\JobServiceClient::jobName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Talent\V4\GetJobRequest