google-apis-adsense_v2 0.31.0 → 0.32.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: eda84d6da37ad87bfab1f53d06ef03b0e946231f021b0807027697fe3fb0842b
4
- data.tar.gz: cf26a621baa2d2e20db864af539229c887f4f633dd066bf225771b22b59bad87
3
+ metadata.gz: c4182e0ca21af735c58af43a96098396be4402e9f22863ef6a0bfaae0b053026
4
+ data.tar.gz: ce3ea27cb6fc4faeb04008a1e2a4a535f57ba4c02774a0ead0349dbd56260bef
5
5
  SHA512:
6
- metadata.gz: 9a77d063a7939d176dd090d9dc6707549ec853a4173b88207635bd21b92496cd0cf7af7482827344b46734747f7db8c643ffeb38a4a8c14608c4875d04a12455
7
- data.tar.gz: b8e3193916a87fd13007040cef7db37d3c2bf5c950f1b4f9b3b76480785af041402c9c7c1317555f89621ac6fba1426bfa1d511b5543d4be297e22f6839bb64e
6
+ metadata.gz: 499c730a0939f04c411632e06548eb59456a6b689256aa231ffdb22667f4bfb8e32358f0ce3a72cd615c0d2c5a9ed0bd883220a824c79a0d9392bca11158f90f
7
+ data.tar.gz: 5486f0176cd1ea64a412cf6d34432a89fe95bada1c0d87d8637f49c29f4dd8c550b5968788b1069bcbcb6cecc65b63911a202be1864ea8b40332c5475d43168e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.32.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240320
6
+
3
7
  ### v0.31.0 (2024-02-24)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231016"
25
+ REVISION = "20240320"
26
26
  end
27
27
  end
28
28
  end
@@ -298,13 +298,14 @@ module Google
298
298
  execute_or_queue_command(command, &block)
299
299
  end
300
300
 
301
- # Creates an ad unit. This method can only be used by projects enabled for the [
302
- # AdSense for Platforms](https://developers.google.com/adsense/platforms/)
303
- # product. Note that ad units can only be created for ad clients with an "AFC"
304
- # product code. For more info see the [AdClient resource](/adsense/management/
305
- # reference/rest/v2/accounts.adclients). For now, this method can only be used
306
- # to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/
307
- # 9183566
301
+ # Creates an ad unit. This method can be called only by a restricted set of
302
+ # projects, which are usually owned by [AdSense for Platforms](https://
303
+ # developers.google.com/adsense/platforms/) publishers. Contact your account
304
+ # manager if you need to use this method. Note that ad units can only be created
305
+ # for ad clients with an "AFC" product code. For more info see the [AdClient
306
+ # resource](/adsense/management/reference/rest/v2/accounts.adclients). For now,
307
+ # this method can only be used to create `DISPLAY` ad units. See: https://
308
+ # support.google.com/adsense/answer/9183566
308
309
  # @param [String] parent
309
310
  # Required. Ad client to create an ad unit under. Format: accounts/`account`/
310
311
  # adclients/`adclient`
@@ -486,10 +487,12 @@ module Google
486
487
  execute_or_queue_command(command, &block)
487
488
  end
488
489
 
489
- # Updates an ad unit. This method can only be used by projects enabled for the [
490
- # AdSense for Platforms](https://developers.google.com/adsense/platforms/)
491
- # product. For now, this method can only be used to update `DISPLAY` ad units.
492
- # See: https://support.google.com/adsense/answer/9183566
490
+ # Updates an ad unit. This method can be called only by a restricted set of
491
+ # projects, which are usually owned by [AdSense for Platforms](https://
492
+ # developers.google.com/adsense/platforms/) publishers. Contact your account
493
+ # manager if you need to use this method. For now, this method can only be used
494
+ # to update `DISPLAY` ad units. See: https://support.google.com/adsense/answer/
495
+ # 9183566
493
496
  # @param [String] name
494
497
  # Output only. Resource name of the ad unit. Format: accounts/`account`/
495
498
  # adclients/`adclient`/adunits/`adunit`
@@ -526,9 +529,10 @@ module Google
526
529
  execute_or_queue_command(command, &block)
527
530
  end
528
531
 
529
- # Creates a custom channel. This method can only be used by projects enabled for
530
- # the [AdSense for Platforms](https://developers.google.com/adsense/platforms/)
531
- # product.
532
+ # Creates a custom channel. This method can be called only by a restricted set
533
+ # of projects, which are usually owned by [AdSense for Platforms](https://
534
+ # developers.google.com/adsense/platforms/) publishers. Contact your account
535
+ # manager if you need to use this method.
532
536
  # @param [String] parent
533
537
  # Required. The ad client to create a custom channel under. Format: accounts/`
534
538
  # account`/adclients/`adclient`
@@ -562,9 +566,10 @@ module Google
562
566
  execute_or_queue_command(command, &block)
563
567
  end
564
568
 
565
- # Deletes a custom channel. This method can only be used by projects enabled for
566
- # the [AdSense for Platforms](https://developers.google.com/adsense/platforms/)
567
- # product.
569
+ # Deletes a custom channel. This method can be called only by a restricted set
570
+ # of projects, which are usually owned by [AdSense for Platforms](https://
571
+ # developers.google.com/adsense/platforms/) publishers. Contact your account
572
+ # manager if you need to use this method.
568
573
  # @param [String] name
569
574
  # Required. Name of the custom channel to delete. Format: accounts/`account`/
570
575
  # adclients/`adclient`/customchannels/`customchannel`
@@ -710,9 +715,10 @@ module Google
710
715
  execute_or_queue_command(command, &block)
711
716
  end
712
717
 
713
- # Updates a custom channel. This method can only be used by projects enabled for
714
- # the [AdSense for Platforms](https://developers.google.com/adsense/platforms/)
715
- # product.
718
+ # Updates a custom channel. This method can be called only by a restricted set
719
+ # of projects, which are usually owned by [AdSense for Platforms](https://
720
+ # developers.google.com/adsense/platforms/) publishers. Contact your account
721
+ # manager if you need to use this method.
716
722
  # @param [String] name
717
723
  # Output only. Resource name of the custom channel. Format: accounts/`account`/
718
724
  # adclients/`adclient`/customchannels/`customchannel`
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.31.0
4
+ version: 0.32.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-24 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.32.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: []