google-cloud-gke_connect-gateway-v1beta1 0.3.0 → 0.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ed2bd94e312b6d30d7b794dfcd214c4a3be34a3d8efb18e376446543467d567
|
4
|
+
data.tar.gz: e08966a3bfe53b6a732d5d883f599ce715552a81d9abf35f1786b14bc3c04d16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd1721dda60fc4167047439569fe557dc3bb55aa23baec9c0b5520268bfad6ecac6af1517fb15e6418068887a7f4d35854162408056bc5b03c5fc91fdb0029c4
|
7
|
+
data.tar.gz: 04ca59dcfa2dbaff9d971121e244ecb1d2be50300f96acd713149a5c3924100f1e79dd2d6cea0370b9c91bc84284cdefed93bdd9c0e85fcf6551db6988eb3e56
|
@@ -141,7 +141,8 @@ module Google
|
|
141
141
|
credentials: credentials,
|
142
142
|
endpoint: @config.endpoint,
|
143
143
|
channel_args: @config.channel_args,
|
144
|
-
interceptors: @config.interceptors
|
144
|
+
interceptors: @config.interceptors,
|
145
|
+
channel_pool_config: @config.channel_pool
|
145
146
|
)
|
146
147
|
end
|
147
148
|
|
@@ -676,6 +677,14 @@ module Google
|
|
676
677
|
end
|
677
678
|
end
|
678
679
|
|
680
|
+
##
|
681
|
+
# Configuration for the channel pool
|
682
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
683
|
+
#
|
684
|
+
def channel_pool
|
685
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
686
|
+
end
|
687
|
+
|
679
688
|
##
|
680
689
|
# Configuration RPC class for the GatewayService API.
|
681
690
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-gke_connect-gateway-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.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: 2023-
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.20.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.20.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -206,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
206
206
|
- !ruby/object:Gem::Version
|
207
207
|
version: '0'
|
208
208
|
requirements: []
|
209
|
-
rubygems_version: 3.4.
|
209
|
+
rubygems_version: 3.4.19
|
210
210
|
signing_key:
|
211
211
|
specification_version: 4
|
212
212
|
summary: The Connect Gateway service allows connectivity from external parties to
|