Class: Google::Cloud::RecommendationEngine::V1beta1::CollectUserEventRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb

Overview

Request message for CollectUserEvent method.

Instance Attribute Summary collapse

Instance Attribute Details

#ets::Integer

Returns Optional. The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.

Returns:

  • (::Integer)

    Optional. The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.



120
121
122
123
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 120

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

#parent::String

Returns Required. The parent eventStore name, such as projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store.

Returns:

  • (::String)

    Required. The parent eventStore name, such as projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store.



120
121
122
123
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 120

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

#uri::String

Returns Optional. The url including cgi-parameters but excluding the hash fragment. The URL must be truncated to 1.5K bytes to conservatively be under the 2K bytes. This is often more useful than the referer url, because many browsers only send the domain for 3rd party requests.

Returns:

  • (::String)

    Optional. The url including cgi-parameters but excluding the hash fragment. The URL must be truncated to 1.5K bytes to conservatively be under the 2K bytes. This is often more useful than the referer url, because many browsers only send the domain for 3rd party requests.



120
121
122
123
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 120

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

#user_event::String

Returns Required. URL encoded UserEvent proto.

Returns:

  • (::String)

    Required. URL encoded UserEvent proto.



120
121
122
123
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 120

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