google-cloud-beyond_corp-app_connectors-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: 81c327234c9f45aa07fe4a31ad1173e2f22734f401bbfbeb57bca7aaf417d92e
|
4
|
+
data.tar.gz: 33ca6ca058269be9bba5dfdc69b8517723a3dcafd9f5cc09cec70a7b3815ceac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33fe9f352dcb92598c93c2a6dc3fc91f38f0acad6e1d765f442308d240618e69cf7af8cfce655214363d956dc91a1751d473b465ff1c8123d8bb920cf9b16ad9
|
7
|
+
data.tar.gz: 0abc7f0a4fb50db067d7fca98ed31be083333c9e2c603b5a8c9ccab1d2965550ece92a539103468cd8ce5aeec0b3a603f1440e27c941ce6cfee0e004204e5383
|
@@ -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_connectors_service_stub = ::Gapic::ServiceStub.new(
|
187
173
|
::Google::Cloud::BeyondCorp::AppConnectors::V1::AppConnectorsService::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_connectors_service_stub.endpoint
|
187
|
+
config.universe_domain = @app_connectors_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_connectors_service_stub.endpoint
|
194
|
+
config.universe_domain = @app_connectors_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_connectors-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
|