google-apis-chromemanagement_v1 0.10.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2421c7504f1b716168eee980d758d14bc2b8dc0d40870373c7df4a0bda6d6bf7
4
- data.tar.gz: d11bcf0b18f21ec693009debe85d8a4a81b58d940df4533d7d71e23def812964
3
+ metadata.gz: 696878b43956aa2f016c12e3032a1f8a97276609e02047f2893514c7b82ec3c8
4
+ data.tar.gz: fc1586f299baa56a99a9a30ad6a4694b3e35f6ccc10055f39dffd5556a746e85
5
5
  SHA512:
6
- metadata.gz: a2c5a93f306b75e650721808a4650d01b3837c40f3d0aa6b781a8a069a6b2977a8cbcdb9792e3d740ddaaaf429245b9c4fb0a589aac527965c4c5747bebe0ec3
7
- data.tar.gz: 86e2affd795bb94967a1138670259d925843502c792f24839632c38c39417292f9ef4bac7d02fdf901beb056a93a550ee5668598e95ff572801bc2c53108caf2
6
+ metadata.gz: d1ef1d394fcaa0d8fd111292e97af4e30b872c730e3378b65deb5a667e1dbf0469a3204715d4223113505989aca7ddd034a4de5705d5389ef6dd147f1900d4dd
7
+ data.tar.gz: bffbcc19dfa13c19c2f1d646a5a145bec8ce837eda0d0c5384ea559eaabb5f030b2d0c53a902f4926ba523d421e35923a9d018924c11964c17e993047f0a8b9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.14.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.13.0 (2021-11-16)
8
+
9
+ * Regenerated from discovery document revision 20211112
10
+
11
+ ### v0.12.0 (2021-10-28)
12
+
13
+ * Regenerated from discovery document revision 20211026
14
+
15
+ ### v0.11.0 (2021-10-20)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.10.0 (2021-08-04)
4
20
 
5
21
  * Regenerated from discovery document revision 20210802
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/chromemanagement_v1"
51
51
  client = Google::Apis::ChromemanagementV1::ChromeManagementService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Chromemanagement service in particular.)
67
67