google-apis-datamigration_v1 0.72.0 → 0.74.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: c19037245298ec4d9c291c97ff6e2a918f5b5203698385e7826d15fc96dcdccb
4
- data.tar.gz: cb6d01d7de5d90b14a3b9865b4c56fd5fd899b2b9e7e7ba42c4005a4e692adc4
3
+ metadata.gz: 95d61be0a3ca2cf8e0f4d7ecf1796141c3f89d9441c30fceaa9fc87122f6db3e
4
+ data.tar.gz: 2dab2842908143e5cc577e3ba193cfdba4cd2bc987edfcc562f9aca2e7ea3b34
5
5
  SHA512:
6
- metadata.gz: 29fc63871ea8a7297ffd33fd90b8fb4b26b3d920176682064147463e95572303c443f41400d46619126749a1c998d6721eb32e97a0c9220a0b3f6dbd41e9e22b
7
- data.tar.gz: 446ef511b48cba7eccfb3ef18eef2f2401a0bf2cf904f05882c4967e619fcf5004080d3260c7b7f0e433b8a32ea9f7d72fe110f86d257ad14e918d9335756714
6
+ metadata.gz: 74602d4fb2ef86bd389057cedf05716050023661547980a1f2f53ba5766bbd16e2fb0c60f528a5df4dd756dd66ee87e4f3e171814bc068613900cc53768d9a82
7
+ data.tar.gz: 8fd4063b2599d6c5fa5d06dacd7475d63e767f7cc5e6ec807dda2812764cf05abadfd72fe37ef26441f263f61021a72ae7b5b85f5fde1e815131370b62882e46
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.74.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.73.0 (2025-04-27)
8
+
9
+ * Regenerated from discovery document revision 20250416
10
+
3
11
  ### v0.72.0 (2025-04-20)
4
12
 
5
13
  * Regenerated from discovery document revision 20250409
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/database-migration/) may pr
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -5014,6 +5014,18 @@ module Google
5014
5014
  # @return [String]
5015
5015
  attr_accessor :database
5016
5016
 
5017
+ # Optional. The schema name. This will be required only if the object uses a
5018
+ # schema name as part of its unique identifier.
5019
+ # Corresponds to the JSON property `schema`
5020
+ # @return [String]
5021
+ attr_accessor :schema
5022
+
5023
+ # Optional. The table name. This will be required only if the object is a level
5024
+ # below database or schema.
5025
+ # Corresponds to the JSON property `table`
5026
+ # @return [String]
5027
+ attr_accessor :table
5028
+
5017
5029
  # Required. The type of the migration job object.
5018
5030
  # Corresponds to the JSON property `type`
5019
5031
  # @return [String]
@@ -5026,6 +5038,8 @@ module Google
5026
5038
  # Update properties of this object
5027
5039
  def update!(**args)
5028
5040
  @database = args[:database] if args.key?(:database)
5041
+ @schema = args[:schema] if args.key?(:schema)
5042
+ @table = args[:table] if args.key?(:table)
5029
5043
  @type = args[:type] if args.key?(:type)
5030
5044
  end
5031
5045
  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.72.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250409"
25
+ REVISION = "20250416"
26
26
  end
27
27
  end
28
28
  end
@@ -2212,6 +2212,8 @@ module Google
2212
2212
  # @private
2213
2213
  class Representation < Google::Apis::Core::JsonRepresentation
2214
2214
  property :database, as: 'database'
2215
+ property :schema, as: 'schema'
2216
+ property :table, as: 'table'
2215
2217
  property :type, as: 'type'
2216
2218
  end
2217
2219
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.72.0
4
+ version: 0.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.72.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.74.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Database Migration API V1
79
79
  test_files: []