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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/adsense_v2/classes.rb +5 -5
- data/lib/google/apis/adsense_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 623897f8d8af51119b665127999dddafdeaf4d43091a42b727e4068960e47fd9
|
|
4
|
+
data.tar.gz: e255b50305ae5cbb6e4601dc7a447a256450368e2e75f2c1b4ebd311156618be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 524b5b9fb3ddc3667832f957ece040824d3901f1ed9eb2ada3d1c35522e38ffb1f92c4ff66d51757b2c89dddc39d95b800e6ec7b8f80f17047c2988192679ded
|
|
7
|
+
data.tar.gz: 8c39edfbc01190a9e67b7ae0d3e1b40aeb4136345fc8b4f94d4dcfef284b8bb6c79dcee7ad6119735fc47c413943859481b2ba6470515d452fe6d9fc814c8b8b
|
data/CHANGELOG.md
CHANGED
|
@@ -170,8 +170,8 @@ module Google
|
|
|
170
170
|
# @return [String]
|
|
171
171
|
attr_accessor :display_name
|
|
172
172
|
|
|
173
|
-
#
|
|
174
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|