google-cloud-vpc_access 0.1.0 → 1.0.0

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: 4750d9c3d5a471f6cc600d7909affe05fca1e87cf53801c6f8500fd8c5a4d57e
4
+ data.tar.gz: f6c09aa6ac1c67a6ef9dd8ea114a032e9f85e720cf8cddddb702cc82f8922bf5
5
5
  SHA512:
6
- metadata.gz: d913889bc29c1ae4cf26a793ea6c1a20dad3e9cf87bb266d5a4951f068bdc045f4dfd1eef2196e357a2f86e038c4c1f73c61a2ca270e9dbb18e1875af39385c5
7
- data.tar.gz: 1909fd84aaecf5a7c9bdb68719e52cf0428b57a0fd41c3d1fbab6a5d5bc0a484a9a16aaef7a6d817f2316700a7626d9ac4db9bf6af1ea99641c6d29bd6759763
6
+ metadata.gz: ad4522934caf0220657d3d005ce78fcc65b3177302cfaf5fad50e0875580aae2f2d003909c20ae2c02391ac2c91ab488a020d9459e093c70ea26b9b789d12ecd
7
+ data.tar.gz: 192788a091ba19b6a853517895b79289eeaf6e407a34c3d8b770afa5112b1b3304cc1dfd44fa48d5539703fe4b43586827fa2cdab147e358004ff7102be7b2be
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-vpc_access
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::VpcAccess::V1::VpcAccessService::Credentials`):
68
68
 
69
- 1. `VPC_ACCESS_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `VPC_ACCESS_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `VPC_ACCESS_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `VPC_ACCESS_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/vpc_access"
@@ -82,8 +82,8 @@ client = Google::Cloud::VpcAccess.vpc_access_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/vpc_access"
@@ -93,7 +93,7 @@ client = Google::Cloud::VpcAccess.vpc_access_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/vpc_access"
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 = "1.0.0"
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: 1.0.0
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-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-vpc_access-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -154,9 +160,7 @@ description: Serverless VPC Access enables you to connect from a serverless envi
154
160
  on Google Cloud (Cloud Run, Cloud Functions, or the App Engine standard environment)
155
161
  directly to your VPC network. This connection makes it possible for your serverless
156
162
  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.
163
+ other resources with an internal IP address.
160
164
  email: googleapis-packages@google.com
161
165
  executables: []
162
166
  extensions: []