google-cloud-datastore-v1 0.13.0 → 0.13.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: 85c9f1870c8ed556eaaee25c73e83d25284579662823efe527a790da897dc777
|
4
|
+
data.tar.gz: 2588e394d89679f2f4ff9ee540d1c2a88a6cad2c802d585864b46cbe678ddaad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd33657286f053d5f45247c8a482e7ccaafc5d0cf5baa43a3400eb45e3f368453ddcdace02121434d437868b5c7bf0b84f54a0d85beae2b7b9ea195a593f995f
|
7
|
+
data.tar.gz: 281e105560a1bc41a6165a6513bea6eacd0c4ebb0ac7033aad23a226471a5ff52e9c8e8ecfde8193d984837120eeed82ff101e7054c61dab0790d9742c81dd44
|
@@ -66,6 +66,20 @@ module Google
|
|
66
66
|
# a non-empty value will be returned. The user will not be aware of what
|
67
67
|
# non-empty value to expect.
|
68
68
|
NON_EMPTY_DEFAULT = 7
|
69
|
+
|
70
|
+
# Denotes that the field in a resource (a message annotated with
|
71
|
+
# google.api.resource) is used in the resource name to uniquely identify the
|
72
|
+
# resource. For AIP-compliant APIs, this should only be applied to the
|
73
|
+
# `name` field on the resource.
|
74
|
+
#
|
75
|
+
# This behavior should not be applied to references to other resources within
|
76
|
+
# the message.
|
77
|
+
#
|
78
|
+
# The identifier field of resources often have different field behavior
|
79
|
+
# depending on the request it is embedded in (e.g. for Create methods name
|
80
|
+
# is optional and unused, while for Update methods it is required). Instead
|
81
|
+
# of method-specific annotations, only `IDENTIFIER` is required.
|
82
|
+
IDENTIFIER = 8
|
69
83
|
end
|
70
84
|
end
|
71
85
|
end
|
@@ -288,8 +288,13 @@ module Google
|
|
288
288
|
# A reference to a property relative to the kind expressions.
|
289
289
|
# @!attribute [rw] name
|
290
290
|
# @return [::String]
|
291
|
-
#
|
292
|
-
#
|
291
|
+
# A reference to a property.
|
292
|
+
#
|
293
|
+
# Requires:
|
294
|
+
#
|
295
|
+
# * MUST be a dot-delimited (`.`) string of segments, where each segment
|
296
|
+
# conforms to {::Google::Cloud::Datastore::V1::Entity#properties entity property name}
|
297
|
+
# limitations.
|
293
298
|
class PropertyReference
|
294
299
|
include ::Google::Protobuf::MessageExts
|
295
300
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
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.13.
|
4
|
+
version: 0.13.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: 2023-
|
11
|
+
date: 2023-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
218
|
- !ruby/object:Gem::Version
|
219
219
|
version: '0'
|
220
220
|
requirements: []
|
221
|
-
rubygems_version: 3.4.
|
221
|
+
rubygems_version: 3.4.19
|
222
222
|
signing_key:
|
223
223
|
specification_version: 4
|
224
224
|
summary: Accesses the schemaless NoSQL database to provide fully managed, robust,
|