google-apis-sqladmin_v1beta4 0.15.0 → 0.19.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: 7691202ac256acdbde5fed02d015609bc2cc7faae91e85a65970f80d17da3d52
4
- data.tar.gz: aeadb1853cf98773f0cb8e8e9b984d52b13ad6ea11e0dd8584cc4b6dfa0368f9
3
+ metadata.gz: 7bf5ada4946d402dd1d0e25025f9fd3f102eadc174920b1e8e0973426862a0c3
4
+ data.tar.gz: '039f4ed3418db7daf3c4bf22885abf58e284f00d6a4d2f1efa173dc143b71ab6'
5
5
  SHA512:
6
- metadata.gz: 1f8ab407256564ad0c70f09daeeb4f98d0ecaeec6d630ccb67aed3bf8b0d12eaa5b909d0e452a538f03f7e5e13a54c9bf504ffd458b9a7a2a96e535d45ad9ae1
7
- data.tar.gz: a69b3cfafe46eac500ff2c9a5a97b541925995a6d7e43d76da69b4bea5117dd2e79a8a9800b67a7fb5f5ee2d3cd30ffb25317381e8ce7171aa3e44d7abec1521
6
+ metadata.gz: d705196c46164d12df37cb01524740cbd26b5cff3046f314de8d84e30787263b273796dbeb53f310df2ff4c10f85ddf333b77261cf25d9e6af078d67f4eccb1a
7
+ data.tar.gz: 19d008e39353abd5f1da2b2ac587ab1e98a39b11d9010fc59093a4d5733ddba348ff7dee7c69e430fac707224500248f7660ee6899c36ab39f9aeab9d14051b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.19.0 (2021-10-27)
4
+
5
+ * Regenerated from discovery document revision 20211017
6
+ * Unspecified changes
7
+
8
+ ### v0.18.0 (2021-10-08)
9
+
10
+ * Regenerated from discovery document revision 20210929
11
+
12
+ ### v0.17.0 (2021-09-21)
13
+
14
+ * Regenerated from discovery document revision 20210913
15
+
16
+ ### v0.16.0 (2021-09-10)
17
+
18
+ * Regenerated from discovery document revision 20210902
19
+
3
20
  ### v0.15.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 Sqladmin service in particular.)
67
67