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: 3321643dd0a09fdf5bd4a84b034bcb844e45d0677bb9594a3d0cbf7831db135c
4
- data.tar.gz: f7546ccafad8ce541db6ad9fd436c3a217d3642e85c5b891e0536e418a46f8cf
3
+ metadata.gz: 16c0eaadfd83785c09800bfc52a1e1d7f1a7e3adad30c5d804461659e4a32a45
4
+ data.tar.gz: c7780855cfbd51ebeee22899ecd911a1352525cd147962f71b0fd296f6b859c1
5
5
  SHA512:
6
- metadata.gz: 716fac8b03fef7bf9bb9d5148029e470cd55c897da895db3cee2e06e7bc8fc0ccf9db2d2dd982af43fe0f7ff8f6d931ee2cd5e8d35f9c398e9a98eb441bdf796
7
- data.tar.gz: 36ecef869e4cfd1f3fa1109710c47dddde7f419ca8374557e9a0bea28fc18ec1eaff1892ecb804e709a75a73677345e80fffc951761e8e3ed2f4425836082d79
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
  ##
@@ -22,7 +22,7 @@ module Google
22
22
  module BeyondCorp
23
23
  module ClientGateways
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_gateways-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