Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::JobEvent.
An event issued when a job seeker 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>) — Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name] associated with this event.
For example, if this is an impression event,
this field contains the identifiers of all jobs shown to the job seeker.
If this was a 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/foo/tenants/bar/jobs/baz".
#jobs=
def jobs=(value) -> ::Array<::String>
-
value (::Array<::String>) — Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name] associated with this event.
For example, if this is an impression event,
this field contains the identifiers of all jobs shown to the job seeker.
If this was a 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/foo/tenants/bar/jobs/baz".
-
(::Array<::String>) — Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name] associated with this event.
For example, if this is an impression event,
this field contains the identifiers of all jobs shown to the job seeker.
If this was a 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/foo/tenants/bar/jobs/baz".
#profile
def profile() -> ::String
-
(::String) — 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/foo/tenants/bar/profiles/baz".
#profile=
def profile=(value) -> ::String
-
value (::String) — 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/foo/tenants/bar/profiles/baz".
-
(::String) — 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/foo/tenants/bar/profiles/baz".
#type
def type() -> ::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType
- (::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType) — Required. The type of the event (see JobEventType).
#type=
def type=(value) -> ::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType
- value (::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType) — Required. The type of the event (see JobEventType).
- (::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType) — Required. The type of the event (see JobEventType).