Class: Google::Cloud::Talent::V4::CreateClientEventRequest

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

Overview

The report event request.

Instance Attribute Summary collapse

Instance Attribute Details

#client_event::Google::Cloud::Talent::V4::ClientEvent

Returns Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution.

Returns:



35
36
37
38
# File 'proto_docs/google/cloud/talent/v4/event_service.rb', line 35

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

#parent::String

Returns Required. Resource name of the tenant under which the event is created.

The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

Returns:

  • (::String)

    Required. Resource name of the tenant under which the event is created.

    The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".



35
36
37
38
# File 'proto_docs/google/cloud/talent/v4/event_service.rb', line 35

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