google-apis-datamigration_v1 0.55.0 → 0.57.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: 31adf0d4cf6a4afb38923fe89235dd211b5f6b98e0e424819329606734f5c900
4
- data.tar.gz: eb1b50a6d2a129d0893eb2218155713f128e71c9db7eb7ffa3e761ae10fd1707
3
+ metadata.gz: d0b3487f3bf5f597456a3b36cdf41deff941c5566acee8f3843157458a00a418
4
+ data.tar.gz: 32f8f333641ecf7665ca020fbb578e247f6378e6f4ec26767243564597e9c6eb
5
5
  SHA512:
6
- metadata.gz: a1f30bdaaede617b3a2493199f6dd12a17aec5db8757de5674b846dd70c8aa4d44d5b4962b4505500a408b4ab48c898fdf8ff702b48e4cce9873f0bd8c8ad472
7
- data.tar.gz: fd04ed81c4ae5ab38a7f38028c1c4acb874180b6f9d7e8e6c684067c33c201bcaf9a940fd8a2735c3e920a4ba1b0cc40e2b10986cfedab7a6f463a85fc29a46a
6
+ metadata.gz: 33cabb85995c5d6660d6470dc393197aa6e118b57c6148a3ef3e5cda8ca3f30df194af1932aaf3ebc8210bdf80e0aec069636d98d7f3e0d32d3205ecc2d8b86e
7
+ data.tar.gz: 743f0c161bf7f9795594b6b1fa357853fdb147059e9c487e933763f735c6f5cf4c6886aa3c5f73ad4eb91311bafe82573738f75e3b7d91c97f28b81a56609523
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.57.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240430
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.56.0 (2024-04-28)
9
+
10
+ * Regenerated from discovery document revision 20240421
11
+
3
12
  ### v0.55.0 (2024-04-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20240327
@@ -2233,6 +2233,15 @@ module Google
2233
2233
  # @return [Array<String>]
2234
2234
  attr_accessor :table_columns
2235
2235
 
2236
+ # For each table_column, mark whether it's sorting order is ascending (false) or
2237
+ # descending (true). If no value is defined, assume all columns are sorted in
2238
+ # ascending order. Otherwise, the number of items must match that of
2239
+ # table_columns with each value specifying the direction of the matched column
2240
+ # by its index.
2241
+ # Corresponds to the JSON property `tableColumnsDescending`
2242
+ # @return [Array<Boolean>]
2243
+ attr_accessor :table_columns_descending
2244
+
2236
2245
  # Type of index, for example B-TREE.
2237
2246
  # Corresponds to the JSON property `type`
2238
2247
  # @return [String]
@@ -2253,6 +2262,7 @@ module Google
2253
2262
  @custom_features = args[:custom_features] if args.key?(:custom_features)
2254
2263
  @name = args[:name] if args.key?(:name)
2255
2264
  @table_columns = args[:table_columns] if args.key?(:table_columns)
2265
+ @table_columns_descending = args[:table_columns_descending] if args.key?(:table_columns_descending)
2256
2266
  @type = args[:type] if args.key?(:type)
2257
2267
  @unique = args[:unique] if args.key?(:unique)
2258
2268
  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.55.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240327"
25
+ REVISION = "20240430"
26
26
  end
27
27
  end
28
28
  end
@@ -1384,6 +1384,7 @@ module Google
1384
1384
  hash :custom_features, as: 'customFeatures'
1385
1385
  property :name, as: 'name'
1386
1386
  collection :table_columns, as: 'tableColumns'
1387
+ collection :table_columns_descending, as: 'tableColumnsDescending'
1387
1388
  property :type, as: 'type'
1388
1389
  property :unique, as: 'unique'
1389
1390
  end
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.55.0
4
+ version: 0.57.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: 2024-04-07 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.57.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: []