class ProjectsTenantsClientEvents extends Resource (View source)

The "clientEvents" collection of methods.

Typical usage is:

 $jobsService = new Google\Service\CloudTalentSolution(...);
 $clientEvents = $jobsService->projects_tenants_clientEvents;

Methods

create(string $parent, ClientEvent $postBody, array $optParams = [])

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.

Details

ClientEvent create(string $parent, ClientEvent $postBody, array $optParams = [])

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. (clientEvents.create)

Parameters

string $parent

Required. Resource name of the tenant under which the event is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

ClientEvent $postBody
array $optParams

Optional parameters.

Return Value

ClientEvent

Exceptions

Exception