google-ads-ad_manager-v1 0.3.0 → 1.0.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecd98af672c32efcaa2802b038b687261da2e6de7ebf759f8982bc2f6f4ee4de
|
4
|
+
data.tar.gz: 7ce7d66a10db4e85ea8548cf2562181d197630f0cf659dc7fca3d99ee08061d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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::
|
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::
|
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)
|
@@ -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.
|
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-
|
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.
|
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: []
|