google-apis-adsenseplatform_v1alpha 0.5.0 → 0.6.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: 90fa3735349c7fbd834d87551d51fcbcafd9989a93f1a0cf75e61974eca011e1
|
4
|
+
data.tar.gz: cbd026617c80f37bd00e4edd3776cfed32fb7c334bae1aac05dfbde19c06409f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c88a7f44ce333bf900512a3350d458286732caa466777619391c231a76534a544038fdfd6508394a541f144fee555726b9d33c8edd1065c45a222ad0fda8ff57
|
7
|
+
data.tar.gz: 188d622e2d7dad05b23cb7fa41203f22fb475878f0b41997348bd746f5eae66a457802341b3a26926ea7c5218966650815eeb72f0d2c9ab76a5340e57730210b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-adsenseplatform_v1alpha
|
2
2
|
|
3
|
+
### v0.6.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250612
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.5.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -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.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250612"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -122,6 +122,38 @@ module Google
|
|
122
122
|
execute_or_queue_command(command, &block)
|
123
123
|
end
|
124
124
|
|
125
|
+
# Gets a Platform Child Site for a specified Platform Child Account and site.
|
126
|
+
# @param [String] name
|
127
|
+
# Required. The name of the platform child site to retrieve. Format: accounts/`
|
128
|
+
# account`/platforms/`platform`/childAccounts/`child_account`/sites/`
|
129
|
+
# platform_child_site`
|
130
|
+
# @param [String] fields
|
131
|
+
# Selector specifying which fields to include in a partial response.
|
132
|
+
# @param [String] quota_user
|
133
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
134
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
135
|
+
# @param [Google::Apis::RequestOptions] options
|
136
|
+
# Request-specific options
|
137
|
+
#
|
138
|
+
# @yield [result, err] Result & error if block supplied
|
139
|
+
# @yieldparam result [Google::Apis::AdsenseplatformV1alpha::PlatformChildSite] parsed result object
|
140
|
+
# @yieldparam err [StandardError] error object if request failed
|
141
|
+
#
|
142
|
+
# @return [Google::Apis::AdsenseplatformV1alpha::PlatformChildSite]
|
143
|
+
#
|
144
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
145
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
146
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
147
|
+
def get_account_platform_child_account_site(name, fields: nil, quota_user: nil, options: nil, &block)
|
148
|
+
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
149
|
+
command.response_representation = Google::Apis::AdsenseplatformV1alpha::PlatformChildSite::Representation
|
150
|
+
command.response_class = Google::Apis::AdsenseplatformV1alpha::PlatformChildSite
|
151
|
+
command.params['name'] = name unless name.nil?
|
152
|
+
command.query['fields'] = fields unless fields.nil?
|
153
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
154
|
+
execute_or_queue_command(command, &block)
|
155
|
+
end
|
156
|
+
|
125
157
|
# Lists Platform Child Sites for a specified Platform Child Account.
|
126
158
|
# @param [String] parent
|
127
159
|
# Required. The name of the child account under the given platform which owns
|
@@ -203,6 +235,37 @@ module Google
|
|
203
235
|
execute_or_queue_command(command, &block)
|
204
236
|
end
|
205
237
|
|
238
|
+
# Gets a Platform Group for a specified Platform and group.
|
239
|
+
# @param [String] name
|
240
|
+
# Required. The name of the platform group to retrieve. Format: accounts/`
|
241
|
+
# account`/platforms/`platform`/groups/`group`
|
242
|
+
# @param [String] fields
|
243
|
+
# Selector specifying which fields to include in a partial response.
|
244
|
+
# @param [String] quota_user
|
245
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
246
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
247
|
+
# @param [Google::Apis::RequestOptions] options
|
248
|
+
# Request-specific options
|
249
|
+
#
|
250
|
+
# @yield [result, err] Result & error if block supplied
|
251
|
+
# @yieldparam result [Google::Apis::AdsenseplatformV1alpha::PlatformGroup] parsed result object
|
252
|
+
# @yieldparam err [StandardError] error object if request failed
|
253
|
+
#
|
254
|
+
# @return [Google::Apis::AdsenseplatformV1alpha::PlatformGroup]
|
255
|
+
#
|
256
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
257
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
258
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
259
|
+
def get_account_platform_group(name, fields: nil, quota_user: nil, options: nil, &block)
|
260
|
+
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
261
|
+
command.response_representation = Google::Apis::AdsenseplatformV1alpha::PlatformGroup::Representation
|
262
|
+
command.response_class = Google::Apis::AdsenseplatformV1alpha::PlatformGroup
|
263
|
+
command.params['name'] = name unless name.nil?
|
264
|
+
command.query['fields'] = fields unless fields.nil?
|
265
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
266
|
+
execute_or_queue_command(command, &block)
|
267
|
+
end
|
268
|
+
|
206
269
|
# Lists Platform Groups for a specified Platform.
|
207
270
|
# @param [String] parent
|
208
271
|
# Required. The name of the platform to retrieve. Format: accounts/`account`/
|
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.6.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.6.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for AdSense Platform API V1alpha
|
79
79
|
test_files: []
|