client_events
Creates, updates, deletes, gets or lists a client_events
resource.
Overview
Name | client_events |
Type | Resource |
Id | google.jobs.client_events |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
create | INSERT | projectsId, tenantsId | Report events issued when end user interacts with customer's application that uses Cloud Talent Solution. You may inspect the created events in self service tools. Learn more about self service tools. |
INSERT
example
Use the following StackQL query and manifest file to create a new client_events
resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO google.jobs.client_events (
projectsId,
tenantsId,
requestId,
eventId,
jobEvent,
eventNotes
)
SELECT
'{{ projectsId }}',
'{{ tenantsId }}',
'{{ requestId }}',
'{{ eventId }}',
'{{ jobEvent }}',
'{{ eventNotes }}'
;
- name: your_resource_model_name
props:
- name: requestId
value: string
- name: eventId
value: string
- name: createTime
value: string
- name: jobEvent
value:
- name: type
value: string
- name: jobs
value:
- string
- name: eventNotes
value: string