google-apis-adsense_v2 0.6.0 → 0.7.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2e852a0084cc2c49f1e48a3aa81507378f1b7098349ab8a715140e8886e99bf
|
|
4
|
+
data.tar.gz: 19f392152f1ed1886d7053dd5c26c24441fe418b7b3a590bb33d1315aae0cc31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fc04281e6d04c2551d4c3bb2f29a22e4ecf23e203374f8f76b189d2e336ecac6a721fd0e2e04673dd8153a483722d168692eb8664f4d777560544511560b04a
|
|
7
|
+
data.tar.gz: 467c340b1c87228f138046ff9538f043d08d6dee82c3c5c704d928fd611b11da4ddd6469943d10b6ca2a90284dfc69d5c6a0fde74e30ebb51c78648a8bd37db2
|
data/CHANGELOG.md
CHANGED
|
@@ -80,7 +80,7 @@ module Google
|
|
|
80
80
|
class AdClient
|
|
81
81
|
include Google::Apis::Core::Hashable
|
|
82
82
|
|
|
83
|
-
# Resource name of the ad client. Format: accounts/`account`/
|
|
83
|
+
# Resource name of the ad client. Format: accounts/`account`/adclients/`adclient`
|
|
84
84
|
# Corresponds to the JSON property `name`
|
|
85
85
|
# @return [String]
|
|
86
86
|
attr_accessor :name
|
|
@@ -157,7 +157,7 @@ module Google
|
|
|
157
157
|
# @return [String]
|
|
158
158
|
attr_accessor :display_name
|
|
159
159
|
|
|
160
|
-
# Resource name of the ad unit. Format: accounts/`account`/
|
|
160
|
+
# Resource name of the ad unit. Format: accounts/`account`/adclients/`adclient`/
|
|
161
161
|
# adunits/`adunit`
|
|
162
162
|
# Corresponds to the JSON property `name`
|
|
163
163
|
# @return [String]
|
|
@@ -987,7 +987,7 @@ module Google
|
|
|
987
987
|
class UrlChannel
|
|
988
988
|
include Google::Apis::Core::Hashable
|
|
989
989
|
|
|
990
|
-
# Resource name of the URL channel. Format: accounts/`account`/
|
|
990
|
+
# Resource name of the URL channel. Format: accounts/`account`/adclients/`
|
|
991
991
|
# adclient`/urlchannels/`urlchannel`
|
|
992
992
|
# Corresponds to the JSON property `name`
|
|
993
993
|
# @return [String]
|
|
@@ -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.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211130"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -52,7 +52,7 @@ module Google
|
|
|
52
52
|
|
|
53
53
|
# Gets information about the selected AdSense account.
|
|
54
54
|
# @param [String] name
|
|
55
|
-
# Required. Account to get information about. Format: accounts/`
|
|
55
|
+
# Required. Account to get information about. Format: accounts/`account`
|
|
56
56
|
# @param [String] fields
|
|
57
57
|
# Selector specifying which fields to include in a partial response.
|
|
58
58
|
# @param [String] quota_user
|
|
@@ -235,8 +235,8 @@ module Google
|
|
|
235
235
|
|
|
236
236
|
# Gets an ad unit from a specified account and ad client.
|
|
237
237
|
# @param [String] name
|
|
238
|
-
# Required. AdUnit to get information about. Format: accounts/`
|
|
239
|
-
# adclient/`
|
|
238
|
+
# Required. AdUnit to get information about. Format: accounts/`account`/
|
|
239
|
+
# adclients/`adclient`/adunits/`adunit`
|
|
240
240
|
# @param [String] fields
|
|
241
241
|
# Selector specifying which fields to include in a partial response.
|
|
242
242
|
# @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.
|
|
4
|
+
version: 0.7.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: 2021-
|
|
11
|
+
date: 2021-12-06 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.7.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: []
|