google-cloud-alloy_db-v1alpha 0.5.0 → 0.5.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d5e0e8cfbdd3bcab439900a655ece77267505f7cb5c96333618facf1fae38c0
|
|
4
|
+
data.tar.gz: 0cc8f9c37339295a851b9e5d00f8585b01b098ef7c450f513d09d296ca2a2c24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
##
|
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.
|
|
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
|
+
date: 2024-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|