google-cloud-beyond_corp-client_gateways-v1 0.4.0 → 0.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16c0eaadfd83785c09800bfc52a1e1d7f1a7e3adad30c5d804461659e4a32a45
|
4
|
+
data.tar.gz: c7780855cfbd51ebeee22899ecd911a1352525cd147962f71b0fd296f6b859c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 207ad0c91c753feb9aad913aaae42a941151c84c02a06203e957b0982aaf070428aa88a034d17777402730e5ef63bd96f88b040d4a8523d5cfa1203b688b900a
|
7
|
+
data.tar.gz: 4db55ebade5e5433e463114fee65d4f838a77b3cc6ded5db5395f2dee9926c04c70594b55d1226df37d011cfd00ed35313268ae61c56c66f02f41fe057609a03
|
@@ -166,20 +166,6 @@ module Google
|
|
166
166
|
config.universe_domain = @config.universe_domain
|
167
167
|
end
|
168
168
|
|
169
|
-
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
170
|
-
config.credentials = credentials
|
171
|
-
config.quota_project = @quota_project_id
|
172
|
-
config.endpoint = @config.endpoint
|
173
|
-
config.universe_domain = @config.universe_domain
|
174
|
-
end
|
175
|
-
|
176
|
-
@iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
|
177
|
-
config.credentials = credentials
|
178
|
-
config.quota_project = @quota_project_id
|
179
|
-
config.endpoint = @config.endpoint
|
180
|
-
config.universe_domain = @config.universe_domain
|
181
|
-
end
|
182
|
-
|
183
169
|
@client_gateways_service_stub = ::Gapic::ServiceStub.new(
|
184
170
|
::Google::Cloud::BeyondCorp::ClientGateways::V1::ClientGatewaysService::Stub,
|
185
171
|
credentials: credentials,
|
@@ -190,6 +176,20 @@ module Google
|
|
190
176
|
interceptors: @config.interceptors,
|
191
177
|
channel_pool_config: @config.channel_pool
|
192
178
|
)
|
179
|
+
|
180
|
+
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
181
|
+
config.credentials = credentials
|
182
|
+
config.quota_project = @quota_project_id
|
183
|
+
config.endpoint = @client_gateways_service_stub.endpoint
|
184
|
+
config.universe_domain = @client_gateways_service_stub.universe_domain
|
185
|
+
end
|
186
|
+
|
187
|
+
@iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
|
188
|
+
config.credentials = credentials
|
189
|
+
config.quota_project = @quota_project_id
|
190
|
+
config.endpoint = @client_gateways_service_stub.endpoint
|
191
|
+
config.universe_domain = @client_gateways_service_stub.universe_domain
|
192
|
+
end
|
193
193
|
end
|
194
194
|
|
195
195
|
##
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-beyond_corp-client_gateways-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.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: 2024-01-
|
11
|
+
date: 2024-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|