google-apis-datamigration_v1 0.75.0 → 0.77.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: bc1dc7fb16fa65ecf8cb90eedc9e2b68fa10cdf8a2115df98d55bd46b2b2b18c
4
- data.tar.gz: b85a9e88657db8e9a55ff065c67ff7fe2533faba5fbda1554e5a1be770db17d5
3
+ metadata.gz: 33aa74d2ff65483d3dbd4f17b36c6691b26cbeb449a1826a79c0f284314eb15c
4
+ data.tar.gz: 8b820b922a273d2116cfc9956f3b08559cb4c9bf5f21580a5fa2dcdb1eeed785
5
5
  SHA512:
6
- metadata.gz: d6069b9a011ff02d362a5256a0e4c8544ae99786f48a7dbaa20479edf2c238f513f8219d57965b1ece100b9cc276a7967d781493be54f90d6dcf4e98aebdd923
7
- data.tar.gz: bbd6d6eda0c1c6c6d47b3691072e74028b36412800078e6cf8a818eab677438ee3dd1ecee371de3601cfd6fdf359fa4ac491596b1ffa0c56de0c04b3f33ef790
6
+ metadata.gz: 425658900576f2441f4967d20f44ffb93ab7c8e278f716fc13fd1618cbba7d6286b6b1422813159a122072c848f6eb079ff9b59596abd33ab54fa131c385fa45
7
+ data.tar.gz: f578be5c39c122c1bbb376e9d89db5790cd303f15fb08956379d5f040433640c1bb55c62416d29e3f82c48d0e9e7534ee2e90e88402382725846fd691dcb77f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.77.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+
7
+ ### v0.76.0 (2025-05-25)
8
+
9
+ * Regenerated from discovery document revision 20250519
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.75.0 (2025-05-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20250507
@@ -2232,6 +2232,12 @@ module Google
2232
2232
  # @return [String]
2233
2233
  attr_accessor :end_time
2234
2234
 
2235
+ # Output only. Additional metadata that is returned by the backend for the
2236
+ # operation.
2237
+ # Corresponds to the JSON property `metadata`
2238
+ # @return [Hash<String,String>]
2239
+ attr_accessor :metadata
2240
+
2235
2241
  # Output only. Identifies whether the user has requested cancellation of the
2236
2242
  # operation. Operations that have successfully been cancelled have google.
2237
2243
  # longrunning.Operation.error value with a google.rpc.Status.code of 1,
@@ -2265,6 +2271,7 @@ module Google
2265
2271
  @api_version = args[:api_version] if args.key?(:api_version)
2266
2272
  @create_time = args[:create_time] if args.key?(:create_time)
2267
2273
  @end_time = args[:end_time] if args.key?(:end_time)
2274
+ @metadata = args[:metadata] if args.key?(:metadata)
2268
2275
  @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
2269
2276
  @status_message = args[:status_message] if args.key?(:status_message)
2270
2277
  @target = args[:target] if args.key?(:target)
@@ -5570,6 +5577,14 @@ module Google
5570
5577
  # @return [String]
5571
5578
  attr_accessor :client_key
5572
5579
 
5580
+ # Optional. SSL flags used for establishing SSL connection to the source
5581
+ # database. Only source specific flags are supported. An object containing a
5582
+ # list of "key": "value" pairs. Example: ` "server_certificate_hostname": "
5583
+ # server.com"`.
5584
+ # Corresponds to the JSON property `sslFlags`
5585
+ # @return [Hash<String,String>]
5586
+ attr_accessor :ssl_flags
5587
+
5573
5588
  # Optional. The ssl config type according to 'client_key', 'client_certificate'
5574
5589
  # and 'ca_certificate'.
5575
5590
  # Corresponds to the JSON property `type`
@@ -5585,6 +5600,7 @@ module Google
5585
5600
  @ca_certificate = args[:ca_certificate] if args.key?(:ca_certificate)
5586
5601
  @client_certificate = args[:client_certificate] if args.key?(:client_certificate)
5587
5602
  @client_key = args[:client_key] if args.key?(:client_key)
5603
+ @ssl_flags = args[:ssl_flags] if args.key?(:ssl_flags)
5588
5604
  @type = args[:type] if args.key?(:type)
5589
5605
  end
5590
5606
  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.75.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250507"
25
+ REVISION = "20250521"
26
26
  end
27
27
  end
28
28
  end
@@ -1495,6 +1495,7 @@ module Google
1495
1495
  property :api_version, as: 'apiVersion'
1496
1496
  property :create_time, as: 'createTime'
1497
1497
  property :end_time, as: 'endTime'
1498
+ hash :metadata, as: 'metadata'
1498
1499
  property :requested_cancellation, as: 'requestedCancellation'
1499
1500
  property :status_message, as: 'statusMessage'
1500
1501
  property :target, as: 'target'
@@ -2361,6 +2362,7 @@ module Google
2361
2362
  property :ca_certificate, as: 'caCertificate'
2362
2363
  property :client_certificate, as: 'clientCertificate'
2363
2364
  property :client_key, as: 'clientKey'
2365
+ hash :ssl_flags, as: 'sslFlags'
2364
2366
  property :type, as: 'type'
2365
2367
  end
2366
2368
  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.75.0
4
+ version: 0.77.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.75.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.77.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.8
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: []