google-cloud-rapid_migration_assessment-v1 1.2.0 → 2.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: 7b514162a10a6c8903266dddf437cabf5d7e44c504a6f316f57842b86d6b0beb
4
- data.tar.gz: b7be715257339d87580e064a53a3ce9cde7ba5735e8cba9b4933c658f5dd65e3
3
+ metadata.gz: 9048bc8b0b8b77b79337712b55dcff46cd6b193e82ce3da63bb888af3f95a856
4
+ data.tar.gz: e3a2f39fbb426f40ef8c9ad1581bc3a41d7988d9693deeed4a94fccc0599c676
5
5
  SHA512:
6
- metadata.gz: 176f346b65f68c840fb95b260aa06d41a74b4663031621716ce98f0faf284a8fa0d2d88aa6d67457b9fbcfdab350e90d656664a33758d9fffbc7c8f673b9d7cf
7
- data.tar.gz: 8c00580286b8afcf3a6031616c63928b11ffc7e536a81ee66351752a0fd78c6e7e9560286004c3cad2d3303e58ec001e83301af8b40bdd5032f1328152c91b3a
6
+ metadata.gz: ae1fcc57a6c4a561feeb8a3466d2bc9569ce7dc676d2f5b31a8b5f143f83871375edef2d5e276d7f7033ab47c749399709a14d975ad04b70e944bc8d6ef552e9
7
+ data.tar.gz: c7eeb0816a52a84224b2365180045dc868949a7fde848f9c66a03c9e07eb2416873d6c0d42a3666570a8372ed275ce439f9bfb5a8b79b0ccb72295bfa55ac750
@@ -529,10 +529,10 @@ module Google
529
529
  # @param order_by [::String]
530
530
  # Hint for how to order the results.
531
531
  # @yield [result, operation] Access the result along with the TransportOperation object
532
- # @yieldparam result [::Google::Cloud::RapidMigrationAssessment::V1::ListCollectorsResponse]
532
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::RapidMigrationAssessment::V1::Collector>]
533
533
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
534
534
  #
535
- # @return [::Google::Cloud::RapidMigrationAssessment::V1::ListCollectorsResponse]
535
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::RapidMigrationAssessment::V1::Collector>]
536
536
  #
537
537
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
538
538
  #
@@ -584,7 +584,9 @@ module Google
584
584
  retry_policy: @config.retry_policy
585
585
 
586
586
  @rapid_migration_assessment_stub.list_collectors request, options do |result, operation|
587
+ result = ::Gapic::Rest::PagedEnumerable.new @rapid_migration_assessment_stub, :list_collectors, "collectors", request, result, options
587
588
  yield result, operation if block_given?
589
+ throw :response, result
588
590
  end
589
591
  rescue ::Gapic::Rest::Error => e
590
592
  raise ::Google::Cloud::Error.from_error(e)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RapidMigrationAssessment
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-rapid_migration_assessment-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
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  - !ruby/object:Gem::Version
126
126
  version: '0'
127
127
  requirements: []
128
- rubygems_version: 3.6.2
128
+ rubygems_version: 3.6.3
129
129
  specification_version: 4
130
130
  summary: The Rapid Migration Assessment service is our first-party migration assessment
131
131
  and planning tool.