google-cloud-service_usage-v1 0.3.1 → 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: f69e245645b5322b15edcaad60b61f72163f2669c39e6a6ca0b46aa094ff0dd1
|
4
|
+
data.tar.gz: 77e7144aa5fae801ae1fac2a24e5efa1ece28d3de9b8def2e4a7d76380ee8a6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6d7a83ce6917e10427aa08d26f8c64f3e410c2273d29a55ab3ea28c4bd6e739d4d1e47fc5cab2505b2b204a503b09725522ec10bf7674906df8bb0d96acffb8
|
7
|
+
data.tar.gz: 5fc89bfb5593a94474b518ab85812683b56eaec906257f82af9a6bca4e9f327aa4c88da3947056e820aeaad879b773b1ff292a0856a747c739c2a16c82ae2648
|
@@ -148,7 +148,8 @@ module Google
|
|
148
148
|
credentials: credentials,
|
149
149
|
endpoint: @config.endpoint,
|
150
150
|
channel_args: @config.channel_args,
|
151
|
-
interceptors: @config.interceptors
|
151
|
+
interceptors: @config.interceptors,
|
152
|
+
channel_pool_config: @config.channel_pool
|
152
153
|
)
|
153
154
|
end
|
154
155
|
|
@@ -909,6 +910,14 @@ module Google
|
|
909
910
|
end
|
910
911
|
end
|
911
912
|
|
913
|
+
##
|
914
|
+
# Configuration for the channel pool
|
915
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
916
|
+
#
|
917
|
+
def channel_pool
|
918
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
919
|
+
end
|
920
|
+
|
912
921
|
##
|
913
922
|
# Configuration RPC class for the ServiceUsage API.
|
914
923
|
#
|
@@ -93,7 +93,8 @@ module Google
|
|
93
93
|
credentials: credentials,
|
94
94
|
endpoint: @config.endpoint,
|
95
95
|
channel_args: @config.channel_args,
|
96
|
-
interceptors: @config.interceptors
|
96
|
+
interceptors: @config.interceptors,
|
97
|
+
channel_pool_config: @config.channel_pool
|
97
98
|
)
|
98
99
|
|
99
100
|
# Used by an LRO wrapper for some methods of this service
|
@@ -693,6 +694,14 @@ module Google
|
|
693
694
|
end
|
694
695
|
end
|
695
696
|
|
697
|
+
##
|
698
|
+
# Configuration for the channel pool
|
699
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
700
|
+
#
|
701
|
+
def channel_pool
|
702
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
703
|
+
end
|
704
|
+
|
696
705
|
##
|
697
706
|
# Configuration RPC class for the Operations API.
|
698
707
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-service_usage-v1
|
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
|
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
223
223
|
- !ruby/object:Gem::Version
|
224
224
|
version: '0'
|
225
225
|
requirements: []
|
226
|
-
rubygems_version: 3.4.
|
226
|
+
rubygems_version: 3.4.19
|
227
227
|
signing_key:
|
228
228
|
specification_version: 4
|
229
229
|
summary: Enables services that service consumers want to use on Google Cloud Platform,
|