google-cloud-cloud_dms-v1 1.1.0 → 1.2.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: 3586167cd5b8d360a01b04e7590eff93c64349a6947be8da969d2a6cd9d9c071
4
- data.tar.gz: 82efa6ddea4968679c24babb429a9771d3f08516fcf7a5b3e890b44ac4c6969b
3
+ metadata.gz: 338b83d7942b427fa98776bf0f6938b270df583a9c71516c521524fcbbbdbd29
4
+ data.tar.gz: c2c671ca568119a9555701b86aa5e36c461036227bb1b2bf85b182790e4713e2
5
5
  SHA512:
6
- metadata.gz: 1f0fdb04e0d3ce29edc2aa3d5039bfe6ba27b9331123c45c67e03cd40798c46c14599d6328305346ab125c35aea6fa631705106a7abad3c679dedc9a61cbafdd
7
- data.tar.gz: 37ea098b2fd8ecea666e7f2954e3ff771f75be6cddae340edcb96b38188ffb2affc530627a312cc4092c10a9b39149e41c76870e58336bf111484eea2a8aa538
6
+ metadata.gz: 2c56ccf5fae3aef32faab040a355799c40951234cc451f4d681b1127f0c8b12f19bbf1fb0bd72c2c2b2fca28314ab497910e8fe15e6b92e9bfa07ad9140463af
7
+ data.tar.gz: 8d6d0213c613d9423f062081716736e2de919e3d0cdae081d5c9eaf5ba1f753bff24525d7a3bd96d9c89a78722cd59bede9d9309335b532884bf779b83b0bdc0
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1431,8 +1431,12 @@ module Google
1431
1431
  # Required. Bastion VM Instance name to use or to create.
1432
1432
  # @param vm_creation_config [::Google::Cloud::CloudDMS::V1::VmCreationConfig, ::Hash]
1433
1433
  # The VM creation configuration
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.
1434
1436
  # @param vm_selection_config [::Google::Cloud::CloudDMS::V1::VmSelectionConfig, ::Hash]
1435
1437
  # The VM selection configuration
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.
1436
1440
  # @param vm_port [::Integer]
1437
1441
  # The port that will be open on the bastion host.
1438
1442
  #
@@ -3464,10 +3468,14 @@ module Google
3464
3468
  # seed operation.
3465
3469
  # @param source_connection_profile [::String]
3466
3470
  # Optional. Fully qualified (Uri) name of the source connection profile.
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.
3467
3473
  # @param destination_connection_profile [::String]
3468
3474
  # Optional. Fully qualified (Uri) name of the destination connection
3469
3475
  # profile.
3470
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.
3478
+ #
3471
3479
  # @yield [response, operation] Access the result along with the RPC operation
3472
3480
  # @yieldparam response [::Gapic::Operation]
3473
3481
  # @yieldparam operation [::GRPC::ActiveCall::Operation]
@@ -4497,6 +4505,13 @@ module Google
4497
4505
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
4498
4506
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
4499
4507
  # * (`nil`) indicating no credentials
4508
+ #
4509
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
4510
+ # external source for authentication to Google Cloud, you must validate it before
4511
+ # providing it to a Google API client library. Providing an unvalidated credential
4512
+ # configuration to Google APIs can compromise the security of your systems and data.
4513
+ # For more information, refer to [Validate credential configurations from external
4514
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
4500
4515
  # @return [::Object]
4501
4516
  # @!attribute [rw] scope
4502
4517
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudDMS
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -235,9 +235,13 @@ module Google
235
235
  # @!attribute [rw] vm_creation_config
236
236
  # @return [::Google::Cloud::CloudDMS::V1::VmCreationConfig]
237
237
  # The VM creation configuration
238
+ #
239
+ # 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.
238
240
  # @!attribute [rw] vm_selection_config
239
241
  # @return [::Google::Cloud::CloudDMS::V1::VmSelectionConfig]
240
242
  # The VM selection configuration
243
+ #
244
+ # 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.
241
245
  # @!attribute [rw] vm_port
242
246
  # @return [::Integer]
243
247
  # The port that will be open on the bastion host.
@@ -589,9 +593,10 @@ module Google
589
593
  # @return [::Boolean]
590
594
  # Output only. Identifies whether the user has requested cancellation
591
595
  # of the operation. Operations that have successfully been cancelled
592
- # have [Operation.error][] value with a
593
- # {::Google::Rpc::Status#code google.rpc.Status.code} of 1, corresponding to
594
- # `Code.CANCELLED`.
596
+ # have
597
+ # {::Google::Longrunning::Operation#error google.longrunning.Operation.error}
598
+ # value with a {::Google::Rpc::Status#code google.rpc.Status.code} of 1,
599
+ # corresponding to `Code.CANCELLED`.
595
600
  # @!attribute [r] api_version
596
601
  # @return [::String]
597
602
  # Output only. API version used to start the operation.
@@ -837,10 +842,14 @@ module Google
837
842
  # @!attribute [rw] source_connection_profile
838
843
  # @return [::String]
839
844
  # Optional. Fully qualified (Uri) name of the source connection profile.
845
+ #
846
+ # 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.
840
847
  # @!attribute [rw] destination_connection_profile
841
848
  # @return [::String]
842
849
  # Optional. Fully qualified (Uri) name of the destination connection
843
850
  # profile.
851
+ #
852
+ # 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.
844
853
  class SeedConversionWorkspaceRequest
845
854
  include ::Google::Protobuf::MessageExts
846
855
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -128,9 +128,13 @@ module Google
128
128
  # @!attribute [rw] static_ip_connectivity
129
129
  # @return [::Google::Cloud::CloudDMS::V1::StaticIpConnectivity]
130
130
  # Static ip connectivity data (default, no additional details needed).
131
+ #
132
+ # Note: The following fields are mutually exclusive: `static_ip_connectivity`, `private_service_connect_connectivity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
131
133
  # @!attribute [rw] private_service_connect_connectivity
132
134
  # @return [::Google::Cloud::CloudDMS::V1::PrivateServiceConnectConnectivity]
133
135
  # Private service connect connectivity.
136
+ #
137
+ # Note: The following fields are mutually exclusive: `private_service_connect_connectivity`, `static_ip_connectivity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
134
138
  class PostgreSqlConnectionProfile
135
139
  include ::Google::Protobuf::MessageExts
136
140
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -170,12 +174,18 @@ module Google
170
174
  # @!attribute [rw] static_service_ip_connectivity
171
175
  # @return [::Google::Cloud::CloudDMS::V1::StaticServiceIpConnectivity]
172
176
  # Static Service IP connectivity.
177
+ #
178
+ # Note: The following fields are mutually exclusive: `static_service_ip_connectivity`, `forward_ssh_connectivity`, `private_connectivity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
173
179
  # @!attribute [rw] forward_ssh_connectivity
174
180
  # @return [::Google::Cloud::CloudDMS::V1::ForwardSshTunnelConnectivity]
175
181
  # Forward SSH tunnel connectivity.
182
+ #
183
+ # Note: The following fields are mutually exclusive: `forward_ssh_connectivity`, `static_service_ip_connectivity`, `private_connectivity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
176
184
  # @!attribute [rw] private_connectivity
177
185
  # @return [::Google::Cloud::CloudDMS::V1::PrivateConnectivity]
178
186
  # Private connectivity.
187
+ #
188
+ # Note: The following fields are mutually exclusive: `private_connectivity`, `static_service_ip_connectivity`, `forward_ssh_connectivity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
179
189
  class OracleConnectionProfile
180
190
  include ::Google::Protobuf::MessageExts
181
191
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -229,9 +239,13 @@ module Google
229
239
  # The time when this access control entry expires in
230
240
  # [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example:
231
241
  # `2012-11-15T16:19:00.094Z`.
242
+ #
243
+ # Note: The following fields are mutually exclusive: `expire_time`, `ttl`. If a field in that set is populated, all other fields in the set will automatically be cleared.
232
244
  # @!attribute [rw] ttl
233
245
  # @return [::Google::Protobuf::Duration]
234
246
  # Input only. The time-to-leave of this access control entry.
247
+ #
248
+ # Note: The following fields are mutually exclusive: `ttl`, `expire_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
235
249
  # @!attribute [rw] label
236
250
  # @return [::String]
237
251
  # A label to identify this entry.
@@ -665,9 +679,13 @@ module Google
665
679
  # @!attribute [rw] password
666
680
  # @return [::String]
667
681
  # Input only. SSH password.
682
+ #
683
+ # Note: The following fields are mutually exclusive: `password`, `private_key`. If a field in that set is populated, all other fields in the set will automatically be cleared.
668
684
  # @!attribute [rw] private_key
669
685
  # @return [::String]
670
686
  # Input only. SSH private key.
687
+ #
688
+ # Note: The following fields are mutually exclusive: `private_key`, `password`. If a field in that set is populated, all other fields in the set will automatically be cleared.
671
689
  class ForwardSshTunnelConnectivity
672
690
  include ::Google::Protobuf::MessageExts
673
691
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -753,12 +771,18 @@ module Google
753
771
  # @return [::Google::Cloud::CloudDMS::V1::ReverseSshConnectivity]
754
772
  # The details needed to communicate to the source over Reverse SSH
755
773
  # tunnel connectivity.
774
+ #
775
+ # Note: The following fields are mutually exclusive: `reverse_ssh_connectivity`, `vpc_peering_connectivity`, `static_ip_connectivity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
756
776
  # @!attribute [rw] vpc_peering_connectivity
757
777
  # @return [::Google::Cloud::CloudDMS::V1::VpcPeeringConnectivity]
758
778
  # The details of the VPC network that the source database is located in.
779
+ #
780
+ # Note: The following fields are mutually exclusive: `vpc_peering_connectivity`, `reverse_ssh_connectivity`, `static_ip_connectivity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
759
781
  # @!attribute [rw] static_ip_connectivity
760
782
  # @return [::Google::Cloud::CloudDMS::V1::StaticIpConnectivity]
761
783
  # static ip connectivity data (default, no additional details needed).
784
+ #
785
+ # Note: The following fields are mutually exclusive: `static_ip_connectivity`, `reverse_ssh_connectivity`, `vpc_peering_connectivity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
762
786
  # @!attribute [r] duration
763
787
  # @return [::Google::Protobuf::Duration]
764
788
  # Output only. The duration of the migration job (in seconds). A duration in
@@ -990,18 +1014,28 @@ module Google
990
1014
  # @!attribute [rw] mysql
991
1015
  # @return [::Google::Cloud::CloudDMS::V1::MySqlConnectionProfile]
992
1016
  # A MySQL database connection profile.
1017
+ #
1018
+ # Note: The following fields are mutually exclusive: `mysql`, `postgresql`, `oracle`, `cloudsql`, `alloydb`. If a field in that set is populated, all other fields in the set will automatically be cleared.
993
1019
  # @!attribute [rw] postgresql
994
1020
  # @return [::Google::Cloud::CloudDMS::V1::PostgreSqlConnectionProfile]
995
1021
  # A PostgreSQL database connection profile.
1022
+ #
1023
+ # Note: The following fields are mutually exclusive: `postgresql`, `mysql`, `oracle`, `cloudsql`, `alloydb`. If a field in that set is populated, all other fields in the set will automatically be cleared.
996
1024
  # @!attribute [rw] oracle
997
1025
  # @return [::Google::Cloud::CloudDMS::V1::OracleConnectionProfile]
998
1026
  # An Oracle database connection profile.
1027
+ #
1028
+ # Note: The following fields are mutually exclusive: `oracle`, `mysql`, `postgresql`, `cloudsql`, `alloydb`. If a field in that set is populated, all other fields in the set will automatically be cleared.
999
1029
  # @!attribute [rw] cloudsql
1000
1030
  # @return [::Google::Cloud::CloudDMS::V1::CloudSqlConnectionProfile]
1001
1031
  # A CloudSQL database connection profile.
1032
+ #
1033
+ # Note: The following fields are mutually exclusive: `cloudsql`, `mysql`, `postgresql`, `oracle`, `alloydb`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1002
1034
  # @!attribute [rw] alloydb
1003
1035
  # @return [::Google::Cloud::CloudDMS::V1::AlloyDbConnectionProfile]
1004
1036
  # An AlloyDB cluster connection profile.
1037
+ #
1038
+ # Note: The following fields are mutually exclusive: `alloydb`, `mysql`, `postgresql`, `oracle`, `cloudsql`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1005
1039
  # @!attribute [r] error
1006
1040
  # @return [::Google::Rpc::Status]
1007
1041
  # Output only. The error details in case of state FAILED.
@@ -112,15 +112,23 @@ module Google
112
112
  # @!attribute [r] seed_job_details
113
113
  # @return [::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::SeedJobDetails]
114
114
  # Output only. Seed job details.
115
+ #
116
+ # Note: The following fields are mutually exclusive: `seed_job_details`, `import_rules_job_details`, `convert_job_details`, `apply_job_details`. If a field in that set is populated, all other fields in the set will automatically be cleared.
115
117
  # @!attribute [r] import_rules_job_details
116
118
  # @return [::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ImportRulesJobDetails]
117
119
  # Output only. Import rules job details.
120
+ #
121
+ # Note: The following fields are mutually exclusive: `import_rules_job_details`, `seed_job_details`, `convert_job_details`, `apply_job_details`. If a field in that set is populated, all other fields in the set will automatically be cleared.
118
122
  # @!attribute [r] convert_job_details
119
123
  # @return [::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ConvertJobDetails]
120
124
  # Output only. Convert job details.
125
+ #
126
+ # Note: The following fields are mutually exclusive: `convert_job_details`, `seed_job_details`, `import_rules_job_details`, `apply_job_details`. If a field in that set is populated, all other fields in the set will automatically be cleared.
121
127
  # @!attribute [r] apply_job_details
122
128
  # @return [::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ApplyJobDetails]
123
129
  # Output only. Apply job details.
130
+ #
131
+ # Note: The following fields are mutually exclusive: `apply_job_details`, `seed_job_details`, `import_rules_job_details`, `convert_job_details`. If a field in that set is populated, all other fields in the set will automatically be cleared.
124
132
  class BackgroundJobLogEntry
125
133
  include ::Google::Protobuf::MessageExts
126
134
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -247,43 +255,65 @@ module Google
247
255
  # @!attribute [rw] single_entity_rename
248
256
  # @return [::Google::Cloud::CloudDMS::V1::SingleEntityRename]
249
257
  # Optional. Rule to specify how a single entity should be renamed.
258
+ #
259
+ # Note: The following fields are mutually exclusive: `single_entity_rename`, `multi_entity_rename`, `entity_move`, `single_column_change`, `multi_column_data_type_change`, `conditional_column_set_value`, `convert_rowid_column`, `set_table_primary_key`, `single_package_change`, `source_sql_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
250
260
  # @!attribute [rw] multi_entity_rename
251
261
  # @return [::Google::Cloud::CloudDMS::V1::MultiEntityRename]
252
262
  # Optional. Rule to specify how multiple entities should be renamed.
263
+ #
264
+ # Note: The following fields are mutually exclusive: `multi_entity_rename`, `single_entity_rename`, `entity_move`, `single_column_change`, `multi_column_data_type_change`, `conditional_column_set_value`, `convert_rowid_column`, `set_table_primary_key`, `single_package_change`, `source_sql_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
253
265
  # @!attribute [rw] entity_move
254
266
  # @return [::Google::Cloud::CloudDMS::V1::EntityMove]
255
267
  # Optional. Rule to specify how multiple entities should be relocated into
256
268
  # a different schema.
269
+ #
270
+ # Note: The following fields are mutually exclusive: `entity_move`, `single_entity_rename`, `multi_entity_rename`, `single_column_change`, `multi_column_data_type_change`, `conditional_column_set_value`, `convert_rowid_column`, `set_table_primary_key`, `single_package_change`, `source_sql_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
257
271
  # @!attribute [rw] single_column_change
258
272
  # @return [::Google::Cloud::CloudDMS::V1::SingleColumnChange]
259
273
  # Optional. Rule to specify how a single column is converted.
274
+ #
275
+ # Note: The following fields are mutually exclusive: `single_column_change`, `single_entity_rename`, `multi_entity_rename`, `entity_move`, `multi_column_data_type_change`, `conditional_column_set_value`, `convert_rowid_column`, `set_table_primary_key`, `single_package_change`, `source_sql_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
260
276
  # @!attribute [rw] multi_column_data_type_change
261
277
  # @return [::Google::Cloud::CloudDMS::V1::MultiColumnDatatypeChange]
262
278
  # Optional. Rule to specify how multiple columns should be converted to a
263
279
  # different data type.
280
+ #
281
+ # Note: The following fields are mutually exclusive: `multi_column_data_type_change`, `single_entity_rename`, `multi_entity_rename`, `entity_move`, `single_column_change`, `conditional_column_set_value`, `convert_rowid_column`, `set_table_primary_key`, `single_package_change`, `source_sql_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
264
282
  # @!attribute [rw] conditional_column_set_value
265
283
  # @return [::Google::Cloud::CloudDMS::V1::ConditionalColumnSetValue]
266
284
  # Optional. Rule to specify how the data contained in a column should be
267
285
  # transformed (such as trimmed, rounded, etc) provided that the data meets
268
286
  # certain criteria.
287
+ #
288
+ # Note: The following fields are mutually exclusive: `conditional_column_set_value`, `single_entity_rename`, `multi_entity_rename`, `entity_move`, `single_column_change`, `multi_column_data_type_change`, `convert_rowid_column`, `set_table_primary_key`, `single_package_change`, `source_sql_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
269
289
  # @!attribute [rw] convert_rowid_column
270
290
  # @return [::Google::Cloud::CloudDMS::V1::ConvertRowIdToColumn]
271
291
  # Optional. Rule to specify how multiple tables should be converted with an
272
292
  # additional rowid column.
293
+ #
294
+ # Note: The following fields are mutually exclusive: `convert_rowid_column`, `single_entity_rename`, `multi_entity_rename`, `entity_move`, `single_column_change`, `multi_column_data_type_change`, `conditional_column_set_value`, `set_table_primary_key`, `single_package_change`, `source_sql_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
273
295
  # @!attribute [rw] set_table_primary_key
274
296
  # @return [::Google::Cloud::CloudDMS::V1::SetTablePrimaryKey]
275
297
  # Optional. Rule to specify the primary key for a table
298
+ #
299
+ # Note: The following fields are mutually exclusive: `set_table_primary_key`, `single_entity_rename`, `multi_entity_rename`, `entity_move`, `single_column_change`, `multi_column_data_type_change`, `conditional_column_set_value`, `convert_rowid_column`, `single_package_change`, `source_sql_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
276
300
  # @!attribute [rw] single_package_change
277
301
  # @return [::Google::Cloud::CloudDMS::V1::SinglePackageChange]
278
302
  # Optional. Rule to specify how a single package is converted.
303
+ #
304
+ # Note: The following fields are mutually exclusive: `single_package_change`, `single_entity_rename`, `multi_entity_rename`, `entity_move`, `single_column_change`, `multi_column_data_type_change`, `conditional_column_set_value`, `convert_rowid_column`, `set_table_primary_key`, `source_sql_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
279
305
  # @!attribute [rw] source_sql_change
280
306
  # @return [::Google::Cloud::CloudDMS::V1::SourceSqlChange]
281
307
  # Optional. Rule to change the sql code for an entity, for example,
282
308
  # function, procedure.
309
+ #
310
+ # Note: The following fields are mutually exclusive: `source_sql_change`, `single_entity_rename`, `multi_entity_rename`, `entity_move`, `single_column_change`, `multi_column_data_type_change`, `conditional_column_set_value`, `convert_rowid_column`, `set_table_primary_key`, `single_package_change`, `filter_table_columns`. If a field in that set is populated, all other fields in the set will automatically be cleared.
283
311
  # @!attribute [rw] filter_table_columns
284
312
  # @return [::Google::Cloud::CloudDMS::V1::FilterTableColumns]
285
313
  # Optional. Rule to specify the list of columns to include or exclude from
286
314
  # a table.
315
+ #
316
+ # Note: The following fields are mutually exclusive: `filter_table_columns`, `single_entity_rename`, `multi_entity_rename`, `entity_move`, `single_column_change`, `multi_column_data_type_change`, `conditional_column_set_value`, `convert_rowid_column`, `set_table_primary_key`, `single_package_change`, `source_sql_change`. If a field in that set is populated, all other fields in the set will automatically be cleared.
287
317
  class MappingRule
288
318
  include ::Google::Protobuf::MessageExts
289
319
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -440,10 +470,14 @@ module Google
440
470
  # @!attribute [rw] source_text_filter
441
471
  # @return [::Google::Cloud::CloudDMS::V1::SourceTextFilter]
442
472
  # Optional. Filter for text-based data types like varchar.
473
+ #
474
+ # Note: The following fields are mutually exclusive: `source_text_filter`, `source_numeric_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
443
475
  # @!attribute [rw] source_numeric_filter
444
476
  # @return [::Google::Cloud::CloudDMS::V1::SourceNumericFilter]
445
477
  # Optional. Filter for fixed point number data types such as
446
478
  # NUMERIC/NUMBER.
479
+ #
480
+ # Note: The following fields are mutually exclusive: `source_numeric_filter`, `source_text_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
447
481
  # @!attribute [rw] new_data_type
448
482
  # @return [::String]
449
483
  # Required. New data type.
@@ -522,10 +556,14 @@ module Google
522
556
  # @return [::Google::Cloud::CloudDMS::V1::SourceTextFilter]
523
557
  # Optional. Optional filter on source column length. Used for text based
524
558
  # data types like varchar.
559
+ #
560
+ # Note: The following fields are mutually exclusive: `source_text_filter`, `source_numeric_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
525
561
  # @!attribute [rw] source_numeric_filter
526
562
  # @return [::Google::Cloud::CloudDMS::V1::SourceNumericFilter]
527
563
  # Optional. Optional filter on source column precision and scale. Used for
528
564
  # fixed point numbers such as NUMERIC/NUMBER data types.
565
+ #
566
+ # Note: The following fields are mutually exclusive: `source_numeric_filter`, `source_text_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
529
567
  # @!attribute [rw] value_transformation
530
568
  # @return [::Google::Cloud::CloudDMS::V1::ValueTransformation]
531
569
  # Required. Description of data transformation during migration.
@@ -542,38 +580,58 @@ module Google
542
580
  # @!attribute [rw] is_null
543
581
  # @return [::Google::Protobuf::Empty]
544
582
  # Optional. Value is null
583
+ #
584
+ # Note: The following fields are mutually exclusive: `is_null`, `value_list`, `int_comparison`, `double_comparison`. If a field in that set is populated, all other fields in the set will automatically be cleared.
545
585
  # @!attribute [rw] value_list
546
586
  # @return [::Google::Cloud::CloudDMS::V1::ValueListFilter]
547
587
  # Optional. Value is found in the specified list.
588
+ #
589
+ # Note: The following fields are mutually exclusive: `value_list`, `is_null`, `int_comparison`, `double_comparison`. If a field in that set is populated, all other fields in the set will automatically be cleared.
548
590
  # @!attribute [rw] int_comparison
549
591
  # @return [::Google::Cloud::CloudDMS::V1::IntComparisonFilter]
550
592
  # Optional. Filter on relation between source value and compare value of
551
593
  # type integer.
594
+ #
595
+ # Note: The following fields are mutually exclusive: `int_comparison`, `is_null`, `value_list`, `double_comparison`. If a field in that set is populated, all other fields in the set will automatically be cleared.
552
596
  # @!attribute [rw] double_comparison
553
597
  # @return [::Google::Cloud::CloudDMS::V1::DoubleComparisonFilter]
554
598
  # Optional. Filter on relation between source value and compare value of
555
599
  # type double.
600
+ #
601
+ # Note: The following fields are mutually exclusive: `double_comparison`, `is_null`, `value_list`, `int_comparison`. If a field in that set is populated, all other fields in the set will automatically be cleared.
556
602
  # @!attribute [rw] assign_null
557
603
  # @return [::Google::Protobuf::Empty]
558
604
  # Optional. Set to null
605
+ #
606
+ # Note: The following fields are mutually exclusive: `assign_null`, `assign_specific_value`, `assign_min_value`, `assign_max_value`, `round_scale`, `apply_hash`. If a field in that set is populated, all other fields in the set will automatically be cleared.
559
607
  # @!attribute [rw] assign_specific_value
560
608
  # @return [::Google::Cloud::CloudDMS::V1::AssignSpecificValue]
561
609
  # Optional. Set to a specific value (value is converted to fit the target
562
610
  # data type)
611
+ #
612
+ # Note: The following fields are mutually exclusive: `assign_specific_value`, `assign_null`, `assign_min_value`, `assign_max_value`, `round_scale`, `apply_hash`. If a field in that set is populated, all other fields in the set will automatically be cleared.
563
613
  # @!attribute [rw] assign_min_value
564
614
  # @return [::Google::Protobuf::Empty]
565
615
  # Optional. Set to min_value - if integer or numeric, will use
566
616
  # int.minvalue, etc
617
+ #
618
+ # Note: The following fields are mutually exclusive: `assign_min_value`, `assign_null`, `assign_specific_value`, `assign_max_value`, `round_scale`, `apply_hash`. If a field in that set is populated, all other fields in the set will automatically be cleared.
567
619
  # @!attribute [rw] assign_max_value
568
620
  # @return [::Google::Protobuf::Empty]
569
621
  # Optional. Set to max_value - if integer or numeric, will use
570
622
  # int.maxvalue, etc
623
+ #
624
+ # Note: The following fields are mutually exclusive: `assign_max_value`, `assign_null`, `assign_specific_value`, `assign_min_value`, `round_scale`, `apply_hash`. If a field in that set is populated, all other fields in the set will automatically be cleared.
571
625
  # @!attribute [rw] round_scale
572
626
  # @return [::Google::Cloud::CloudDMS::V1::RoundToScale]
573
627
  # Optional. Allows the data to change scale
628
+ #
629
+ # Note: The following fields are mutually exclusive: `round_scale`, `assign_null`, `assign_specific_value`, `assign_min_value`, `assign_max_value`, `apply_hash`. If a field in that set is populated, all other fields in the set will automatically be cleared.
574
630
  # @!attribute [rw] apply_hash
575
631
  # @return [::Google::Cloud::CloudDMS::V1::ApplyHash]
576
632
  # Optional. Applies a hash function on the data
633
+ #
634
+ # Note: The following fields are mutually exclusive: `apply_hash`, `assign_null`, `assign_specific_value`, `assign_min_value`, `assign_max_value`, `round_scale`. If a field in that set is populated, all other fields in the set will automatically be cleared.
577
635
  class ValueTransformation
578
636
  include ::Google::Protobuf::MessageExts
579
637
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -773,36 +831,58 @@ module Google
773
831
  # @!attribute [rw] database
774
832
  # @return [::Google::Cloud::CloudDMS::V1::DatabaseInstanceEntity]
775
833
  # Database.
834
+ #
835
+ # Note: The following fields are mutually exclusive: `database`, `schema`, `table`, `view`, `sequence`, `stored_procedure`, `database_function`, `synonym`, `database_package`, `udt`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
776
836
  # @!attribute [rw] schema
777
837
  # @return [::Google::Cloud::CloudDMS::V1::SchemaEntity]
778
838
  # Schema.
839
+ #
840
+ # Note: The following fields are mutually exclusive: `schema`, `database`, `table`, `view`, `sequence`, `stored_procedure`, `database_function`, `synonym`, `database_package`, `udt`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
779
841
  # @!attribute [rw] table
780
842
  # @return [::Google::Cloud::CloudDMS::V1::TableEntity]
781
843
  # Table.
844
+ #
845
+ # Note: The following fields are mutually exclusive: `table`, `database`, `schema`, `view`, `sequence`, `stored_procedure`, `database_function`, `synonym`, `database_package`, `udt`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
782
846
  # @!attribute [rw] view
783
847
  # @return [::Google::Cloud::CloudDMS::V1::ViewEntity]
784
848
  # View.
849
+ #
850
+ # Note: The following fields are mutually exclusive: `view`, `database`, `schema`, `table`, `sequence`, `stored_procedure`, `database_function`, `synonym`, `database_package`, `udt`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
785
851
  # @!attribute [rw] sequence
786
852
  # @return [::Google::Cloud::CloudDMS::V1::SequenceEntity]
787
853
  # Sequence.
854
+ #
855
+ # Note: The following fields are mutually exclusive: `sequence`, `database`, `schema`, `table`, `view`, `stored_procedure`, `database_function`, `synonym`, `database_package`, `udt`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
788
856
  # @!attribute [rw] stored_procedure
789
857
  # @return [::Google::Cloud::CloudDMS::V1::StoredProcedureEntity]
790
858
  # Stored procedure.
859
+ #
860
+ # Note: The following fields are mutually exclusive: `stored_procedure`, `database`, `schema`, `table`, `view`, `sequence`, `database_function`, `synonym`, `database_package`, `udt`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
791
861
  # @!attribute [rw] database_function
792
862
  # @return [::Google::Cloud::CloudDMS::V1::FunctionEntity]
793
863
  # Function.
864
+ #
865
+ # Note: The following fields are mutually exclusive: `database_function`, `database`, `schema`, `table`, `view`, `sequence`, `stored_procedure`, `synonym`, `database_package`, `udt`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
794
866
  # @!attribute [rw] synonym
795
867
  # @return [::Google::Cloud::CloudDMS::V1::SynonymEntity]
796
868
  # Synonym.
869
+ #
870
+ # Note: The following fields are mutually exclusive: `synonym`, `database`, `schema`, `table`, `view`, `sequence`, `stored_procedure`, `database_function`, `database_package`, `udt`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
797
871
  # @!attribute [rw] database_package
798
872
  # @return [::Google::Cloud::CloudDMS::V1::PackageEntity]
799
873
  # Package.
874
+ #
875
+ # Note: The following fields are mutually exclusive: `database_package`, `database`, `schema`, `table`, `view`, `sequence`, `stored_procedure`, `database_function`, `synonym`, `udt`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
800
876
  # @!attribute [rw] udt
801
877
  # @return [::Google::Cloud::CloudDMS::V1::UDTEntity]
802
878
  # UDT.
879
+ #
880
+ # Note: The following fields are mutually exclusive: `udt`, `database`, `schema`, `table`, `view`, `sequence`, `stored_procedure`, `database_function`, `synonym`, `database_package`, `materialized_view`. If a field in that set is populated, all other fields in the set will automatically be cleared.
803
881
  # @!attribute [rw] materialized_view
804
882
  # @return [::Google::Cloud::CloudDMS::V1::MaterializedViewEntity]
805
883
  # Materialized view.
884
+ #
885
+ # Note: The following fields are mutually exclusive: `materialized_view`, `database`, `schema`, `table`, `view`, `sequence`, `stored_procedure`, `database_function`, `synonym`, `database_package`, `udt`. If a field in that set is populated, all other fields in the set will automatically be cleared.
806
886
  class DatabaseEntity
807
887
  include ::Google::Protobuf::MessageExts
808
888
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -53,21 +53,33 @@ module Google
53
53
  # @!attribute [rw] null_value
54
54
  # @return [::Google::Protobuf::NullValue]
55
55
  # Represents a null value.
56
+ #
57
+ # Note: The following fields are mutually exclusive: `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
56
58
  # @!attribute [rw] number_value
57
59
  # @return [::Float]
58
60
  # Represents a double value.
61
+ #
62
+ # Note: The following fields are mutually exclusive: `number_value`, `null_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
59
63
  # @!attribute [rw] string_value
60
64
  # @return [::String]
61
65
  # Represents a string value.
66
+ #
67
+ # Note: The following fields are mutually exclusive: `string_value`, `null_value`, `number_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
62
68
  # @!attribute [rw] bool_value
63
69
  # @return [::Boolean]
64
70
  # Represents a boolean value.
71
+ #
72
+ # Note: The following fields are mutually exclusive: `bool_value`, `null_value`, `number_value`, `string_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
65
73
  # @!attribute [rw] struct_value
66
74
  # @return [::Google::Protobuf::Struct]
67
75
  # Represents a structured value.
76
+ #
77
+ # Note: The following fields are mutually exclusive: `struct_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
68
78
  # @!attribute [rw] list_value
69
79
  # @return [::Google::Protobuf::ListValue]
70
80
  # Represents a repeated `Value`.
81
+ #
82
+ # Note: The following fields are mutually exclusive: `list_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
71
83
  class Value
72
84
  include ::Google::Protobuf::MessageExts
73
85
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_dms-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-02-25 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -133,7 +132,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
133
132
  licenses:
134
133
  - Apache-2.0
135
134
  metadata: {}
136
- post_install_message:
137
135
  rdoc_options: []
138
136
  require_paths:
139
137
  - lib
@@ -141,15 +139,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
139
  requirements:
142
140
  - - ">="
143
141
  - !ruby/object:Gem::Version
144
- version: '2.7'
142
+ version: '3.0'
145
143
  required_rubygems_version: !ruby/object:Gem::Requirement
146
144
  requirements:
147
145
  - - ">="
148
146
  - !ruby/object:Gem::Version
149
147
  version: '0'
150
148
  requirements: []
151
- rubygems_version: 3.5.23
152
- signing_key:
149
+ rubygems_version: 3.6.5
153
150
  specification_version: 4
154
151
  summary: Manage Cloud Database Migration Service resources on Google Cloud Platform.
155
152
  test_files: []