google-apis-adsenseplatform_v1alpha 0.6.0 → 0.8.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: d2cbb11421b375bc8b615961c34ef92aea75c48e96307be8a2a5835ef6053438
|
4
|
+
data.tar.gz: 517f78f4c0505361fdc52ba7b2c059df3c8ff05288318b078f09c8b95111936a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d873ff5729e469b3e286e1766698320657fead11d26082935d6a76063e514ff002119fe6f249d0f12840ec1e47075656779103dcc26a3d3bf2cbe9f95c0d74aa
|
7
|
+
data.tar.gz: d4cedfdcea940a7c53e9ed6a35825c35922361dd58c49c54fc5742e52b90fc98805ea3b8eed7b5f488c1c90db43a35ce9a482d79d99bb4410dec7b377872dbdb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-adsenseplatform_v1alpha
|
2
2
|
|
3
|
+
### v0.8.0 (2025-07-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250703
|
6
|
+
|
7
|
+
### v0.7.0 (2025-06-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250623
|
10
|
+
|
3
11
|
### v0.6.0 (2025-06-15)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250612
|
@@ -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.8.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 = "20250703"
|
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.
|
@@ -308,6 +308,44 @@ module Google
|
|
308
308
|
execute_or_queue_command(command, &block)
|
309
309
|
end
|
310
310
|
|
311
|
+
# Update a Platform Group.
|
312
|
+
# @param [String] name
|
313
|
+
# Identifier. Format: accounts/`account`/platforms/`platform`/groups/`
|
314
|
+
# platform_group`
|
315
|
+
# @param [Google::Apis::AdsenseplatformV1alpha::PlatformGroup] platform_group_object
|
316
|
+
# @param [String] update_mask
|
317
|
+
# Optional. The list of fields to update - currently only supports updating the `
|
318
|
+
# description` field.
|
319
|
+
# @param [String] fields
|
320
|
+
# Selector specifying which fields to include in a partial response.
|
321
|
+
# @param [String] quota_user
|
322
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
323
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
324
|
+
# @param [Google::Apis::RequestOptions] options
|
325
|
+
# Request-specific options
|
326
|
+
#
|
327
|
+
# @yield [result, err] Result & error if block supplied
|
328
|
+
# @yieldparam result [Google::Apis::AdsenseplatformV1alpha::PlatformGroup] parsed result object
|
329
|
+
# @yieldparam err [StandardError] error object if request failed
|
330
|
+
#
|
331
|
+
# @return [Google::Apis::AdsenseplatformV1alpha::PlatformGroup]
|
332
|
+
#
|
333
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
334
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
335
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
336
|
+
def patch_account_platform_group(name, platform_group_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
337
|
+
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
338
|
+
command.request_representation = Google::Apis::AdsenseplatformV1alpha::PlatformGroup::Representation
|
339
|
+
command.request_object = platform_group_object
|
340
|
+
command.response_representation = Google::Apis::AdsenseplatformV1alpha::PlatformGroup::Representation
|
341
|
+
command.response_class = Google::Apis::AdsenseplatformV1alpha::PlatformGroup
|
342
|
+
command.params['name'] = name unless name.nil?
|
343
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
344
|
+
command.query['fields'] = fields unless fields.nil?
|
345
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
346
|
+
execute_or_queue_command(command, &block)
|
347
|
+
end
|
348
|
+
|
311
349
|
# Closes a sub-account.
|
312
350
|
# @param [String] name
|
313
351
|
# Required. Account to close. Format: platforms/`platform`/accounts/`account_id`
|
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.8.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.8.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:
|