google-apis-datamigration_v1 0.69.0 → 0.70.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 735b840bd2d663f570ca3c2ae766c86b2b9c617aeb163cbb08f7bb511bcafdd0
|
4
|
+
data.tar.gz: 6c0d107202c47dd20e4c246f34f1a200fbd513c7029662a2e66009fc98e7d470
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fde6f613eeee627fb442dbc29f013b4b8137535406680b35fad7c19f3709a2162d6eb33744e6602f1ffb95d114c1a063e0bb1971a028c0310f62ab04cbe79ce
|
7
|
+
data.tar.gz: 65b108743544d09e0d529d64d02b9388b2e3cb5198e5bacdbfedc4d4ef9a08b7fcbbdbfb132ad28b8df71609c9de7c70767239f12c3404b9cc0d87c763505071
|
data/CHANGELOG.md
CHANGED
@@ -1734,7 +1734,8 @@ module Google
|
|
1734
1734
|
# @return [String]
|
1735
1735
|
attr_accessor :ddl
|
1736
1736
|
|
1737
|
-
# The DDL Kind selected for apply, or
|
1737
|
+
# The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted
|
1738
|
+
# yet.
|
1738
1739
|
# Corresponds to the JSON property `ddlKind`
|
1739
1740
|
# @return [String]
|
1740
1741
|
attr_accessor :ddl_kind
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.70.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 = "
|
25
|
+
REVISION = "20250226"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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.
|
4
|
+
version: 0.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.70.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:
|