Home
last modified time | relevance | path

Searched refs:has_skipped_cursor_ (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.py2286 has_skipped_cursor_ = 0 variable in QueryResultBatch
2333 self.has_skipped_cursor_ = 1
2337 if self.has_skipped_cursor_:
2338 self.has_skipped_cursor_ = 0
2341 def has_skipped_cursor(self): return self.has_skipped_cursor_
2413 if self.has_skipped_cursor_ != x.has_skipped_cursor_: return 0
2414 if self.has_skipped_cursor_ and self.skipped_cursor_ != x.skipped_cursor_: return 0
2444 if (self.has_skipped_cursor_): n += 1 + self.lengthString(len(self.skipped_cursor_))
2458 if (self.has_skipped_cursor_): n += 1 + self.lengthString(len(self.skipped_cursor_))
2483 if (self.has_skipped_cursor_):
[all …]