google-cloud-rapid_migration_assessment 2.0.1 → 2.0.2

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: ec0a45f724ff6f58b4658746e63ee1d752993b75be3657c0ea033b210537b58b
4
- data.tar.gz: 8570d55d9074cc5ace593da02c6e59a12347d438af596aa921c990880a43fe7b
3
+ metadata.gz: b92a19a23d9fca49f79bf1fcfa2f353058d24ccffee4719460710366361e4239
4
+ data.tar.gz: c47190d7a0e3411ae937c59f78732cfb74b42c29d929dc131d61d5a16d3e31aa
5
5
  SHA512:
6
- metadata.gz: 1ca20fcc2d49f82b9e17a3006a3d85dce7f0c349542595368f8b660e7a629f73e47e24e3360cacdf4a81a1d20bef04914e33763623e74e3326da5002e94f18b5
7
- data.tar.gz: 8e63a8cc8f62c6bb714317c80134494b9df9a4759c83e1b545a37c7319b1c79f327d55eae1fa294f696792da26a6010c147699e69861ebd564c4f47899fd4e90
6
+ metadata.gz: 42744badf471bf3036e9c828b3ae504a9b1a59b7557ba4afbf69da27f2e17309563f12020f0bd9957a87874de8c5d3d7ebbd62a4b404b8c9de06bf0bbb3bf6f2
7
+ data.tar.gz: b4dd0800d32d8a2d9d24e3562f9d61d7862f030d90519cc9158f88b0dbc8929df2fc5a57bb8d0a9b864da6cd9067719faa0fd33f06aae2dd5c655696e902ba72
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/rapidmigrationassessment.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/rapid_migration_assessment"
39
+
40
+ client = Google::Cloud::RapidMigrationAssessment.rapid_migration_assessment
41
+ request = ::Google::Cloud::RapidMigrationAssessment::V1::CreateCollectorRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_collector request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module RapidMigrationAssessment
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-rapid_migration_assessment
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.8
72
+ rubygems_version: 3.6.9
73
73
  specification_version: 4
74
74
  summary: The Rapid Migration Assessment service is our first-party migration assessment
75
75
  and planning tool.