Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class CreateClientEventRequest.
The report event request.
Generated from protobuf message google.cloud.talent.v4.CreateClientEventRequest
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
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/tenants/bar".
↳ client_event
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/tenants/bar".
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/tenants/bar".
var
string
$this
getClientEvent
Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution.
hasClientEvent
clearClientEvent
setClientEvent
Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution.
$this
static::build
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/tenants/bar". Please see EventServiceClient::tenantName() for help formatting this field.
clientEvent
ClientEvent
Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution.

