google-apis-datalineage_v1 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/datalineage_v1/classes.rb +11 -12
- 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: 93d88e4456debacf6eafedc439519b82d876b54e3408d18089a3c7e6e16136fb
|
4
|
+
data.tar.gz: 8367456d1f9807328a6d058829f3740996774ca79fcb939af488b2ad282036db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e77b70cf932d42d47d535361731781e6013556d99d6089143bd77173fd174abd1a11544e657e17694846ae50b3223f778be82634226ec804e3b872ddd36d691
|
7
|
+
data.tar.gz: bf7bf8ff66baf2d29d1336b6feff5195bd4f994e0bf3942c50d81489b5444f019a0c2442792e3566c19fb0045ef830a17f472f9c2d9e400e310aab55422c83ab
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-datalineage_v1
|
2
2
|
|
3
|
+
### v0.3.0 (2023-05-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230519
|
6
|
+
|
7
|
+
### v0.2.0 (2023-04-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230407
|
10
|
+
|
3
11
|
### v0.1.0 (2023-03-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230307
|
@@ -90,11 +90,8 @@ module Google
|
|
90
90
|
class GoogleCloudDatacatalogLineageV1EntityReference
|
91
91
|
include Google::Apis::Core::Hashable
|
92
92
|
|
93
|
-
# Required. Fully Qualified Name
|
94
|
-
#
|
95
|
-
# Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` *
|
96
|
-
# `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id`
|
97
|
-
# * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId`
|
93
|
+
# Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/
|
94
|
+
# docs/fully-qualified-names) of the entity.
|
98
95
|
# Corresponds to the JSON property `fullyQualifiedName`
|
99
96
|
# @return [String]
|
100
97
|
attr_accessor :fully_qualified_name
|
@@ -359,18 +356,20 @@ module Google
|
|
359
356
|
class GoogleCloudDatacatalogLineageV1Origin
|
360
357
|
include Google::Apis::Core::Hashable
|
361
358
|
|
362
|
-
# If the source_type isn't CUSTOM, the value of this field should be a
|
363
|
-
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
#
|
367
|
-
#
|
359
|
+
# If the source_type isn't CUSTOM, the value of this field should be a GCP
|
360
|
+
# resource name of the system, which reports lineage. The project and location
|
361
|
+
# parts of the resource name must match the project and location of the lineage
|
362
|
+
# resource being created. Examples: - ``source_type: COMPOSER, name: "projects/
|
363
|
+
# foo/locations/us/environments/bar"`` - ``source_type: BIGQUERY, name: "
|
364
|
+
# projects/foo/locations/eu"`` - ``source_type: CUSTOM, name: "
|
368
365
|
# myCustomIntegration"``
|
369
366
|
# Corresponds to the JSON property `name`
|
370
367
|
# @return [String]
|
371
368
|
attr_accessor :name
|
372
369
|
|
373
|
-
# Type of the source.
|
370
|
+
# Type of the source. Use of a source_type other than `CUSTOM` for process
|
371
|
+
# creation or updating is highly discouraged, and may be restricted in the
|
372
|
+
# future without notice.
|
374
373
|
# Corresponds to the JSON property `sourceType`
|
375
374
|
# @return [String]
|
376
375
|
attr_accessor :source_type
|
@@ -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.3.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 = "20230519"
|
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.3.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-05-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-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.3.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: []
|