google-cloud-build-v1 0.26.0 → 0.26.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: 84987256f26179c7e7454e2c60c169f59778926a080ba7b2b1fbfd13cb6c3958
4
- data.tar.gz: 0a9699e7adf57bd5071383dad87c992b0ebc41dbec12977fc63cab0ff7176bb0
3
+ metadata.gz: ab1c6a717eba6e24db2fb586ed7b6cf399c6794dd19e9d05f75b0234e916ad17
4
+ data.tar.gz: 108ae5b310d1a07ccfd2b8ca11881a91498307c0915ec3207a748d23a8d1bff8
5
5
  SHA512:
6
- metadata.gz: fd41b124389c87ae86dec53e2786f34f3e279fccc3741d942a71019f3dc500ab4cda78a6d47cea1d608df1648e6b5e31f9dda7f04aa84ff2aa60e0c7bf24b423
7
- data.tar.gz: 39145261d440a9886c34990bd22b02b95ff4866cd0fdf517aa2f54f008e6c373debded1891d069c6b38a8dbad46732953c64b44ae74d80d3d021d8eb2484ca02
6
+ metadata.gz: 824ec4ffa123d1a35ada53084969a831f245b58feadcbf7f1c6a97402b79ce4859a89a3a074604ff385b0278c8aca520c546d47c7296f6a147e5f14b14c21430
7
+ data.tar.gz: 72ad6ab14830df9fd99ba27efe9acf7b1f7d25dc1dcc2a40fb8796241e92ab8f091792de953ab150d378409381f376432e705fbbc2872df9bab4d3562b640d37
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the create_build REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Build
23
23
  module V1
24
- VERSION = "0.26.0"
24
+ VERSION = "0.26.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.26.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