google-cloud-data_catalog-lineage-v1 0.10.0 → 0.10.1
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: 218b44d3866974e5dc6e749f847b327275e867adfcf9264f0975e5dfb067810c
|
4
|
+
data.tar.gz: 4210379bf852b749f50d1b33943c2157ae6228957c7edbd962229c4406685eab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c68176ce3d9207abb12753a2d8cf4ea11fceea881ae815e19339842103a0cc65884ba3ede3385c9a431264e5eef4d52d34a016b6c736b422d06d546815fbc3cc
|
7
|
+
data.tar.gz: 436750612af041884d6fea46bfa7b9b7d09ccdb1f6db638cd93511a3f4862e2f91f1546fac456fa6c862a40801e585032f0e215f14cd56918133826364202a08
|
@@ -1644,12 +1644,12 @@ module Google
|
|
1644
1644
|
# Optional. Send asset information in the **source** field to retrieve all
|
1645
1645
|
# links that lead from the specified asset to downstream assets.
|
1646
1646
|
#
|
1647
|
-
# Note: The following
|
1647
|
+
# Note: The following parameters are mutually exclusive: `source`, `target`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1648
1648
|
# @param target [::Google::Cloud::DataCatalog::Lineage::V1::EntityReference, ::Hash]
|
1649
1649
|
# Optional. Send asset information in the **target** field to retrieve all
|
1650
1650
|
# links that lead from upstream assets to the specified asset.
|
1651
1651
|
#
|
1652
|
-
# Note: The following
|
1652
|
+
# Note: The following parameters are mutually exclusive: `target`, `source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1653
1653
|
# @param page_size [::Integer]
|
1654
1654
|
# Optional. The maximum number of links to return in a single page of the
|
1655
1655
|
# response. A page may contain fewer links than this value. If unspecified,
|
@@ -1532,12 +1532,12 @@ module Google
|
|
1532
1532
|
# Optional. Send asset information in the **source** field to retrieve all
|
1533
1533
|
# links that lead from the specified asset to downstream assets.
|
1534
1534
|
#
|
1535
|
-
# Note: The following
|
1535
|
+
# Note: The following parameters are mutually exclusive: `source`, `target`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1536
1536
|
# @param target [::Google::Cloud::DataCatalog::Lineage::V1::EntityReference, ::Hash]
|
1537
1537
|
# Optional. Send asset information in the **target** field to retrieve all
|
1538
1538
|
# links that lead from upstream assets to the specified asset.
|
1539
1539
|
#
|
1540
|
-
# Note: The following
|
1540
|
+
# Note: The following parameters are mutually exclusive: `target`, `source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1541
1541
|
# @param page_size [::Integer]
|
1542
1542
|
# Optional. The maximum number of links to return in a single page of the
|
1543
1543
|
# response. A page may contain fewer links than this value. If unspecified,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_catalog-lineage-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: '0'
|
104
104
|
requirements: []
|
105
|
-
rubygems_version: 3.6.
|
105
|
+
rubygems_version: 3.6.9
|
106
106
|
specification_version: 4
|
107
107
|
summary: API Client library for the Data Lineage V1 API
|
108
108
|
test_files: []
|