Retail V2 API - Class Google::Cloud::Retail::V2::UserEventImportSummary (v0.13.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::UserEventImportSummary.

A summary of import result. The UserEventImportSummary summarizes the import status for user events.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#joined_events_count

def joined_events_count() -> ::Integer
Returns
  • (::Integer) — Count of user events imported with complete existing catalog information.

#joined_events_count=

def joined_events_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of user events imported with complete existing catalog information.
Returns
  • (::Integer) — Count of user events imported with complete existing catalog information.

#unjoined_events_count

def unjoined_events_count() -> ::Integer
Returns
  • (::Integer) — Count of user events imported, but with catalog information not found in the imported catalog.

#unjoined_events_count=

def unjoined_events_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of user events imported, but with catalog information not found in the imported catalog.
Returns
  • (::Integer) — Count of user events imported, but with catalog information not found in the imported catalog.