google-apis-datamigration_v1 0.36.0 → 0.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db2f424c807196b380cbc8f8de0b3930358da2a0e16a9e4f55702dd23f948eab
4
- data.tar.gz: 9668f5b172b7161b61b531c30f35f89e7e33577f6309c4b7751ed92aba8ebff7
3
+ metadata.gz: 2ddd9d6bc15cc45685898ec59d6158ee0ad3cf1f0ec9438e6579b06ade6c9b72
4
+ data.tar.gz: a13385d59ce49c60b0321174b13cd8a214f61cf4e03d95106504b279c1ce6ecb
5
5
  SHA512:
6
- metadata.gz: d4a43002c9bee11dcda80c89ddfaf096f34ef2c27c2dbaec3b4b6c0c15479af2689d12baef312839e49f6ee411b670e765d22678a44b4533830c2ca5d9928c2a
7
- data.tar.gz: 96e17f209f0e0ada8782f4500804306ad4246203b1568dbe83fa6a95dafbc34988bb7e17272e5ba2d92f9a6925cdc7af0c8dc1f55ab2a520aafe95805bae25b8
6
+ metadata.gz: 072ef36d7c89768f825b3269b0330df1e89bce9eddd9641930b78854f9c663fc76dff7259c7763bb80305344014d66abfbcb4e932d9cf837fed56b7e8bc9f134
7
+ data.tar.gz: 35416cb7b381d7d9a62066b7d59c430bda60bb5b2fd14d4692e9927abc1a1ab9284b40c7a517657250671b57f0b197ff6a603913fdd0164070879be6041fc33c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.37.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230517
6
+
3
7
  ### v0.36.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230503
@@ -2391,6 +2391,11 @@ module Google
2391
2391
  # @return [Google::Apis::DatamigrationV1::PrivateConnectivity]
2392
2392
  attr_accessor :private_connectivity
2393
2393
 
2394
+ # SSL configuration information.
2395
+ # Corresponds to the JSON property `ssl`
2396
+ # @return [Google::Apis::DatamigrationV1::SslConfig]
2397
+ attr_accessor :ssl
2398
+
2394
2399
  # Static IP address connectivity configured on service project.
2395
2400
  # Corresponds to the JSON property `staticServiceIpConnectivity`
2396
2401
  # @return [Google::Apis::DatamigrationV1::StaticServiceIpConnectivity]
@@ -2415,6 +2420,7 @@ module Google
2415
2420
  @password_set = args[:password_set] if args.key?(:password_set)
2416
2421
  @port = args[:port] if args.key?(:port)
2417
2422
  @private_connectivity = args[:private_connectivity] if args.key?(:private_connectivity)
2423
+ @ssl = args[:ssl] if args.key?(:ssl)
2418
2424
  @static_service_ip_connectivity = args[:static_service_ip_connectivity] if args.key?(:static_service_ip_connectivity)
2419
2425
  @username = args[:username] if args.key?(:username)
2420
2426
  end
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230503"
25
+ REVISION = "20230517"
26
26
  end
27
27
  end
28
28
  end
@@ -1182,6 +1182,8 @@ module Google
1182
1182
  property :port, as: 'port'
1183
1183
  property :private_connectivity, as: 'privateConnectivity', class: Google::Apis::DatamigrationV1::PrivateConnectivity, decorator: Google::Apis::DatamigrationV1::PrivateConnectivity::Representation
1184
1184
 
1185
+ property :ssl, as: 'ssl', class: Google::Apis::DatamigrationV1::SslConfig, decorator: Google::Apis::DatamigrationV1::SslConfig::Representation
1186
+
1185
1187
  property :static_service_ip_connectivity, as: 'staticServiceIpConnectivity', class: Google::Apis::DatamigrationV1::StaticServiceIpConnectivity, decorator: Google::Apis::DatamigrationV1::StaticServiceIpConnectivity::Representation
1186
1188
 
1187
1189
  property :username, as: 'username'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
63
63
  post_install_message:
64
64
  rdoc_options: []