google-cloud-rapid_migration_assessment 2.0.1 → 2.1.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: ec0a45f724ff6f58b4658746e63ee1d752993b75be3657c0ea033b210537b58b
4
- data.tar.gz: 8570d55d9074cc5ace593da02c6e59a12347d438af596aa921c990880a43fe7b
3
+ metadata.gz: 6afd36e9c3aba9e8ca7c645097f8626d3f90dadd1fc770d0f33b8a805e414f9e
4
+ data.tar.gz: 2f1c7a377f0eaabcb3a80fccd88ebcf6e93dcca8853d01a4d1f458d55a05f984
5
5
  SHA512:
6
- metadata.gz: 1ca20fcc2d49f82b9e17a3006a3d85dce7f0c349542595368f8b660e7a629f73e47e24e3360cacdf4a81a1d20bef04914e33763623e74e3326da5002e94f18b5
7
- data.tar.gz: 8e63a8cc8f62c6bb714317c80134494b9df9a4759c83e1b545a37c7319b1c79f327d55eae1fa294f696792da26a6010c147699e69861ebd564c4f47899fd4e90
6
+ metadata.gz: d6775c25127482c6a4a5fa368e67dbe9840ea99dedcc4e8db6edd35e64b3e2e36e982791ad5d5b83eb5139fd875cbbd350aec8dc48a22e869d724f437a355b83
7
+ data.tar.gz: 0f25f40d75ef2bdad2a3a1997fe1aaeefc860edd21779bfb86791925a85c7370ae6338ac6fb8c9c9d03a227a6af2c8f2e05e396154f7edeff7ef876627c5d58d
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.1.0"
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.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '3.0'
65
+ version: '3.2'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
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.