blob: d2c58540d6283104a63d032895f8fe6e6284115a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
This is a simple client library for version V3 of the Cloud Monitoring API. It
provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
and service accounts.
- Control of retry, pagination, and timeouts.
WWW: https://github.com/google/google-api-ruby-client
WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3
|