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.
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/tenants/bar". |
↳ client_event |
Google\Cloud\Talent\V4\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".
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/tenants/bar".
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\V4\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\V4\ClientEvent
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
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 Google\Cloud\Talent\V4\EventServiceClient::tenantName() for help formatting this field. |
clientEvent |
Google\Cloud\Talent\V4\ClientEvent
Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Talent\V4\CreateClientEventRequest |