Cloud Talent Solution V4 API - Class Google::Cloud::Talent::V4::JobEvent (v0.13.0)

Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::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>
Returns
  • (::Array<::String>) — Required. The [job name(s)][google.cloud.talent.v4.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>
Parameter
  • value (::Array<::String>) — Required. The [job name(s)][google.cloud.talent.v4.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".

Returns
  • (::Array<::String>) — Required. The [job name(s)][google.cloud.talent.v4.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".

#type

def type() -> ::Google::Cloud::Talent::V4::JobEvent::JobEventType
Returns

#type=

def type=(value) -> ::Google::Cloud::Talent::V4::JobEvent::JobEventType
Parameter
Returns