google-apis-androidpublisher_v3 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: d2e1e74dcce264c235bde90cf49375e776a6e1f3d035db6431fa6f4b1ecf4f16
4
- data.tar.gz: 162de662ea220f2000052696597d8a6a1aca29db6d9a0fa25f9cf72cad5424c0
3
+ metadata.gz: c83f87cfd561fef6516fb5ca3ffbb72a46683c266aed61a87ec54fe97300b3ec
4
+ data.tar.gz: e6428a2c181999afcff5461bf1f1724fbf1e0545072085f4ce514ea114a1b57c
5
5
  SHA512:
6
- metadata.gz: 3d102b5bc2473acec004e315dbdfd1b2de4027d69597ae06f4f298f6a6590b67e6c2df65d7a3a6120b0aefa7d08082740a15003dbc67eed1b3c11f58bc4dea7d
7
- data.tar.gz: d2fa93411bd49682ce6b3e4caf952a50abbc92974bb5bd574345a3c121e9f8d70bb4e43936cdf6eb91c4848cb3a21d107be8f7893974eeb101869781ee3ac197
6
+ metadata.gz: ad4952720ee3752adf5b816b73317ce490b6b8099c8284da40a9dda488c8c0876f846175ed433d038d50cd27261e7338770e5ee6d60402bf49d521c6d5f6e005
7
+ data.tar.gz: d470cdabb740b839f72e895b9dd0e6e40c679ac8672ef6c3cdb129d04d2f6cc385d54be2a326e0c2b56765bbc5bf458a06906fea4fe41a2d168b57409b96674f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.14.0 (2021-11-30)
4
+
5
+ * Regenerated from discovery document revision 20211125
6
+
7
+ ### v0.13.0 (2021-10-22)
8
+
9
+ * Regenerated from discovery document revision 20211021
10
+
11
+ ### v0.12.0 (2021-10-07)
12
+
13
+ * Regenerated from discovery document revision 20211006
14
+
15
+ ### v0.11.0 (2021-09-01)
16
+
17
+ * Regenerated from discovery document revision 20210901
18
+
3
19
  ### v0.10.0 (2021-07-30)
4
20
 
5
21
  * Regenerated from discovery document revision 20210728
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 Androidpublisher service in particular.)
67
67