google-cloud-apigee_connect 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/README.md +1 -1
- data/lib/google/cloud/apigee_connect/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07a70bafd01e1bab934371ee31307358c1804f02960a8f5f0985d41e7d4d112f
|
4
|
+
data.tar.gz: 9f8bc0692200a64c9d7c7a60d19a9cef31fb67d42a6af6b510321aabc450d53b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae95730eae5c65510f765282e85a5df96385c81961074975d69c49f469fd28a024df1cff50229b114edc9ea33dd9981da34f1ae45aff8b450801f4c588ed3ccb
|
7
|
+
data.tar.gz: 0e30cab976efbfbff72fe08dbc4eeec3e327c619fdba756f17760a6aafdf58ac7bb798d424b7304a7aa5659f9268945789ef13eddf2abc5748a1eafed984ab25
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
API Client library for the Apigee Connect API
|
4
4
|
|
5
|
-
Apigee Connect allows the Apigee hybrid management plane to connect securely to the MART service in the runtime plane without requiring you to expose the MART endpoint on the internet. If you use Apigee Connect, you do not need to configure the MART ingress gateway with a host alias and an authorized DNS certificate.
|
5
|
+
Apigee Connect allows the Apigee hybrid management plane to connect securely to the MART service in the runtime plane without requiring you to expose the MART endpoint on the internet. If you use Apigee Connect, you do not need to configure the MART ingress gateway with a host alias and an authorized DNS certificate.
|
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-apigee_connect-v*`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-apigee_connect
|
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: 2021-06-
|
11
|
+
date: 2021-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-apigee_connect-v1
|
@@ -153,10 +153,7 @@ dependencies:
|
|
153
153
|
description: Apigee Connect allows the Apigee hybrid management plane to connect securely
|
154
154
|
to the MART service in the runtime plane without requiring you to expose the MART
|
155
155
|
endpoint on the internet. If you use Apigee Connect, you do not need to configure
|
156
|
-
the MART ingress gateway with a host alias and an authorized DNS certificate.
|
157
|
-
that google-cloud-apigee_connect-v1 is a version-specific client library. For most
|
158
|
-
uses, we recommend installing the main client library google-cloud-apigee_connect
|
159
|
-
instead. See the readme for more details.
|
156
|
+
the MART ingress gateway with a host alias and an authorized DNS certificate.
|
160
157
|
email: googleapis-packages@google.com
|
161
158
|
executables: []
|
162
159
|
extensions: []
|