google-apis-adsenseplatform_v1alpha 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: c4349ebc15217c28ae95d892b055c269c5d7b1e615036db5d598c642c31c61aa
|
4
|
+
data.tar.gz: c9f534c34aad7ad23dc938272a3ea86dcfdde2a13347e06648d25bf057c3db27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 188c6a3c161384192057b7a51d9571440a90f5a4408604ee25ad3eb349892668b09aa269de69708c16b2ff5ec2bf77177dabeeafb362830f1ccbdeafc395e0f6
|
7
|
+
data.tar.gz: c4e3928cb53011a6af8f6127e2f9304cb1a6b7351eddd5a2464bb4470cfce8a5ccb296e1f39ab699565dab926c3735b3293514628f04f940a047a397f03435db
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AdsenseplatformV1alpha
|
18
18
|
# Version of the google-apis-adsenseplatform_v1alpha 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.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250623"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -164,9 +164,9 @@ module Google
|
|
164
164
|
# paging. If unspecified, at most 10000 platforms will be returned. The maximum
|
165
165
|
# value is 10000; values above 10000 will be coerced to 10000.
|
166
166
|
# @param [String] page_token
|
167
|
-
# Optional. A page token, received from a previous `
|
167
|
+
# Optional. A page token, received from a previous `ListPlatformChildSites` call.
|
168
168
|
# Provide this to retrieve the subsequent page. When paginating, all other
|
169
|
-
# parameters provided to `
|
169
|
+
# parameters provided to `ListPlatformChildSites` must match the call that
|
170
170
|
# provided the page token.
|
171
171
|
# @param [String] fields
|
172
172
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-adsenseplatform_v1alpha
|
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
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsenseplatform_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-adsenseplatform_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-adsenseplatform_v1alpha/v0.7.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsenseplatform_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|