Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::JobEvent (v0.5.0)

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>
Returns
  • (::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>
Parameter
  • 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".

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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".

Returns
  • (::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
Returns

#type=

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