google-cloud-datastore-v1 0.16.0 → 0.16.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: c3f95a8efaae5231ed6c7fcb096ceecfb0fefdebf4e2b34cdfff443c54d896c1
4
- data.tar.gz: 28f7e76f79c35d7089a0b7bc7c4c3b89c00400365afdb41015d404efa15a10fd
3
+ metadata.gz: 1080646339813995b3317fe741a2c27db1a5a3931e0665402b8f17e70f7b89b6
4
+ data.tar.gz: 9903627cf3017f612a13f1e68795f27ea8fedc1a13cd84462deb1e7cbc4b5a24
5
5
  SHA512:
6
- metadata.gz: cdc811ec068b8cdeee3155908529bb1471862454effefe33b921c246bf14535d983964db1b2039c84aa810c994f868b7ba97a95068609650ad92425e0e055a03
7
- data.tar.gz: 905b645bd065d0ef36323a4dafc58b2e4aef241debe172441632a5eec3c0ca87956dda79dfcd6558ba66cdfcad906d08ce12d15bdad82a6be9a700590d15ca25
6
+ metadata.gz: 9ca61344aba2faadd8f40dba0f35dd2572fb22d98091d1db13f3bc63238d6d7fe02b804bb8359907e1aed6277054b0e4ff842749dec71b9c28611438b3340314
7
+ data.tar.gz: c62ad73e2f4667eaf596e52611a5dfb46cc352736f52c77d5bf223fd7121361dc2198db65aa2375b39d31300bad951128a5cc31efa0165e2eda57e7fd431ed69
@@ -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 lookup REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Datastore
23
23
  module V1
24
- VERSION = "0.16.0"
24
+ VERSION = "0.16.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-datastore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.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