google-cloud-cloud_dms-v1 1.3.0 → 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: d805cce4d5c6db01153d2c55bf26a664285d92d2a0bef72a0ddc52eecb9ecb71
4
- data.tar.gz: fe50fec00c5213e016c1516f51a358e897e7607429d48f1d7abc4535fc364cc0
3
+ metadata.gz: fa4538b3555e4f9ac4ec4104e9c3aa7b247ba490fbddeee4a9134bd883cef2c2
4
+ data.tar.gz: ba944be163ccd8911e7fffcbb28e97895d78215266981d238a9568ca170a3b91
5
5
  SHA512:
6
- metadata.gz: 73452fafa55be4cdae05fa27e6501f2e4b22dfcc34eed20cbe801f3305de805639de55e2b82aa237a093ebffad046f3fcc9248777e2a9517f1fedd7a76380ebb
7
- data.tar.gz: 82288b11ba741dce65eacce3bc9dc58d51149d7fb76e6af7f197d039a6daacebaec4dbc59d3fc7b77f07c8bb7a3fdaf12b28617b60ab60a73c75ba41df52bea4
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 fields are mutually exclusive: `vm_creation_config`, `vm_selection_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `vm_selection_config`, `vm_creation_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `source_connection_profile`, `destination_connection_profile`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `destination_connection_profile`, `source_connection_profile`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudDMS
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.1"
25
25
  end
26
26
  end
27
27
  end
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.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  - !ruby/object:Gem::Version
129
129
  version: '0'
130
130
  requirements: []
131
- rubygems_version: 3.6.8
131
+ rubygems_version: 3.6.9
132
132
  specification_version: 4
133
133
  summary: Manage Cloud Database Migration Service resources on Google Cloud Platform.
134
134
  test_files: []