google-apis-vault_v1 0.4.0 → 0.8.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: 5d8b107f8a9d22c0628711f123382143445f630d8b7ca849807539e776ac229f
4
- data.tar.gz: 7436247180dc999fed4846fbeeb7d6a83b11ed7a4a054981567be85ded56fe64
3
+ metadata.gz: 25ad30ec469b58cbf7b939fedaead242bacbd7fe98ec8d02dd8dda11035a5dbb
4
+ data.tar.gz: 70a4253eacf47c975daaeaebe483dee29b42141099847b912580bff11f0a16f2
5
5
  SHA512:
6
- metadata.gz: d0955ced4848982edfc977b2e36bb1d2a69e6b83bfa7af93236d123208e045b79721afc129e493d1b35707ec3c50858a5450f48a8477d71c1f147afdaca118e5
7
- data.tar.gz: 31f17006bc2d5a15e5b3636271da6afefc8b522e4f557d2c21fc4f39fd340ed5bd7442720d633cd600e27af7819ae32517b1c1eef857c56f969bba7bf67595d1
6
+ metadata.gz: 773eeaaa0e649d629efcc3d8f82cfd1b7c95b11576de19a0d97554815429ef5b60867e8ac9ac9052d43aecb25b1b945fe169ebd4cc442724289600b17377a71e
7
+ data.tar.gz: c095d9adfbde1cb0d8597103a7ee744c1f8789acbcd40f80074a30bd8f4792fdb234a302d881c1904868289463a2935f09e33edd0c86d275cb98a35619d0c683
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-vault_v1
2
2
 
3
+ ### v0.8.0 (2021-10-21)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.7.0 (2021-08-27)
8
+
9
+ * Regenerated from discovery document revision 20210817
10
+
11
+ ### v0.6.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.5.0 (2021-06-25)
16
+
17
+ * Regenerated from discovery document revision 20210621
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.4.0 (2021-05-20)
4
21
 
5
22
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1 of the G Suite Vault API
1
+ # Simple REST client for version V1 of the Google Vault API
2
2
 
3
- This is a simple client library for version V1 of the G Suite Vault API. It provides:
3
+ This is a simple client library for version V1 of the Google Vault API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -60,12 +60,12 @@ 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 Vault service in particular.)
67
67
 
68
- For reference information on specific calls in the G Suite Vault API, see the {Google::Apis::VaultV1::VaultService class reference docs}.
68
+ For reference information on specific calls in the Google Vault API, see the {Google::Apis::VaultV1::VaultService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71