Class: Google::Cloud::Talent::V4beta1::ClientEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/event.rb

Overview

An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of results for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Required. The timestamp of the event.

Returns:



53
54
55
56
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 53

class ClientEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#event_id::String

Returns Required. A unique identifier, generated by the client application.

Returns:

  • (::String)

    Required. A unique identifier, generated by the client application.



53
54
55
56
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 53

class ClientEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#event_notes::String

Returns Notes about the event provided by recruiters or other users, for example, feedback on why a profile was bookmarked.

Returns:

  • (::String)

    Notes about the event provided by recruiters or other users, for example, feedback on why a profile was bookmarked.



53
54
55
56
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 53

class ClientEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#job_event::Google::Cloud::Talent::V4beta1::JobEvent

Returns An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.

Returns:



53
54
55
56
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 53

class ClientEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#profile_event::Google::Cloud::Talent::V4beta1::ProfileEvent

Returns An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.

Returns:



53
54
55
56
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 53

class ClientEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_id::String

Returns Strongly recommended for the best service experience.

A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.

Returns:

  • (::String)

    Strongly recommended for the best service experience.

    A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.



53
54
55
56
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 53

class ClientEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end