MonitoringApi class Null safety
Manages your Cloud Monitoring data and configurations.
Constructors
- MonitoringApi(Client client, {String rootUrl = 'https://monitoring.googleapis.com/', String servicePath = ''})
Properties
- folders → FoldersResource
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- organizations → OrganizationsResource
-
read-only
- projects → ProjectsResource
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- services → ServicesResource
-
read-only
- uptimeCheckIps → UptimeCheckIpsResource
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- cloudPlatformScope → const String
-
See, edit, configure, and delete your Google Cloud data and see the email
address for your Google Account.
'https://www.googleapis.com/auth/cloud-platform'
- monitoringReadScope → const String
-
View monitoring data for all of your Google Cloud and third-party projects
'https://www.googleapis.com/auth/monitoring.read'
- monitoringScope → const String
-
View and write monitoring data for all of your Google and third-party
Cloud and API projects
'https://www.googleapis.com/auth/monitoring'
- monitoringWriteScope → const String
-
Publish metric data to your Google Cloud projects
'https://www.googleapis.com/auth/monitoring.write'