CounterUpdate class

An update to a Counter sent from a worker.

Constructors

CounterUpdate({bool? boolean, bool? cumulative, DistributionUpdate? distribution, double? floatingPoint, FloatingPointList? floatingPointList, FloatingPointMean? floatingPointMean, SplitInt64? integer, IntegerGauge? integerGauge, IntegerList? integerList, IntegerMean? integerMean, Object? internal, NameAndKind? nameAndKind, String? shortId, StringList? stringList, CounterStructuredNameAndMetadata? structuredNameAndMetadata})
CounterUpdate.fromJson(Map _json)

Properties

boolean bool?
Boolean value for And, Or.
getter/setter pair
cumulative bool?
True if this counter is reported as the total cumulative aggregate value accumulated since the worker started working on this WorkItem.
getter/setter pair
distribution DistributionUpdate?
Distribution data
getter/setter pair
floatingPoint double?
Floating point value for Sum, Max, Min.
getter/setter pair
floatingPointList FloatingPointList?
List of floating point numbers, for Set.
getter/setter pair
floatingPointMean FloatingPointMean?
Floating point mean aggregation value for Mean.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integer SplitInt64?
Integer value for Sum, Max, Min.
getter/setter pair
integerGauge IntegerGauge?
Gauge data
getter/setter pair
integerList IntegerList?
List of integers, for Set.
getter/setter pair
integerMean IntegerMean?
Integer mean aggregation value for Mean.
getter/setter pair
internal Object?
Value for internally-defined counters used by the Dataflow service.
getter/setter pair
nameAndKind NameAndKind?
Counter name and aggregation type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortId String?
The service-generated short identifier for this counter.
getter/setter pair
stringList StringList?
List of strings, for Set.
getter/setter pair
structuredNameAndMetadata CounterStructuredNameAndMetadata?
Counter structured name and metadata.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited