google-apis-datamigration_v1 0.92.0 → 0.93.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: 58697135e8f02c4d0f15577d3ecd864d771564fba3c565bc8d73036c16c51e20
4
- data.tar.gz: e76458bfde1055dd1bb29152664b3517c32155ae087e96a829b091196648e3aa
3
+ metadata.gz: e921dac0583328319aeac5d2ac1219abf084321b0ac3eff5fc8eb2eadc5855e6
4
+ data.tar.gz: 30595059c4c04f279338825694659e7fbb973d2fe08e0c227bbe266434dcf338
5
5
  SHA512:
6
- metadata.gz: ea4b374a9e88635aaac0329997ca58c3dbc666e0ecda69a168964797192efbc6657b5c7565c37b7ccd5d073c956fda9ca1cce1ea037f5ba0fc35b45e59e2b16e
7
- data.tar.gz: 91faa33386bcbe74788debc32d530f06d5f0b356c262d7cd95ef184c0dd4cc3ac0b690a302406cd5de10ad37cc9330e038005caa0dc6b2090356e2f4bda9bddb
6
+ metadata.gz: 93e77b988b9f5e817ea06ebdbe9df9bb097f053c58ebc7f0a8e46bdb082ad2bc718977aa2a2bc77351fb3f6048c61eed0e3e85ad4054269fab4ac4a5b9eda51a
7
+ data.tar.gz: cf74e1385113105c275a4a79a13aad376d96ecb72f4bda25910a9d82a0c9c7737c161c43135c51634a5feefe8ecf7a0fc925363dff0f2afb6f4d0b037cd42f24
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.93.0 (2026-09-20)
4
+
5
+ * Regenerated from discovery document revision 20260904
6
+
3
7
  ### v0.92.0 (2026-08-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20260802
@@ -3861,11 +3861,27 @@ module Google
3861
3861
  # @return [Fixnum]
3862
3862
  attr_accessor :port
3863
3863
 
3864
+ # Private Connectivity.
3865
+ # Corresponds to the JSON property `privateConnectivity`
3866
+ # @return [Google::Apis::DatamigrationV1::PrivateConnectivity]
3867
+ attr_accessor :private_connectivity
3868
+
3869
+ # [Private Service Connect connectivity](https://cloud.google.com/vpc/docs/
3870
+ # private-service-connect#service-attachments)
3871
+ # Corresponds to the JSON property `privateServiceConnectConnectivity`
3872
+ # @return [Google::Apis::DatamigrationV1::PrivateServiceConnectConnectivity]
3873
+ attr_accessor :private_service_connect_connectivity
3874
+
3864
3875
  # SSL configuration information.
3865
3876
  # Corresponds to the JSON property `ssl`
3866
3877
  # @return [Google::Apis::DatamigrationV1::SslConfig]
3867
3878
  attr_accessor :ssl
3868
3879
 
3880
+ # Static IP address connectivity configured on service project.
3881
+ # Corresponds to the JSON property `staticServiceIpConnectivity`
3882
+ # @return [Google::Apis::DatamigrationV1::StaticServiceIpConnectivity]
3883
+ attr_accessor :static_service_ip_connectivity
3884
+
3869
3885
  # Required. The username that Database Migration Service will use to connect to
3870
3886
  # the database. The value is encrypted when stored in Database Migration Service.
3871
3887
  # Corresponds to the JSON property `username`
@@ -3883,7 +3899,10 @@ module Google
3883
3899
  @password = args[:password] if args.key?(:password)
3884
3900
  @password_set = args[:password_set] if args.key?(:password_set)
3885
3901
  @port = args[:port] if args.key?(:port)
3902
+ @private_connectivity = args[:private_connectivity] if args.key?(:private_connectivity)
3903
+ @private_service_connect_connectivity = args[:private_service_connect_connectivity] if args.key?(:private_service_connect_connectivity)
3886
3904
  @ssl = args[:ssl] if args.key?(:ssl)
3905
+ @static_service_ip_connectivity = args[:static_service_ip_connectivity] if args.key?(:static_service_ip_connectivity)
3887
3906
  @username = args[:username] if args.key?(:username)
3888
3907
  end
3889
3908
  end
@@ -4242,6 +4261,11 @@ module Google
4242
4261
  # @return [String]
4243
4262
  attr_accessor :dump_parallel_level
4244
4263
 
4264
+ # Optional. Initial load parallelism level.
4265
+ # Corresponds to the JSON property `loadParallelLevel`
4266
+ # @return [String]
4267
+ attr_accessor :load_parallel_level
4268
+
4245
4269
  def initialize(**args)
4246
4270
  update!(**args)
4247
4271
  end
@@ -4249,6 +4273,7 @@ module Google
4249
4273
  # Update properties of this object
4250
4274
  def update!(**args)
4251
4275
  @dump_parallel_level = args[:dump_parallel_level] if args.key?(:dump_parallel_level)
4276
+ @load_parallel_level = args[:load_parallel_level] if args.key?(:load_parallel_level)
4252
4277
  end
4253
4278
  end
4254
4279
 
@@ -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.92.0"
19
+ GEM_VERSION = "0.93.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260802"
25
+ REVISION = "20260904"
26
26
  end
27
27
  end
28
28
  end
@@ -2057,8 +2057,14 @@ module Google
2057
2057
  property :password, as: 'password'
2058
2058
  property :password_set, as: 'passwordSet'
2059
2059
  property :port, as: 'port'
2060
+ property :private_connectivity, as: 'privateConnectivity', class: Google::Apis::DatamigrationV1::PrivateConnectivity, decorator: Google::Apis::DatamigrationV1::PrivateConnectivity::Representation
2061
+
2062
+ property :private_service_connect_connectivity, as: 'privateServiceConnectConnectivity', class: Google::Apis::DatamigrationV1::PrivateServiceConnectConnectivity, decorator: Google::Apis::DatamigrationV1::PrivateServiceConnectConnectivity::Representation
2063
+
2060
2064
  property :ssl, as: 'ssl', class: Google::Apis::DatamigrationV1::SslConfig, decorator: Google::Apis::DatamigrationV1::SslConfig::Representation
2061
2065
 
2066
+ property :static_service_ip_connectivity, as: 'staticServiceIpConnectivity', class: Google::Apis::DatamigrationV1::StaticServiceIpConnectivity, decorator: Google::Apis::DatamigrationV1::StaticServiceIpConnectivity::Representation
2067
+
2062
2068
  property :username, as: 'username'
2063
2069
  end
2064
2070
  end
@@ -2161,6 +2167,7 @@ module Google
2161
2167
  # @private
2162
2168
  class Representation < Google::Apis::Core::JsonRepresentation
2163
2169
  property :dump_parallel_level, as: 'dumpParallelLevel'
2170
+ property :load_parallel_level, as: 'loadParallelLevel'
2164
2171
  end
2165
2172
  end
2166
2173
 
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.92.0
4
+ version: 0.93.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.92.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.93.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: