google-cloud-vpc_access 1.5.0 → 1.5.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: 324ec6f21b1fae09f54b813340dbf8c29da45335c6ce451405eb7364b2e7c5d8
4
- data.tar.gz: 7ccf8c2896a7197fec0415fa3cd6c54ba93303dcfcc2f7b16b1380b07d455928
3
+ metadata.gz: 6c431eda9ee3f9043d2b4025bec57683f4166a510f2abe06b68eabf0f3d11f66
4
+ data.tar.gz: cb6e326ee5d9fa13a76d0f1130b54967fbe8c2acfcbdfae338a6dd0430564cef
5
5
  SHA512:
6
- metadata.gz: 60d6086ee347f5a11136569b8859f97340cf2af6c452321bb3fa7e3d5bbe0722cfa0d438f098ec6c66cd35845de7b241da19307828b16927587beee8479ed2c9
7
- data.tar.gz: 583ee6b45b6f137ff605a2e711a132a95c5ed624da596e6192a077f734e1f23176462d0b27a86ad844f0dffb69cdec9f4d0daae52c0be66cbed2e67c2434a969
6
+ metadata.gz: 66a88656a5e81fb746d1dc683242e3d4436e985fa9d7be112b0a7e4cd8b19e1ade3cd409fdac7a7486326953f47a4f2d31a15963ce8e10d02aa4bcfabaa8fa88
7
+ data.tar.gz: 138d2af30dcc1d34f20c3e18fa46332a39455b1eee62e4f5ffc7bbb43b5e0d4f44c4497d1d3399cfad1d59a65a105821110d584c6a120fabda6e86eaac5cd479
data/README.md CHANGED
@@ -7,7 +7,7 @@ Serverless VPC Access enables you to connect from a serverless environment on Go
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-vpc_access-v*`.
9
9
  The gem `google-cloud-vpc_access` 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/vpcaccess.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/vpc_access"
39
+
40
+ client = Google::Cloud::VpcAccess.vpc_access_service
41
+ request = ::Google::Cloud::VpcAccess::V1::CreateConnectorRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_connector 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 VpcAccess
23
- VERSION = "1.5.0"
23
+ VERSION = "1.5.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-vpc_access
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.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
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.6.2
81
+ rubygems_version: 3.6.9
82
82
  specification_version: 4
83
83
  summary: API Client library for the Serverless VPC Access API
84
84
  test_files: []