google-cloud-beyond_corp-client_connector_services-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: 527a6d7ad19d67ff6bd9ecf3d8722cd7e3731220a299eb2b7e1ce582821e0cd9
4
- data.tar.gz: 3f30a321dd86742f1ce15af66ad8e06592ff892a12311b38e91ad90ece7c3c36
3
+ metadata.gz: 2c6f663001e9efe9ba1dea66dbdbf2c2c9775ff69a0f83f063a7bedb62199525
4
+ data.tar.gz: fb0c31f355d8a32620cf05606276441e3cbb909af570626851627e1f841ebcd8
5
5
  SHA512:
6
- metadata.gz: 16a3670365e7e40a5654d0a12633593f894a75f3a42e9b070a4569356aaddd2b17548b364374e54a1d4e139910b6bd0c8102206391ba237cd1a73f7818b47012
7
- data.tar.gz: 9ccf48bd7150046eb1fc692ff73ca84396155ea07c6871987ba8496607f64ca0c66fd5ff655cfeab631ea8e6cb9923f35c8f44c57466d13508b3e64f8e566cb8
6
+ metadata.gz: 985395730e503e52ca7821dca8bb5e231866c4a3433c53f20cc893e0d50df72f4342db9196a5836c716bbb3fc8923d1bd23a566729ce2be3142ad62ce18db0d0
7
+ data.tar.gz: 1a3d7ca1dbcbf581ad3e6ed4542211c45d0617659d49516930ac1bbfd185a897f41f461eb5a1c727d44a23498f5c269c7f5a9544d539be77c804a60c5edd7243
@@ -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_connector_services_service_stub = ::Gapic::ServiceStub.new(
184
170
  ::Google::Cloud::BeyondCorp::ClientConnectorServices::V1::ClientConnectorServicesService::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_connector_services_service_stub.endpoint
184
+ config.universe_domain = @client_connector_services_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_connector_services_service_stub.endpoint
191
+ config.universe_domain = @client_connector_services_service_stub.universe_domain
192
+ end
193
193
  end
194
194
 
195
195
  ##
@@ -22,7 +22,7 @@ module Google
22
22
  module BeyondCorp
23
23
  module ClientConnectorServices
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-client_connector_services-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