google-cloud-data_fusion 2.0.0 → 2.0.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: 57cd0950057bc6451b4578e43c7319a8b9aa3c8c556e258fb39763f9c44a21d0
4
- data.tar.gz: 529e02f567a8f8d569fc6937cba2911765611965c4e7b27a74e94a55d23b2756
3
+ metadata.gz: 2fbf93b164a6a33c9e5fb9167da0e060c8119501bcd2b15baa623b0f141c4232
4
+ data.tar.gz: 2c263509e0486fc7f3b4e9f5ecb0e1bc8dfe06bf66efb380de17335153fa3802
5
5
  SHA512:
6
- metadata.gz: 798ce03184612c2bc49b3e656c2241ef1e85546cc851252ecd80ff5ecb9a56874eab678be89cec75075f2b14de076be1445b5601d3ab831c9a6e01c6757c5fbb
7
- data.tar.gz: 92f73c51c572c5301e7d4ee85ee47aeb45e655e5a1865587fe7b8b071a22b4b114fca41074a9f2c86b392ee6044bade3bc8b15055f40e2815c17633f746e6171
6
+ metadata.gz: ea83b694c515a10ccba6f9298d0de21d5a474450a8f679e3589d8fd16fd2ae8e086e2a7ce756f05d1750fa8c86ca84472ce57ca5992cd9449bcdd9d0cb8222f5
7
+ data.tar.gz: 308911c116796c085efb0aeb8add1d43d347ef57ea87008402e62bb6caca3f811c6aa36c95bddbfdb7215a6c6783b284dd68aec614f254927a558fbeab94455b
data/README.md CHANGED
@@ -7,7 +7,7 @@ Cloud Data Fusion is a fully managed, cloud-native, enterprise data integration
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_fusion-v*`.
9
9
  The gem `google-cloud-data_fusion` 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/datafusion.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/data_fusion"
39
+
40
+ client = Google::Cloud::DataFusion.data_fusion
41
+ request = ::Google::Cloud::DataFusion::V1::ListAvailableVersionsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_available_versions request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataFusion
23
- VERSION = "2.0.0"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_fusion
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 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
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.3
72
+ rubygems_version: 3.6.9
73
73
  specification_version: 4
74
74
  summary: API Client library for the Cloud Data Fusion API
75
75
  test_files: []