Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::WriteUserEventRequest (v0.2.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::WriteUserEventRequest.

Request message for WriteUserEvent method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent DataStore resource name, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}.

#user_event

def user_event() -> ::Google::Cloud::DiscoveryEngine::V1::UserEvent
Returns

#user_event=

def user_event=(value) -> ::Google::Cloud::DiscoveryEngine::V1::UserEvent
Parameter
Returns