CreateTimeSeriesRequest class
The CreateTimeSeries request.
Constructors
- CreateTimeSeriesRequest()
- CreateTimeSeriesRequest.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
timeSeries
↔ List<
TimeSeries> -
Required. The new data to be added to a list of time series. Adds at most
one data point to each of several time series. The new data point must be
more recent than any other point in its time series. Each TimeSeries value
must fully specify a unique time series by supplying all label values for
the metric and the monitored resource.The maximum number of TimeSeries
objects per Create request is 200.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited