MonitoringServiceTelemetry class

Read-only view of the server-populated telemetry block. Cloud Monitoring derives resourceName from the chosen service-type variant; consumers may read it via GoogleMonitoringService.telemetry.

Constructors

MonitoringServiceTelemetry({TfArg<String>? resourceName})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceName → TfArg<String>?
Fully-qualified monitored-resource name that the service is associated with.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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