google-cloud-location 0.2.0 → 0.3.beta.2
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 +4 -4
- data/AUTHENTICATION.md +1 -1
- data/lib/google/cloud/location/locations/client.rb +1 -1
- data/lib/google/cloud/location/locations/rest/client.rb +437 -0
- data/lib/google/cloud/location/locations/rest/service_stub.rb +184 -0
- data/lib/google/cloud/location/locations/rest.rb +51 -0
- data/lib/google/cloud/location/locations.rb +7 -1
- data/lib/google/cloud/location/rest.rb +35 -0
- data/lib/google/cloud/location/version.rb +1 -1
- data/lib/google/cloud/location.rb +9 -1
- data/proto_docs/google/api/client.rb +318 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- metadata +17 -10
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.2
|
4
|
+
version: 0.3.beta.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.12'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.12'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -172,18 +172,25 @@ files:
|
|
172
172
|
- lib/google/cloud/location/locations.rb
|
173
173
|
- lib/google/cloud/location/locations/client.rb
|
174
174
|
- lib/google/cloud/location/locations/credentials.rb
|
175
|
+
- lib/google/cloud/location/locations/rest.rb
|
176
|
+
- lib/google/cloud/location/locations/rest/client.rb
|
177
|
+
- lib/google/cloud/location/locations/rest/service_stub.rb
|
175
178
|
- lib/google/cloud/location/locations_pb.rb
|
176
179
|
- lib/google/cloud/location/locations_services_pb.rb
|
180
|
+
- lib/google/cloud/location/rest.rb
|
177
181
|
- lib/google/cloud/location/version.rb
|
178
182
|
- proto_docs/README.md
|
183
|
+
- proto_docs/google/api/client.rb
|
184
|
+
- proto_docs/google/api/launch_stage.rb
|
179
185
|
- proto_docs/google/api/resource.rb
|
180
186
|
- proto_docs/google/cloud/location/locations.rb
|
181
187
|
- proto_docs/google/protobuf/any.rb
|
188
|
+
- proto_docs/google/protobuf/duration.rb
|
182
189
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
183
190
|
licenses:
|
184
191
|
- Apache-2.0
|
185
192
|
metadata: {}
|
186
|
-
post_install_message:
|
193
|
+
post_install_message:
|
187
194
|
rdoc_options: []
|
188
195
|
require_paths:
|
189
196
|
- lib
|
@@ -194,12 +201,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
194
201
|
version: '2.6'
|
195
202
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
196
203
|
requirements:
|
197
|
-
- - "
|
204
|
+
- - ">"
|
198
205
|
- !ruby/object:Gem::Version
|
199
|
-
version:
|
206
|
+
version: 1.3.1
|
200
207
|
requirements: []
|
201
|
-
rubygems_version: 3.3.
|
202
|
-
signing_key:
|
208
|
+
rubygems_version: 3.3.7
|
209
|
+
signing_key:
|
203
210
|
specification_version: 4
|
204
211
|
summary: API Client library for the Locations API
|
205
212
|
test_files: []
|