public final class ClientEvent extends com.google.protobuf.GeneratedMessageV3 implements ClientEventOrBuilder
An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of results for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client.Protobuf type
google.cloud.talent.v4beta1.ClientEvent| Modifier and Type | Class and Description |
|---|---|
static class |
ClientEvent.Builder
An event issued when an end user interacts with the application that
implements Cloud Talent Solution.
|
static class |
ClientEvent.EventCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
EVENT_ID_FIELD_NUMBER |
static int |
EVENT_NOTES_FIELD_NUMBER |
static int |
JOB_EVENT_FIELD_NUMBER |
static int |
PROFILE_EVENT_FIELD_NUMBER |
static int |
REQUEST_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Required.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Required.
|
static ClientEvent |
getDefaultInstance() |
ClientEvent |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ClientEvent.EventCase |
getEventCase() |
String |
getEventId()
Required.
|
com.google.protobuf.ByteString |
getEventIdBytes()
Required.
|
String |
getEventNotes()
Optional.
|
com.google.protobuf.ByteString |
getEventNotesBytes()
Optional.
|
JobEvent |
getJobEvent()
An event issued when a job seeker interacts with the application that
implements Cloud Talent Solution.
|
JobEventOrBuilder |
getJobEventOrBuilder()
An event issued when a job seeker interacts with the application that
implements Cloud Talent Solution.
|
com.google.protobuf.Parser<ClientEvent> |
getParserForType() |
ProfileEvent |
getProfileEvent()
An event issued when a profile searcher interacts with the application
that implements Cloud Talent Solution.
|
ProfileEventOrBuilder |
getProfileEventOrBuilder()
An event issued when a profile searcher interacts with the application
that implements Cloud Talent Solution.
|
String |
getRequestId()
Optional but highly recommended.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Optional but highly recommended.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCreateTime()
Required.
|
int |
hashCode() |
boolean |
hasJobEvent()
An event issued when a job seeker interacts with the application that
implements Cloud Talent Solution.
|
boolean |
hasProfileEvent()
An event issued when a profile searcher interacts with the application
that implements Cloud Talent Solution.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientEvent.Builder |
newBuilder() |
static ClientEvent.Builder |
newBuilder(ClientEvent prototype) |
ClientEvent.Builder |
newBuilderForType() |
protected ClientEvent.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ClientEvent |
parseDelimitedFrom(InputStream input) |
static ClientEvent |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientEvent |
parseFrom(byte[] data) |
static ClientEvent |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientEvent |
parseFrom(ByteBuffer data) |
static ClientEvent |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientEvent |
parseFrom(com.google.protobuf.ByteString data) |
static ClientEvent |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientEvent |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientEvent |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientEvent |
parseFrom(InputStream input) |
static ClientEvent |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ClientEvent> |
parser() |
ClientEvent.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REQUEST_ID_FIELD_NUMBER
public static final int EVENT_ID_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int JOB_EVENT_FIELD_NUMBER
public static final int PROFILE_EVENT_FIELD_NUMBER
public static final int EVENT_NOTES_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ClientEvent.EventCase getEventCase()
getEventCase in interface ClientEventOrBuilderpublic String getRequestId()
Optional but highly recommended. A unique ID generated in the API responses. It can be found in [ResponseMetadata.request_id][google.cloud.talent.v4beta1.ResponseMetadata.request_id].
string request_id = 1;getRequestId in interface ClientEventOrBuilderpublic com.google.protobuf.ByteString getRequestIdBytes()
Optional but highly recommended. A unique ID generated in the API responses. It can be found in [ResponseMetadata.request_id][google.cloud.talent.v4beta1.ResponseMetadata.request_id].
string request_id = 1;getRequestIdBytes in interface ClientEventOrBuilderpublic String getEventId()
Required. A unique identifier, generated by the client application.
string event_id = 2;getEventId in interface ClientEventOrBuilderpublic com.google.protobuf.ByteString getEventIdBytes()
Required. A unique identifier, generated by the client application.
string event_id = 2;getEventIdBytes in interface ClientEventOrBuilderpublic boolean hasCreateTime()
Required. The timestamp of the event.
.google.protobuf.Timestamp create_time = 4;hasCreateTime in interface ClientEventOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Required. The timestamp of the event.
.google.protobuf.Timestamp create_time = 4;getCreateTime in interface ClientEventOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Required. The timestamp of the event.
.google.protobuf.Timestamp create_time = 4;getCreateTimeOrBuilder in interface ClientEventOrBuilderpublic boolean hasJobEvent()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.JobEvent job_event = 5;hasJobEvent in interface ClientEventOrBuilderpublic JobEvent getJobEvent()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.JobEvent job_event = 5;getJobEvent in interface ClientEventOrBuilderpublic JobEventOrBuilder getJobEventOrBuilder()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.JobEvent job_event = 5;getJobEventOrBuilder in interface ClientEventOrBuilderpublic boolean hasProfileEvent()
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.ProfileEvent profile_event = 6;hasProfileEvent in interface ClientEventOrBuilderpublic ProfileEvent getProfileEvent()
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.ProfileEvent profile_event = 6;getProfileEvent in interface ClientEventOrBuilderpublic ProfileEventOrBuilder getProfileEventOrBuilder()
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.ProfileEvent profile_event = 6;getProfileEventOrBuilder in interface ClientEventOrBuilderpublic String getEventNotes()
Optional. Notes about the event provided by recruiters or other users, for example, feedback on why a profile was bookmarked.
string event_notes = 9;getEventNotes in interface ClientEventOrBuilderpublic com.google.protobuf.ByteString getEventNotesBytes()
Optional. Notes about the event provided by recruiters or other users, for example, feedback on why a profile was bookmarked.
string event_notes = 9;getEventNotesBytes in interface ClientEventOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ClientEvent parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientEvent parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientEvent parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientEvent parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ClientEvent.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ClientEvent.Builder newBuilder()
public static ClientEvent.Builder newBuilder(ClientEvent prototype)
public ClientEvent.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ClientEvent.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ClientEvent getDefaultInstance()
public static com.google.protobuf.Parser<ClientEvent> parser()
public com.google.protobuf.Parser<ClientEvent> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ClientEvent getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.