public interface JobEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJobs(int index)
Required.
|
com.google.protobuf.ByteString |
getJobsBytes(int index)
Required.
|
int |
getJobsCount()
Required.
|
List<String> |
getJobsList()
Required.
|
String |
getProfile()
Optional.
|
com.google.protobuf.ByteString |
getProfileBytes()
Optional.
|
JobEvent.JobEventType |
getType()
Required.
|
int |
getTypeValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Required. The type of the event (see [JobEventType][google.cloud.talent.v4beta1.JobEvent.JobEventType]).
.google.cloud.talent.v4beta1.JobEvent.JobEventType type = 1;JobEvent.JobEventType getType()
Required. The type of the event (see [JobEventType][google.cloud.talent.v4beta1.JobEvent.JobEventType]).
.google.cloud.talent.v4beta1.JobEvent.JobEventType type = 1;List<String> getJobsList()
Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name]
associated with this event. For example, if this is an
[impression][google.cloud.talent.v4beta1.JobEvent.JobEventType.IMPRESSION]
event, this field contains the identifiers of all jobs shown to the job
seeker. If this was a
[view][google.cloud.talent.v4beta1.JobEvent.JobEventType.VIEW] event, this
field contains the identifier of the viewed job.
The format is
"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for
example, "projects/api-test-project/tenants/foo/jobs/1234".
repeated string jobs = 2;int getJobsCount()
Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name]
associated with this event. For example, if this is an
[impression][google.cloud.talent.v4beta1.JobEvent.JobEventType.IMPRESSION]
event, this field contains the identifiers of all jobs shown to the job
seeker. If this was a
[view][google.cloud.talent.v4beta1.JobEvent.JobEventType.VIEW] event, this
field contains the identifier of the viewed job.
The format is
"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for
example, "projects/api-test-project/tenants/foo/jobs/1234".
repeated string jobs = 2;String getJobs(int index)
Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name]
associated with this event. For example, if this is an
[impression][google.cloud.talent.v4beta1.JobEvent.JobEventType.IMPRESSION]
event, this field contains the identifiers of all jobs shown to the job
seeker. If this was a
[view][google.cloud.talent.v4beta1.JobEvent.JobEventType.VIEW] event, this
field contains the identifier of the viewed job.
The format is
"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for
example, "projects/api-test-project/tenants/foo/jobs/1234".
repeated string jobs = 2;com.google.protobuf.ByteString getJobsBytes(int index)
Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name]
associated with this event. For example, if this is an
[impression][google.cloud.talent.v4beta1.JobEvent.JobEventType.IMPRESSION]
event, this field contains the identifiers of all jobs shown to the job
seeker. If this was a
[view][google.cloud.talent.v4beta1.JobEvent.JobEventType.VIEW] event, this
field contains the identifier of the viewed job.
The format is
"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for
example, "projects/api-test-project/tenants/foo/jobs/1234".
repeated string jobs = 2;String getProfile()
Optional. The [profile name][google.cloud.talent.v4beta1.Profile.name]
associated with this client event.
The format is
"projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}",
for example, "projects/api-test-project/tenants/foo/profiles/bar".
string profile = 3;com.google.protobuf.ByteString getProfileBytes()
Optional. The [profile name][google.cloud.talent.v4beta1.Profile.name]
associated with this client event.
The format is
"projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}",
for example, "projects/api-test-project/tenants/foo/profiles/bar".
string profile = 3;Copyright © 2019 Google LLC. All rights reserved.