google-cloud-cloud_dms 1.4.1 → 1.4.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: 65c793759bf2065639919ca31a5183510bf484b2e7e94b6f0d01868bd924f38f
4
- data.tar.gz: 60cef9e568fd9f7f55d46c7bde8f3c86db0e3a8dea561f68018f8f38b8c80e45
3
+ metadata.gz: f1c44e44714f1cdaa07fd0b8a7663913052a8ad5946880d99b700202c4d02416
4
+ data.tar.gz: e19a02b06154924ec47dc543a63e1cfb5502952f450a1a7535652f9684a39a98
5
5
  SHA512:
6
- metadata.gz: b57c304f5d24ff7b5316dbd9a5fac28a0c666b40fd594e649030fe286fa062cbfbe50daf3ece715e38884e18b8b8a07421f432340f7d30e98fe8e29483939752
7
- data.tar.gz: 365e9726f7acb2ac8efff644c6973c1e5f1d988b2b947baa943e6f9550336926d2ca0cdcd2f5fcf64f08652b2a1c63b09c84a349a875de34db11350c6b033bf6
6
+ metadata.gz: 72a4ef7df860d66678d6a346fca2a4f93bc78bf6d4c4ca70dc6ad8051b2b7abe652a59a0fd4f9e32435f43579baf61cbf259620d37365a9417af79179fcfdb8c
7
+ data.tar.gz: 6a404d2260f9ecad80518ccfdf945116590b4a77c0b83982a94a2da85da1666f0a602d159592b97040731733a6ed3fc2715e923276d5821bf11cd1fd79b6a4e0
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/datamigration.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/cloud_dms"
39
+
40
+ client = Google::Cloud::CloudDMS.data_migration_service
41
+ request = ::Google::Cloud::CloudDMS::V1::ListMigrationJobsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_migration_jobs 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 CloudDMS
23
- VERSION = "1.4.1"
23
+ VERSION = "1.4.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-cloud_dms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.6.8
81
+ rubygems_version: 3.6.9
82
82
  specification_version: 4
83
83
  summary: API Client library for the Cloud Database Migration Service API
84
84
  test_files: []