google-apis-adsense_v2 0.12.0 → 0.15.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: 3f81f54078b10ecd2292ea3f8725d8813257a26e10d81aff7050c928b9e31a0a
4
- data.tar.gz: 9bb00576f29cd889f858d1cedee28cacab778082502604630f1470ac63f5da18
3
+ metadata.gz: 623897f8d8af51119b665127999dddafdeaf4d43091a42b727e4068960e47fd9
4
+ data.tar.gz: e255b50305ae5cbb6e4601dc7a447a256450368e2e75f2c1b4ebd311156618be
5
5
  SHA512:
6
- metadata.gz: eda8704580c65f0f84d613126a6d3055b19b1102a515bdc7549b3f96007a0af64dc1292eb8ac98408aaa726b2466c260587c525ba8ae99145b5bdd044c306fc7
7
- data.tar.gz: 9f661174c3f49001a375c8324b46268eb1511102bbf1ad3b4487912ef26b14c1b4721891e7944ca0adc5a23e76630c9ef58e09635ec444a6a179a6605080f10c
6
+ metadata.gz: 524b5b9fb3ddc3667832f957ece040824d3901f1ed9eb2ada3d1c35522e38ffb1f92c4ff66d51757b2c89dddc39d95b800e6ec7b8f80f17047c2988192679ded
7
+ data.tar.gz: 8c39edfbc01190a9e67b7ae0d3e1b40aeb4136345fc8b4f94d4dcfef284b8bb6c79dcee7ad6119735fc47c413943859481b2ba6470515d452fe6d9fc814c8b8b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
7
+ ### v0.14.0 (2022-04-01)
8
+
9
+ * Regenerated from discovery document revision 20220330
10
+
11
+ ### v0.13.0 (2022-03-22)
12
+
13
+ * Regenerated from discovery document revision 20220319
14
+
3
15
  ### v0.12.0 (2022-03-01)
4
16
 
5
17
  * Regenerated from discovery document revision 20220301
@@ -54,6 +54,11 @@ module Google
54
54
  attr_accessor :premium
55
55
  alias_method :premium?, :premium
56
56
 
57
+ # Output only. State of the account.
58
+ # Corresponds to the JSON property `state`
59
+ # @return [String]
60
+ attr_accessor :state
61
+
57
62
  # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/
58
63
  # time-zones).
59
64
  # Corresponds to the JSON property `timeZone`
@@ -71,6 +76,7 @@ module Google
71
76
  @name = args[:name] if args.key?(:name)
72
77
  @pending_tasks = args[:pending_tasks] if args.key?(:pending_tasks)
73
78
  @premium = args[:premium] if args.key?(:premium)
79
+ @state = args[:state] if args.key?(:state)
74
80
  @time_zone = args[:time_zone] if args.key?(:time_zone)
75
81
  end
76
82
  end
@@ -97,6 +103,11 @@ module Google
97
103
  # @return [String]
98
104
  attr_accessor :reporting_dimension_id
99
105
 
106
+ # Output only. State of the ad client.
107
+ # Corresponds to the JSON property `state`
108
+ # @return [String]
109
+ attr_accessor :state
110
+
100
111
  def initialize(**args)
101
112
  update!(**args)
102
113
  end
@@ -106,6 +117,7 @@ module Google
106
117
  @name = args[:name] if args.key?(:name)
107
118
  @product_code = args[:product_code] if args.key?(:product_code)
108
119
  @reporting_dimension_id = args[:reporting_dimension_id] if args.key?(:reporting_dimension_id)
120
+ @state = args[:state] if args.key?(:state)
109
121
  end
110
122
  end
111
123
 
@@ -152,7 +164,8 @@ module Google
152
164
  # @return [Google::Apis::AdsenseV2::ContentAdsSettings]
153
165
  attr_accessor :content_ads_settings
154
166
 
155
- # Display name of the ad unit, as provided when the ad unit was created.
167
+ # Required. Display name of the ad unit, as provided when the ad unit was
168
+ # created.
156
169
  # Corresponds to the JSON property `displayName`
157
170
  # @return [String]
158
171
  attr_accessor :display_name
@@ -271,12 +284,12 @@ module Google
271
284
  class ContentAdsSettings
272
285
  include Google::Apis::Core::Hashable
273
286
 
274
- # 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).
275
288
  # Corresponds to the JSON property `size`
276
289
  # @return [String]
277
290
  attr_accessor :size
278
291
 
279
- # Type of the ad unit.
292
+ # Required. Type of the ad unit.
280
293
  # Corresponds to the JSON property `type`
281
294
  # @return [String]
282
295
  attr_accessor :type
@@ -296,7 +309,7 @@ module Google
296
309
  class CustomChannel
297
310
  include Google::Apis::Core::Hashable
298
311
 
299
- # Display name of the custom channel.
312
+ # Required. Display name of the custom channel.
300
313
  # Corresponds to the JSON property `displayName`
301
314
  # @return [String]
302
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.12.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 = "20220301"
25
+ REVISION = "20220419"
26
26
  end
27
27
  end
28
28
  end
@@ -216,6 +216,7 @@ module Google
216
216
  property :name, as: 'name'
217
217
  collection :pending_tasks, as: 'pendingTasks'
218
218
  property :premium, as: 'premium'
219
+ property :state, as: 'state'
219
220
  property :time_zone, as: 'timeZone', class: Google::Apis::AdsenseV2::TimeZone, decorator: Google::Apis::AdsenseV2::TimeZone::Representation
220
221
 
221
222
  end
@@ -227,6 +228,7 @@ module Google
227
228
  property :name, as: 'name'
228
229
  property :product_code, as: 'productCode'
229
230
  property :reporting_dimension_id, as: 'reportingDimensionId'
231
+ property :state, as: 'state'
230
232
  end
231
233
  end
232
234
 
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.12.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-03-07 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.12.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: []