google-apis-admob_v1beta 0.24.0 → 0.25.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: 5f018a8079b4435e6cb16357facfc0427921ac094dc34e89d54ca228e4a9fdff
4
- data.tar.gz: e5445f55ce9385e481fe75ff8479583edb73c4dd4d906b0e1a359c21c1587f14
3
+ metadata.gz: 6b84f648133c70864d859398292c2d6811690577fab5a5ed768a732c90cd1732
4
+ data.tar.gz: 45f1339e273786ae0451f8e2995de59e94fc9ba5fe6ea19ee0514c5424dbb167
5
5
  SHA512:
6
- metadata.gz: 0c521c91b93e25005ed20d6415d2aacfe227f601a51532fedabdd9a6744408f1216b8416aa7fd710d0f88141120a476f34fa8e89b8a6436167519675b7a0b214
7
- data.tar.gz: 182473f63f35a96a136f60674e8eccc7d6f66373615554836cf9eb52124825f2fa58b841d4ea219af519894e12b61c37d6e4288951659887e5264dd97fe49c40
6
+ metadata.gz: 2cf91d766418d1d112ae576a69682361d6df7e576f67449054c70996d0e1f11be6428e8c2bfbe69afcd4b83f4240840f3fe233d5c56a888e21c6b72a806feb73
7
+ data.tar.gz: dab98d89c45adcd86753e61b4b9ea8976b9ecac27431adb0324ed867a7ab05f15968f20e77bde8953b82470a144a6ffe10e4ca747eabfc58236fab1a6e942704
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admob_v1beta
2
2
 
3
+ ### v0.25.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230907
6
+
3
7
  ### v0.24.0 (2023-09-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230831
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdmobV1beta
18
18
  # Version of the google-apis-admob_v1beta gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230831"
25
+ REVISION = "20230907"
26
26
  end
27
27
  end
28
28
  end
@@ -199,7 +199,9 @@ module Google
199
199
  end
200
200
 
201
201
  # Batch create the ad unit mappings under the specific AdMob account. The
202
- # maximum allowed batch size is 100.
202
+ # maximum allowed batch size is 100. This method has limited access. If you see
203
+ # a 403 permission denied error, please reach out to your account manager for
204
+ # access.
203
205
  # @param [String] parent
204
206
  # Required. The AdMob account which owns this collection of ad unit mappings.
205
207
  # Format: accounts/`publisher_id` See https://support.google.com/admob/answer/
@@ -234,7 +236,9 @@ module Google
234
236
  execute_or_queue_command(command, &block)
235
237
  end
236
238
 
237
- # Creates an ad unit under the specified AdMob account.
239
+ # Creates an ad unit under the specified AdMob account. This method has limited
240
+ # access. If you see a 403 permission denied error, please reach out to your
241
+ # account manager for access.
238
242
  # @param [String] parent
239
243
  # Required. Resource name of the account to create the specified ad unit for.
240
244
  # Example: accounts/pub-9876543210987654
@@ -309,7 +313,9 @@ module Google
309
313
  execute_or_queue_command(command, &block)
310
314
  end
311
315
 
312
- # Create an ad unit mapping under the specific AdMob account and ad unit.
316
+ # Create an ad unit mapping under the specific AdMob account and ad unit. This
317
+ # method has limited access. If you see a 403 permission denied error, please
318
+ # reach out to your account manager for access.
313
319
  # @param [String] parent
314
320
  # Required. The parent which owns the ad unit mapping. Format: accounts/`
315
321
  # publisher_id`/adUnits/`ad_unit_id`
@@ -343,7 +349,9 @@ module Google
343
349
  execute_or_queue_command(command, &block)
344
350
  end
345
351
 
346
- # List ad unit mappings under the specified AdMob account and ad unit.
352
+ # List ad unit mappings under the specified AdMob account and ad unit. This
353
+ # method has limited access. If you see a 403 permission denied error, please
354
+ # reach out to your account manager for access.
347
355
  # @param [String] parent
348
356
  # Required. The parent which owns this collection of ad unit mappings. Format:
349
357
  # accounts/`publisher_id`/adUnits/`ad_unit_id`
@@ -391,7 +399,9 @@ module Google
391
399
  execute_or_queue_command(command, &block)
392
400
  end
393
401
 
394
- # Creates an app under the specified AdMob account.
402
+ # Creates an app under the specified AdMob account. This method has limited
403
+ # access. If you see a 403 permission denied error, please reach out to your
404
+ # account manager for access.
395
405
  # @param [String] parent
396
406
  # Required. Resource name of the account for which the app is being created.
397
407
  # Example: accounts/pub-9876543210987654
@@ -500,7 +510,9 @@ module Google
500
510
  execute_or_queue_command(command, &block)
501
511
  end
502
512
 
503
- # Create a mediation group under the specific AdMob account.
513
+ # Create a mediation group under the specific AdMob account. This method has
514
+ # limited access. If you see a 403 permission denied error, please reach out to
515
+ # your account manager for access.
504
516
  # @param [String] parent
505
517
  # Required. The parent which owns the mediation group. Format: accounts/`
506
518
  # publisher_id`
@@ -534,7 +546,9 @@ module Google
534
546
  execute_or_queue_command(command, &block)
535
547
  end
536
548
 
537
- # List mediation groups under the specified AdMob account.
549
+ # List mediation groups under the specified AdMob account. This method has
550
+ # limited access. If you see a 403 permission denied error, please reach out to
551
+ # your account manager for access.
538
552
  # @param [String] parent
539
553
  # Required. Resource name of the account to list mediation groups for. Example:
540
554
  # accounts/pub-9876543210987654
@@ -589,7 +603,9 @@ module Google
589
603
  execute_or_queue_command(command, &block)
590
604
  end
591
605
 
592
- # Update the specified mediation group under the specified AdMob account.
606
+ # Update the specified mediation group under the specified AdMob account. This
607
+ # method has limited access. If you see a 403 permission denied error, please
608
+ # reach out to your account manager for access.
593
609
  # @param [String] name
594
610
  # Resource name for this mediation group. Format is: accounts/`publisher_id`/
595
611
  # mediationGroups/`mediation_group_id` Example: accounts/pub-9876543210987654/
@@ -641,7 +657,8 @@ module Google
641
657
  end
642
658
 
643
659
  # Create an A/B testing experiment for a specified AdMob account and a mediation
644
- # group.
660
+ # group. This method has limited access. If you see a 403 permission denied
661
+ # error, please reach out to your account manager for access.
645
662
  # @param [String] parent
646
663
  # Required. The parent which owns the mediation group. Format: accounts/`
647
664
  # publisher_id`/mediationGroups/`mediation_group_id`
@@ -675,7 +692,9 @@ module Google
675
692
  execute_or_queue_command(command, &block)
676
693
  end
677
694
 
678
- # Stop the mediation A/B experiment and choose a variant.
695
+ # Stop the mediation A/B experiment and choose a variant. This method has
696
+ # limited access. If you see a 403 permission denied error, please reach out to
697
+ # your account manager for access.
679
698
  # @param [String] name
680
699
  # Name of the mediation group, the experiment for which to choose a variant for.
681
700
  # Example: accounts/pub-9876543210987654/mediationGroups/0123456789/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admob_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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: 2023-09-03 00:00:00.000000000 Z
11
+ date: 2023-09-10 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-admob_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []