@google-cloud/talent

The @google-cloud/talent package has the following named exports:

Source:
Examples

Install the client library with npm:

npm install --save @google-cloud/talent

Import the client library:

const talent = require('@google-cloud/talent');

Create a client that uses Application Default Credentials (ADC):

const client = new talent.ApplicationServiceClient();

Create a client with explicit credentials:

const client = new talent.ApplicationServiceClient({
  projectId: 'your-project-id',
  keyFilename: '/path/to/keyfile.json',
});

Members

(static) v4beta1 :object

Properties:
Name Type Description
ApplicationServiceClient constructor

Reference to v4beta1.ApplicationServiceClient

CompanyServiceClient constructor

Reference to v4beta1.CompanyServiceClient

CompletionClient constructor

Reference to v4beta1.CompletionClient

EventServiceClient constructor

Reference to v4beta1.EventServiceClient

JobServiceClient constructor

Reference to v4beta1.JobServiceClient

ProfileServiceClient constructor

Reference to v4beta1.ProfileServiceClient

TenantServiceClient constructor

Reference to v4beta1.TenantServiceClient

Source: