google-apis-analyticsadmin_v1alpha 0.14.0 → 0.26.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: bfd5b550b6c1d9774b3ec3abeac43f3dc8a8202ae945146dfbb14acc553321b6
4
- data.tar.gz: 89e6f6309c544e39b66212b31daff400ac6ce8ca7b6c25aa0d43a199a2c2c8c1
3
+ metadata.gz: d0ad025f8392744b771e491eecab3ddfe9915a21fb56e3bd992b8ffb9e88268c
4
+ data.tar.gz: 1b01b18de3830539919ce32b79515322aba7b8be6acbf4a2cec65448eccff728
5
5
  SHA512:
6
- metadata.gz: 58131ca70d919e417fb2e36a8a48e4e289554dce79eea5b0d7a3a3c05311fa7f3464913f89e15f59c4fd5a12b94861658193e9215c459b8ede43712428d11cc7
7
- data.tar.gz: 6eff46822fa560d412f36ae7042d2a1bb6b59f07f1be3850ef1f4277a3c3644c166b8f17d4329a19105f19922074912d415ea789fa45361c24e939c739a079c6
6
+ metadata.gz: 955a85720373e49037dcd914e35252ab8f88d227b0d97dd6916c537348c85c6ceff33d931b341c83a25974d0006a49800f28e558d5183a246f30fb5b88a01aab
7
+ data.tar.gz: 1ddf3a2f8bed4dcafb82e943c95fe403098660415a163cb0de3888822687b24a06a0899b5964dc8ae472724468ad9204034b2761c7afa1fd66213f73ce69f176
data/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.26.0 (2022-02-24)
4
+
5
+ * Regenerated from discovery document revision 20220222
6
+
7
+ ### v0.25.0 (2022-02-03)
8
+
9
+ * Regenerated from discovery document revision 20220131
10
+
11
+ ### v0.24.0 (2022-01-28)
12
+
13
+ * Regenerated from discovery document revision 20220127
14
+
15
+ ### v0.23.0 (2022-01-18)
16
+
17
+ * Regenerated from discovery document revision 20220116
18
+
19
+ ### v0.22.0 (2022-01-14)
20
+
21
+ * Regenerated from discovery document revision 20220112
22
+ * Regenerated using generator version 0.4.1
23
+
24
+ ### v0.21.0 (2022-01-07)
25
+
26
+ * Regenerated from discovery document revision 20220105
27
+
28
+ ### v0.20.0 (2021-12-02)
29
+
30
+ * Regenerated from discovery document revision 20211201
31
+
32
+ ### v0.19.0 (2021-11-03)
33
+
34
+ * Regenerated from discovery document revision 20211102
35
+
36
+ ### v0.18.0 (2021-10-22)
37
+
38
+ * Regenerated from discovery document revision 20211021
39
+
40
+ ### v0.17.0 (2021-10-06)
41
+
42
+ * Regenerated from discovery document revision 20211005
43
+
44
+ ### v0.16.0 (2021-09-24)
45
+
46
+ * Regenerated from discovery document revision 20210922
47
+
48
+ ### v0.15.0 (2021-09-17)
49
+
50
+ * Regenerated from discovery document revision 20210916
51
+
3
52
  ### v0.14.0 (2021-08-24)
4
53
 
5
54
  * Regenerated from discovery document revision 20210822
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/analyticsadmin_v1alpha"
51
51
  client = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminService.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 Analyticsadmin service in particular.)
67
67