google-apis-datamigration_v1 0.75.0 → 0.76.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec3e12e0ce545676dcd8bcef3bfe7d3d9fbb4f02605b25d336336066a92602d4
|
4
|
+
data.tar.gz: 51fb9cb68a89644c0004586c04e2bc7233986f9c086eaa5171b5dd7f4af92a5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d70b7af5c255c148d550c3ae288fee3dcd6535f525ac8257a540562e8022cf7d2514a0bd4bbb4124529f4ddb6b2da7b1c0b062f27ad3248846e0ade06d33d57a
|
7
|
+
data.tar.gz: 55afcacf0d36606cd15213c78ab0b48e65b2f3758f682bd4fc1bc62c83e4c134649b329e79ae78276d36ddccf99038bef7662f54c15058104b4641a3968b3b11
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-datamigration_v1
|
2
2
|
|
3
|
+
### v0.76.0 (2025-05-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250519
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.75.0 (2025-05-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250507
|
@@ -5570,6 +5570,14 @@ module Google
|
|
5570
5570
|
# @return [String]
|
5571
5571
|
attr_accessor :client_key
|
5572
5572
|
|
5573
|
+
# Optional. SSL flags used for establishing SSL connection to the source
|
5574
|
+
# database. Only source specific flags are supported. An object containing a
|
5575
|
+
# list of "key": "value" pairs. Example: ` "server_certificate_hostname": "
|
5576
|
+
# server.com"`.
|
5577
|
+
# Corresponds to the JSON property `sslFlags`
|
5578
|
+
# @return [Hash<String,String>]
|
5579
|
+
attr_accessor :ssl_flags
|
5580
|
+
|
5573
5581
|
# Optional. The ssl config type according to 'client_key', 'client_certificate'
|
5574
5582
|
# and 'ca_certificate'.
|
5575
5583
|
# Corresponds to the JSON property `type`
|
@@ -5585,6 +5593,7 @@ module Google
|
|
5585
5593
|
@ca_certificate = args[:ca_certificate] if args.key?(:ca_certificate)
|
5586
5594
|
@client_certificate = args[:client_certificate] if args.key?(:client_certificate)
|
5587
5595
|
@client_key = args[:client_key] if args.key?(:client_key)
|
5596
|
+
@ssl_flags = args[:ssl_flags] if args.key?(:ssl_flags)
|
5588
5597
|
@type = args[:type] if args.key?(:type)
|
5589
5598
|
end
|
5590
5599
|
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.
|
19
|
+
GEM_VERSION = "0.76.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250519"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2361,6 +2361,7 @@ module Google
|
|
2361
2361
|
property :ca_certificate, as: 'caCertificate'
|
2362
2362
|
property :client_certificate, as: 'clientCertificate'
|
2363
2363
|
property :client_key, as: 'clientKey'
|
2364
|
+
hash :ssl_flags, as: 'sslFlags'
|
2364
2365
|
property :type, as: 'type'
|
2365
2366
|
end
|
2366
2367
|
end
|
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.
|
4
|
+
version: 0.76.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.76.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Database Migration API V1
|
79
79
|
test_files: []
|