Interface UserEventImportSummaryOrBuilder (0.48.0)

public interface UserEventImportSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJoinedEventsCount()

public abstract long getJoinedEventsCount()

Count of user events imported with complete existing catalog information.

int64 joined_events_count = 1;

Returns
TypeDescription
long

The joinedEventsCount.

getUnjoinedEventsCount()

public abstract long getUnjoinedEventsCount()

Count of user events imported, but with catalog information not found in the imported catalog.

int64 unjoined_events_count = 2;

Returns
TypeDescription
long

The unjoinedEventsCount.