Interface CreateClientEventRequestOrBuilder (2.2.9)

public interface CreateClientEventRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClientEvent()

public abstract ClientEvent getClientEvent()

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

.google.cloud.talent.v4beta1.ClientEvent client_event = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ClientEvent

The clientEvent.

getClientEventOrBuilder()

public abstract ClientEventOrBuilder getClientEventOrBuilder()

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

.google.cloud.talent.v4beta1.ClientEvent client_event = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ClientEventOrBuilder

getParent()

public abstract String 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".

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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".

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasClientEvent()

public abstract boolean hasClientEvent()

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

.google.cloud.talent.v4beta1.ClientEvent client_event = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the clientEvent field is set.