google-cloud-vpc_access 1.5.1 → 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: 8e632b68617d8a0a0fd1ca6e7b07c34834f24b978f92d57eb3d2428913451bbe
4
- data.tar.gz: 63f370154d8f341f08e9eaa4b50fd03450cbe808db1df308802a835b3b054371
3
+ metadata.gz: 6c431eda9ee3f9043d2b4025bec57683f4166a510f2abe06b68eabf0f3d11f66
4
+ data.tar.gz: cb6e326ee5d9fa13a76d0f1130b54967fbe8c2acfcbdfae338a6dd0430564cef
5
5
  SHA512:
6
- metadata.gz: 0a43c7955f4e0529300ec6deb02f7d99f3789f2925caccf507a8446885368df8dc881b701db9c23c5d51494b5236ae98e3c1543b83e7044d93ce96525a7cec83
7
- data.tar.gz: 30b8a0fbc3e1b4b5bede4395c46b2ac5f83b9ca4c9bf11f47ab1f77eb1b6cbdfb22a03c61852b996bc1acedb8c6b01d89931affaa093e8c66137501d37ad0b80
6
+ metadata.gz: 66a88656a5e81fb746d1dc683242e3d4436e985fa9d7be112b0a7e4cd8b19e1ade3cd409fdac7a7486326953f47a4f2d31a15963ce8e10d02aa4bcfabaa8fa88
7
+ data.tar.gz: 138d2af30dcc1d34f20c3e18fa46332a39455b1eee62e4f5ffc7bbb43b5e0d4f44c4497d1d3399cfad1d59a65a105821110d584c6a120fabda6e86eaac5cd479
data/README.md CHANGED
@@ -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.1"
23
+ VERSION = "1.5.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-vpc_access
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.8
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: []