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: 6c4272986a8a851df6fbaaf7f30520344077cc04c00725839b1a937bdb513696
4
- data.tar.gz: ea73a0cd68091858ef6f1e20bb33e4341713ce8dd1541e1c98d93b86b94e8c95
3
+ metadata.gz: 7c76142d8fe0fd42e2ed8688f34b8d4c32638f3475907d9fd9cd6866781706d5
4
+ data.tar.gz: 075bc0d41fcf717ab2922a687201242da30872f86e76e0a8444174cfb246eb74
5
5
  SHA512:
6
- metadata.gz: dedfa7b9d78017e656134d747fa2bd3c30cde6f64ce1a9e51a258575f36e03a878d4baa3bd9744f173b315086a25cc1c3bcfc5c1e8e7f21f9463f7dabfdc30f4
7
- data.tar.gz: e58f8cfbd4c7bed207edd60eb7576e416e5223e9c9af057baccc6b94be7f2d3b5073dd7a1eb668e0367b785472196f12448c36b1810463477ec91add5e1bd362
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::ListOrchestrationClustersResponse]
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::ListOrchestrationClustersResponse]
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::ListEdgeSlmsResponse]
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::ListEdgeSlmsResponse]
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)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module TelcoAutomation
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "2.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-cloud-telco_automation-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
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-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
@@ -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.2
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: []