google-apis-datamigration_v1 0.30.0 → 0.31.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: 4ada5f053f75e572e02e9d3effa9aa4203b25c7299f507c91b1e43e4aaf04729
4
- data.tar.gz: a83fbf95403b9b9e2dcabd7157211c6e24da44bde81af356ea824fc3d423711b
3
+ metadata.gz: 6ba6d6cd4633adbb20f234e2ef5750ca0d61f3c058711ad450967f335df18088
4
+ data.tar.gz: f3c8f2048fd162f1503375d7142ed9d4f7dde52b645600fba718379f90265db2
5
5
  SHA512:
6
- metadata.gz: 3fbb121912aaec4ba1bee7d07893fe6271fb55626d84d574be522fa864687f241775c9eb3cdcafe17b4f28ac3a682814ee11d66677582c7b386dd591650d157c
7
- data.tar.gz: 3649b46ed897a5279601f041d9491fc41aa753a40fa2538adf0e7e19d3f0fca3abb03d6134d96f069bb6855c88d639152d054d5986b70e49c8a055eea7e1b53c
6
+ metadata.gz: 69adb60c965d923f06b1757f4eb8db4c2d6060843208ca40b5344e7b5bd26922c7435fb991ab84e4766209ef53fa9acd1c44d0e96684d7d542c98f47d96ad454
7
+ data.tar.gz: 3c2589b7a9fc6228c8499dd266b77b64e7f5af5c591ca36343ddd5a59da60886e023e15a264ff70c9ee881ff77abc25623d20f69e3b83533c08f6df8cd5faec5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.31.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230301
6
+
3
7
  ### v0.30.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230222
@@ -669,8 +669,8 @@ module Google
669
669
  # @return [Fixnum]
670
670
  attr_accessor :scale
671
671
 
672
- # Specifies the list of values allowed in the column. List is empty if setValues
673
- # is not required.
672
+ # Specifies the list of values allowed in the column. Only used for set data
673
+ # type.
674
674
  # Corresponds to the JSON property `setValues`
675
675
  # @return [Array<String>]
676
676
  attr_accessor :set_values
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230222"
25
+ REVISION = "20230301"
26
26
  end
27
27
  end
28
28
  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.30.0
4
+ version: 0.31.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: 2023-03-05 00:00:00.000000000 Z
11
+ date: 2023-03-12 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.31.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: []