google-cloud-beyond_corp-app_gateways-v1 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 +4 -4
- data/AUTHENTICATION.md +1 -1
- data/README.md +3 -3
- data/lib/google/cloud/beyond_corp/app_gateways/v1/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca5b8b9549351b799086f667a2e0510e550d841bce36e79d3f5a03cb0fcd4c82
|
4
|
+
data.tar.gz: f4858a351ae222c5b1629d6de592a0a2918695908513814c58e6e28160160899
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d08df6abdac6905ea5a33008ce49fe55757105c7b33f63c20e4e8b45b8c3556452b2d84074cfb6f2c3893bddd94246ed9a2b60b0aa5e8be1d8a45ac66afd5c56
|
7
|
+
data.tar.gz: 0f4b77f0333350434bd865fc399f80e80f15e198f949b6f989a762f8de4b7cbe258d6df9ba44aa73549def6a46bbfd64d7b70743bac599ed79636d9aa8a98f03
|
data/AUTHENTICATION.md
CHANGED
@@ -112,7 +112,7 @@ credentials are discovered.
|
|
112
112
|
To configure your system for this, simply:
|
113
113
|
|
114
114
|
1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
|
115
|
-
2. Authenticate using OAuth 2.0 `$ gcloud auth login`
|
115
|
+
2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
|
116
116
|
3. Write code as if already authenticated.
|
117
117
|
|
118
118
|
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ https://github.com/googleapis/google-cloud-ruby
|
|
9
9
|
This gem is a _versioned_ client. It provides basic client classes for a
|
10
10
|
specific version of the BeyondCorp AppGateways V1 API. Most users should consider using
|
11
11
|
the main client gem,
|
12
|
-
[google-cloud-beyond_corp
|
12
|
+
[google-cloud-beyond_corp](https://rubygems.org/gems/google-cloud-beyond_corp).
|
13
13
|
See the section below titled *Which client should I use?* for more information.
|
14
14
|
|
15
15
|
## Installation
|
@@ -88,7 +88,7 @@ support schedule.
|
|
88
88
|
## Which client should I use?
|
89
89
|
|
90
90
|
Most modern Ruby client libraries for Google APIs come in two flavors: the main
|
91
|
-
client library with a name such as `google-cloud-beyond_corp
|
91
|
+
client library with a name such as `google-cloud-beyond_corp`,
|
92
92
|
and lower-level _versioned_ client libraries with names such as
|
93
93
|
`google-cloud-beyond_corp-app_gateways-v1`.
|
94
94
|
_In most cases, you should install the main client._
|
@@ -115,7 +115,7 @@ service version.
|
|
115
115
|
|
116
116
|
We recommend that most users install the main client gem for a service. You can
|
117
117
|
identify this gem as the one _without_ a version in its name, e.g.
|
118
|
-
`google-cloud-beyond_corp
|
118
|
+
`google-cloud-beyond_corp`.
|
119
119
|
The main client is recommended because it will embody the best practices for
|
120
120
|
accessing the service, and may also provide more convenient interfaces or
|
121
121
|
tighter integration into frameworks and third-party libraries. In addition, the
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-beyond_corp-app_gateways-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
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: 2022-07
|
11
|
+
date: 2022-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -201,8 +201,7 @@ description: Beyondcorp Enterprise provides identity and context aware access co
|
|
201
201
|
APIs, enterprises can set up multi-cloud and on-prem connectivity using the App
|
202
202
|
Connector hybrid connectivity solution. Note that google-cloud-beyond_corp-app_gateways-v1
|
203
203
|
is a version-specific client library. For most uses, we recommend installing the
|
204
|
-
main client library google-cloud-beyond_corp
|
205
|
-
for more details.
|
204
|
+
main client library google-cloud-beyond_corp instead. See the readme for more details.
|
206
205
|
email: googleapis-packages@google.com
|
207
206
|
executables: []
|
208
207
|
extensions: []
|