EventOccurrenceRange

  • min_event_count specifies the minimum value in an event counter range and is an output-only integer field.

  • max_event_count specifies the maximum value in an event counter range and is an output-only integer field.

  • A value of 0 for both min_event_count and max_event_count is treated as unset.

Defines a range for event counter values.

Fields

min_event_count

int64

Output only. For event counter ranges, the minimum of the defined range. A value of 0 will be treated as unset.

max_event_count

int64

Output only. For event counter ranges, the maximum of the defined range. A value of 0 will be treated as unset.