Class: Google::Cloud::Retail::V2::UserEventImportSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::UserEventImportSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/import_config.rb
Overview
A summary of import result. The UserEventImportSummary summarizes the import status for user events.
Instance Attribute Summary collapse
-
#joined_events_count ⇒ ::Integer
Count of user events imported with complete existing catalog information.
-
#unjoined_events_count ⇒ ::Integer
Count of user events imported, but with catalog information not found in the imported catalog.
Instance Attribute Details
#joined_events_count ⇒ ::Integer
Returns Count of user events imported with complete existing catalog information.
376 377 378 379 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 376 class UserEventImportSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unjoined_events_count ⇒ ::Integer
Returns Count of user events imported, but with catalog information not found in the imported catalog.
376 377 378 379 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 376 class UserEventImportSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |