google-apis-adsenseplatform_v1alpha 0.7.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: c4349ebc15217c28ae95d892b055c269c5d7b1e615036db5d598c642c31c61aa
4
- data.tar.gz: c9f534c34aad7ad23dc938272a3ea86dcfdde2a13347e06648d25bf057c3db27
3
+ metadata.gz: d2cbb11421b375bc8b615961c34ef92aea75c48e96307be8a2a5835ef6053438
4
+ data.tar.gz: 517f78f4c0505361fdc52ba7b2c059df3c8ff05288318b078f09c8b95111936a
5
5
  SHA512:
6
- metadata.gz: 188c6a3c161384192057b7a51d9571440a90f5a4408604ee25ad3eb349892668b09aa269de69708c16b2ff5ec2bf77177dabeeafb362830f1ccbdeafc395e0f6
7
- data.tar.gz: c4e3928cb53011a6af8f6127e2f9304cb1a6b7351eddd5a2464bb4470cfce8a5ccb296e1f39ab699565dab926c3735b3293514628f04f940a047a397f03435db
6
+ metadata.gz: d873ff5729e469b3e286e1766698320657fead11d26082935d6a76063e514ff002119fe6f249d0f12840ec1e47075656779103dcc26a3d3bf2cbe9f95c0d74aa
7
+ data.tar.gz: d4cedfdcea940a7c53e9ed6a35825c35922361dd58c49c54fc5742e52b90fc98805ea3b8eed7b5f488c1c90db43a35ce9a482d79d99bb4410dec7b377872dbdb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.7.0 (2025-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20250623
@@ -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.7.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 = "20250623"
25
+ REVISION = "20250703"
26
26
  end
27
27
  end
28
28
  end
@@ -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.7.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.7.0
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: