google-apis-androidpublisher_v3 0.8.0 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbf5646cede63859d60e85dd6dacb4a125364baf08177a7148845c7ab19a56b9
4
- data.tar.gz: 662a371c41523745aab6ce3fc8ff68f433b3df489374f157f1609cadea8b5fc9
3
+ metadata.gz: 368d682eacf64e3c4b4c915472da8b82aa6c4bcc34e955544ffba135529d8155
4
+ data.tar.gz: c0502bc8700e64c1a7473d5730d39419554a457c9148d18357b6d225feb2480d
5
5
  SHA512:
6
- metadata.gz: 9ef0a1cc6264c926daddd5ace0d8203500d6051da8e9a7ba24ba0c4a241dd6cbd24d8b0fbcd0057823f790e273610560984b27a7825de388905728f1982b4a1c
7
- data.tar.gz: 94b088febb8b50b2464ae978526e74676efabbe93cf045b29e32384ab06448cea0dc54e92dff583fd9d28bd92f714776994f77b3faa3cb2246b5a2a8031b4017
6
+ metadata.gz: 7c892e3c16f84ef0c2baed60b79c1c4a75a90fe06eb159011ce4897144b1582f6e35378b33a434a6da4d3bfe80cee243ad4d58b98b5ab051ad1cadf6603c7669
7
+ data.tar.gz: 6992feeefa247aecb3e54666194ed00b54d7b2a0a0bd8a55781793dba7a83e6a62d32964e03985c1f561aaf44ac9f5b6dffc9f968bd7fc801c36871ef4c698e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.21.0 (2022-05-12)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+
7
+ ### v0.20.0 (2022-05-04)
8
+
9
+ * Regenerated from discovery document revision 20220503
10
+
11
+ ### v0.19.0 (2022-04-12)
12
+
13
+ * Regenerated from discovery document revision 20220411
14
+
15
+ ### v0.18.0 (2022-03-30)
16
+
17
+ * Regenerated from discovery document revision 20220329
18
+
19
+ ### v0.17.0 (2022-03-22)
20
+
21
+ * Regenerated from discovery document revision 20220319
22
+
23
+ ### v0.16.0 (2022-01-25)
24
+
25
+ * Regenerated from discovery document revision 20220123
26
+ * Regenerated using generator version 0.4.1
27
+
28
+ ### v0.15.0 (2021-12-14)
29
+
30
+ * Unspecified changes
31
+
32
+ ### v0.14.0 (2021-11-30)
33
+
34
+ * Regenerated from discovery document revision 20211125
35
+
36
+ ### v0.13.0 (2021-10-22)
37
+
38
+ * Regenerated from discovery document revision 20211021
39
+
40
+ ### v0.12.0 (2021-10-07)
41
+
42
+ * Regenerated from discovery document revision 20211006
43
+
44
+ ### v0.11.0 (2021-09-01)
45
+
46
+ * Regenerated from discovery document revision 20210901
47
+
48
+ ### v0.10.0 (2021-07-30)
49
+
50
+ * Regenerated from discovery document revision 20210728
51
+
52
+ ### v0.9.0 (2021-07-21)
53
+
54
+ * Regenerated from discovery document revision 20210720
55
+
3
56
  ### v0.8.0 (2021-06-29)
4
57
 
5
58
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/androidpublisher_v3"
51
51
  client = Google::Apis::AndroidpublisherV3::AndroidPublisherService.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 Androidpublisher service in particular.)
67
67