google-cloud-bigquery-connection-v1 0.17.0 → 0.17.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: 47aa6f8d5e72e5a6574676b64de9094423a067ec175cd89f118a2a61f0bbd315
4
- data.tar.gz: 9e7f0cd90604f899a55b0a6b2a092850ddb06e3658b0c58c8f1fdca75b21effd
3
+ metadata.gz: 7f734aefe032b1a523f4e6c5a5b5281515249d94807ff4f9d3218c664541fb35
4
+ data.tar.gz: 8bdabf25bed5062e9f377f3ac436aca5df5d9c2e2cab34594cae6d49593abd1e
5
5
  SHA512:
6
- metadata.gz: aa6652c3d60acf4154f7c33799b49a8c3dd0832f9cea39bea9e645252eda08d5a6f07d73cf933758bd2767943213aebb86abd95d1b12552ab4647f6dc420eeee
7
- data.tar.gz: 2032f145bd7b00dd8a538c0696d39f9d9df7bcf6170ac489ec1b9457ad36d2b3885f0dda15a2f10cf53db9a9196b45725c9cd2b05b3766a4383129078f53c82e
6
+ metadata.gz: 99693de943af1a6ae7f085cf38da091d13573aa55dcb82c34ba266f0760534d1f0686cfc82b9daad93f222505d3e74711990f07f86c4742e6596054c2e17f7bd
7
+ data.tar.gz: f33e4f7daad2e4966ec136fddde56ea9be7636339ebe839d7b226e0a22b3e83fc025b3c5ee3b84973dbcc8e6068aca9718a487c72866abcb78b2955091adbee6
@@ -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 create_connection REST call
58
67
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Connection
24
24
  module V1
25
- VERSION = "0.17.0"
25
+ VERSION = "0.17.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-bigquery-connection-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.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