Home
last modified time | relevance | path

Searched refs:deprecated_mutation_ (Results 1 – 1 of 1) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Ddatastore_v4_pb.py5336 deprecated_mutation_ = None variable in CommitRequest
5377 if self.deprecated_mutation_ is None:
5380 if self.deprecated_mutation_ is None: self.deprecated_mutation_ = DeprecatedMutation()
5383 return self.deprecated_mutation_
5391 if self.deprecated_mutation_ is not None: self.deprecated_mutation_.Clear()
5438 … if self.has_deprecated_mutation_ and self.deprecated_mutation_ != x.deprecated_mutation_: return 0
5485 out.putVarInt32(self.deprecated_mutation_.ByteSize())
5486 self.deprecated_mutation_.OutputUnchecked(out)
5504 out.putVarInt32(self.deprecated_mutation_.ByteSizePartial())
5505 self.deprecated_mutation_.OutputPartial(out)
[all …]