google-apis-adsense_v2 0.30.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2945eea89fd4b569214176c039decd20fff16d4c4c2792ae88a239c0b326dddd
4
- data.tar.gz: 782e6916ebe022ca3ea07b484b1aac078f94467f3a5113591e94b8c09c5c0d4a
3
+ metadata.gz: c4182e0ca21af735c58af43a96098396be4402e9f22863ef6a0bfaae0b053026
4
+ data.tar.gz: ce3ea27cb6fc4faeb04008a1e2a4a535f57ba4c02774a0ead0349dbd56260bef
5
5
  SHA512:
6
- metadata.gz: b357b2f86a740d6cb9c45438101f6249379d85009b5b0204c8f5a48a6e656b637c5aa968056de18a785da875652c528d024e74de497225e0db9b2d3494cb5bb3
7
- data.tar.gz: bcce1602cc535f0f7932edafcb2eac562b7e8030521f919860bbc0cba680b378a6d02d51a39e08f5eed3a596a62d607b80ed5fc4a2c33fa986ccd4e1aa5860a6
6
+ metadata.gz: 499c730a0939f04c411632e06548eb59456a6b689256aa231ffdb22667f4bfb8e32358f0ce3a72cd615c0d2c5a9ed0bd883220a824c79a0d9392bca11158f90f
7
+ data.tar.gz: 5486f0176cd1ea64a412cf6d34432a89fe95bada1c0d87d8637f49c29f4dd8c550b5968788b1069bcbcb6cecc65b63911a202be1864ea8b40332c5475d43168e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.31.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.30.0 (2024-01-23)
4
12
 
5
13
  * Regenerated using generator version 0.13.0
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/adsense/management/) m
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
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.30.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-01-23 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.30.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for AdSense Management API V2