Google Cloud Talent Solution V4beta1 Client - Class CreateClientEventRequest (1.3.3)

Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class CreateClientEventRequest.

The report event request.

Generated from protobuf message google.cloud.talent.v4beta1.CreateClientEventRequest

Namespace

Google \ Cloud \ Talent \ V4beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent 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/foo/tenant/bar". If tenant id is unspecified, a default tenant is created, for example, "projects/foo".

↳ client_event Google\Cloud\Talent\V4beta1\ClientEvent

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

getParent

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/tenant/bar". If tenant id is unspecified, a default tenant is created, for example, "projects/foo".

Returns
Type Description
string

setParent

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/tenant/bar". If tenant id is unspecified, a default tenant is created, for example, "projects/foo".

Parameter
Name Description
var string
Returns
Type Description
$this

getClientEvent

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

Returns
Type Description
Google\Cloud\Talent\V4beta1\ClientEvent|null

hasClientEvent

clearClientEvent

setClientEvent

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

Parameter
Name Description
var Google\Cloud\Talent\V4beta1\ClientEvent
Returns
Type Description
$this