ProjectsMetricsResource class

Constructors

ProjectsMetricsResource(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(LogMetric request, String parent, {String? $fields}) Future<LogMetric>
Creates a logs-based metric.
delete(String metricName, {String? $fields}) Future<Empty>
Deletes a logs-based metric.
get(String metricName, {String? $fields}) Future<LogMetric>
Gets a logs-based metric.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListLogMetricsResponse>
Lists logs-based metrics.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(LogMetric request, String metricName, {String? $fields}) Future<LogMetric>
Creates or updates a logs-based metric.

Operators

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