google-ads-ad_manager-v1 1.0.0 → 1.0.1

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: ecd98af672c32efcaa2802b038b687261da2e6de7ebf759f8982bc2f6f4ee4de
4
- data.tar.gz: 7ce7d66a10db4e85ea8548cf2562181d197630f0cf659dc7fca3d99ee08061d3
3
+ metadata.gz: 793925170224083060d420fb75e8c952b3c5f291d6aa473c1ec43e4ce18d2307
4
+ data.tar.gz: 5c7cc7dbc3f47b1b0889edecc292f88ed806f4fa210e211b828df5c1bd05572e
5
5
  SHA512:
6
- metadata.gz: e593e5060928e7f5c3817dda38bee22204cb64e97714391ba4601cebb60677520fe91fc0f29e7a5da2be070fe6aa8ecec928da7135d904d739f6820152e913fc
7
- data.tar.gz: 73095290424ff4f249be74f13b4177d18733fe5cc9b4c3e02bdae3bed0fc017e0ca4dca6f432bce9d5f0df83b4ed37a97fd5b52897599d71ee41f67cfbd00d0c
6
+ metadata.gz: c6543e947a3254f49f59671c1679749b30771df78aa060597725e93d7bdce281bed6790fb008940ab46b65e29c2da57b83448f1b36caea63e82173a1711a9a4c
7
+ data.tar.gz: 4056951b955c6b12fafc4ea1581367966d8aeffdbaab1e41e7f5998ebe73005df6ba0d271574def944e5c137cc2c566fcb30d1867882fb49f7acfe13fc97c8cd
@@ -563,7 +563,7 @@ module Google
563
563
 
564
564
  config_attr :endpoint, nil, ::String, nil
565
565
  config_attr :credentials, nil do |value|
566
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
566
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
567
567
  allowed.any? { |klass| klass === value }
568
568
  end
569
569
  config_attr :scope, nil, ::String, ::Array, nil
@@ -457,7 +457,7 @@ module Google
457
457
 
458
458
  config_attr :endpoint, nil, ::String, nil
459
459
  config_attr :credentials, nil do |value|
460
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
460
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
461
461
  allowed.any? { |klass| klass === value }
462
462
  end
463
463
  config_attr :scope, nil, ::String, ::Array, nil
@@ -457,7 +457,7 @@ module Google
457
457
 
458
458
  config_attr :endpoint, nil, ::String, nil
459
459
  config_attr :credentials, nil do |value|
460
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
460
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
461
461
  allowed.any? { |klass| klass === value }
462
462
  end
463
463
  config_attr :scope, nil, ::String, ::Array, nil
@@ -458,7 +458,7 @@ module Google
458
458
 
459
459
  config_attr :endpoint, nil, ::String, nil
460
460
  config_attr :credentials, nil do |value|
461
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
461
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
462
462
  allowed.any? { |klass| klass === value }
463
463
  end
464
464
  config_attr :scope, nil, ::String, ::Array, nil
@@ -461,7 +461,7 @@ module Google
461
461
 
462
462
  config_attr :endpoint, nil, ::String, nil
463
463
  config_attr :credentials, nil do |value|
464
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
464
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
465
465
  allowed.any? { |klass| klass === value }
466
466
  end
467
467
  config_attr :scope, nil, ::String, ::Array, nil
@@ -792,7 +792,7 @@ module Google
792
792
 
793
793
  config_attr :endpoint, nil, ::String, nil
794
794
  config_attr :credentials, nil do |value|
795
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
795
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
796
796
  allowed.any? { |klass| klass === value }
797
797
  end
798
798
  config_attr :scope, nil, ::String, ::Array, nil
@@ -421,7 +421,7 @@ module Google
421
421
 
422
422
  config_attr :endpoint, nil, ::String, nil
423
423
  config_attr :credentials, nil do |value|
424
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
424
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
425
425
  allowed.any? { |klass| klass === value }
426
426
  end
427
427
  config_attr :scope, nil, ::String, ::Array, nil
@@ -467,7 +467,7 @@ module Google
467
467
 
468
468
  config_attr :endpoint, nil, ::String, nil
469
469
  config_attr :credentials, nil do |value|
470
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
470
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
471
471
  allowed.any? { |klass| klass === value }
472
472
  end
473
473
  config_attr :scope, nil, ::String, ::Array, nil
@@ -457,7 +457,7 @@ module Google
457
457
 
458
458
  config_attr :endpoint, nil, ::String, nil
459
459
  config_attr :credentials, nil do |value|
460
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
460
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
461
461
  allowed.any? { |klass| klass === value }
462
462
  end
463
463
  config_attr :scope, nil, ::String, ::Array, nil
@@ -823,7 +823,7 @@ module Google
823
823
 
824
824
  config_attr :endpoint, nil, ::String, nil
825
825
  config_attr :credentials, nil do |value|
826
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
826
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
827
827
  allowed.any? { |klass| klass === value }
828
828
  end
829
829
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -456,7 +456,7 @@ module Google
456
456
 
457
457
  config_attr :endpoint, nil, ::String, nil
458
458
  config_attr :credentials, nil do |value|
459
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
459
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
460
460
  allowed.any? { |klass| klass === value }
461
461
  end
462
462
  config_attr :scope, nil, ::String, ::Array, nil
@@ -457,7 +457,7 @@ module Google
457
457
 
458
458
  config_attr :endpoint, nil, ::String, nil
459
459
  config_attr :credentials, nil do |value|
460
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
460
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
461
461
  allowed.any? { |klass| klass === value }
462
462
  end
463
463
  config_attr :scope, nil, ::String, ::Array, nil
@@ -354,7 +354,7 @@ module Google
354
354
 
355
355
  config_attr :endpoint, nil, ::String, nil
356
356
  config_attr :credentials, nil do |value|
357
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
357
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
358
358
  allowed.any? { |klass| klass === value }
359
359
  end
360
360
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Ads
22
22
  module AdManager
23
23
  module V1
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.1"
25
25
  end
26
26
  end
27
27
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-ads-ad_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -277,7 +277,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
277
  - !ruby/object:Gem::Version
278
278
  version: '0'
279
279
  requirements: []
280
- rubygems_version: 3.6.3
280
+ rubygems_version: 3.6.8
281
281
  specification_version: 4
282
282
  summary: Manage your Ad Manager inventory, run reports and more.
283
283
  test_files: []