google-cloud-datastore-v1 0.13.0 → 0.13.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32c8b247d26432b7e2894c32bef03354a7c66aff1366b0e32c63d8baee0955d1
4
- data.tar.gz: 60b955f7ecda6ea81a60fe7dacc94a6ac0bcb44a76f80fe7e3bdd9ccc8e2da11
3
+ metadata.gz: 85c9f1870c8ed556eaaee25c73e83d25284579662823efe527a790da897dc777
4
+ data.tar.gz: 2588e394d89679f2f4ff9ee540d1c2a88a6cad2c802d585864b46cbe678ddaad
5
5
  SHA512:
6
- metadata.gz: 657ff5cc5ee6921cf232ef03a0de345215398e57ecae97a508e38d3f40976d27c9029750e381707d6ab51323dd7c4ee4b40976a288c9d4d6b5d233039261ef92
7
- data.tar.gz: 3bdf4aa3eb241aa88c7045396304b666a9114bd9d0e4b2fa86572d9b732a653681451f063de874a065ff722e0e19a7001a5dd05f95d0fc5e9c5f53c961baddbf
6
+ metadata.gz: cd33657286f053d5f45247c8a482e7ccaafc5d0cf5baa43a3400eb45e3f368453ddcdace02121434d437868b5c7bf0b84f54a0d85beae2b7b9ea195a593f995f
7
+ data.tar.gz: 281e105560a1bc41a6165a6513bea6eacd0c4ebb0ac7033aad23a226471a5ff52e9c8e8ecfde8193d984837120eeed82ff101e7054c61dab0790d9742c81dd44
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Datastore
23
23
  module V1
24
- VERSION = "0.13.0"
24
+ VERSION = "0.13.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # The name of the property.
292
- # If name includes "."s, it may be interpreted as a property name path.
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.0
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-08-04 00:00:00.000000000 Z
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.2
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,