Package com.google.cloud.retail.v2alpha
Interface UserEventImportSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserEventImportSummary
,UserEventImportSummary.Builder
public interface UserEventImportSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJoinedEventsCount
long getJoinedEventsCount()
Count of user events imported with complete existing catalog information.
int64 joined_events_count = 1;
- Returns:
- The joinedEventsCount.
-
getUnjoinedEventsCount
long getUnjoinedEventsCount()
Count of user events imported, but with catalog information not found in the imported catalog.
int64 unjoined_events_count = 2;
- Returns:
- The unjoinedEventsCount.
-
-