public interface CreateClientEventRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClientEvent |
getClientEvent()
Required.
|
ClientEventOrBuilder |
getClientEventOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasClientEvent()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;com.google.protobuf.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/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;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;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;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;Copyright © 2019 Google LLC. All rights reserved.