google-apis-datamigration_v1 0.82.0 → 0.83.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: 41a6f79c32b5a75f3e9598beaabd31e5ff79bb8540018f701f0c2c4d88df8213
4
- data.tar.gz: 4800f4d3b6ea544d7dd433ace3d3096eb184ae27398167e675878bebda1db85a
3
+ metadata.gz: 62f6a9208478b5122f774d341a6af5bf55d120692fd2144dd283d1708c21c22d
4
+ data.tar.gz: e188a4cb4435e43f733bf8cb5a4d2a941a823c895673da99b33fffb391009fff
5
5
  SHA512:
6
- metadata.gz: 89e618827e8d3cb13ecb857b4aecb5fe5a34d69dc6ee0b55085aa1a298b4283d3fc6f2eb1fe7ada80a198afb0f98b4d6d471316cb450f1d38f3320765e5d4020
7
- data.tar.gz: 5d8c3147314bbb397529a348a50d94ebc517d9b872bbbaa91a49f877461e8f8305132ab388fdbb4fada45c01ac08b842f87387af388ba40ce76c1319ae35e0fa
6
+ metadata.gz: b172a890532d98490a5500d626f55b6a831dd1bf8a43dd8b3bcce6788e824404a2bbc12d8d59c03a71563485fcb280c2dc9bb52dbe809627a757c9acfdd52372
7
+ data.tar.gz: 25cbfdb029f373a7aa04e944db5a0a0608a136f2cb348dd40dd0ec4fb3356e565a783ac0664ff6136ec3e25a916eaa17b62a3096b01c619da278963818732227
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.83.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20251222
6
+
3
7
  ### v0.82.0 (2025-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20251201
@@ -130,8 +130,8 @@ module Google
130
130
  attr_accessor :dry_run
131
131
  alias_method :dry_run?, :dry_run
132
132
 
133
- # Filter which entities to apply. Leaving this field empty will apply all of the
134
- # entities. Supports Google AIP 160 based filtering.
133
+ # Optional. Filter which entities to apply. Leaving this field empty will apply
134
+ # all of the entities. Supports Google AIP 160 based filtering.
135
135
  # Corresponds to the JSON property `filter`
136
136
  # @return [String]
137
137
  attr_accessor :filter
@@ -3212,6 +3212,12 @@ module Google
3212
3212
  # @return [Google::Apis::DatamigrationV1::OracleToPostgresConfig]
3213
3213
  attr_accessor :oracle_to_postgres_config
3214
3214
 
3215
+ # Optional. A failback replication pointer to the resource name (URI) of the
3216
+ # original migration job.
3217
+ # Corresponds to the JSON property `originalMigrationName`
3218
+ # @return [String]
3219
+ attr_accessor :original_migration_name
3220
+
3215
3221
  # Performance configuration definition.
3216
3222
  # Corresponds to the JSON property `performanceConfig`
3217
3223
  # @return [Google::Apis::DatamigrationV1::PerformanceConfig]
@@ -3222,6 +3228,18 @@ module Google
3222
3228
  # @return [String]
3223
3229
  attr_accessor :phase
3224
3230
 
3231
+ # Configuration for heterogeneous failback migrations from **PostgreSQL to SQL
3232
+ # Server**.
3233
+ # Corresponds to the JSON property `postgresToSqlserverConfig`
3234
+ # @return [Google::Apis::DatamigrationV1::PostgresToSqlServerConfig]
3235
+ attr_accessor :postgres_to_sqlserver_config
3236
+
3237
+ # Output only. Migration job mode. Migration jobs can be standard forward jobs
3238
+ # or failback migration jobs.
3239
+ # Corresponds to the JSON property `purpose`
3240
+ # @return [String]
3241
+ attr_accessor :purpose
3242
+
3225
3243
  # The details needed to configure a reverse SSH tunnel between the source and
3226
3244
  # destination databases. These details will be used when calling the
3227
3245
  # generateSshScript method (see https://cloud.google.com/database-migration/docs/
@@ -3320,8 +3338,11 @@ module Google
3320
3338
  @name = args[:name] if args.key?(:name)
3321
3339
  @objects_config = args[:objects_config] if args.key?(:objects_config)
3322
3340
  @oracle_to_postgres_config = args[:oracle_to_postgres_config] if args.key?(:oracle_to_postgres_config)
3341
+ @original_migration_name = args[:original_migration_name] if args.key?(:original_migration_name)
3323
3342
  @performance_config = args[:performance_config] if args.key?(:performance_config)
3324
3343
  @phase = args[:phase] if args.key?(:phase)
3344
+ @postgres_to_sqlserver_config = args[:postgres_to_sqlserver_config] if args.key?(:postgres_to_sqlserver_config)
3345
+ @purpose = args[:purpose] if args.key?(:purpose)
3325
3346
  @reverse_ssh_connectivity = args[:reverse_ssh_connectivity] if args.key?(:reverse_ssh_connectivity)
3326
3347
  @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
3327
3348
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
@@ -4125,6 +4146,11 @@ module Google
4125
4146
  # @return [String]
4126
4147
  attr_accessor :database
4127
4148
 
4149
+ # Forward SSH Tunnel connectivity.
4150
+ # Corresponds to the JSON property `forwardSshConnectivity`
4151
+ # @return [Google::Apis::DatamigrationV1::ForwardSshTunnelConnectivity]
4152
+ attr_accessor :forward_ssh_connectivity
4153
+
4128
4154
  # Required. The IP or hostname of the source PostgreSQL database.
4129
4155
  # Corresponds to the JSON property `host`
4130
4156
  # @return [String]
@@ -4155,6 +4181,11 @@ module Google
4155
4181
  # @return [Fixnum]
4156
4182
  attr_accessor :port
4157
4183
 
4184
+ # Private Connectivity.
4185
+ # Corresponds to the JSON property `privateConnectivity`
4186
+ # @return [Google::Apis::DatamigrationV1::PrivateConnectivity]
4187
+ attr_accessor :private_connectivity
4188
+
4158
4189
  # [Private Service Connect connectivity](https://cloud.google.com/vpc/docs/
4159
4190
  # private-service-connect#service-attachments)
4160
4191
  # Corresponds to the JSON property `privateServiceConnectConnectivity`
@@ -4189,11 +4220,13 @@ module Google
4189
4220
  @alloydb_cluster_id = args[:alloydb_cluster_id] if args.key?(:alloydb_cluster_id)
4190
4221
  @cloud_sql_id = args[:cloud_sql_id] if args.key?(:cloud_sql_id)
4191
4222
  @database = args[:database] if args.key?(:database)
4223
+ @forward_ssh_connectivity = args[:forward_ssh_connectivity] if args.key?(:forward_ssh_connectivity)
4192
4224
  @host = args[:host] if args.key?(:host)
4193
4225
  @network_architecture = args[:network_architecture] if args.key?(:network_architecture)
4194
4226
  @password = args[:password] if args.key?(:password)
4195
4227
  @password_set = args[:password_set] if args.key?(:password_set)
4196
4228
  @port = args[:port] if args.key?(:port)
4229
+ @private_connectivity = args[:private_connectivity] if args.key?(:private_connectivity)
4197
4230
  @private_service_connect_connectivity = args[:private_service_connect_connectivity] if args.key?(:private_service_connect_connectivity)
4198
4231
  @ssl = args[:ssl] if args.key?(:ssl)
4199
4232
  @static_ip_connectivity = args[:static_ip_connectivity] if args.key?(:static_ip_connectivity)
@@ -4227,6 +4260,52 @@ module Google
4227
4260
  end
4228
4261
  end
4229
4262
 
4263
+ # Configuration for Postgres as a source in a migration.
4264
+ class PostgresSourceConfig
4265
+ include Google::Apis::Core::Hashable
4266
+
4267
+ # Optional. Whether to skip full dump or not.
4268
+ # Corresponds to the JSON property `skipFullDump`
4269
+ # @return [Boolean]
4270
+ attr_accessor :skip_full_dump
4271
+ alias_method :skip_full_dump?, :skip_full_dump
4272
+
4273
+ def initialize(**args)
4274
+ update!(**args)
4275
+ end
4276
+
4277
+ # Update properties of this object
4278
+ def update!(**args)
4279
+ @skip_full_dump = args[:skip_full_dump] if args.key?(:skip_full_dump)
4280
+ end
4281
+ end
4282
+
4283
+ # Configuration for heterogeneous failback migrations from **PostgreSQL to SQL
4284
+ # Server**.
4285
+ class PostgresToSqlServerConfig
4286
+ include Google::Apis::Core::Hashable
4287
+
4288
+ # Configuration for Postgres as a source in a migration.
4289
+ # Corresponds to the JSON property `postgresSourceConfig`
4290
+ # @return [Google::Apis::DatamigrationV1::PostgresSourceConfig]
4291
+ attr_accessor :postgres_source_config
4292
+
4293
+ # Configuration for SQL Server as a destination in a migration.
4294
+ # Corresponds to the JSON property `sqlserverDestinationConfig`
4295
+ # @return [Google::Apis::DatamigrationV1::SqlServerDestinationConfig]
4296
+ attr_accessor :sqlserver_destination_config
4297
+
4298
+ def initialize(**args)
4299
+ update!(**args)
4300
+ end
4301
+
4302
+ # Update properties of this object
4303
+ def update!(**args)
4304
+ @postgres_source_config = args[:postgres_source_config] if args.key?(:postgres_source_config)
4305
+ @sqlserver_destination_config = args[:sqlserver_destination_config] if args.key?(:sqlserver_destination_config)
4306
+ end
4307
+ end
4308
+
4230
4309
  # Settings for the cluster's primary instance
4231
4310
  class PrimaryInstanceSettings
4232
4311
  include Google::Apis::Core::Hashable
@@ -5489,6 +5568,32 @@ module Google
5489
5568
  end
5490
5569
  end
5491
5570
 
5571
+ # Configuration for SQL Server as a destination in a migration.
5572
+ class SqlServerDestinationConfig
5573
+ include Google::Apis::Core::Hashable
5574
+
5575
+ # Optional. Maximum number of connections Database Migration Service will open
5576
+ # to the destination for data migration.
5577
+ # Corresponds to the JSON property `maxConcurrentConnections`
5578
+ # @return [Fixnum]
5579
+ attr_accessor :max_concurrent_connections
5580
+
5581
+ # Optional. Timeout for data migration transactions.
5582
+ # Corresponds to the JSON property `transactionTimeout`
5583
+ # @return [String]
5584
+ attr_accessor :transaction_timeout
5585
+
5586
+ def initialize(**args)
5587
+ update!(**args)
5588
+ end
5589
+
5590
+ # Update properties of this object
5591
+ def update!(**args)
5592
+ @max_concurrent_connections = args[:max_concurrent_connections] if args.key?(:max_concurrent_connections)
5593
+ @transaction_timeout = args[:transaction_timeout] if args.key?(:transaction_timeout)
5594
+ end
5595
+ end
5596
+
5492
5597
  # Encryption settings for the SQL Server database.
5493
5598
  class SqlServerEncryptionOptions
5494
5599
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatamigrationV1
18
18
  # Version of the google-apis-datamigration_v1 gem
19
- GEM_VERSION = "0.82.0"
19
+ GEM_VERSION = "0.83.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251201"
25
+ REVISION = "20251222"
26
26
  end
27
27
  end
28
28
  end
@@ -574,6 +574,18 @@ module Google
574
574
  include Google::Apis::Core::JsonObjectSupport
575
575
  end
576
576
 
577
+ class PostgresSourceConfig
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class PostgresToSqlServerConfig
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
577
589
  class PrimaryInstanceSettings
578
590
  class Representation < Google::Apis::Core::JsonRepresentation; end
579
591
 
@@ -778,6 +790,12 @@ module Google
778
790
  include Google::Apis::Core::JsonObjectSupport
779
791
  end
780
792
 
793
+ class SqlServerDestinationConfig
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
781
799
  class SqlServerEncryptionOptions
782
800
  class Representation < Google::Apis::Core::JsonRepresentation; end
783
801
 
@@ -1778,9 +1796,13 @@ module Google
1778
1796
 
1779
1797
  property :oracle_to_postgres_config, as: 'oracleToPostgresConfig', class: Google::Apis::DatamigrationV1::OracleToPostgresConfig, decorator: Google::Apis::DatamigrationV1::OracleToPostgresConfig::Representation
1780
1798
 
1799
+ property :original_migration_name, as: 'originalMigrationName'
1781
1800
  property :performance_config, as: 'performanceConfig', class: Google::Apis::DatamigrationV1::PerformanceConfig, decorator: Google::Apis::DatamigrationV1::PerformanceConfig::Representation
1782
1801
 
1783
1802
  property :phase, as: 'phase'
1803
+ property :postgres_to_sqlserver_config, as: 'postgresToSqlserverConfig', class: Google::Apis::DatamigrationV1::PostgresToSqlServerConfig, decorator: Google::Apis::DatamigrationV1::PostgresToSqlServerConfig::Representation
1804
+
1805
+ property :purpose, as: 'purpose'
1784
1806
  property :reverse_ssh_connectivity, as: 'reverseSshConnectivity', class: Google::Apis::DatamigrationV1::ReverseSshConnectivity, decorator: Google::Apis::DatamigrationV1::ReverseSshConnectivity::Representation
1785
1807
 
1786
1808
  property :satisfies_pzi, as: 'satisfiesPzi'
@@ -1997,11 +2019,15 @@ module Google
1997
2019
  property :alloydb_cluster_id, as: 'alloydbClusterId'
1998
2020
  property :cloud_sql_id, as: 'cloudSqlId'
1999
2021
  property :database, as: 'database'
2022
+ property :forward_ssh_connectivity, as: 'forwardSshConnectivity', class: Google::Apis::DatamigrationV1::ForwardSshTunnelConnectivity, decorator: Google::Apis::DatamigrationV1::ForwardSshTunnelConnectivity::Representation
2023
+
2000
2024
  property :host, as: 'host'
2001
2025
  property :network_architecture, as: 'networkArchitecture'
2002
2026
  property :password, as: 'password'
2003
2027
  property :password_set, as: 'passwordSet'
2004
2028
  property :port, as: 'port'
2029
+ property :private_connectivity, as: 'privateConnectivity', class: Google::Apis::DatamigrationV1::PrivateConnectivity, decorator: Google::Apis::DatamigrationV1::PrivateConnectivity::Representation
2030
+
2005
2031
  property :private_service_connect_connectivity, as: 'privateServiceConnectConnectivity', class: Google::Apis::DatamigrationV1::PrivateServiceConnectConnectivity, decorator: Google::Apis::DatamigrationV1::PrivateServiceConnectConnectivity::Representation
2006
2032
 
2007
2033
  property :ssl, as: 'ssl', class: Google::Apis::DatamigrationV1::SslConfig, decorator: Google::Apis::DatamigrationV1::SslConfig::Representation
@@ -2020,6 +2046,23 @@ module Google
2020
2046
  end
2021
2047
  end
2022
2048
 
2049
+ class PostgresSourceConfig
2050
+ # @private
2051
+ class Representation < Google::Apis::Core::JsonRepresentation
2052
+ property :skip_full_dump, as: 'skipFullDump'
2053
+ end
2054
+ end
2055
+
2056
+ class PostgresToSqlServerConfig
2057
+ # @private
2058
+ class Representation < Google::Apis::Core::JsonRepresentation
2059
+ property :postgres_source_config, as: 'postgresSourceConfig', class: Google::Apis::DatamigrationV1::PostgresSourceConfig, decorator: Google::Apis::DatamigrationV1::PostgresSourceConfig::Representation
2060
+
2061
+ property :sqlserver_destination_config, as: 'sqlserverDestinationConfig', class: Google::Apis::DatamigrationV1::SqlServerDestinationConfig, decorator: Google::Apis::DatamigrationV1::SqlServerDestinationConfig::Representation
2062
+
2063
+ end
2064
+ end
2065
+
2023
2066
  class PrimaryInstanceSettings
2024
2067
  # @private
2025
2068
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2356,6 +2399,14 @@ module Google
2356
2399
  end
2357
2400
  end
2358
2401
 
2402
+ class SqlServerDestinationConfig
2403
+ # @private
2404
+ class Representation < Google::Apis::Core::JsonRepresentation
2405
+ property :max_concurrent_connections, as: 'maxConcurrentConnections'
2406
+ property :transaction_timeout, as: 'transactionTimeout'
2407
+ end
2408
+ end
2409
+
2359
2410
  class SqlServerEncryptionOptions
2360
2411
  # @private
2361
2412
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -57,9 +57,9 @@ module Google
57
57
  # Required. The resource name for the location for which static IPs should be
58
58
  # returned. Must be in the format `projects/*/locations/*`.
59
59
  # @param [Fixnum] page_size
60
- # Maximum number of IPs to return.
60
+ # Optional. Maximum number of IPs to return.
61
61
  # @param [String] page_token
62
- # A page token, received from a previous `FetchStaticIps` call.
62
+ # Optional. A page token, received from a previous `FetchStaticIps` call.
63
63
  # @param [String] fields
64
64
  # Selector specifying which fields to include in a partial response.
65
65
  # @param [String] quota_user
@@ -338,25 +338,26 @@ module Google
338
338
  # @param [String] parent
339
339
  # Required. The parent which owns this collection of connection profiles.
340
340
  # @param [String] filter
341
- # A filter expression that filters connection profiles listed in the response.
342
- # The expression must specify the field name, a comparison operator, and the
343
- # value that you want to use for filtering. The value must be a string, a number,
344
- # or a boolean. The comparison operator must be either =, !=, >, or <. For
345
- # example, list connection profiles created this year by specifying **createTime
346
- # %gt; 2020-01-01T00:00:00.000000000Z**. You can also filter nested fields. For
347
- # example, you could specify **mySql.username = %lt;my_username%gt;** to list
348
- # all connection profiles configured to connect with a specific username.
341
+ # Optional. A filter expression that filters connection profiles listed in the
342
+ # response. The expression must specify the field name, a comparison operator,
343
+ # and the value that you want to use for filtering. The value must be a string,
344
+ # a number, or a boolean. The comparison operator must be either =, !=, >, or <.
345
+ # For example, list connection profiles created this year by specifying **
346
+ # createTime %gt; 2020-01-01T00:00:00.000000000Z**. You can also filter nested
347
+ # fields. For example, you could specify **mySql.username = %lt;my_username%gt;**
348
+ # to list all connection profiles configured to connect with a specific
349
+ # username.
349
350
  # @param [String] order_by
350
- # A comma-separated list of fields to order results according to.
351
+ # Optional. A comma-separated list of fields to order results according to.
351
352
  # @param [Fixnum] page_size
352
353
  # The maximum number of connection profiles to return. The service may return
353
354
  # fewer than this value. If unspecified, at most 50 connection profiles will be
354
355
  # returned. The maximum value is 1000; values above 1000 are coerced to 1000.
355
356
  # @param [String] page_token
356
- # A page token, received from a previous `ListConnectionProfiles` call. Provide
357
- # this to retrieve the subsequent page. When paginating, all other parameters
358
- # provided to `ListConnectionProfiles` must match the call that provided the
359
- # page token.
357
+ # Optional. A page token, received from a previous `ListConnectionProfiles` call.
358
+ # Provide this to retrieve the subsequent page. When paginating, all other
359
+ # parameters provided to `ListConnectionProfiles` must match the call that
360
+ # provided the page token.
360
361
  # @param [String] fields
361
362
  # Selector specifying which fields to include in a partial response.
362
363
  # @param [String] quota_user
@@ -626,11 +627,11 @@ module Google
626
627
  # @param [String] conversion_workspace_id
627
628
  # Required. The ID of the conversion workspace to create.
628
629
  # @param [String] request_id
629
- # A unique ID used to identify the request. If the server receives two requests
630
- # with the same ID, then the second request is ignored. It is recommended to
631
- # always set this value to a UUID. The ID must contain only letters (a-z, A-Z),
632
- # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
633
- # characters.
630
+ # Optional. A unique ID used to identify the request. If the server receives two
631
+ # requests with the same ID, then the second request is ignored. It is
632
+ # recommended to always set this value to a UUID. The ID must contain only
633
+ # letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
634
+ # maximum length is 40 characters.
634
635
  # @param [String] fields
635
636
  # Selector specifying which fields to include in a partial response.
636
637
  # @param [String] quota_user
@@ -666,14 +667,14 @@ module Google
666
667
  # @param [String] name
667
668
  # Required. Name of the conversion workspace resource to delete.
668
669
  # @param [Boolean] force
669
- # Force delete the conversion workspace, even if there's a running migration
670
- # that is using the workspace.
670
+ # Optional. Force delete the conversion workspace, even if there's a running
671
+ # migration that is using the workspace.
671
672
  # @param [String] request_id
672
- # A unique ID used to identify the request. If the server receives two requests
673
- # with the same ID, then the second request is ignored. It is recommended to
674
- # always set this value to a UUID. The ID must contain only letters (a-z, A-Z),
675
- # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
676
- # characters.
673
+ # Optional. A unique ID used to identify the request. If the server receives two
674
+ # requests with the same ID, then the second request is ignored. It is
675
+ # recommended to always set this value to a UUID. The ID must contain only
676
+ # letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
677
+ # maximum length is 40 characters.
677
678
  # @param [String] fields
678
679
  # Selector specifying which fields to include in a partial response.
679
680
  # @param [String] quota_user
@@ -881,23 +882,23 @@ module Google
881
882
  # @param [String] parent
882
883
  # Required. The parent which owns this collection of conversion workspaces.
883
884
  # @param [String] filter
884
- # A filter expression that filters conversion workspaces listed in the response.
885
- # The expression must specify the field name, a comparison operator, and the
886
- # value that you want to use for filtering. The value must be a string, a number,
887
- # or a boolean. The comparison operator must be either =, !=, >, or <. For
888
- # example, list conversion workspaces created this year by specifying **
885
+ # Optional. A filter expression that filters conversion workspaces listed in the
886
+ # response. The expression must specify the field name, a comparison operator,
887
+ # and the value that you want to use for filtering. The value must be a string,
888
+ # a number, or a boolean. The comparison operator must be either =, !=, >, or <.
889
+ # For example, list conversion workspaces created this year by specifying **
889
890
  # createTime %gt; 2020-01-01T00:00:00.000000000Z.** You can also filter nested
890
891
  # fields. For example, you could specify **source.version = "12.c.1"** to select
891
892
  # all conversion workspaces with source database version equal to 12.c.1.
892
893
  # @param [Fixnum] page_size
893
- # The maximum number of conversion workspaces to return. The service may return
894
- # fewer than this value. If unspecified, at most 50 sets are returned.
894
+ # Optional. The maximum number of conversion workspaces to return. The service
895
+ # may return fewer than this value. If unspecified, at most 50 sets are returned.
895
896
  # @param [String] page_token
896
- # The nextPageToken value received in the previous call to conversionWorkspaces.
897
- # list, used in the subsequent request to retrieve the next page of results. On
898
- # first call this should be left blank. When paginating, all other parameters
899
- # provided to conversionWorkspaces.list must match the call that provided the
900
- # page token.
897
+ # Optional. The nextPageToken value received in the previous call to
898
+ # conversionWorkspaces.list, used in the subsequent request to retrieve the next
899
+ # page of results. On first call this should be left blank. When paginating, all
900
+ # other parameters provided to conversionWorkspaces.list must match the call
901
+ # that provided the page token.
901
902
  # @param [String] fields
902
903
  # Selector specifying which fields to include in a partial response.
903
904
  # @param [String] quota_user
@@ -934,11 +935,11 @@ module Google
934
935
  # locations/`location`/conversionWorkspaces/`conversion_workspace`.
935
936
  # @param [Google::Apis::DatamigrationV1::ConversionWorkspace] conversion_workspace_object
936
937
  # @param [String] request_id
937
- # A unique ID used to identify the request. If the server receives two requests
938
- # with the same ID, then the second request is ignored. It is recommended to
939
- # always set this value to a UUID. The ID must contain only letters (a-z, A-Z),
940
- # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
941
- # characters.
938
+ # Optional. A unique ID used to identify the request. If the server receives two
939
+ # requests with the same ID, then the second request is ignored. It is
940
+ # recommended to always set this value to a UUID. The ID must contain only
941
+ # letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
942
+ # maximum length is 40 characters.
942
943
  # @param [String] update_mask
943
944
  # Required. Field mask is used to specify the fields to be overwritten by the
944
945
  # update in the conversion workspace resource.
@@ -1171,11 +1172,11 @@ module Google
1171
1172
  # @param [String] mapping_rule_id
1172
1173
  # Required. The ID of the rule to create.
1173
1174
  # @param [String] request_id
1174
- # A unique ID used to identify the request. If the server receives two requests
1175
- # with the same ID, then the second request is ignored. It is recommended to
1176
- # always set this value to a UUID. The ID must contain only letters (a-z, A-Z),
1177
- # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
1178
- # characters.
1175
+ # Optional. A unique ID used to identify the request. If the server receives two
1176
+ # requests with the same ID, then the second request is ignored. It is
1177
+ # recommended to always set this value to a UUID. The ID must contain only
1178
+ # letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
1179
+ # maximum length is 40 characters.
1179
1180
  # @param [String] fields
1180
1181
  # Selector specifying which fields to include in a partial response.
1181
1182
  # @param [String] quota_user
@@ -1319,13 +1320,14 @@ module Google
1319
1320
  # listed in the form of: projects/`project`/locations/`location`/
1320
1321
  # conversionWorkspaces/`conversion_workspace`.
1321
1322
  # @param [Fixnum] page_size
1322
- # The maximum number of rules to return. The service may return fewer than this
1323
- # value.
1323
+ # Optional. The maximum number of rules to return. The service may return fewer
1324
+ # than this value.
1324
1325
  # @param [String] page_token
1325
- # The nextPageToken value received in the previous call to mappingRules.list,
1326
- # used in the subsequent request to retrieve the next page of results. On first
1327
- # call this should be left blank. When paginating, all other parameters provided
1328
- # to mappingRules.list must match the call that provided the page token.
1326
+ # Optional. The nextPageToken value received in the previous call to
1327
+ # mappingRules.list, used in the subsequent request to retrieve the next page of
1328
+ # results. On first call this should be left blank. When paginating, all other
1329
+ # parameters provided to mappingRules.list must match the call that provided the
1330
+ # page token.
1329
1331
  # @param [String] fields
1330
1332
  # Selector specifying which fields to include in a partial response.
1331
1333
  # @param [String] quota_user
@@ -1402,15 +1404,15 @@ module Google
1402
1404
  # @param [String] name
1403
1405
  # Required. Name of the migration job resource to delete.
1404
1406
  # @param [Boolean] force
1405
- # The destination CloudSQL connection profile is always deleted with the
1406
- # migration job. In case of force delete, the destination CloudSQL replica
1407
+ # Optional. The destination CloudSQL connection profile is always deleted with
1408
+ # the migration job. In case of force delete, the destination CloudSQL replica
1407
1409
  # database is also deleted.
1408
1410
  # @param [String] request_id
1409
- # A unique ID used to identify the request. If the server receives two requests
1410
- # with the same ID, then the second request is ignored. It is recommended to
1411
- # always set this value to a UUID. The ID must contain only letters (a-z, A-Z),
1412
- # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
1413
- # characters.
1411
+ # Optional. A unique ID used to identify the request. If the server receives two
1412
+ # requests with the same ID, then the second request is ignored. It is
1413
+ # recommended to always set this value to a UUID. The ID must contain only
1414
+ # letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
1415
+ # maximum length is 40 characters.
1414
1416
  # @param [String] fields
1415
1417
  # Selector specifying which fields to include in a partial response.
1416
1418
  # @param [String] quota_user
@@ -1444,7 +1446,7 @@ module Google
1444
1446
  # is applicable for the following migrations: 1. MySQL to Cloud SQL for MySQL 2.
1445
1447
  # PostgreSQL to Cloud SQL for PostgreSQL 3. PostgreSQL to AlloyDB for PostgreSQL.
1446
1448
  # @param [String] name
1447
- # Name of the migration job resource to demote its destination.
1449
+ # Required. Name of the migration job resource to demote its destination.
1448
1450
  # @param [Google::Apis::DatamigrationV1::DemoteDestinationRequest] demote_destination_request_object
1449
1451
  # @param [String] fields
1450
1452
  # Selector specifying which fields to include in a partial response.
@@ -1654,26 +1656,27 @@ module Google
1654
1656
  # @param [String] parent
1655
1657
  # Required. The parent which owns this collection of migrationJobs.
1656
1658
  # @param [String] filter
1657
- # A filter expression that filters migration jobs listed in the response. The
1658
- # expression must specify the field name, a comparison operator, and the value
1659
- # that you want to use for filtering. The value must be a string, a number, or a
1660
- # boolean. The comparison operator must be either =, !=, >, or <. For example,
1661
- # list migration jobs created this year by specifying **createTime %gt; 2020-01-
1662
- # 01T00:00:00.000000000Z.** You can also filter nested fields. For example, you
1663
- # could specify **reverseSshConnectivity.vmIp = "1.2.3.4"** to select all
1664
- # migration jobs connecting through the specific SSH tunnel bastion.
1659
+ # Optional. A filter expression that filters migration jobs listed in the
1660
+ # response. The expression must specify the field name, a comparison operator,
1661
+ # and the value that you want to use for filtering. The value must be a string,
1662
+ # a number, or a boolean. The comparison operator must be either =, !=, >, or <.
1663
+ # For example, list migration jobs created this year by specifying **createTime %
1664
+ # gt; 2020-01-01T00:00:00.000000000Z.** You can also filter nested fields. For
1665
+ # example, you could specify **reverseSshConnectivity.vmIp = "1.2.3.4"** to
1666
+ # select all migration jobs connecting through the specific SSH tunnel bastion.
1665
1667
  # @param [String] order_by
1666
- # Sort the results based on the migration job name. Valid values are: "name", "
1667
- # name asc", and "name desc".
1668
+ # Optional. Sort the results based on the migration job name. Valid values are: "
1669
+ # name", "name asc", and "name desc".
1668
1670
  # @param [Fixnum] page_size
1669
- # The maximum number of migration jobs to return. The service may return fewer
1670
- # than this value. If unspecified, at most 50 migration jobs will be returned.
1671
- # The maximum value is 1000; values above 1000 are coerced to 1000.
1671
+ # Optional. The maximum number of migration jobs to return. The service may
1672
+ # return fewer than this value. If unspecified, at most 50 migration jobs will
1673
+ # be returned. The maximum value is 1000; values above 1000 are coerced to 1000.
1672
1674
  # @param [String] page_token
1673
- # The nextPageToken value received in the previous call to migrationJobs.list,
1674
- # used in the subsequent request to retrieve the next page of results. On first
1675
- # call this should be left blank. When paginating, all other parameters provided
1676
- # to migrationJobs.list must match the call that provided the page token.
1675
+ # Optional. The nextPageToken value received in the previous call to
1676
+ # migrationJobs.list, used in the subsequent request to retrieve the next page
1677
+ # of results. On first call this should be left blank. When paginating, all
1678
+ # other parameters provided to migrationJobs.list must match the call that
1679
+ # provided the page token.
1677
1680
  # @param [String] fields
1678
1681
  # Selector specifying which fields to include in a partial response.
1679
1682
  # @param [String] quota_user
@@ -1711,11 +1714,11 @@ module Google
1711
1714
  # project`/locations/`location`/migrationJobs/`migrationJob`.
1712
1715
  # @param [Google::Apis::DatamigrationV1::MigrationJob] migration_job_object
1713
1716
  # @param [String] request_id
1714
- # A unique ID used to identify the request. If the server receives two requests
1715
- # with the same ID, then the second request is ignored. It is recommended to
1716
- # always set this value to a UUID. The ID must contain only letters (a-z, A-Z),
1717
- # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
1718
- # characters.
1717
+ # Optional. A unique ID used to identify the request. If the server receives two
1718
+ # requests with the same ID, then the second request is ignored. It is
1719
+ # recommended to always set this value to a UUID. The ID must contain only
1720
+ # letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
1721
+ # maximum length is 40 characters.
1719
1722
  # @param [String] update_mask
1720
1723
  # Required. Field mask is used to specify the fields to be overwritten by the
1721
1724
  # update in the conversion workspace resource.
@@ -2107,11 +2110,11 @@ module Google
2107
2110
  # @param [String] parent
2108
2111
  # Required. The parent migration job that owns the collection of objects.
2109
2112
  # @param [Fixnum] page_size
2110
- # Maximum number of objects to return. Default is 50. The maximum value is 1000;
2111
- # values above 1000 will be coerced to 1000.
2113
+ # Optional. Maximum number of objects to return. Default is 50. The maximum
2114
+ # value is 1000; values above 1000 will be coerced to 1000.
2112
2115
  # @param [String] page_token
2113
- # Page token received from a previous `ListMigrationJObObjectsRequest` call.
2114
- # Provide this to retrieve the subsequent page. When paginating, all other
2116
+ # Optional. Page token received from a previous `ListMigrationJObObjectsRequest`
2117
+ # call. Provide this to retrieve the subsequent page. When paginating, all other
2115
2118
  # parameters provided to `ListMigrationJobObjectsRequest` must match the call
2116
2119
  # that provided the page token.
2117
2120
  # @param [String] fields
@@ -2572,23 +2575,23 @@ module Google
2572
2575
  # @param [String] parent
2573
2576
  # Required. The parent that owns the collection of private connections.
2574
2577
  # @param [String] filter
2575
- # A filter expression that filters private connections listed in the response.
2576
- # The expression must specify the field name, a comparison operator, and the
2577
- # value that you want to use for filtering. The value must be a string, a number,
2578
- # or a boolean. The comparison operator must be either =, !=, >, or <. For
2579
- # example, list private connections created this year by specifying **createTime
2580
- # %gt; 2021-01-01T00:00:00.000000000Z**.
2578
+ # Optional. A filter expression that filters private connections listed in the
2579
+ # response. The expression must specify the field name, a comparison operator,
2580
+ # and the value that you want to use for filtering. The value must be a string,
2581
+ # a number, or a boolean. The comparison operator must be either =, !=, >, or <.
2582
+ # For example, list private connections created this year by specifying **
2583
+ # createTime %gt; 2021-01-01T00:00:00.000000000Z**.
2581
2584
  # @param [String] order_by
2582
- # Order by fields for the result.
2585
+ # Optional. Order by fields for the result.
2583
2586
  # @param [Fixnum] page_size
2584
- # Maximum number of private connections to return. If unspecified, at most 50
2585
- # private connections that are returned. The maximum value is 1000; values above
2586
- # 1000 are coerced to 1000.
2587
+ # Optional. Maximum number of private connections to return. If unspecified, at
2588
+ # most 50 private connections that are returned. The maximum value is 1000;
2589
+ # values above 1000 are coerced to 1000.
2587
2590
  # @param [String] page_token
2588
- # Page token received from a previous `ListPrivateConnections` call. Provide
2589
- # this to retrieve the subsequent page. When paginating, all other parameters
2590
- # provided to `ListPrivateConnections` must match the call that provided the
2591
- # page token.
2591
+ # Optional. Page token received from a previous `ListPrivateConnections` call.
2592
+ # Provide this to retrieve the subsequent page. When paginating, all other
2593
+ # parameters provided to `ListPrivateConnections` must match the call that
2594
+ # provided the page token.
2592
2595
  # @param [String] fields
2593
2596
  # Selector specifying which fields to include in a partial response.
2594
2597
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.82.0
4
+ version: 0.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.82.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.83.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
62
62
  rdoc_options: []
63
63
  require_paths: