google-cloud-network_services-v1 1.2.0 → 2.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: 195dbe81eed0e033fd530e40eda832f0f449bf4295f0743065663430d8fbca88
|
4
|
+
data.tar.gz: 22ca605b3c76348ad3598ffb9ce9cde66655081496c48910236d6804a97ae5ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19f5aea9d8c57fb0513dd49ed27ce48656fa1e0103c2e8a5ebf7521749fd0ff5324c415f6181d53b030c74843fefba9656444b3021b11b13de9ddc0f3d3d3af6
|
7
|
+
data.tar.gz: c7da6593a92a0c71c8a6c3cfcc5fca5d5b15b93b85021fec2d0739d345970edb7529871114c2c2f5bb5b82e61e7993d8cd5810a7f8c4b62ecef44876e7741c6e
|
@@ -258,10 +258,10 @@ module Google
|
|
258
258
|
# @param order_by [::String]
|
259
259
|
# Optional. Hint for how to order the results.
|
260
260
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
261
|
-
# @yieldparam result [::Google::Cloud::NetworkServices::V1::
|
261
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>]
|
262
262
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
263
263
|
#
|
264
|
-
# @return [::Google::Cloud::NetworkServices::V1::
|
264
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::NetworkServices::V1::LbTrafficExtension>]
|
265
265
|
#
|
266
266
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
267
267
|
#
|
@@ -313,7 +313,9 @@ module Google
|
|
313
313
|
retry_policy: @config.retry_policy
|
314
314
|
|
315
315
|
@dep_service_stub.list_lb_traffic_extensions request, options do |result, operation|
|
316
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dep_service_stub, :list_lb_traffic_extensions, "lb_traffic_extensions", request, result, options
|
316
317
|
yield result, operation if block_given?
|
318
|
+
throw :response, result
|
317
319
|
end
|
318
320
|
rescue ::Gapic::Rest::Error => e
|
319
321
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -749,10 +751,10 @@ module Google
|
|
749
751
|
# @param order_by [::String]
|
750
752
|
# Optional. Hint for how to order the results.
|
751
753
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
752
|
-
# @yieldparam result [::Google::Cloud::NetworkServices::V1::
|
754
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::NetworkServices::V1::LbRouteExtension>]
|
753
755
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
754
756
|
#
|
755
|
-
# @return [::Google::Cloud::NetworkServices::V1::
|
757
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::NetworkServices::V1::LbRouteExtension>]
|
756
758
|
#
|
757
759
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
758
760
|
#
|
@@ -804,7 +806,9 @@ module Google
|
|
804
806
|
retry_policy: @config.retry_policy
|
805
807
|
|
806
808
|
@dep_service_stub.list_lb_route_extensions request, options do |result, operation|
|
809
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dep_service_stub, :list_lb_route_extensions, "lb_route_extensions", request, result, options
|
807
810
|
yield result, operation if block_given?
|
811
|
+
throw :response, result
|
808
812
|
end
|
809
813
|
rescue ::Gapic::Rest::Error => e
|
810
814
|
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-cloud-network_services-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.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
|
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
175
175
|
- !ruby/object:Gem::Version
|
176
176
|
version: '0'
|
177
177
|
requirements: []
|
178
|
-
rubygems_version: 3.6.
|
178
|
+
rubygems_version: 3.6.3
|
179
179
|
specification_version: 4
|
180
180
|
summary: API Client library for the Network Services V1 API
|
181
181
|
test_files: []
|