google-cloud-beyond_corp-app_gateways-v1 0.4.0 → 0.4.1
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: 151a06ccc50ff4b82f9e564d88f47d9fdee93af772ac518b7e569ccefa22f18e
|
|
4
|
+
data.tar.gz: eba133101e9e26900aaa8572b6b3373199cdde0bf27c0bb5c55ba5ac121d24bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6f1f867bb6bcb23133da44b5c7172370921d21d8472af7436fd2d136141672ce0b0fb1eb7750bc0a50354958c4339bd9c719edbf10f6775ad78aa5a5cdb18d5
|
|
7
|
+
data.tar.gz: 6b7a6c3fbaf7da07d261b9d21d972aca33d739b79d637ab6d5f96754b53af620c8396f17d2d98aa16be844dfffe09b3e3bf5b8c016e7beefac6476a149c35b5f
|
|
@@ -169,20 +169,6 @@ module Google
|
|
|
169
169
|
config.universe_domain = @config.universe_domain
|
|
170
170
|
end
|
|
171
171
|
|
|
172
|
-
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
|
173
|
-
config.credentials = credentials
|
|
174
|
-
config.quota_project = @quota_project_id
|
|
175
|
-
config.endpoint = @config.endpoint
|
|
176
|
-
config.universe_domain = @config.universe_domain
|
|
177
|
-
end
|
|
178
|
-
|
|
179
|
-
@iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
|
|
180
|
-
config.credentials = credentials
|
|
181
|
-
config.quota_project = @quota_project_id
|
|
182
|
-
config.endpoint = @config.endpoint
|
|
183
|
-
config.universe_domain = @config.universe_domain
|
|
184
|
-
end
|
|
185
|
-
|
|
186
172
|
@app_gateways_service_stub = ::Gapic::ServiceStub.new(
|
|
187
173
|
::Google::Cloud::BeyondCorp::AppGateways::V1::AppGatewaysService::Stub,
|
|
188
174
|
credentials: credentials,
|
|
@@ -193,6 +179,20 @@ module Google
|
|
|
193
179
|
interceptors: @config.interceptors,
|
|
194
180
|
channel_pool_config: @config.channel_pool
|
|
195
181
|
)
|
|
182
|
+
|
|
183
|
+
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
|
184
|
+
config.credentials = credentials
|
|
185
|
+
config.quota_project = @quota_project_id
|
|
186
|
+
config.endpoint = @app_gateways_service_stub.endpoint
|
|
187
|
+
config.universe_domain = @app_gateways_service_stub.universe_domain
|
|
188
|
+
end
|
|
189
|
+
|
|
190
|
+
@iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
|
|
191
|
+
config.credentials = credentials
|
|
192
|
+
config.quota_project = @quota_project_id
|
|
193
|
+
config.endpoint = @app_gateways_service_stub.endpoint
|
|
194
|
+
config.universe_domain = @app_gateways_service_stub.universe_domain
|
|
195
|
+
end
|
|
196
196
|
end
|
|
197
197
|
|
|
198
198
|
##
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-beyond_corp-app_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
|