google-apis-datamigration_v1 0.55.0 → 0.56.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: 966e261185c991a7b3683d8d762917c25bf82b69c71e5af2896c273db81d43b3
4
+ data.tar.gz: efcef39b62454653e98af5b65fd94ea9ba7e180ef4da9be60ce5ce124ccd4d29
5
5
  SHA512:
6
- metadata.gz: a1f30bdaaede617b3a2493199f6dd12a17aec5db8757de5674b846dd70c8aa4d44d5b4962b4505500a408b4ab48c898fdf8ff702b48e4cce9873f0bd8c8ad472
7
- data.tar.gz: fd04ed81c4ae5ab38a7f38028c1c4acb874180b6f9d7e8e6c684067c33c201bcaf9a940fd8a2735c3e920a4ba1b0cc40e2b10986cfedab7a6f463a85fc29a46a
6
+ metadata.gz: b4810e4d6c9ab46241ab27b8fae304e9916e51f623d7f7ddf31dc3c7345f876b62047ec741a8cea1a428e5ec9d9724803a2bb81fd899efad53385a060fc263b1
7
+ data.tar.gz: 7d8a40da19c370255a7bd048c312e8b4a80083f6dcb2f7ff2aa518b1a1284aec8e50f78abe48830ab1fc081025b8cfe04be91b24522392fa711e4eac9ed8decf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.56.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240421
6
+
3
7
  ### v0.55.0 (2024-04-07)
4
8
 
5
9
  * 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.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240327"
25
+ REVISION = "20240421"
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.56.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-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.56.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: []