google-cloud-beyond_corp-app_connections-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: 24e9d74f74aa7dcbe6cae3eea60fb0561dec711e18c173d0995f43e384799e92
4
- data.tar.gz: da2e0a9591a32346d8f5b27dba7fe3dce64058bc7b9486c726e65fe7b1377caa
3
+ metadata.gz: f2d95c8e8ac3adb1311e7d7cb4a3761861debd21a257e3eaee2a026ea4ca7322
4
+ data.tar.gz: 6bd2a4d00dd52fb9d11a53bfb041fb0d0a6e76bcbd18adabc6c7348d04acd7d4
5
5
  SHA512:
6
- metadata.gz: bd52e65385bce4a9cea645cea9b7eb32c458ea99991ab62aad0434a9e0ea73eb1c63fa882cf0baa2291c2e91f95deb827188656aa63fa9c96202b1422f2cda91
7
- data.tar.gz: 1ebacc1358422cc4c31545977e5a05b1b74f2c68d0a80fbac7ba790d2a87372be1b5092d8e03c806a162239206d678068bc6fe32f12e2e3de7362c6632b1e78f
6
+ metadata.gz: 6b6ac52e631ccedbce550e20b6e50286e77910e58ff9bec9345df065395b7dd8754fd47343a8cc9e50ab0d7941df25fc26151f2d4abae20559fa1f6026abd812
7
+ data.tar.gz: 70fcbd382ae75e5c8403eb4d278e9661777dd94ce70c31065e6acc69de313378ca929af485d51b46febb73d4520bad897dcd385455ded1770f5f182669a981f7
@@ -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_connections_service_stub = ::Gapic::ServiceStub.new(
187
173
  ::Google::Cloud::BeyondCorp::AppConnections::V1::AppConnectionsService::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_connections_service_stub.endpoint
187
+ config.universe_domain = @app_connections_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_connections_service_stub.endpoint
194
+ config.universe_domain = @app_connections_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 AppConnections
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_connections-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