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: 48ce07f2cb50515c3f3b1eaf30e0287c87d7f96ba50adef2b24455866e194ded
4
- data.tar.gz: a75b758cb47f9cc35371721bae22086ca79add4e37b07ca16a3c566ef8aced02
3
+ metadata.gz: 151a06ccc50ff4b82f9e564d88f47d9fdee93af772ac518b7e569ccefa22f18e
4
+ data.tar.gz: eba133101e9e26900aaa8572b6b3373199cdde0bf27c0bb5c55ba5ac121d24bf
5
5
  SHA512:
6
- metadata.gz: e5d3ec151221ce2052b6aedda2a0ebf7b91d4f7be6dcc3a9dcfdcb4f1d571f10f72c3595b606684c380b52ff6cc9d50fe5d497dbd52a4655a61b723bd91109da
7
- data.tar.gz: 9d8bf588f2a4fedc98cfc1eb06215dec3e050650a4a3a96495ecb0d41f900fe2b0b14e3f6e901c093a6204379db1a7a90aec5917fbddb8f7a4e6ae0d1594e5f4
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
  ##
@@ -22,7 +22,7 @@ module Google
22
22
  module BeyondCorp
23
23
  module AppGateways
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_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