ProjectsTimeSeriesResource class

Constructors

ProjectsTimeSeriesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(CreateTimeSeriesRequest request, String name, {String? $fields}) Future<Empty>
Creates or adds data to one or more time series.
createService(CreateTimeSeriesRequest request, String name, {String? $fields}) Future<Empty>
Creates or adds data to one or more service time series.
list(String name, {String? aggregation_alignmentPeriod, String? aggregation_crossSeriesReducer, List<String>? aggregation_groupByFields, String? aggregation_perSeriesAligner, String? filter, String? interval_endTime, String? interval_startTime, String? orderBy, int? pageSize, String? pageToken, String? secondaryAggregation_alignmentPeriod, String? secondaryAggregation_crossSeriesReducer, List<String>? secondaryAggregation_groupByFields, String? secondaryAggregation_perSeriesAligner, String? view, String? $fields}) Future<ListTimeSeriesResponse>
Lists time series that match a filter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(QueryTimeSeriesRequest request, String name, {String? $fields}) Future<QueryTimeSeriesResponse>
Queries time series using Monitoring Query Language.
toString() String
A string representation of this object.
inherited

Operators

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