google-cloud-telco_automation-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: 7c76142d8fe0fd42e2ed8688f34b8d4c32638f3475907d9fd9cd6866781706d5
|
4
|
+
data.tar.gz: 075bc0d41fcf717ab2922a687201242da30872f86e76e0a8444174cfb246eb74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6592fb0fbc0f0fadd0c0e8020e5d1efeae3612373a4b0b0f505e510fe52a53b03e8a8963bc4a14e12edd693be5c63add8948d1de9a7fffc498ac22b11cf3d3dc
|
7
|
+
data.tar.gz: 2638717fd6b61178e8cc9fd7f7e63e15a570b5d8d1f45c26f57466c054b033e1660f82b6a14f7f439102cdfbc88d64971a495cf965f2fceaef04b7db067b223e
|
@@ -241,10 +241,10 @@ module Google
|
|
241
241
|
# @param order_by [::String]
|
242
242
|
# Hint for how to order the results.
|
243
243
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
244
|
-
# @yieldparam result [::Google::Cloud::TelcoAutomation::V1::
|
244
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::TelcoAutomation::V1::OrchestrationCluster>]
|
245
245
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
246
246
|
#
|
247
|
-
# @return [::Google::Cloud::TelcoAutomation::V1::
|
247
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::TelcoAutomation::V1::OrchestrationCluster>]
|
248
248
|
#
|
249
249
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
250
250
|
#
|
@@ -296,7 +296,9 @@ module Google
|
|
296
296
|
retry_policy: @config.retry_policy
|
297
297
|
|
298
298
|
@telco_automation_stub.list_orchestration_clusters request, options do |result, operation|
|
299
|
+
result = ::Gapic::Rest::PagedEnumerable.new @telco_automation_stub, :list_orchestration_clusters, "orchestration_clusters", request, result, options
|
299
300
|
yield result, operation if block_given?
|
301
|
+
throw :response, result
|
300
302
|
end
|
301
303
|
rescue ::Gapic::Rest::Error => e
|
302
304
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -618,10 +620,10 @@ module Google
|
|
618
620
|
# @param order_by [::String]
|
619
621
|
# Hint for how to order the results
|
620
622
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
621
|
-
# @yieldparam result [::Google::Cloud::TelcoAutomation::V1::
|
623
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::TelcoAutomation::V1::EdgeSlm>]
|
622
624
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
623
625
|
#
|
624
|
-
# @return [::Google::Cloud::TelcoAutomation::V1::
|
626
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::TelcoAutomation::V1::EdgeSlm>]
|
625
627
|
#
|
626
628
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
627
629
|
#
|
@@ -673,7 +675,9 @@ module Google
|
|
673
675
|
retry_policy: @config.retry_policy
|
674
676
|
|
675
677
|
@telco_automation_stub.list_edge_slms request, options do |result, operation|
|
678
|
+
result = ::Gapic::Rest::PagedEnumerable.new @telco_automation_stub, :list_edge_slms, "edge_slms", request, result, options
|
676
679
|
yield result, operation if block_given?
|
680
|
+
throw :response, result
|
677
681
|
end
|
678
682
|
rescue ::Gapic::Rest::Error => e
|
679
683
|
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-telco_automation-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
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
requirements: []
|
126
|
-
rubygems_version: 3.6.
|
126
|
+
rubygems_version: 3.6.3
|
127
127
|
specification_version: 4
|
128
128
|
summary: APIs to automate management of cloud infrastructure for network functions.
|
129
129
|
test_files: []
|