google-cloud-location 0.7.0 → 0.7.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d11b8cb6d8a76870491a436657e6b8251d29515aa20c9a70d4ff5b9e8b3a6340
|
4
|
+
data.tar.gz: fed0d481123973458ab2bac54b33c32cd41ebf41ef832bc5b058bbaaf17faf3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba352a7d8a8837b69c8f5d58d83e487a8b988b62315262f89709f5083092a37bcc54a9db60d57874183951c62ff4d224156b2ef79d2e0e51e1a0f48d091b0f2e
|
7
|
+
data.tar.gz: 5e6de041ebe4f59677305c9f943970d2bc0aea4e916aaa8847c895f898edb5bda413c2071b0673ae5cd2d81296fa6aad64598dfc5afed19bf45a1152df66ce41
|
@@ -51,6 +51,15 @@ module Google
|
|
51
51
|
@client_stub.universe_domain
|
52
52
|
end
|
53
53
|
|
54
|
+
##
|
55
|
+
# The effective endpoint
|
56
|
+
#
|
57
|
+
# @return [String]
|
58
|
+
#
|
59
|
+
def endpoint
|
60
|
+
@client_stub.endpoint
|
61
|
+
end
|
62
|
+
|
54
63
|
##
|
55
64
|
# Baseline implementation for the list_locations REST call
|
56
65
|
#
|
@@ -15,7 +15,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
15
15
|
|
16
16
|
begin
|
17
17
|
pool.add_serialized_file(descriptor_data)
|
18
|
-
rescue TypeError
|
18
|
+
rescue TypeError
|
19
19
|
# Compatibility code: will be removed in the next major version.
|
20
20
|
require 'google/protobuf/descriptor_pb'
|
21
21
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
@@ -129,7 +129,8 @@ module Google
|
|
129
129
|
#
|
130
130
|
# Note: this functionality is not currently available in the official
|
131
131
|
# protobuf release, and it is not used for type URLs beginning with
|
132
|
-
# type.googleapis.com.
|
132
|
+
# type.googleapis.com. As of May 2023, there are no widely used type server
|
133
|
+
# implementations and no plans to implement one.
|
133
134
|
#
|
134
135
|
# Schemes other than `http`, `https` (or the empty scheme) might be
|
135
136
|
# used with implementation specific semantics.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-location
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.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
|
+
date: 2024-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|