Class: Google::Cloud::DiscoveryEngine::V1beta::CollectUserEventRequest

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

Overview

Request message for CollectUserEvent method.

Instance Attribute Summary collapse

Instance Attribute Details

#ets::Integer

Returns 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)

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



57
58
59
60
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_event_service.rb', line 57

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

#parent::String

Returns Required. The parent DataStore resource name, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

Returns:

  • (::String)

    Required. The parent DataStore resource name, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.



57
58
59
60
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_event_service.rb', line 57

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

#uri::String

Returns The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for third-party requests.

Returns:

  • (::String)

    The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for third-party requests.



57
58
59
60
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_event_service.rb', line 57

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

#user_event::String

Returns Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.

Returns:

  • (::String)

    Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.



57
58
59
60
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_event_service.rb', line 57

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