google-ads-ad_manager-v1 0.3.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: 7b50ffe84865aac9bed36e06d8389862229ecea586d29db6c842b9c1c42d51cb
4
- data.tar.gz: aecc2ab99408e964bfd5566f5280d2bb8b5054641eaf6bc1372ba19d2ee216ba
3
+ metadata.gz: 793925170224083060d420fb75e8c952b3c5f291d6aa473c1ec43e4ce18d2307
4
+ data.tar.gz: 5c7cc7dbc3f47b1b0889edecc292f88ed806f4fa210e211b828df5c1bd05572e
5
5
  SHA512:
6
- metadata.gz: 8bfef74a4bb63e634b6fb57abfbbad1a9055312897537d0e017a2db17f9859019bf451de84e94ebd8437fe5d3d3cfc4c851aecfe21d5bae2c7423fe25cb0fe47
7
- data.tar.gz: 95d497f906f568685e8b1f37e3c04855a16baa38ab312b1f1a7b113613a590b22b18eaedf9ce028ef06627abe56ef88125f2b05c1960eba238ea601ccd20c716
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
@@ -664,10 +664,10 @@ module Google
664
664
  # Optional. A page token, received from a previous `FetchReportResultRows`
665
665
  # call. Provide this to retrieve the second and subsequent batches of rows.
666
666
  # @yield [result, operation] Access the result along with the TransportOperation object
667
- # @yieldparam result [::Google::Ads::AdManager::V1::FetchReportResultRowsResponse]
667
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Ads::AdManager::V1::Report::DataTable::Row>]
668
668
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
669
669
  #
670
- # @return [::Google::Ads::AdManager::V1::FetchReportResultRowsResponse]
670
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Ads::AdManager::V1::Report::DataTable::Row>]
671
671
  #
672
672
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
673
673
  #
@@ -719,7 +719,9 @@ module Google
719
719
  retry_policy: @config.retry_policy
720
720
 
721
721
  @report_service_stub.fetch_report_result_rows request, options do |result, operation|
722
+ result = ::Gapic::Rest::PagedEnumerable.new @report_service_stub, :fetch_report_result_rows, "rows", request, result, options
722
723
  yield result, operation if block_given?
724
+ throw :response, result
723
725
  end
724
726
  rescue ::Gapic::Rest::Error => e
725
727
  raise ::Google::Cloud::Error.from_error(e)
@@ -821,7 +823,7 @@ module Google
821
823
 
822
824
  config_attr :endpoint, nil, ::String, nil
823
825
  config_attr :credentials, nil do |value|
824
- 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]
825
827
  allowed.any? { |klass| klass === value }
826
828
  end
827
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 = "0.3.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
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  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: 0.3.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-01-29 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.2
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: []