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: dd1e233e4b343760b20564683d737b507605ad0ae4abc3eddc11299eaa89c4aa
4
- data.tar.gz: 6791dbb00ce9f90a51142d523e25f2043d97c045e10485b1c499df7a0489b17b
3
+ metadata.gz: d11b8cb6d8a76870491a436657e6b8251d29515aa20c9a70d4ff5b9e8b3a6340
4
+ data.tar.gz: fed0d481123973458ab2bac54b33c32cd41ebf41ef832bc5b058bbaaf17faf3a
5
5
  SHA512:
6
- metadata.gz: 76cecd15fc50164e65f258cbcb8ff522a508c85753eba9a108511639ecfc36df7d51ded6d4e09a028cc81c93e1b7d152d088b2344ca3f7d9fb8785f2d95237de
7
- data.tar.gz: 0351bf8233e91f436ddf9fd09ec59a7421c74f8ecb7a6b3f52a692b2db266e813d73a50c4a1748c2f5f1e24fb2f9b6a9bb1c54324172ea5b128af1fb843fce87
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 => e
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)
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Location
23
- VERSION = "0.7.0"
23
+ VERSION = "0.7.1"
24
24
  end
25
25
  end
26
26
  end
@@ -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.0
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-08 00:00:00.000000000 Z
11
+ date: 2024-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common