google-cloud-vpc_access 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05372c76636f38a4ebdf14dc335a01d3a3044d5cf3b324790e9a4657a5c57a8f
4
- data.tar.gz: 24ab6ab64819235d7eaafd091f9a1d9fa422ac579e2fe3258b7a5753d64abb74
3
+ metadata.gz: 1dfd8464ae4447e360073fc19adfd1f43010d6fa82de5ec17f0a454c3c73aa67
4
+ data.tar.gz: bcfc910a5793c76e4d544e82fbf42d87c910edd60e6d88d525eb5b80e88a550c
5
5
  SHA512:
6
- metadata.gz: d913889bc29c1ae4cf26a793ea6c1a20dad3e9cf87bb266d5a4951f068bdc045f4dfd1eef2196e357a2f86e038c4c1f73c61a2ca270e9dbb18e1875af39385c5
7
- data.tar.gz: 1909fd84aaecf5a7c9bdb68719e52cf0428b57a0fd41c3d1fbab6a5d5bc0a484a9a16aaef7a6d817f2316700a7626d9ac4db9bf6af1ea99641c6d29bd6759763
6
+ metadata.gz: b1393509ef13338108420cbeb7eb89aebe53103e5ab15d76a508866484bb45e72368488ebf7db672b8f813b768852523674c6937bfa7848d4dfc413cfcd43d2f
7
+ data.tar.gz: 981fc70756f6b508effea7d92bbf941611348fe36ffd02083865b05fa15c0e47ee02a5b1d5a65a6a0b8ee8bd1c3638dcf260863aaa5360ed96509653145d4ec0
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Serverless VPC Access API
4
4
 
5
- Serverless VPC Access enables you to connect from a serverless environment on Google Cloud (Cloud Run, Cloud Functions, or the App Engine standard environment) directly to your VPC network. This connection makes it possible for your serverless environment to access Compute Engine VM instances, Memorystore instances, and any other resources with an internal IP address. Note that google-cloud-vpc_access-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-vpc_access instead. See the readme for more details.
5
+ Serverless VPC Access enables you to connect from a serverless environment on Google Cloud (Cloud Run, Cloud Functions, or the App Engine standard environment) directly to your VPC network. This connection makes it possible for your serverless environment to access Compute Engine VM instances, Memorystore instances, and any other resources with an internal IP address.
6
6
 
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*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module VpcAccess
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vpc_access
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-22 00:00:00.000000000 Z
11
+ date: 2021-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -154,9 +154,7 @@ description: Serverless VPC Access enables you to connect from a serverless envi
154
154
  on Google Cloud (Cloud Run, Cloud Functions, or the App Engine standard environment)
155
155
  directly to your VPC network. This connection makes it possible for your serverless
156
156
  environment to access Compute Engine VM instances, Memorystore instances, and any
157
- other resources with an internal IP address. Note that google-cloud-vpc_access-v1
158
- is a version-specific client library. For most uses, we recommend installing the
159
- main client library google-cloud-vpc_access instead. See the readme for more details.
157
+ other resources with an internal IP address.
160
158
  email: googleapis-packages@google.com
161
159
  executables: []
162
160
  extensions: []