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: ef0ff6ba8c4d236c48278cca1175753a6ccf77d3fd70e6bc804cf8848d8e7681
4
- data.tar.gz: 8cfa5838ff65a3030be28f191dcebc9d848065a692d4d2961c3ec5d0757154cf
3
+ metadata.gz: 218b44d3866974e5dc6e749f847b327275e867adfcf9264f0975e5dfb067810c
4
+ data.tar.gz: 4210379bf852b749f50d1b33943c2157ae6228957c7edbd962229c4406685eab
5
5
  SHA512:
6
- metadata.gz: bef2dda4be1daa2818095e50c60b21ced4b0c87f312959d24b90b30f5bea55a03f150dfa2f387ea6b68a27fbc57e6bc725076098013d87aec243806278bbc48a
7
- data.tar.gz: 3ef8e88b57408184cc617f1db6f0be15dcc644490b5d8ac3c5fa72856e956b23926751386bb2ac93f71875ae5e77cfc4a9e0cc7506f1c4d19aba12fa089443af
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 fields are mutually exclusive: `source`, `target`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `target`, `source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `source`, `target`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `target`, `source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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,
@@ -22,7 +22,7 @@ module Google
22
22
  module DataCatalog
23
23
  module Lineage
24
24
  module V1
25
- VERSION = "0.10.0"
25
+ VERSION = "0.10.1"
26
26
  end
27
27
  end
28
28
  end
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.0
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.8
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: []