google-apis-osconfig_v1 0.9.0 → 0.13.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: c438462f5f21531b9b957bf3a8dc156960a391388c0ef8cb92c34849d796e9d7
4
- data.tar.gz: dc004248036a464632fb6dba202cfeb8cef5d226bdb46d36d96d9df0bb93508e
3
+ metadata.gz: 951dc433eff753b3f1365301eb2afc73f3ea4a9b93b4e08173948c6584fe6cc1
4
+ data.tar.gz: 2462a37ada5f865a6988d37d3df83c3618bbd133873addfc8e385a8db9c356c1
5
5
  SHA512:
6
- metadata.gz: 3b8305c88bd05bba4193b05c30f965b9ac958f14f976b24a46a430db58b204af817a05aa84e34c4746c379076dc61b018cb58ecf581492548cc8dedeb9b8ed35
7
- data.tar.gz: bb99fdab5522140d7d315c22d1d2149952aaaa5cf1652391bc56fa7e58f11a2a2007528bcf3007fb5eeb348be723ca2834a3a907af737d58abebc9b5d329463b
6
+ metadata.gz: bffd5986c495330b181e243667d2b88f31c2edb3bdef721e8789c3d4975f1b44f1530b0090f1c5a4cfed00b9b865a97026d2fa304155ae6225205d9dc6fe518a
7
+ data.tar.gz: 1f9bafef3bc9b0cadbc9b515517dcc85a5b867bc5bbb12abbccd52bc9c38ebad316ad872f45d97f754154efcfce17e16ac779e1b0e31e3c77dbd8bbeb841fda4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-osconfig_v1
2
2
 
3
+ ### v0.13.0 (2021-10-23)
4
+
5
+ * Regenerated from discovery document revision 20211018
6
+ * Unspecified changes
7
+
8
+ ### v0.12.0 (2021-10-09)
9
+
10
+ * Regenerated from discovery document revision 20211002
11
+
12
+ ### v0.11.0 (2021-10-02)
13
+
14
+ * Regenerated from discovery document revision 20210925
15
+
16
+ ### v0.10.0 (2021-09-18)
17
+
18
+ * Regenerated from discovery document revision 20210914
19
+
3
20
  ### v0.9.0 (2021-09-01)
4
21
 
5
22
  * Regenerated from discovery document revision 20210816
data/OVERVIEW.md CHANGED
@@ -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 Osconfig service in particular.)
67
67