Interface CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventOccurrenceRangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMaxEventCount()
      Output only.
      long getMinEventCount()
      Output only.
      • 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

      • getMinEventCount

        long getMinEventCount()
         Output only. For event counter ranges, the minimum of the defined
         range. A value of 0 will be treated as unset.
         
        int64 min_event_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The minEventCount.
      • getMaxEventCount

        long getMaxEventCount()
         Output only. For event counter ranges, the maximum of the defined
         range. A value of 0 will be treated as unset.
         
        int64 max_event_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The maxEventCount.