google-cloud-connectors 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: 1f6c879478e1e85dba448d54032886308ab79ade3ece5034c06b5bb76a0dff07
4
- data.tar.gz: 01bc7fd363f33d7459600bbf66a7b5d7cf06b31d6c2f86aa1ff783e8ee3cc9bc
3
+ metadata.gz: 9f58d4155c88b73fccae629f6fa30feccf7e749576654a012f8ac1b4970448dc
4
+ data.tar.gz: 1ae5a342830c15dea1723f222d874fdcd609a14caad096ab0a72f4bd79ba024f
5
5
  SHA512:
6
- metadata.gz: 532ebb8650bd1dd5a775926d2cf7260febed353229464f5dbdbceb49a8eafa1975fe6d6516e941e7399dbdf7f0a7e0d2201b93e5475d8b1e3558f98235ae5ba0
7
- data.tar.gz: e719c48c21f3d27a371757196e7cc88b47118fe2ac1debde192ed64e896c16b23eb51179f2b7e929b5d985597edde6b6f1f00343e65b362957a205a6bf93e9ee
6
+ metadata.gz: 6bf2ed49442384fa90c8e9570cc37215db7def04add73380373560b59287b2667a478f220f5bfc0839a00ed53f74df0712272ef943acdd5dc279c8766eee00cf
7
+ data.tar.gz: eefce570857d2d7532f5247b01c6e2e7b05d23fdd53ee0b06a66ab2e3f60cf28393f4a9f402e958c9a1790bb7e15b2084a156a2e73805e6de89fe73b9adfa3fa
data/README.md CHANGED
@@ -7,7 +7,7 @@ Enables users to create and manage connections to Google Cloud services and thir
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-connectors-v*`.
9
9
  The gem `google-cloud-connectors` 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
 
@@ -31,6 +31,14 @@ In order to use this library, you first need to go through the following steps:
31
31
  1. [Enable the API.](https://console.cloud.google.com/apis/library/connectors.googleapis.com)
32
32
  1. {file:AUTHENTICATION.md Set up authentication.}
33
33
 
34
+ ```ruby
35
+ require "google/cloud/connectors"
36
+
37
+ client = Google::Cloud::Connectors.connectors
38
+ request = ::Google::Cloud::Connectors::V1::ListConnectionsRequest.new # (request fields as keyword arguments...)
39
+ response = client.list_connections request
40
+ ```
41
+
34
42
  ## Debug Logging
35
43
 
36
44
  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 Connectors
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-connectors
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-connectors-v1
@@ -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: Enables users to create and manage connections to Google Cloud services and
75
75
  third-party business applications using the Connectors interface.