google-cloud-build-v2 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: 3564f0370931c562c2dfc20b84e42126e63d62dcc21e3676b92d555b2cb54389
4
- data.tar.gz: 9c164d33bc68227367306853d591f1475b0dca6a591f088782699a711375d418
3
+ metadata.gz: 99ae2a10470626736cf6f1e7f770731bdb02137aafcc93f2876b811513ef3710
4
+ data.tar.gz: 33444c2f928766b83a7c7d78f69a1c7b4ef769314d91477614827a8fa63e3312
5
5
  SHA512:
6
- metadata.gz: ec1805e76dd913b531719fb00a8ece951e231b6b8655cb7a37d5293a61fca151b7458929c485b44e44ceea1ee793f9ac6add672ff9ae265f3b1e17c9ba25f529
7
- data.tar.gz: 370c8d825c80ca562548dbde4fc740ce986ff89458178d17b82268bfa0136b2d297dd0c35f8dd96b6c0c1a5ef50b832dcd7fbb04df2fde14b3932c5aec356a3c
6
+ metadata.gz: 283c88e5dffb9c817c3e3dd22dad6b33a8b119fc3407e8965a3723e83322c8382a01ce3726aa4f0d047ec409089b4b77150fde6c2aa2827291a27ecc10c9079a
7
+ data.tar.gz: 563ad36e71f99a61e0729500354346ebd03b6ca2dce5d6992b9a6a645080fee5dd298c385d7aef24fd892e7bc289b0ba0b5b251f28b1c0087089cbe00ed6cc71
@@ -200,20 +200,6 @@ module Google
200
200
  config.universe_domain = @config.universe_domain
201
201
  end
202
202
 
203
- @location_client = Google::Cloud::Location::Locations::Client.new do |config|
204
- config.credentials = credentials
205
- config.quota_project = @quota_project_id
206
- config.endpoint = @config.endpoint
207
- config.universe_domain = @config.universe_domain
208
- end
209
-
210
- @iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
211
- config.credentials = credentials
212
- config.quota_project = @quota_project_id
213
- config.endpoint = @config.endpoint
214
- config.universe_domain = @config.universe_domain
215
- end
216
-
217
203
  @repository_manager_stub = ::Gapic::ServiceStub.new(
218
204
  ::Google::Cloud::Build::V2::RepositoryManager::Stub,
219
205
  credentials: credentials,
@@ -224,6 +210,20 @@ module Google
224
210
  interceptors: @config.interceptors,
225
211
  channel_pool_config: @config.channel_pool
226
212
  )
213
+
214
+ @location_client = Google::Cloud::Location::Locations::Client.new do |config|
215
+ config.credentials = credentials
216
+ config.quota_project = @quota_project_id
217
+ config.endpoint = @repository_manager_stub.endpoint
218
+ config.universe_domain = @repository_manager_stub.universe_domain
219
+ end
220
+
221
+ @iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
222
+ config.credentials = credentials
223
+ config.quota_project = @quota_project_id
224
+ config.endpoint = @repository_manager_stub.endpoint
225
+ config.universe_domain = @repository_manager_stub.universe_domain
226
+ end
227
227
  end
228
228
 
229
229
  ##
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Build
23
23
  module V2
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-build-v2
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