Home
last modified time | relevance | path

Searched refs:start_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.py343 start_cursor_ = "" variable in Query
442 def start_cursor(self): return self.start_cursor_
446 self.start_cursor_ = x
451 self.start_cursor_ = ""
524 if self.has_start_cursor_ and self.start_cursor_ != x.start_cursor_: return 0
557 if (self.has_start_cursor_): n += 1 + self.lengthString(len(self.start_cursor_))
574 if (self.has_start_cursor_): n += 1 + self.lengthString(len(self.start_cursor_))
614 out.putPrefixedString(self.start_cursor_)
648 out.putPrefixedString(self.start_cursor_)
748 ….has_start_cursor_: res+=prefix+("start_cursor: %s\n" % self.DebugFormatString(self.start_cursor_))