google-cloud-data_catalog-lineage 1.1.0 → 1.1.2

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: 1a889531c1df877d25c4e1cb56e1e046e87806ff987c5c1b3dd3a0404c97c304
4
- data.tar.gz: 6f99d498de9c61f3bc74885adef334614e49e34c9d1d39456ad939f5f5998578
3
+ metadata.gz: 1d7e35d5958999eeaf4d54f563f1d00bb6713ebe1419bf2a3906dbcd72dcb0ff
4
+ data.tar.gz: cd990c4bc88d7242ec03be82bfa0e65e82582f5f68c04db66f3499b2b58750ac
5
5
  SHA512:
6
- metadata.gz: d57303473e65cc67d60d026cda48b6f82c4127c443a9aeb324c800249c9445be3714d872eff69315ef35f270db248e16273d5caea54ebc4cf7107554a1757c02
7
- data.tar.gz: a82efca81ffd36807a42a3da1ca3df92ce5d7bf6c19a9615ee89a3f01615fa53057ea684a3647d4ff1b7f11854fb7d0dd130cb878a2e1fbb5b6dfb8de3ee81e6
6
+ metadata.gz: d98e0c89c47b2d1ded1296c43ef0c966d783e9afa513e40a5f55fad5a1ae59b47e5e66614a4a2261b321419fa4be9f9159828e41dae9f04c7db4e901ffee11f0
7
+ data.tar.gz: c00f9afe21c3f15ba1f8ec6ce1d8607793fbb774460710b369f8703b8a74fd22e0294ca5d66c61208887b98c774c6c2f44b729374e8dcadf7b269902b841235d
data/README.md CHANGED
@@ -7,7 +7,7 @@ DataCatalog is a centralized and unified data catalog service for all your Cloud
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-data_catalog-lineage-v*`.
9
9
  The gem `google-cloud-data_catalog-lineage` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/datalineage.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/data_catalog/lineage"
39
+
40
+ client = Google::Cloud::DataCatalog::Lineage.lineage
41
+ request = ::Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventRequest.new # (request fields as keyword arguments...)
42
+ response = client.process_open_lineage_run_event request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module Lineage
24
- VERSION = "1.1.0"
24
+ VERSION = "1.1.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog-lineage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.6.2
82
+ rubygems_version: 3.6.9
83
83
  specification_version: 4
84
84
  summary: API Client library for the Data Lineage API
85
85
  test_files: []