public interface UserEventImportSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getJoinedEventsCount()
Count of user events imported with complete existing catalog information.
|
long |
getUnjoinedEventsCount()
Count of user events imported, but with catalog information not found
in the imported catalog.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getJoinedEventsCount()
Count of user events imported with complete existing catalog information.
int64 joined_events_count = 1;long getUnjoinedEventsCount()
Count of user events imported, but with catalog information not found in the imported catalog.
int64 unjoined_events_count = 2;Copyright © 2024 Google LLC. All rights reserved.