google-cloud-billing-budgets-v1beta1 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8ccafae1ed7a2ca746c082c1a19d5be87da4c03780fbf4d1a5915c37f274931
|
|
4
|
+
data.tar.gz: acf920ef6f9a073ebc43d85d159776d5642fd1482fedbf7452a4ac36a8ae49b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5843b8bcee5ab3d830c6eb9d9524ca6ccc443592b3d04cac2b23d125d3077819e72a6edc75cf8f40bdba55c90d48ad237c40bed1298e0323ddcedbdb083493e
|
|
7
|
+
data.tar.gz: 141e1407fc27c7e57e2ba39c19612286c3e69d3bf2836224a014622d3cfc5c7ab964248887979015378a697be96d641b5f566dfd18c9c5d37ab23cc0cdc4b1b3
|
|
@@ -162,7 +162,8 @@ module Google
|
|
|
162
162
|
credentials: credentials,
|
|
163
163
|
endpoint: @config.endpoint,
|
|
164
164
|
channel_args: @config.channel_args,
|
|
165
|
-
interceptors: @config.interceptors
|
|
165
|
+
interceptors: @config.interceptors,
|
|
166
|
+
channel_pool_config: @config.channel_pool
|
|
166
167
|
)
|
|
167
168
|
end
|
|
168
169
|
|
|
@@ -761,6 +762,14 @@ module Google
|
|
|
761
762
|
end
|
|
762
763
|
end
|
|
763
764
|
|
|
765
|
+
##
|
|
766
|
+
# Configuration for the channel pool
|
|
767
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
|
768
|
+
#
|
|
769
|
+
def channel_pool
|
|
770
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
|
771
|
+
end
|
|
772
|
+
|
|
764
773
|
##
|
|
765
774
|
# Configuration RPC class for the BudgetService API.
|
|
766
775
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-billing-budgets-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.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-09-
|
|
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
|