google-cloud-workflows-executions-v1 0.6.0 → 0.6.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: 6ea6b3bcb519e08b0d5da26551bfa6c610fa0b677a17b090884345e7c5cb3d71
4
- data.tar.gz: d381126032a08509420f813d1d6d5bad0e9938cb9e2062c505dfa7229ed7ab99
3
+ metadata.gz: 199e10a4eae1fa5dbb80d634b02e4fda017982bfa3dd6eb460b71385519d1fc5
4
+ data.tar.gz: 10ee5fe2390cfc8000564a1e508b5335fa3b4873a947b66755418dafbf2e2d20
5
5
  SHA512:
6
- metadata.gz: 1791b6196f06437b20291a91f38e5896395db7074fc5940e90ea0ac3a3433b49467e198f44f256d536ce081a34dd3979019f5fb0977303d60d1f25e1c1fcb2c7
7
- data.tar.gz: a1067052ace9dad20152e8a041409fc19845c05adb3198e83d699ccd420f183e5a28e3a04356f6d54f440c99292c9d39c49b56505cc57ad01ff2272eb5cce97e
6
+ metadata.gz: 1901bb4be2e81014af3b5377a82d3133ded469b61dcafe066b58c82e45c89af3a66c0c4ce2b223dc160376963f6e0b6072d76c304ea6bd4b20dc8424f7052e97
7
+ data.tar.gz: 194ecb62fb42ca1c589134451e69eb66aa5ad2708367d2bca20601cdaaffe30a0807b4b8ae473a331849872535c4abc6443fcc0ded3309512532c5f8daed7da4
@@ -53,6 +53,15 @@ module Google
53
53
  @client_stub.universe_domain
54
54
  end
55
55
 
56
+ ##
57
+ # The effective endpoint
58
+ #
59
+ # @return [String]
60
+ #
61
+ def endpoint
62
+ @client_stub.endpoint
63
+ end
64
+
56
65
  ##
57
66
  # Baseline implementation for the list_executions REST call
58
67
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Workflows
23
23
  module Executions
24
24
  module V1
25
- VERSION = "0.6.0"
25
+ VERSION = "0.6.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-workflows-executions-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.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