google-cloud-data_catalog-lineage-v1 0.9.1 → 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: e13d1aa45d178ad37802e479ed790b5d6eb114590cbcee5cff42ab92fb3e579b
4
- data.tar.gz: 6250b528c91b203ed443d88ede967dabe5295ba82b8d931fff8d7c050af32842
3
+ metadata.gz: 218b44d3866974e5dc6e749f847b327275e867adfcf9264f0975e5dfb067810c
4
+ data.tar.gz: 4210379bf852b749f50d1b33943c2157ae6228957c7edbd962229c4406685eab
5
5
  SHA512:
6
- metadata.gz: 72724c1e14bed7b745a413720d526204595718769bb420ff349ae229b47003141b02dfcf300c300138574b8bbe00e807ab236efca461bf7caee7cfd52f78e237
7
- data.tar.gz: e3e80f537fd471ce4c809303946d12bea46b1080db65f88a6b0bd21905c13a52e180ae46e07d12a598df38dc5c4dc37a4313e15a2388e064aa010a3cb5670c68
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.9.1"
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.9.1
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -101,14 +95,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
95
  requirements:
102
96
  - - ">="
103
97
  - !ruby/object:Gem::Version
104
- version: '3.0'
98
+ version: '3.1'
105
99
  required_rubygems_version: !ruby/object:Gem::Requirement
106
100
  requirements:
107
101
  - - ">="
108
102
  - !ruby/object:Gem::Version
109
103
  version: '0'
110
104
  requirements: []
111
- rubygems_version: 3.6.8
105
+ rubygems_version: 3.6.9
112
106
  specification_version: 4
113
107
  summary: API Client library for the Data Lineage V1 API
114
108
  test_files: []