google-ads-ad_manager-v1 0.3.0 → 1.0.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: 7b50ffe84865aac9bed36e06d8389862229ecea586d29db6c842b9c1c42d51cb
4
- data.tar.gz: aecc2ab99408e964bfd5566f5280d2bb8b5054641eaf6bc1372ba19d2ee216ba
3
+ metadata.gz: ecd98af672c32efcaa2802b038b687261da2e6de7ebf759f8982bc2f6f4ee4de
4
+ data.tar.gz: 7ce7d66a10db4e85ea8548cf2562181d197630f0cf659dc7fca3d99ee08061d3
5
5
  SHA512:
6
- metadata.gz: 8bfef74a4bb63e634b6fb57abfbbad1a9055312897537d0e017a2db17f9859019bf451de84e94ebd8437fe5d3d3cfc4c851aecfe21d5bae2c7423fe25cb0fe47
7
- data.tar.gz: 95d497f906f568685e8b1f37e3c04855a16baa38ab312b1f1a7b113613a590b22b18eaedf9ce028ef06627abe56ef88125f2b05c1960eba238ea601ccd20c716
6
+ metadata.gz: e593e5060928e7f5c3817dda38bee22204cb64e97714391ba4601cebb60677520fe91fc0f29e7a5da2be070fe6aa8ecec928da7135d904d739f6820152e913fc
7
+ data.tar.gz: 73095290424ff4f249be74f13b4177d18733fe5cc9b4c3e02bdae3bed0fc017e0ca4dca6f432bce9d5f0df83b4ed37a97fd5b52897599d71ee41f67cfbd00d0c
@@ -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)
@@ -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.0"
25
25
  end
26
26
  end
27
27
  end
@@ -409,6 +409,14 @@ module Google
409
409
  # @return [::Array<::String>]
410
410
  # An allowlist of the fully qualified names of RPCs that should be included
411
411
  # on public client surfaces.
412
+ # @!attribute [rw] generate_omitted_as_internal
413
+ # @return [::Boolean]
414
+ # Setting this to true indicates to the client generators that methods
415
+ # that would be excluded from the generation should instead be generated
416
+ # in a way that indicates these methods should not be consumed by
417
+ # end users. How this is expressed is up to individual language
418
+ # implementations to decide. Some examples may be: added annotations,
419
+ # obfuscated identifiers, or other language idiomatic patterns.
412
420
  class SelectiveGapicGeneration
413
421
  include ::Google::Protobuf::MessageExts
414
422
  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.0
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: 2025-02-07 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.3
281
281
  specification_version: 4
282
282
  summary: Manage your Ad Manager inventory, run reports and more.
283
283
  test_files: []