| OLD | NEW |
| 1 Auto-generated Dart libraries for accessing [Google APIs][libs]. | 1 Auto-generated Dart libraries for accessing [Google APIs][libs]. |
| 2 | 2 |
| 3 ## Usage | 3 ## Usage |
| 4 | 4 |
| 5 First, obtain OAuth 2.0 access credentials. This can be done using the | 5 First, obtain OAuth 2.0 access credentials. This can be done using the |
| 6 `googleapis_auth` package. Your application can access APIs on behalf of a | 6 `googleapis_auth` package. Your application can access APIs on behalf of a |
| 7 user or using a service account. | 7 user or using a service account. |
| 8 | 8 |
| 9 After obtaining credentials, an API from the `googleapis` package can be | 9 After obtaining credentials, an API from the `googleapis` package can be |
| 10 accessed with an authenticated HTTP client. | 10 accessed with an authenticated HTTP client. |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 | 63 |
| 64 [libs]: https://developers.google.com/discovery/libraries/ | 64 [libs]: https://developers.google.com/discovery/libraries/ |
| 65 | 65 |
| 66 ## Available Google APIs | 66 ## Available Google APIs |
| 67 | 67 |
| 68 The following is a list of APIs that are currently available inside this | 68 The following is a list of APIs that are currently available inside this |
| 69 package. | 69 package. |
| 70 | 70 |
| 71 ####  Ad Exchan
ge Buyer API II - adexchangebuyer2 v2beta1 | 71 ####  Ad Exchan
ge Buyer API II - adexchangebuyer2 v2beta1 |
| 72 | 72 |
| 73 Accesses the latest features for managing Ad Exchange accounts and Real-Time Bid
ding configurations. | 73 Accesses the latest features for managing Ad Exchange accounts and Real-Time Bid
ding configurations and auction metrics. |
| 74 | 74 |
| 75 Official API documentation: https://developers.google.com/ad-exchange/buyer-rest
/guides/client-access/ | 75 Official API documentation: https://developers.google.com/ad-exchange/buyer-rest
/guides/client-access/ |
| 76 | 76 |
| 77 ####  Google Ap
p Engine Admin API - appengine v1beta4 | 77 ####  Google Ap
p Engine Admin API - appengine v1beta4 |
| 78 | 78 |
| 79 Provisions and manages App Engine applications. | 79 Provisions and manages App Engine applications. |
| 80 | 80 |
| 81 Official API documentation: https://cloud.google.com/appengine/docs/admin-api/ | 81 Official API documentation: https://cloud.google.com/appengine/docs/admin-api/ |
| 82 | 82 |
| 83 ####  Google Ap
p Engine Admin API - appengine v1beta5 | 83 ####  Google Ap
p Engine Admin API - appengine v1beta5 |
| 84 | 84 |
| 85 Provisions and manages App Engine applications. | 85 Provisions and manages App Engine applications. |
| 86 | 86 |
| 87 Official API documentation: https://cloud.google.com/appengine/docs/admin-api/ | 87 Official API documentation: https://cloud.google.com/appengine/docs/admin-api/ |
| 88 | 88 |
| 89 ####  Google Co
mpute Engine Autoscaler API - autoscaler v1beta2 | |
| 90 | |
| 91 The Google Compute Engine Autoscaler API provides autoscaling for groups of Clou
d VMs. | |
| 92 | |
| 93 Official API documentation: http://developers.google.com/compute/docs/autoscaler | |
| 94 | |
| 95 ####  Stackdriv
er Error Reporting API - clouderrorreporting v1beta1 | 89 ####  Stackdriv
er Error Reporting API - clouderrorreporting v1beta1 |
| 96 | 90 |
| 97 Stackdriver Error Reporting groups and counts similar errors from cloud services
. The Stackdriver Error Reporting API provides read access to error groups and t
heir associated errors. | 91 Stackdriver Error Reporting groups and counts similar errors from cloud services
. The Stackdriver Error Reporting API provides read access to error groups and t
heir associated errors. |
| 98 | 92 |
| 99 | 93 |
| 100 Official API documentation: https://cloud.google.com/error-reporting/ | 94 Official API documentation: https://cloud.google.com/error-reporting/ |
| 101 | 95 |
| 102 ####  Cloud Mon
itoring API - cloudmonitoring v2beta2 | 96 ####  Cloud Mon
itoring API - cloudmonitoring v2beta2 |
| 103 | 97 |
| 104 Accesses Google Cloud Monitoring data. | 98 Accesses Google Cloud Monitoring data. |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 Accesses a Google App Engine Pull Task Queue over REST. | 220 Accesses a Google App Engine Pull Task Queue over REST. |
| 227 | 221 |
| 228 Official API documentation: https://developers.google.com/appengine/docs/python/
taskqueue/rest | 222 Official API documentation: https://developers.google.com/appengine/docs/python/
taskqueue/rest |
| 229 | 223 |
| 230 ####  Cloud Too
l Results API - toolresults v1beta3 | 224 ####  Cloud Too
l Results API - toolresults v1beta3 |
| 231 | 225 |
| 232 Reads and publishes results from Cloud Test Lab. | 226 Reads and publishes results from Cloud Test Lab. |
| 233 | 227 |
| 234 Official API documentation: https://developers.google.com/cloud-test-lab/ | 228 Official API documentation: https://developers.google.com/cloud-test-lab/ |
| 235 | 229 |
| OLD | NEW |