Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::ProfileEvent

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

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

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

#type=

def type=(value) -> ::Google::Cloud::Talent::V4beta1::ProfileEvent::ProfileEventType
Parameter