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: dafd885d9fb23b98a01480b0bf296e793c0e9b18b5322f324c3b614004a74ab7
4
- data.tar.gz: c1171c174f977624783d1ee4cfc529e4ea2b16113128167181d03a2c3b5bad36
3
+ metadata.gz: 81c327234c9f45aa07fe4a31ad1173e2f22734f401bbfbeb57bca7aaf417d92e
4
+ data.tar.gz: 33ca6ca058269be9bba5dfdc69b8517723a3dcafd9f5cc09cec70a7b3815ceac
5
5
  SHA512:
6
- metadata.gz: c4a8f7f3eab8493f3ce85f498187233cac6be46661656b71c002a65b05f639340fb43f84310d51f3760d88874739cd6d9e0e7803fc2734ea9af54eb42a6e2855
7
- data.tar.gz: 599d1943b915637ac5b8f610aad74b1f7b8628469b10fb73db7b9fb795d141965d6879a1d93a1bd4c0240f5d70c5df95186b71db4346be2e925aa32f84f5dc41
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
  ##
@@ -22,7 +22,7 @@ module Google
22
22
  module BeyondCorp
23
23
  module AppConnectors
24
24
  module V1
25
- VERSION = "0.4.0"
25
+ VERSION = "0.4.1"
26
26
  end
27
27
  end
28
28
  end
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.0
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 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common