google-cloud-rapid_migration_assessment-v1 2.0.0 → 2.0.1

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: 9048bc8b0b8b77b79337712b55dcff46cd6b193e82ce3da63bb888af3f95a856
4
- data.tar.gz: e3a2f39fbb426f40ef8c9ad1581bc3a41d7988d9693deeed4a94fccc0599c676
3
+ metadata.gz: db360515acaa317153b3811a9961f7bbb149931b006909d354d054dd412c3fae
4
+ data.tar.gz: 9bad9697f2a4ac905456bbd3490ebe5a747df6a16e41aff8c64f3d33b6ad3ca0
5
5
  SHA512:
6
- metadata.gz: ae1fcc57a6c4a561feeb8a3466d2bc9569ce7dc676d2f5b31a8b5f143f83871375edef2d5e276d7f7033ab47c749399709a14d975ad04b70e944bc8d6ef552e9
7
- data.tar.gz: c7eeb0816a52a84224b2365180045dc868949a7fde848f9c66a03c9e07eb2416873d6c0d42a3666570a8372ed275ce439f9bfb5a8b79b0ccb72295bfa55ac750
6
+ metadata.gz: fcfe7b0928bb769bb651962e8f3912ae038899401e05d9ced528a957a5616ae30667387ef2803e8f4345912701211fb90dfa1317695fbb33e876a0edd5a29490
7
+ data.tar.gz: 684277203d6554cc796f62207cfe24e3162454aec3b47dc7ecbef73c60fed21957a3e6b1fee47b36ba3e230986741d12338601af4da0d52dd35b1493222ed1e3
@@ -827,7 +827,7 @@ module Google
827
827
 
828
828
  ##
829
829
  # Deletes a single Collector - changes state of collector to "Deleting".
830
- # Background jobs does final deletion thorugh producer api.
830
+ # Background jobs does final deletion through producer API.
831
831
  #
832
832
  # @overload delete_collector(request, options = nil)
833
833
  # Pass arguments to `delete_collector` via a request object, either of type
@@ -779,7 +779,7 @@ module Google
779
779
 
780
780
  ##
781
781
  # Deletes a single Collector - changes state of collector to "Deleting".
782
- # Background jobs does final deletion thorugh producer api.
782
+ # Background jobs does final deletion through producer API.
783
783
  #
784
784
  # @overload delete_collector(request, options = nil)
785
785
  # Pass arguments to `delete_collector` via a request object, either of type
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RapidMigrationAssessment
23
23
  module V1
24
- VERSION = "2.0.0"
24
+ VERSION = "2.0.1"
25
25
  end
26
26
  end
27
27
  end
@@ -47,7 +47,7 @@ module Google
47
47
  # Updates the parameters of a single Collector.
48
48
  rpc :UpdateCollector, ::Google::Cloud::RapidMigrationAssessment::V1::UpdateCollectorRequest, ::Google::Longrunning::Operation
49
49
  # Deletes a single Collector - changes state of collector to "Deleting".
50
- # Background jobs does final deletion thorugh producer api.
50
+ # Background jobs does final deletion through producer API.
51
51
  rpc :DeleteCollector, ::Google::Cloud::RapidMigrationAssessment::V1::DeleteCollectorRequest, ::Google::Longrunning::Operation
52
52
  # Resumes the given collector.
53
53
  rpc :ResumeCollector, ::Google::Cloud::RapidMigrationAssessment::V1::ResumeCollectorRequest, ::Google::Longrunning::Operation
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  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: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 00:00:00.000000000 Z
10
+ date: 2025-03-28 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.3
128
+ rubygems_version: 3.6.5
129
129
  specification_version: 4
130
130
  summary: The Rapid Migration Assessment service is our first-party migration assessment
131
131
  and planning tool.