google-cloud-apigee_connect 0.1.0 → 1.0.0

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: 0377c94bf1c181afec6b36131dd925797a9bf4b32f5d1c0fe9e6e76506e4ed46
4
+ data.tar.gz: eee2443281acab440be156b6332226aca1100025944d54bbf7010f42f6f36331
5
5
  SHA512:
6
- metadata.gz: 28511f31e6f23c5c36d42fa71fdfe6eefe0183e31e00ea062e0c5fc9c36bca63d31c558dfc2d70295fba1ee49f4c3eaea61a1bbfd07f023b5f442ed71109e1e8
7
- data.tar.gz: f7deb78f839a9824f608bfd8c2b2dd98e37fd066b9fb6113aaf9af4576e7ae4bb235cffa08a0b53cecc277e109e760fe72ee5f334db70b65081ad147d8d3d76e
6
+ metadata.gz: 6695e5d308dd6c24a549a27d4e62577619940377d074b860d117f75d02c505ffbb78b87d75a9e690982aa899d0f576d285ee022a7190d134eb29d2f3719df82d
7
+ data.tar.gz: 27ac6ea0ad15fb201a455116664845bca648dbc2284107200f880808c012138d2b6f625ec0189efc825ed47d1ab4958d658791f76282bd586316ac57b4529c31
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-apigee_connect
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::ApigeeConnect::V1::ConnectionService::Credentials`):
68
68
 
69
- 1. `APIGEE_CONNECT_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `APIGEE_CONNECT_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `APIGEE_CONNECT_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `APIGEE_CONNECT_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/apigee_connect"
@@ -82,8 +82,8 @@ client = Google::Cloud::ApigeeConnect.connection_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/apigee_connect"
@@ -93,7 +93,7 @@ client = Google::Cloud::ApigeeConnect.connection_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/apigee_connect"
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 = "1.0.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,43 +1,49 @@
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: 1.0.0
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-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-apigee_connect-v1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-core
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '1.5'
39
+ version: '1.6'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '1.5'
46
+ version: '1.6'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -153,10 +159,7 @@ dependencies:
153
159
  description: Apigee Connect allows the Apigee hybrid management plane to connect securely
154
160
  to the MART service in the runtime plane without requiring you to expose the MART
155
161
  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.
162
+ the MART ingress gateway with a host alias and an authorized DNS certificate.
160
163
  email: googleapis-packages@google.com
161
164
  executables: []
162
165
  extensions: []