Skip to main content

Module natural

Module natural 

Source

Structs§

HistogramBucket
One bucket of a histogram, used by the method LogIntegerHistogram.
MetricEvent
A specification of an event that occurred to be passed to LogMetricEvents().
MetricEventLoggerFactoryCreateMetricEventLoggerRequest
MetricEventLoggerFactoryCreateMetricEventLoggerWithExperimentsRequest
MetricEventLoggerLogIntegerHistogramRequest
MetricEventLoggerLogIntegerRequest
MetricEventLoggerLogMetricEventsRequest
MetricEventLoggerLogOccurrenceRequest
MetricEventLoggerLogStringRequest
ProjectSpec
A specification identifying a project to log events for.

Enums§

Error
Error codes for MetricEventLogger operations.
MetricEventPayload
The variadic part of a MetricEvent.

Type Aliases§

EventVector
A vector of event codes. When used in one of the Log*() calls below, there must be one event code for each dimension of the metric whose metric_id is supplied, or else the call will return INVALID_ARGUMENTS.
IntegerHistogram
A histogram that assigns a count to each of several integer ranges. To save space/memory/bandwidth, each bucket index should only be included once, and empty buckets should not be included. The order of the vector is immaterial.
MetricEventLoggerFactoryCreateMetricEventLoggerResponse
MetricEventLoggerFactoryCreateMetricEventLoggerWithExperimentsResponse
MetricEventLoggerLogIntegerHistogramResponse
MetricEventLoggerLogIntegerResponse
MetricEventLoggerLogMetricEventsResponse
MetricEventLoggerLogOccurrenceResponse
MetricEventLoggerLogStringResponse