google-cloud-vpc_access 1.5.1 → 1.6.0

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: 68e723b4bc0e008f4c42d267489f498a412368e4a3acca5431914dcbc75af983
4
+ data.tar.gz: 64ecbf83a6754b7d98640e9db6d732357a02b68d1aa2b6421e44fdee998297ca
5
5
  SHA512:
6
- metadata.gz: 0a43c7955f4e0529300ec6deb02f7d99f3789f2925caccf507a8446885368df8dc881b701db9c23c5d51494b5236ae98e3c1543b83e7044d93ce96525a7cec83
7
- data.tar.gz: 30b8a0fbc3e1b4b5bede4395c46b2ac5f83b9ca4c9bf11f47ab1f77eb1b6cbdfb22a03c61852b996bc1acedb8c6b01d89931affaa093e8c66137501d37ad0b80
6
+ metadata.gz: 076b69d1c2c7be3b398302cc4caf29a817249dc5abfa3c42580905caca8ff406ff1b634d8f7fc21e8c31e6548ca36c2bab8cb6e134827ba82ac1bff9beaf392e
7
+ data.tar.gz: cc01c4ac02c7d2d4b7c2edaf4dac82d9ca580045f96e0bd0395394e9593e12fca208e3ecc4f2d956449f92bd756b1da383c752e33af9f2576a8d98c62d3430b7
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.6.0"
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.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -71,14 +71,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: '3.0'
74
+ version: '3.2'
75
75
  required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
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: []