google-apis-adsense_v2 0.25.0 → 0.26.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: 30fbb73eaae7a50007d316cd8f539c7f152aa136dfec5fc4067c60f630ae4ee0
4
- data.tar.gz: '09b4d00aa597f52ee41cc9bba0bcf903e4ddcedb5c432ae474975eb3f1532e11'
3
+ metadata.gz: 820edcdbb2ba7d2dca0f48d5f1653afad6b80e7080a338bd0c4559d73ada44cb
4
+ data.tar.gz: 3b1ed9d124c953dd21b9972550705b536c6be30db915c2c4a5d0fd01d51a9894
5
5
  SHA512:
6
- metadata.gz: 3c18d5452e39a7628c2b9f13d99b88b1560a4d0ae725c21a2443fcd68bc104d9016a2c51e8e0af22e55ce9ceadbb225888bfc55cecf98778ffea85e573f70072
7
- data.tar.gz: f3c15927f0b8fd87a763f6c87de88c54da7d90fdb2aee4e9e29f8856f0d43e0184db3499beae1e84916f36fee6722f30dbf647242c117b49603df62dcc16bc0d
6
+ metadata.gz: 5300a8ce522506e586f04eb688b9cf5698f6323defc9ea251964bf6f79cdad61fab9bca256fced9e98e854c00bd7cd071123b9d32f6e599970891928260fc0a7
7
+ data.tar.gz: 121ea38dbb595b4aa24d533a1aff41ace886bb2492560a9103e641daee59b529a804974152bea0b71538e5a7e90d2ed812384478a4e135898dedc2b32642db6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.26.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230403
6
+
3
7
  ### v0.25.0 (2023-02-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20221129
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdsenseV2
18
18
  # Version of the google-apis-adsense_v2 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221129"
25
+ REVISION = "20230403"
26
26
  end
27
27
  end
28
28
  end
@@ -157,9 +157,10 @@ module Google
157
157
  # unspecified, at most 10000 accounts will be returned. The maximum value is
158
158
  # 10000; values above 10000 will be coerced to 10000.
159
159
  # @param [String] page_token
160
- # A page token, received from a previous `ListAccounts` call. Provide this to
161
- # retrieve the subsequent page. When paginating, all other parameters provided
162
- # to `ListAccounts` must match the call that provided the page token.
160
+ # A page token, received from a previous `ListChildAccounts` call. Provide this
161
+ # to retrieve the subsequent page. When paginating, all other parameters
162
+ # provided to `ListChildAccounts` must match the call that provided the page
163
+ # token.
163
164
  # @param [String] fields
164
165
  # Selector specifying which fields to include in a partial response.
165
166
  # @param [String] quota_user
@@ -1268,9 +1269,10 @@ module Google
1268
1269
  # unspecified, at most 10000 reports will be returned. The maximum value is
1269
1270
  # 10000; values above 10000 will be coerced to 10000.
1270
1271
  # @param [String] page_token
1271
- # A page token, received from a previous `ListPayments` call. Provide this to
1272
- # retrieve the subsequent page. When paginating, all other parameters provided
1273
- # to `ListPayments` must match the call that provided the page token.
1272
+ # A page token, received from a previous `ListSavedReports` call. Provide this
1273
+ # to retrieve the subsequent page. When paginating, all other parameters
1274
+ # provided to `ListSavedReports` must match the call that provided the page
1275
+ # token.
1274
1276
  # @param [String] fields
1275
1277
  # Selector specifying which fields to include in a partial response.
1276
1278
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-adsense_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2
63
63
  post_install_message:
64
64
  rdoc_options: []