google-apis-adsense_v2 0.20.0 → 0.21.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: 6b54c29e5872dc2d5f993c2b1399e07fe06732ba1ef1fa255da136436544619d
4
- data.tar.gz: 46a177c56695204dd7ab25967b61ced1a30a3af0f98f7d7fab820ffb0bd93b50
3
+ metadata.gz: 24fd4988b7c6a246f286fd180ca47932e6f1c822b930a6a55fdd4314f4060583
4
+ data.tar.gz: 8e1ceae16e1d23d655c30e9fc4267485a3c5acfe62be00d220aca889367c3d84
5
5
  SHA512:
6
- metadata.gz: 1a3ab3e88ad94d26d57e937b9c24613619d1690bd10a20e6d80dba246c5d8fe9d3a5ed972a0f0a357496dc0adf93d8012ef13075abf65b09f93da4a4fdb0ad99
7
- data.tar.gz: 2f14e40b33a0e91f62694959885b0965af01ffbe6f676a15b50fa72f2ae75366703b0e600b0097b3baacf5c2c9f519b18c245e3762220c7a9ac065c8c5d5954c
6
+ metadata.gz: f876eb16e1ee83c01f90a5fe59bb90c48e7a768764b050209aa1c30102a9a4333784bff63e572b3d3601cc86c7004dc609c6f594cf0c341bb3a590f76859ab6f
7
+ data.tar.gz: 93e4b61551c1bac5c072c75f3438cd7499cc7a5e3b4d42a5db050c90981e5bfe9c7f5ad7ba2cd2810ea873819dd839e1400848eccf05ad43f083c9606c7fb2f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.21.0 (2022-08-09)
4
+
5
+ * Regenerated from discovery document revision 20220808
6
+
3
7
  ### v0.20.0 (2022-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220727
@@ -203,11 +203,14 @@ module Google
203
203
  end
204
204
  end
205
205
 
206
- # Representation of the AdSense code for a given ad unit.
206
+ # Representation of the ad unit code for a given ad unit. For more information,
207
+ # see [About the AdSense code](https://support.google.com/adsense/answer/9274634)
208
+ # and [Where to place the ad code in your HTML](https://support.google.com/
209
+ # adsense/answer/9190028).
207
210
  class AdUnitAdCode
208
211
  include Google::Apis::Core::Hashable
209
212
 
210
- # Output only. The AdSense code snippet to add to the body of an HTML page.
213
+ # Output only. The code snippet to add to the body of an HTML page.
211
214
  # Corresponds to the JSON property `adCode`
212
215
  # @return [String]
213
216
  attr_accessor :ad_code
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220727"
25
+ REVISION = "20220808"
26
26
  end
27
27
  end
28
28
  end
@@ -295,7 +295,10 @@ module Google
295
295
  execute_or_queue_command(command, &block)
296
296
  end
297
297
 
298
- # Gets the AdSense code for a given ad unit.
298
+ # Gets the ad unit code for a given ad unit. For more information, see [About
299
+ # the AdSense code](https://support.google.com/adsense/answer/9274634) and [
300
+ # Where to place the ad code in your HTML](https://support.google.com/adsense/
301
+ # answer/9190028).
299
302
  # @param [String] name
300
303
  # Required. Name of the adunit for which to get the adcode. Format: accounts/`
301
304
  # account`/adclients/`adclient`/adunits/`adunit`
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.20.0
4
+ version: 0.21.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: 2022-08-01 00:00:00.000000000 Z
11
+ date: 2022-08-15 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.21.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: []