Home
last modified time | relevance | path

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

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Ddatastore_pbs.py386 v4_key.mutable_partition_id().set_dataset_id(v3_ref.app())
388 v4_key.mutable_partition_id().set_namespace(v3_ref.name_space())
H A Dentity_v4_pb.py367 def mutable_partition_id(self): self.has_partition_id_ = 1; return self.partition_id() member in Key
396 if (x.has_partition_id()): self.mutable_partition_id().MergeFrom(x.partition_id())
460 self.mutable_partition_id().TryMerge(tmp)
H A Ddatastore_v4_pb.py4287 def mutable_partition_id(self): self.has_partition_id_ = 1; return self.partition_id() member in RunQueryRequest
4365 if (x.has_partition_id()): self.mutable_partition_id().MergeFrom(x.partition_id())
4484 self.mutable_partition_id().TryMerge(tmp)