google-cloud-connectors 2.0.1 → 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: dd8c9f422cbc12136df6cf633c6efdb41466b9faaa084881fadb64c166580453
4
- data.tar.gz: 660fa372a97379b2a1aed0f210f0ae4ba989eb07fcbb155236df46b44bd4714d
3
+ metadata.gz: 9f58d4155c88b73fccae629f6fa30feccf7e749576654a012f8ac1b4970448dc
4
+ data.tar.gz: 1ae5a342830c15dea1723f222d874fdcd609a14caad096ab0a72f4bd79ba024f
5
5
  SHA512:
6
- metadata.gz: aa2333331005e35e8f040f0f682416bb4c4258c41f0289c66559095124c2bbcad091b1ef54e012942e62e6064b24a53efb3c102c99fcc75bfcd2fa11ce75dc32
7
- data.tar.gz: 505c557b2c4cdefdc7576213b4531bfa706d751994a88ad49c0c75fd4e112bfc4a84113c7d784538f7a2cdac3096c579ad23d0add10fd5d7f1b4785f93a2c8f6
6
+ metadata.gz: 6bf2ed49442384fa90c8e9570cc37215db7def04add73380373560b59287b2667a478f220f5bfc0839a00ed53f74df0712272ef943acdd5dc279c8766eee00cf
7
+ data.tar.gz: eefce570857d2d7532f5247b01c6e2e7b05d23fdd53ee0b06a66ab2e3f60cf28393f4a9f402e958c9a1790bb7e15b2084a156a2e73805e6de89fe73b9adfa3fa
data/README.md CHANGED
@@ -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.1"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-connectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.8
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.