google-cloud-beyond_corp 1.4.0 → 1.4.1
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 +4 -4
- data/README.md +5 -5
- data/lib/google/cloud/beyond_corp/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 712313955c67b18cbaf04bf465359f4888adb06a4e8c715d821c4d317d1054b8
|
4
|
+
data.tar.gz: f409626c3724b948f602ead71bd02a1b237a8270894d6566f00b277340123595
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db42f06cb8742660879e9c08fd90b4fdf263401acd135c92f7cfc2fdff8ae4491aad7638704c187b6687c99f64b17d7710d8774eb97ec7c9b153bd08500fccb2
|
7
|
+
data.tar.gz: 7901bdd0067a2752e9084b2fbee92658613489f7effcd9f4d77def5420b43b5f76ae44e75f273bf47d5cad531f451e4ef3a9b0f90b514a27cb27be4ac3a303e0
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Beyondcorp Enterprise provides identity and context aware access controls for en
|
|
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-beyond_corp-app_connections-v*`.
|
9
9
|
The gem `google-cloud-beyond_corp` is the main client library that brings the
|
10
|
-
|
10
|
+
versioned gems in as dependencies, and provides high-level methods for
|
11
11
|
constructing clients. More information on versioned clients can be found below
|
12
12
|
in the section titled *Which client should I use?*.
|
13
13
|
|
@@ -18,10 +18,7 @@ themselves can be found in the client library documentation for the versioned
|
|
18
18
|
client gems:
|
19
19
|
[google-cloud-beyond_corp-app_connections-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/latest),
|
20
20
|
[google-cloud-beyond_corp-app_connectors-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-app_connectors-v1/latest),
|
21
|
-
[google-cloud-beyond_corp-app_connectors-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-app_connectors-v1/latest),
|
22
|
-
[google-cloud-beyond_corp-app_gateways-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-app_gateways-v1/latest),
|
23
21
|
[google-cloud-beyond_corp-app_gateways-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-app_gateways-v1/latest),
|
24
|
-
[google-cloud-beyond_corp-client_gateways-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/latest),
|
25
22
|
[google-cloud-beyond_corp-client_gateways-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/latest).
|
26
23
|
|
27
24
|
See also the [Product Documentation](https://cloud.google.com/beyondcorp/)
|
@@ -68,7 +65,10 @@ results in logs appearing alongside your application logs in the
|
|
68
65
|
Debug logging also requires that the versioned clients for this service be
|
69
66
|
sufficiently recent, released after about Dec 10, 2024. If logging is not
|
70
67
|
working, try updating the versioned clients in your bundle or installed gems:
|
71
|
-
[google-cloud-beyond_corp-app_connections-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/latest)
|
68
|
+
[google-cloud-beyond_corp-app_connections-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/latest),
|
69
|
+
[google-cloud-beyond_corp-app_connectors-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-app_connectors-v1/latest),
|
70
|
+
[google-cloud-beyond_corp-app_gateways-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-app_gateways-v1/latest),
|
71
|
+
[google-cloud-beyond_corp-client_gateways-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-beyond_corp-client_gateways-v1/latest).
|
72
72
|
|
73
73
|
## Supported Ruby Versions
|
74
74
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-beyond_corp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-beyond_corp-app_connections-v1
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
145
|
- !ruby/object:Gem::Version
|
146
146
|
version: '0'
|
147
147
|
requirements: []
|
148
|
-
rubygems_version: 3.6.
|
148
|
+
rubygems_version: 3.6.8
|
149
149
|
specification_version: 4
|
150
150
|
summary: API client library for the BeyondCorp API
|
151
151
|
test_files: []
|