Class: Google::Cloud::Talent::V4beta1::CreateClientEventRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event_service.rb

Overview

The report event request.

Instance Attribute Summary collapse

Instance Attribute Details

#client_eventGoogle::Cloud::Talent::V4beta1::ClientEvent

Returns Required.

Events issued when end user interacts with customer's application that uses Cloud Talent Solution.

Returns:



38
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event_service.rb', line 38

class CreateClientEventRequest; end

#parentString

Returns Required.

Resource name of the tenant under which the event is created.

The format is "projects/project_id/tenants/tenant_id", for example, "projects/api-test-project/tenant/foo".

Tenant id is optional and a default tenant is created if unspecified, for example, "projects/api-test-project".

Returns:

  • (String)

    Required.

    Resource name of the tenant under which the event is created.

    The format is "projects/project_id/tenants/tenant_id", for example, "projects/api-test-project/tenant/foo".

    Tenant id is optional and a default tenant is created if unspecified, for example, "projects/api-test-project".



38
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event_service.rb', line 38

class CreateClientEventRequest; end