google-cloud-datastore-v1 0.7.0 → 0.8.0
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/README.md +1 -1
- data/lib/google/cloud/datastore/v1/datastore/client.rb +44 -20
- data/lib/google/cloud/datastore/v1/datastore.rb +1 -1
- data/lib/google/cloud/datastore/v1/version.rb +1 -1
- data/lib/google/cloud/datastore/v1.rb +2 -2
- data/lib/google/datastore/v1/datastore_pb.rb +1 -0
- data/proto_docs/google/api/client.rb +318 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/routing.rb +459 -0
- data/proto_docs/google/datastore/v1/datastore.rb +29 -17
- data/proto_docs/google/protobuf/duration.rb +98 -0
- metadata +9 -5
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.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-16 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:
|
19
|
+
version: 0.16.0
|
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:
|
29
|
+
version: 0.16.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -181,12 +181,16 @@ files:
|
|
181
181
|
- lib/google/datastore/v1/entity_pb.rb
|
182
182
|
- lib/google/datastore/v1/query_pb.rb
|
183
183
|
- proto_docs/README.md
|
184
|
+
- proto_docs/google/api/client.rb
|
184
185
|
- proto_docs/google/api/field_behavior.rb
|
186
|
+
- proto_docs/google/api/launch_stage.rb
|
185
187
|
- proto_docs/google/api/resource.rb
|
188
|
+
- proto_docs/google/api/routing.rb
|
186
189
|
- proto_docs/google/datastore/v1/aggregation_result.rb
|
187
190
|
- proto_docs/google/datastore/v1/datastore.rb
|
188
191
|
- proto_docs/google/datastore/v1/entity.rb
|
189
192
|
- proto_docs/google/datastore/v1/query.rb
|
193
|
+
- proto_docs/google/protobuf/duration.rb
|
190
194
|
- proto_docs/google/protobuf/struct.rb
|
191
195
|
- proto_docs/google/protobuf/timestamp.rb
|
192
196
|
- proto_docs/google/protobuf/wrappers.rb
|
@@ -210,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
210
214
|
- !ruby/object:Gem::Version
|
211
215
|
version: '0'
|
212
216
|
requirements: []
|
213
|
-
rubygems_version: 3.
|
217
|
+
rubygems_version: 3.4.2
|
214
218
|
signing_key:
|
215
219
|
specification_version: 4
|
216
220
|
summary: API Client library for the Firestore in Datastore mode V1 API
|