google-apis-datamigration_v1 0.72.0 → 0.73.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: 40f0b1dd72a00e1073ba25bdbecbf42eb4682a89377d4a5275e9a87914d1807f
4
+ data.tar.gz: 7586baeecffe3bcb36f7bbc446470e1a4ac3d4ee6e2cb4d4922c4394645bc9a7
5
5
  SHA512:
6
- metadata.gz: 29fc63871ea8a7297ffd33fd90b8fb4b26b3d920176682064147463e95572303c443f41400d46619126749a1c998d6721eb32e97a0c9220a0b3f6dbd41e9e22b
7
- data.tar.gz: 446ef511b48cba7eccfb3ef18eef2f2401a0bf2cf904f05882c4967e619fcf5004080d3260c7b7f0e433b8a32ea9f7d72fe110f86d257ad14e918d9335756714
6
+ metadata.gz: 523df88d43f7a93cfbbef91fcbab0a07da56ee9fc15bffd4f2b82fcc9aea405a38c259a0a4a297765860e1c9ba8c5b67e1617d2880ac5b48d6262c196a7b9ec9
7
+ data.tar.gz: f9edaf13db729f83e719d0eff8cc429ede7a50c0e5e126c88a4a0874837d35872cfaaf604aa8425aeb911d67faf76405ea452c3e6920b7270994f18b736b8d45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.73.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250416
6
+
3
7
  ### v0.72.0 (2025-04-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20250409
@@ -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.73.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.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.73.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: 2025-04-27 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.73.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: