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

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getClientEvent

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

Returns
TypeDescription
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
NameDescription
var Google\Cloud\Talent\V4beta1\ClientEvent
Returns
TypeDescription
$this