Interface TransformedUserEventsMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSourceEventsCount()
      Count of entries in the source user events BigQuery table.
      long getTransformedEventsCount()
      Count of entries in the transformed user events BigQuery table, which could be different from the actually imported number of user events.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSourceEventsCount

        long getSourceEventsCount()
         Count of entries in the source user events BigQuery table.
         
        int64 source_events_count = 1;
        Returns:
        The sourceEventsCount.
      • getTransformedEventsCount

        long getTransformedEventsCount()
         Count of entries in the transformed user events BigQuery table, which could
         be different from the actually imported number of user events.
         
        int64 transformed_events_count = 2;
        Returns:
        The transformedEventsCount.