The @google-cloud/talent package has the following named exports:
ApplicationServiceClient- Reference to v4beta1.ApplicationServiceClientCompanyServiceClient- Reference to v4beta1.CompanyServiceClientCompletionClient- Reference to v4beta1.CompletionClientEventServiceClient- Reference to v4beta1.EventServiceClientJobServiceClient- Reference to v4beta1.JobServiceClientProfileServiceClient- Reference to v4beta1.ProfileServiceClientTenantServiceClient- Reference to v4beta1.TenantServiceClientv4beta1- This is used for selecting or pinning a particular backend service version. It exports:ApplicationServiceClient- Reference to v4beta1.ApplicationServiceClientCompanyServiceClient- Reference to v4beta1.CompanyServiceClientCompletionClient- Reference to v4beta1.CompletionClientEventServiceClient- Reference to v4beta1.EventServiceClientJobServiceClient- Reference to v4beta1.JobServiceClientProfileServiceClient- Reference to v4beta1.ProfileServiceClientTenantServiceClient- Reference to v4beta1.TenantServiceClient
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 |