google-cloud-beyond_corp-app_connections-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1467f2e66aa8e5895a3df848538568929b6c95ea6955fc13ea2c30d00f897e2a
4
- data.tar.gz: 653fafd731ac0babc0ab6eac56c756423b74a9a9cfbb28f181b163e64e054ccc
3
+ metadata.gz: e1ab713ccbcc26a3937c87e341930d3c82b1692525db62e5ba60096a7b49fca8
4
+ data.tar.gz: 5de10a9a73edfb4c9dc7f624f226481a13f329659bee3454d4ca4c023ff22e57
5
5
  SHA512:
6
- metadata.gz: b61280ff6f86fbd25318e20b91361a474bf4558bd6826a7f7a566d73d0589dfc6977c6b8afb5650ca16718103c6c67bd5411aae317c70b57f9aba08e1d03be9c
7
- data.tar.gz: ad1eeb2bd6dcc8e17bc2c710af825a244dec246e5041fe37129efb62d4c0a0f608d119c05faf1b99f8da71925c43c811bf28685e826fe57823228537d63aebf7
6
+ metadata.gz: 3a3601fc991e716556f62fc72e67dc7db1068cac7cca6321b4cc50354f996449a15fff56ef9b0b9fc009eebaf717bc3030bbeeba2672edc19554c157a56e955f
7
+ data.tar.gz: a7277bbb84a986f3b6c8a2b67d27e3d255a0133a72dfd5ffd4751061d5ecd77f444a57c69e94c386044f3c8098613416e0136a8b86c193dc29c9881213b6cb14
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 AppConnections V1 API. Most users should consider using
11
11
  the main client gem,
12
- [google-cloud-beyond_corp-app_connections](https://rubygems.org/gems/google-cloud-beyond_corp-app_connections).
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-app_connections`,
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_connections-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-app_connections`.
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
@@ -22,7 +22,7 @@ module Google
22
22
  module BeyondCorp
23
23
  module AppConnections
24
24
  module V1
25
- VERSION = "0.1.0"
25
+ VERSION = "0.1.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-beyond_corp-app_connections-v1
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: 2022-07-29 00:00:00.000000000 Z
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_connections-v1
203
203
  is a version-specific client library. For most uses, we recommend installing the
204
- main client library google-cloud-beyond_corp-app_connections instead. See the readme
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: []