google-cloud-alloy_db-v1alpha 0.5.0 → 0.5.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: f9e0ea0617a8f6e34ee8d6c256dbe31a80e6a12c35bd2a57f78ee728d840860e
4
- data.tar.gz: 9486adfa5df5e9b112b2a36ce605a9f94be8dbfd4bcba3992c59e1c21ed44ac2
3
+ metadata.gz: 1d5e0e8cfbdd3bcab439900a655ece77267505f7cb5c96333618facf1fae38c0
4
+ data.tar.gz: 0cc8f9c37339295a851b9e5d00f8585b01b098ef7c450f513d09d296ca2a2c24
5
5
  SHA512:
6
- metadata.gz: 7c2b8b64fa8c1c210594eb7f5918c7705fefb2d4c872e4e486f644e2a2d86f48845e21b35ee853a9584b6d3d7c5faf5483dacbc85ca01c246c3729f8080d37d2
7
- data.tar.gz: f4f9a559a59bd7de47b53e55c119dc6d2a1f93e2840a713e03e2005abed53152813629c23163f16f0ae13a2d2fa2f3771db3bbe4660d920bd9493c140a80da01
6
+ metadata.gz: fad61a34fb087be342fdcaacf3641b22c07947a95c5d85912bffd3006c56dbc55931c08ed5392bc067ddc3a53cd0ceae9a04833fe140e7d85ff65ce9202df228
7
+ data.tar.gz: 5a7b0b3291970234f307cb9353b040fd9ab4870ee369a3c5638eec3163d2e9fd279087735dc60a0ac69c2c435c627a27bb52135aa13a553f30d4e41af700acb2
@@ -217,20 +217,6 @@ module Google
217
217
  config.universe_domain = @config.universe_domain
218
218
  end
219
219
 
220
- @location_client = Google::Cloud::Location::Locations::Client.new do |config|
221
- config.credentials = credentials
222
- config.quota_project = @quota_project_id
223
- config.endpoint = @config.endpoint
224
- config.universe_domain = @config.universe_domain
225
- end
226
-
227
- @iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
228
- config.credentials = credentials
229
- config.quota_project = @quota_project_id
230
- config.endpoint = @config.endpoint
231
- config.universe_domain = @config.universe_domain
232
- end
233
-
234
220
  @alloy_db_admin_stub = ::Gapic::ServiceStub.new(
235
221
  ::Google::Cloud::AlloyDB::V1alpha::AlloyDBAdmin::Stub,
236
222
  credentials: credentials,
@@ -241,6 +227,20 @@ module Google
241
227
  interceptors: @config.interceptors,
242
228
  channel_pool_config: @config.channel_pool
243
229
  )
230
+
231
+ @location_client = Google::Cloud::Location::Locations::Client.new do |config|
232
+ config.credentials = credentials
233
+ config.quota_project = @quota_project_id
234
+ config.endpoint = @alloy_db_admin_stub.endpoint
235
+ config.universe_domain = @alloy_db_admin_stub.universe_domain
236
+ end
237
+
238
+ @iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
239
+ config.credentials = credentials
240
+ config.quota_project = @quota_project_id
241
+ config.endpoint = @alloy_db_admin_stub.endpoint
242
+ config.universe_domain = @alloy_db_admin_stub.universe_domain
243
+ end
244
244
  end
245
245
 
246
246
  ##
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AlloyDB
23
23
  module V1alpha
24
- VERSION = "0.5.0"
24
+ VERSION = "0.5.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-alloy_db-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.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