google-apis-adsense_v2 0.25.0 → 0.26.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/gem_version.rb +2 -2
- data/lib/google/apis/adsense_v2/service.rb +8 -6
- 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: 820edcdbb2ba7d2dca0f48d5f1653afad6b80e7080a338bd0c4559d73ada44cb
|
|
4
|
+
data.tar.gz: 3b1ed9d124c953dd21b9972550705b536c6be30db915c2c4a5d0fd01d51a9894
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5300a8ce522506e586f04eb688b9cf5698f6323defc9ea251964bf6f79cdad61fab9bca256fced9e98e854c00bd7cd071123b9d32f6e599970891928260fc0a7
|
|
7
|
+
data.tar.gz: 121ea38dbb595b4aa24d533a1aff41ace886bb2492560a9103e641daee59b529a804974152bea0b71538e5a7e90d2ed812384478a4e135898dedc2b32642db6b
|
data/CHANGELOG.md
CHANGED
|
@@ -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.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230403"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -157,9 +157,10 @@ module Google
|
|
|
157
157
|
# unspecified, at most 10000 accounts will be returned. The maximum value is
|
|
158
158
|
# 10000; values above 10000 will be coerced to 10000.
|
|
159
159
|
# @param [String] page_token
|
|
160
|
-
# A page token, received from a previous `
|
|
161
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
|
162
|
-
# to `
|
|
160
|
+
# A page token, received from a previous `ListChildAccounts` call. Provide this
|
|
161
|
+
# to retrieve the subsequent page. When paginating, all other parameters
|
|
162
|
+
# provided to `ListChildAccounts` must match the call that provided the page
|
|
163
|
+
# token.
|
|
163
164
|
# @param [String] fields
|
|
164
165
|
# Selector specifying which fields to include in a partial response.
|
|
165
166
|
# @param [String] quota_user
|
|
@@ -1268,9 +1269,10 @@ module Google
|
|
|
1268
1269
|
# unspecified, at most 10000 reports will be returned. The maximum value is
|
|
1269
1270
|
# 10000; values above 10000 will be coerced to 10000.
|
|
1270
1271
|
# @param [String] page_token
|
|
1271
|
-
# A page token, received from a previous `
|
|
1272
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
|
1273
|
-
# to `
|
|
1272
|
+
# A page token, received from a previous `ListSavedReports` call. Provide this
|
|
1273
|
+
# to retrieve the subsequent page. When paginating, all other parameters
|
|
1274
|
+
# provided to `ListSavedReports` must match the call that provided the page
|
|
1275
|
+
# token.
|
|
1274
1276
|
# @param [String] fields
|
|
1275
1277
|
# Selector specifying which fields to include in a partial response.
|
|
1276
1278
|
# @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.26.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: 2023-
|
|
11
|
+
date: 2023-04-16 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.26.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: []
|