Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_luci_resultdb_internal_proto_internal_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PageToken ¶
type PageToken struct { // Position marks the cursor's start (exclusive). Its interpretation is // implementation-specific. For instance, for a Spanner cursor, this is a // string slice representation of the Spanner key corresponding to the entry // prior to the one at which to start reading, or empty if the cursor is to // start at the beginning. Position []string `protobuf:"bytes,1,rep,name=position,proto3" json:"position,omitempty"` // contains filtered or unexported fields }
A message for storing all the information attached to a page token.
func (*PageToken) Descriptor
deprecated
func (*PageToken) GetPosition ¶
func (*PageToken) ProtoMessage ¶
func (*PageToken) ProtoMessage()
func (*PageToken) ProtoReflect ¶
func (x *PageToken) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.