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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbdd042c41d4cf6dace3b5c90a18d3e2e25f551197e02a261a9c80b8cd41ba0c
4
- data.tar.gz: 30a72856d73abfa51ccec6df34c8edc1f411aa8bfd1ea8144d5e6b08621c4d22
3
+ metadata.gz: 07a70bafd01e1bab934371ee31307358c1804f02960a8f5f0985d41e7d4d112f
4
+ data.tar.gz: 9f8bc0692200a64c9d7c7a60d19a9cef31fb67d42a6af6b510321aabc450d53b
5
5
  SHA512:
6
- metadata.gz: 28511f31e6f23c5c36d42fa71fdfe6eefe0183e31e00ea062e0c5fc9c36bca63d31c558dfc2d70295fba1ee49f4c3eaea61a1bbfd07f023b5f442ed71109e1e8
7
- data.tar.gz: f7deb78f839a9824f608bfd8c2b2dd98e37fd066b9fb6113aaf9af4576e7ae4bb235cffa08a0b53cecc277e109e760fe72ee5f334db70b65081ad147d8d3d76e
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. Note that google-cloud-apigee_connect-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-apigee_connect instead. See the readme for more details.
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*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ApigeeConnect
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
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-apigee_connect
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: 2021-06-22 00:00:00.000000000 Z
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. Note
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: []