google-apis-datalineage_v1 0.3.0 → 0.4.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datalineage_v1/classes.rb +1 -1
- data/lib/google/apis/datalineage_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d53bb575cc689fd9c16f656231480ffaf0b411f9734dbf18a61a2eb68037092f
|
4
|
+
data.tar.gz: f0b7313a51786f9b89d57da9a1098106af10cb104780cef6a89625dafc49f754
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7549f354504e85cf601359dc011844506cb2e4740479c2d14a348444f98baf315c54daeaa141b9e2c371a027f57a5cdfc0bfaf26a2530d9c1bd306d4446c1d39
|
7
|
+
data.tar.gz: 4983722f6627e2dbb33cc91113a44306c5757eb559a3269686e78ec8aa51424f4a3fe0969fd5f89d2a1553dee0a5f42003c70dc60f6e19bbbda38de8ecad7ebf
|
data/CHANGELOG.md
CHANGED
@@ -157,7 +157,7 @@ module Google
|
|
157
157
|
# @return [String]
|
158
158
|
attr_accessor :name
|
159
159
|
|
160
|
-
#
|
160
|
+
# Required. The beginning of the transformation which resulted in this lineage
|
161
161
|
# event. For streaming scenarios, it should be the beginning of the period from
|
162
162
|
# which the lineage is being reported.
|
163
163
|
# Corresponds to the JSON property `startTime`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatalineageV1
|
18
18
|
# Version of the google-apis-datalineage_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.4.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 = "
|
25
|
+
REVISION = "20230623"
|
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-datalineage_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.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-
|
11
|
+
date: 2023-07-02 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-datalineage_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datalineage_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datalineage_v1/v0.4.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datalineage_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|