Class: Google::Cloud::DiscoveryEngine::V1::CollectUserEventRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::CollectUserEventRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/user_event_service.rb
Overview
Request message for CollectUserEvent method.
Instance Attribute Summary collapse
-
#ets ⇒ ::Integer
The event timestamp in milliseconds.
-
#parent ⇒ ::String
Required.
-
#uri ⇒ ::String
The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters.
-
#user_event ⇒ ::String
Required.
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.
57 58 59 60 |
# File 'proto_docs/google/cloud/discoveryengine/v1/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}
.
57 58 59 60 |
# File 'proto_docs/google/cloud/discoveryengine/v1/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.
57 58 59 60 |
# File 'proto_docs/google/cloud/discoveryengine/v1/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.
57 58 59 60 |
# File 'proto_docs/google/cloud/discoveryengine/v1/user_event_service.rb', line 57 class CollectUserEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |