google-apis-adsense_v2 0.25.0 → 0.27.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: 30fbb73eaae7a50007d316cd8f539c7f152aa136dfec5fc4067c60f630ae4ee0
4
- data.tar.gz: '09b4d00aa597f52ee41cc9bba0bcf903e4ddcedb5c432ae474975eb3f1532e11'
3
+ metadata.gz: 6782afae113a1c4289b707f0b2a32ed251d74b6c69cf64afb4d9d5cefb42569c
4
+ data.tar.gz: 37990c3ad8d3e58b226d15a82fd9f762bd566b1a1e150a1f5843f73de13b6f83
5
5
  SHA512:
6
- metadata.gz: 3c18d5452e39a7628c2b9f13d99b88b1560a4d0ae725c21a2443fcd68bc104d9016a2c51e8e0af22e55ce9ceadbb225888bfc55cecf98778ffea85e573f70072
7
- data.tar.gz: f3c15927f0b8fd87a763f6c87de88c54da7d90fdb2aee4e9e29f8856f0d43e0184db3499beae1e84916f36fee6722f30dbf647242c117b49603df62dcc16bc0d
6
+ metadata.gz: 182fdc06aad7bb1f940e79310b41e289f5fd97b36c5e274140412f7231ad677fa1379ace97c4d60e22104921bb0363b22bc849739da4f52dcf7d90dec0b14b8b
7
+ data.tar.gz: c8fa2943540a0038f0fa9dd224419842a6c15d70f8a76cdaa226bf663f53ac4a241b9d87f4bbfccb4ec9c8aecb7db783e60819a7e9cdf9bbaf1113e26c0e707a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.27.0 (2023-06-04)
4
+
5
+ * Regenerated from discovery document revision 20230531
6
+
7
+ ### v0.26.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230403
10
+
3
11
  ### v0.25.0 (2023-02-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20221129
@@ -214,7 +214,7 @@ module Google
214
214
  # @return [String]
215
215
  attr_accessor :reporting_dimension_id
216
216
 
217
- # State of the ad unit.
217
+ # Required. State of the ad unit.
218
218
  # Corresponds to the JSON property `state`
219
219
  # @return [String]
220
220
  attr_accessor :state
@@ -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.27.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 = "20230531"
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.27.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-06-04 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.27.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: []