google-apis-androidpublisher_v3 0.11.0 → 0.30.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: b60e088b31281e6008b084d7647707219774e624166506fcffd3c56cff92c401
4
- data.tar.gz: fb214532661f925dcc44beaa5bac449c89dc374591d73267fe9dbbb65738fb3d
3
+ metadata.gz: 5f87c1f51f9fe2b4b2baa481674f8d68045693dd4e6c14cef9924a12156f45c9
4
+ data.tar.gz: 8504c3c0960db052e3a3b7f66e0281f3ec518a1c8ea463580ccd58067fc24f3e
5
5
  SHA512:
6
- metadata.gz: 034fe718315856a3e0ddc1ab54bbc9642fda881247cfd36ba64f0762309f0d5cb527b6c6dda125edfba3bbb40bfc83a5de3168f6b831dc24b10464c3910ca3ab
7
- data.tar.gz: 5eb6f01ecba23c6bf46b947fac4fd86093072f257a8875557f6c780fa1b45ddaa1fde4f01d5384d27c688e97f8039f49b887cf092c7fe344400d7a94fd42872d
6
+ metadata.gz: e625802bbae6e27be90259ca93642c2061ebd016d399cb2c0a5700a44d50b6a028dabb541569d1cc520704a7a86ad5ae93224c9b22c3f1f32a2d580450f9f174
7
+ data.tar.gz: ddee45b721a3151616c02130ac6f7a4d20f12b5771f94040ca78548f964c9fb53dfe94b7d55652ba77e914da530649cd82df4e6209b358aae782ff6e26f99dd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,86 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.30.0 (2022-10-29)
4
+
5
+ * Regenerated from discovery document revision 20221025
6
+ * Regenerated using generator version 0.11.0
7
+
8
+ ### v0.29.0 (2022-09-26)
9
+
10
+ * Regenerated from discovery document revision 20220926
11
+
12
+ ### v0.28.0 (2022-09-22)
13
+
14
+ * Regenerated from discovery document revision 20220920
15
+ * Regenerated using generator version 0.10.0
16
+
17
+ ### v0.27.0 (2022-09-18)
18
+
19
+ * Unspecified changes
20
+
21
+ ### v0.26.0 (2022-09-07)
22
+
23
+ * Regenerated from discovery document revision 20220906
24
+
25
+ ### v0.25.0 (2022-07-07)
26
+
27
+ * Regenerated from discovery document revision 20220704
28
+ * Regenerated using generator version 0.9.0
29
+
30
+ ### v0.24.0 (2022-07-03)
31
+
32
+ * Regenerated using generator version 0.8.0
33
+
34
+ ### v0.23.0 (2022-06-21)
35
+
36
+ * Regenerated using generator version 0.7.0
37
+
38
+ ### v0.22.0 (2022-06-10)
39
+
40
+ * Regenerated from discovery document revision 20220609
41
+ * Regenerated using generator version 0.5.0
42
+
43
+ ### v0.21.0 (2022-05-12)
44
+
45
+ * Regenerated from discovery document revision 20220511
46
+
47
+ ### v0.20.0 (2022-05-04)
48
+
49
+ * Regenerated from discovery document revision 20220503
50
+
51
+ ### v0.19.0 (2022-04-12)
52
+
53
+ * Regenerated from discovery document revision 20220411
54
+
55
+ ### v0.18.0 (2022-03-30)
56
+
57
+ * Regenerated from discovery document revision 20220329
58
+
59
+ ### v0.17.0 (2022-03-22)
60
+
61
+ * Regenerated from discovery document revision 20220319
62
+
63
+ ### v0.16.0 (2022-01-25)
64
+
65
+ * Regenerated from discovery document revision 20220123
66
+ * Regenerated using generator version 0.4.1
67
+
68
+ ### v0.15.0 (2021-12-14)
69
+
70
+ * Unspecified changes
71
+
72
+ ### v0.14.0 (2021-11-30)
73
+
74
+ * Regenerated from discovery document revision 20211125
75
+
76
+ ### v0.13.0 (2021-10-22)
77
+
78
+ * Regenerated from discovery document revision 20211021
79
+
80
+ ### v0.12.0 (2021-10-07)
81
+
82
+ * Regenerated from discovery document revision 20211006
83
+
3
84
  ### v0.11.0 (2021-09-01)
4
85
 
5
86
  * Regenerated from discovery document revision 20210901
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