google-cloud-cloud_dms-v1 1.2.2 → 1.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa4538b3555e4f9ac4ec4104e9c3aa7b247ba490fbddeee4a9134bd883cef2c2
|
4
|
+
data.tar.gz: ba944be163ccd8911e7fffcbb28e97895d78215266981d238a9568ca170a3b91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34aa1b6964b0e51aa45e9fdc474dcdd9ba50761e666cbf8a3049b3a280eb4a6bc74996c1997dd3628413a5b905ffa510cd9a1e67444908f2761449481a881edd
|
7
|
+
data.tar.gz: 3bd13a37c59e21478b87290bb03e6c0b0dbd65efc88eda7db105301136b3e68724c4654624584119e90e77da6fe35b2a5bdd40f7d74ffa2f7b15d57da422675d
|
@@ -1432,11 +1432,11 @@ module Google
|
|
1432
1432
|
# @param vm_creation_config [::Google::Cloud::CloudDMS::V1::VmCreationConfig, ::Hash]
|
1433
1433
|
# The VM creation configuration
|
1434
1434
|
#
|
1435
|
-
# Note: The following
|
1435
|
+
# Note: The following parameters are mutually exclusive: `vm_creation_config`, `vm_selection_config`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1436
1436
|
# @param vm_selection_config [::Google::Cloud::CloudDMS::V1::VmSelectionConfig, ::Hash]
|
1437
1437
|
# The VM selection configuration
|
1438
1438
|
#
|
1439
|
-
# Note: The following
|
1439
|
+
# Note: The following parameters are mutually exclusive: `vm_selection_config`, `vm_creation_config`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1440
1440
|
# @param vm_port [::Integer]
|
1441
1441
|
# The port that will be open on the bastion host.
|
1442
1442
|
#
|
@@ -3469,12 +3469,12 @@ module Google
|
|
3469
3469
|
# @param source_connection_profile [::String]
|
3470
3470
|
# Optional. Fully qualified (Uri) name of the source connection profile.
|
3471
3471
|
#
|
3472
|
-
# Note: The following
|
3472
|
+
# Note: The following parameters are mutually exclusive: `source_connection_profile`, `destination_connection_profile`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
3473
3473
|
# @param destination_connection_profile [::String]
|
3474
3474
|
# Optional. Fully qualified (Uri) name of the destination connection
|
3475
3475
|
# profile.
|
3476
3476
|
#
|
3477
|
-
# Note: The following
|
3477
|
+
# Note: The following parameters are mutually exclusive: `destination_connection_profile`, `source_connection_profile`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
3478
3478
|
#
|
3479
3479
|
# @yield [response, operation] Access the result along with the RPC operation
|
3480
3480
|
# @yieldparam response [::Gapic::Operation]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-cloud_dms-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
18
|
+
version: '1.0'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version:
|
25
|
+
version: '1.0'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,42 +41,30 @@ dependencies:
|
|
47
41
|
name: google-cloud-location
|
48
42
|
requirement: !ruby/object:Gem::Requirement
|
49
43
|
requirements:
|
50
|
-
- - "
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '0.7'
|
53
|
-
- - "<"
|
44
|
+
- - "~>"
|
54
45
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
46
|
+
version: '1.0'
|
56
47
|
type: :runtime
|
57
48
|
prerelease: false
|
58
49
|
version_requirements: !ruby/object:Gem::Requirement
|
59
50
|
requirements:
|
60
|
-
- - "
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0.7'
|
63
|
-
- - "<"
|
51
|
+
- - "~>"
|
64
52
|
- !ruby/object:Gem::Version
|
65
|
-
version:
|
53
|
+
version: '1.0'
|
66
54
|
- !ruby/object:Gem::Dependency
|
67
55
|
name: google-iam-v1
|
68
56
|
requirement: !ruby/object:Gem::Requirement
|
69
57
|
requirements:
|
70
|
-
- - "
|
71
|
-
- !ruby/object:Gem::Version
|
72
|
-
version: '0.7'
|
73
|
-
- - "<"
|
58
|
+
- - "~>"
|
74
59
|
- !ruby/object:Gem::Version
|
75
|
-
version:
|
60
|
+
version: '1.3'
|
76
61
|
type: :runtime
|
77
62
|
prerelease: false
|
78
63
|
version_requirements: !ruby/object:Gem::Requirement
|
79
64
|
requirements:
|
80
|
-
- - "
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: '0.7'
|
83
|
-
- - "<"
|
65
|
+
- - "~>"
|
84
66
|
- !ruby/object:Gem::Version
|
85
|
-
version:
|
67
|
+
version: '1.3'
|
86
68
|
description: Database Migration Service makes it easier for you to migrate your data
|
87
69
|
to Google Cloud. Database Migration Service helps you lift and shift your MySQL
|
88
70
|
and PostgreSQL workloads into Cloud SQL. Database Migration Service streamlines
|
@@ -139,14 +121,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
139
121
|
requirements:
|
140
122
|
- - ">="
|
141
123
|
- !ruby/object:Gem::Version
|
142
|
-
version: '3.
|
124
|
+
version: '3.1'
|
143
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
144
126
|
requirements:
|
145
127
|
- - ">="
|
146
128
|
- !ruby/object:Gem::Version
|
147
129
|
version: '0'
|
148
130
|
requirements: []
|
149
|
-
rubygems_version: 3.6.
|
131
|
+
rubygems_version: 3.6.9
|
150
132
|
specification_version: 4
|
151
133
|
summary: Manage Cloud Database Migration Service resources on Google Cloud Platform.
|
152
134
|
test_files: []
|