google-apis-adsense_v2 0.14.0 → 0.15.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: 7043c97180eac33f139e24c6d5b027fa7e155ec4fd07cd4869ee0910f44fd37d
4
- data.tar.gz: c21fc3b437cbed90724fdc24fe6926d0be3ea091101338a15667d4b29f3c747e
3
+ metadata.gz: 623897f8d8af51119b665127999dddafdeaf4d43091a42b727e4068960e47fd9
4
+ data.tar.gz: e255b50305ae5cbb6e4601dc7a447a256450368e2e75f2c1b4ebd311156618be
5
5
  SHA512:
6
- metadata.gz: 1b7f145cd0945220bba3cb8945a76f861ea21e585f19228dda2433558b7de4fae7fec93e4aad00b648342da2ae8a01909edf8bfd65d72b01663ead84105217cd
7
- data.tar.gz: 9b406757d4de0f7da0b40fd38170aab715b1f634845cb58ea36c1c9524777318d7bec30db42e2f8f9cb60761da6f3966b15d0f15f5f1afc04da8815c4caaf268
6
+ metadata.gz: 524b5b9fb3ddc3667832f957ece040824d3901f1ed9eb2ada3d1c35522e38ffb1f92c4ff66d51757b2c89dddc39d95b800e6ec7b8f80f17047c2988192679ded
7
+ data.tar.gz: 8c39edfbc01190a9e67b7ae0d3e1b40aeb4136345fc8b4f94d4dcfef284b8bb6c79dcee7ad6119735fc47c413943859481b2ba6470515d452fe6d9fc814c8b8b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.15.0 (2022-04-19)
4
+
5
+ * Regenerated from discovery document revision 20220419
6
+
3
7
  ### v0.14.0 (2022-04-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220330
@@ -170,8 +170,8 @@ module Google
170
170
  # @return [String]
171
171
  attr_accessor :display_name
172
172
 
173
- # Required. Resource name of the ad unit. Format: accounts/`account`/adclients/`
174
- # adclient`/adunits/`adunit`
173
+ # Resource name of the ad unit. Format: accounts/`account`/adclients/`adclient`/
174
+ # adunits/`adunit`
175
175
  # Corresponds to the JSON property `name`
176
176
  # @return [String]
177
177
  attr_accessor :name
@@ -284,12 +284,12 @@ module Google
284
284
  class ContentAdsSettings
285
285
  include Google::Apis::Core::Hashable
286
286
 
287
- # Size of the ad unit. e.g. "728x90", "1x3" (for responsive ad units).
287
+ # Required. Size of the ad unit. e.g. "728x90", "1x3" (for responsive ad units).
288
288
  # Corresponds to the JSON property `size`
289
289
  # @return [String]
290
290
  attr_accessor :size
291
291
 
292
- # Type of the ad unit.
292
+ # Required. Type of the ad unit.
293
293
  # Corresponds to the JSON property `type`
294
294
  # @return [String]
295
295
  attr_accessor :type
@@ -309,7 +309,7 @@ module Google
309
309
  class CustomChannel
310
310
  include Google::Apis::Core::Hashable
311
311
 
312
- # Display name of the custom channel.
312
+ # Required. Display name of the custom channel.
313
313
  # Corresponds to the JSON property `displayName`
314
314
  # @return [String]
315
315
  attr_accessor :display_name
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220330"
25
+ REVISION = "20220419"
26
26
  end
27
27
  end
28
28
  end
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.14.0
4
+ version: 0.15.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-04-25 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.15.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: []