public interface ProfileEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJobs(int index)
Optional.
|
com.google.protobuf.ByteString |
getJobsBytes(int index)
Optional.
|
int |
getJobsCount()
Optional.
|
List<String> |
getJobsList()
Optional.
|
String |
getProfiles(int index)
Required.
|
com.google.protobuf.ByteString |
getProfilesBytes(int index)
Required.
|
int |
getProfilesCount()
Required.
|
List<String> |
getProfilesList()
Required.
|
ProfileEvent.ProfileEventType |
getType()
Required.
|
int |
getTypeValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Required. Type of event.
.google.cloud.talent.v4beta1.ProfileEvent.ProfileEventType type = 1;ProfileEvent.ProfileEventType getType()
Required. Type of event.
.google.cloud.talent.v4beta1.ProfileEvent.ProfileEventType type = 1;List<String> getProfilesList()
Required. The [profile name(s)][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".
repeated string profiles = 2;int getProfilesCount()
Required. The [profile name(s)][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".
repeated string profiles = 2;String getProfiles(int index)
Required. The [profile name(s)][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".
repeated string profiles = 2;com.google.protobuf.ByteString getProfilesBytes(int index)
Required. The [profile name(s)][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".
repeated string profiles = 2;List<String> getJobsList()
Optional. The [job name(s)][google.cloud.talent.v4beta1.Job.name]
associated with this client event. Leave it empty if the event isn't
associated with a 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 = 6;int getJobsCount()
Optional. The [job name(s)][google.cloud.talent.v4beta1.Job.name]
associated with this client event. Leave it empty if the event isn't
associated with a 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 = 6;String getJobs(int index)
Optional. The [job name(s)][google.cloud.talent.v4beta1.Job.name]
associated with this client event. Leave it empty if the event isn't
associated with a 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 = 6;com.google.protobuf.ByteString getJobsBytes(int index)
Optional. The [job name(s)][google.cloud.talent.v4beta1.Job.name]
associated with this client event. Leave it empty if the event isn't
associated with a 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 = 6;Copyright © 2019 Google LLC. All rights reserved.