Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::ProfileEvent.
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#jobs
def jobs() -> ::Array<::String>
-
(::Array<::String>) — 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/foo/tenants/bar/jobs/baz".
#jobs=
def jobs=(value) -> ::Array<::String>
-
value (::Array<::String>) — 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/foo/tenants/bar/jobs/baz".
-
(::Array<::String>) — 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/foo/tenants/bar/jobs/baz".
#profiles
def profiles() -> ::Array<::String>
-
(::Array<::String>) — 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/foo/tenants/bar/profiles/baz".
#profiles=
def profiles=(value) -> ::Array<::String>
-
value (::Array<::String>) — 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/foo/tenants/bar/profiles/baz".
-
(::Array<::String>) — 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/foo/tenants/bar/profiles/baz".
#type
def type() -> ::Google::Cloud::Talent::V4beta1::ProfileEvent::ProfileEventType
- (::Google::Cloud::Talent::V4beta1::ProfileEvent::ProfileEventType) — Required. Type of event.
#type=
def type=(value) -> ::Google::Cloud::Talent::V4beta1::ProfileEvent::ProfileEventType
- value (::Google::Cloud::Talent::V4beta1::ProfileEvent::ProfileEventType) — Required. Type of event.
- (::Google::Cloud::Talent::V4beta1::ProfileEvent::ProfileEventType) — Required. Type of event.