gaepb

package
v1.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_Property_Meaning    = Property_NO_MEANING
	Default_Property_Searchable = bool(false)
	Default_Property_Locale     = string("en")
)

Default values for Property fields.

View Source
const (
	Default_Query_Offset             = int32(0)
	Default_Query_RequirePerfectPlan = bool(false)
	Default_Query_KeysOnly           = bool(false)
	Default_Query_Compile            = bool(false)
	Default_Query_PersistOffset      = bool(false)
)

Default values for Query fields.

View Source
const (
	Default_PutRequest_Trusted      = bool(false)
	Default_PutRequest_Force        = bool(false)
	Default_PutRequest_MarkChanges  = bool(false)
	Default_PutRequest_AutoIdPolicy = PutRequest_CURRENT
)

Default values for PutRequest fields.

View Source
const (
	Default_DeleteRequest_Trusted     = bool(false)
	Default_DeleteRequest_Force       = bool(false)
	Default_DeleteRequest_MarkChanges = bool(false)
)

Default values for DeleteRequest fields.

View Source
const (
	Default_NextRequest_Offset  = int32(0)
	Default_NextRequest_Compile = bool(false)
)

Default values for NextRequest fields.

View Source
const (
	Default_BeginTransactionRequest_AllowMultipleEg = bool(false)
	Default_BeginTransactionRequest_Mode            = BeginTransactionRequest_UNKNOWN
)

Default values for BeginTransactionRequest fields.

View Source
const (
	Default_CompiledCursor_Position_StartInclusive = bool(true)
)

Default values for CompiledCursor_Position fields.

View Source
const (
	Default_CompiledQuery_EntityFilter_Distinct = bool(false)
)

Default values for CompiledQuery_EntityFilter fields.

View Source
const (
	Default_CompiledQuery_MergeJoinScan_ValuePrefix = bool(false)
)

Default values for CompiledQuery_MergeJoinScan fields.

View Source
const (
	Default_CompiledQuery_Offset = int32(0)
)

Default values for CompiledQuery fields.

View Source
const (
	Default_CompositeIndex_OnlyUseIfRequired = bool(false)
)

Default values for CompositeIndex fields.

View Source
const (
	Default_GetRequest_AllowDeferred = bool(false)
)

Default values for GetRequest fields.

View Source
const (
	Default_GetResponse_InOrder = bool(true)
)

Default values for GetResponse fields.

View Source
const (
	Default_IndexPosition_Before = bool(true)
)

Default values for IndexPosition fields.

View Source
const (
	Default_IndexPostfix_Before = bool(true)
)

Default values for IndexPostfix fields.

View Source
const (
	Default_Index_Property_Direction = Index_Property_ASCENDING
)

Default values for Index_Property fields.

View Source
const (
	Default_Query_Order_Direction = Query_Order_ASCENDING
)

Default values for Query_Order fields.

View Source
const (
	Default_TouchRequest_Force = bool(false)
)

Default values for TouchRequest fields.

View Source
const (
	Default_Transaction_MarkChanges = bool(false)
)

Default values for Transaction fields.

Variables

View Source
var (
	Property_Meaning_name = map[int32]string{
		0:  "NO_MEANING",
		14: "BLOB",
		15: "TEXT",
		16: "BYTESTRING",
		1:  "ATOM_CATEGORY",
		2:  "ATOM_LINK",
		3:  "ATOM_TITLE",
		4:  "ATOM_CONTENT",
		5:  "ATOM_SUMMARY",
		6:  "ATOM_AUTHOR",
		7:  "GD_WHEN",
		8:  "GD_EMAIL",
		9:  "GEORSS_POINT",
		10: "GD_IM",
		11: "GD_PHONENUMBER",
		12: "GD_POSTALADDRESS",
		13: "GD_RATING",
		17: "BLOBKEY",
		19: "ENTITY_PROTO",
		18: "INDEX_VALUE",
	}
	Property_Meaning_value = map[string]int32{
		"NO_MEANING":       0,
		"BLOB":             14,
		"TEXT":             15,
		"BYTESTRING":       16,
		"ATOM_CATEGORY":    1,
		"ATOM_LINK":        2,
		"ATOM_TITLE":       3,
		"ATOM_CONTENT":     4,
		"ATOM_SUMMARY":     5,
		"ATOM_AUTHOR":      6,
		"GD_WHEN":          7,
		"GD_EMAIL":         8,
		"GEORSS_POINT":     9,
		"GD_IM":            10,
		"GD_PHONENUMBER":   11,
		"GD_POSTALADDRESS": 12,
		"GD_RATING":        13,
		"BLOBKEY":          17,
		"ENTITY_PROTO":     19,
		"INDEX_VALUE":      18,
	}
)

Enum value maps for Property_Meaning.

View Source
var (
	Property_FtsTokenizationOption_name = map[int32]string{
		1: "HTML",
		2: "ATOM",
	}
	Property_FtsTokenizationOption_value = map[string]int32{
		"HTML": 1,
		"ATOM": 2,
	}
)

Enum value maps for Property_FtsTokenizationOption.

View Source
var (
	EntityProto_Kind_name = map[int32]string{
		1: "GD_CONTACT",
		2: "GD_EVENT",
		3: "GD_MESSAGE",
	}
	EntityProto_Kind_value = map[string]int32{
		"GD_CONTACT": 1,
		"GD_EVENT":   2,
		"GD_MESSAGE": 3,
	}
)

Enum value maps for EntityProto_Kind.

View Source
var (
	Index_Property_Direction_name = map[int32]string{
		1: "ASCENDING",
		2: "DESCENDING",
	}
	Index_Property_Direction_value = map[string]int32{
		"ASCENDING":  1,
		"DESCENDING": 2,
	}
)

Enum value maps for Index_Property_Direction.

View Source
var (
	CompositeIndex_State_name = map[int32]string{
		1: "WRITE_ONLY",
		2: "READ_WRITE",
		3: "DELETED",
		4: "ERROR",
	}
	CompositeIndex_State_value = map[string]int32{
		"WRITE_ONLY": 1,
		"READ_WRITE": 2,
		"DELETED":    3,
		"ERROR":      4,
	}
)

Enum value maps for CompositeIndex_State.

View Source
var (
	Snapshot_Status_name = map[int32]string{
		0: "INACTIVE",
		1: "ACTIVE",
	}
	Snapshot_Status_value = map[string]int32{
		"INACTIVE": 0,
		"ACTIVE":   1,
	}
)

Enum value maps for Snapshot_Status.

View Source
var (
	Query_Hint_name = map[int32]string{
		1: "ORDER_FIRST",
		2: "ANCESTOR_FIRST",
		3: "FILTER_FIRST",
	}
	Query_Hint_value = map[string]int32{
		"ORDER_FIRST":    1,
		"ANCESTOR_FIRST": 2,
		"FILTER_FIRST":   3,
	}
)

Enum value maps for Query_Hint.

View Source
var (
	Query_Filter_Operator_name = map[int32]string{
		1: "LESS_THAN",
		2: "LESS_THAN_OR_EQUAL",
		3: "GREATER_THAN",
		4: "GREATER_THAN_OR_EQUAL",
		5: "EQUAL",
		6: "IN",
		7: "EXISTS",
	}
	Query_Filter_Operator_value = map[string]int32{
		"LESS_THAN":             1,
		"LESS_THAN_OR_EQUAL":    2,
		"GREATER_THAN":          3,
		"GREATER_THAN_OR_EQUAL": 4,
		"EQUAL":                 5,
		"IN":                    6,
		"EXISTS":                7,
	}
)

Enum value maps for Query_Filter_Operator.

View Source
var (
	Query_Order_Direction_name = map[int32]string{
		1: "ASCENDING",
		2: "DESCENDING",
	}
	Query_Order_Direction_value = map[string]int32{
		"ASCENDING":  1,
		"DESCENDING": 2,
	}
)

Enum value maps for Query_Order_Direction.

View Source
var (
	Error_ErrorCode_name = map[int32]string{
		1:  "BAD_REQUEST",
		2:  "CONCURRENT_TRANSACTION",
		3:  "INTERNAL_ERROR",
		4:  "NEED_INDEX",
		5:  "TIMEOUT",
		6:  "PERMISSION_DENIED",
		7:  "BIGTABLE_ERROR",
		8:  "COMMITTED_BUT_STILL_APPLYING",
		9:  "CAPABILITY_DISABLED",
		10: "TRY_ALTERNATE_BACKEND",
		11: "SAFE_TIME_TOO_OLD",
	}
	Error_ErrorCode_value = map[string]int32{
		"BAD_REQUEST":                  1,
		"CONCURRENT_TRANSACTION":       2,
		"INTERNAL_ERROR":               3,
		"NEED_INDEX":                   4,
		"TIMEOUT":                      5,
		"PERMISSION_DENIED":            6,
		"BIGTABLE_ERROR":               7,
		"COMMITTED_BUT_STILL_APPLYING": 8,
		"CAPABILITY_DISABLED":          9,
		"TRY_ALTERNATE_BACKEND":        10,
		"SAFE_TIME_TOO_OLD":            11,
	}
)

Enum value maps for Error_ErrorCode.

View Source
var (
	PutRequest_AutoIdPolicy_name = map[int32]string{
		0: "CURRENT",
		1: "SEQUENTIAL",
	}
	PutRequest_AutoIdPolicy_value = map[string]int32{
		"CURRENT":    0,
		"SEQUENTIAL": 1,
	}
)

Enum value maps for PutRequest_AutoIdPolicy.

View Source
var (
	BeginTransactionRequest_TransactionMode_name = map[int32]string{
		0: "UNKNOWN",
		1: "READ_ONLY",
		2: "READ_WRITE",
	}
	BeginTransactionRequest_TransactionMode_value = map[string]int32{
		"UNKNOWN":    0,
		"READ_ONLY":  1,
		"READ_WRITE": 2,
	}
)

Enum value maps for BeginTransactionRequest_TransactionMode.

View Source
var File_datastore_v3_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Action added in v1.16.0

type Action struct {
	// contains filtered or unexported fields
}

func (*Action) Descriptor deprecated added in v1.16.0

func (*Action) Descriptor() ([]byte, []int)

Deprecated: Use Action.ProtoReflect.Descriptor instead.

func (*Action) ProtoMessage added in v1.16.0

func (*Action) ProtoMessage()

func (*Action) ProtoReflect added in v1.16.0

func (x *Action) ProtoReflect() protoreflect.Message

func (*Action) Reset added in v1.16.0

func (x *Action) Reset()

func (*Action) String added in v1.16.0

func (x *Action) String() string

type AddActionsRequest added in v1.16.0

type AddActionsRequest struct {
	Header      *InternalHeader `protobuf:"bytes,3,opt,name=header" json:"header,omitempty"`
	Transaction *Transaction    `protobuf:"bytes,1,req,name=transaction" json:"transaction,omitempty"`
	Action      []*Action       `protobuf:"bytes,2,rep,name=action" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*AddActionsRequest) Descriptor deprecated added in v1.16.0

func (*AddActionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddActionsRequest.ProtoReflect.Descriptor instead.

func (*AddActionsRequest) GetAction added in v1.16.0

func (x *AddActionsRequest) GetAction() []*Action

func (*AddActionsRequest) GetHeader added in v1.16.0

func (x *AddActionsRequest) GetHeader() *InternalHeader

func (*AddActionsRequest) GetTransaction added in v1.16.0

func (x *AddActionsRequest) GetTransaction() *Transaction

func (*AddActionsRequest) ProtoMessage added in v1.16.0

func (*AddActionsRequest) ProtoMessage()

func (*AddActionsRequest) ProtoReflect added in v1.16.0

func (x *AddActionsRequest) ProtoReflect() protoreflect.Message

func (*AddActionsRequest) Reset added in v1.16.0

func (x *AddActionsRequest) Reset()

func (*AddActionsRequest) String added in v1.16.0

func (x *AddActionsRequest) String() string

type AddActionsResponse added in v1.16.0

type AddActionsResponse struct {
	// contains filtered or unexported fields
}

func (*AddActionsResponse) Descriptor deprecated added in v1.16.0

func (*AddActionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddActionsResponse.ProtoReflect.Descriptor instead.

func (*AddActionsResponse) ProtoMessage added in v1.16.0

func (*AddActionsResponse) ProtoMessage()

func (*AddActionsResponse) ProtoReflect added in v1.16.0

func (x *AddActionsResponse) ProtoReflect() protoreflect.Message

func (*AddActionsResponse) Reset added in v1.16.0

func (x *AddActionsResponse) Reset()

func (*AddActionsResponse) String added in v1.16.0

func (x *AddActionsResponse) String() string

type AllocateIdsRequest added in v1.16.0

type AllocateIdsRequest struct {
	Header   *InternalHeader `protobuf:"bytes,4,opt,name=header" json:"header,omitempty"`
	ModelKey *Reference      `protobuf:"bytes,1,opt,name=model_key,json=modelKey" json:"model_key,omitempty"`
	Size     *int64          `protobuf:"varint,2,opt,name=size" json:"size,omitempty"`
	Max      *int64          `protobuf:"varint,3,opt,name=max" json:"max,omitempty"`
	Reserve  []*Reference    `protobuf:"bytes,5,rep,name=reserve" json:"reserve,omitempty"`
	// contains filtered or unexported fields
}

func (*AllocateIdsRequest) Descriptor deprecated added in v1.16.0

func (*AllocateIdsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AllocateIdsRequest.ProtoReflect.Descriptor instead.

func (*AllocateIdsRequest) GetHeader added in v1.16.0

func (x *AllocateIdsRequest) GetHeader() *InternalHeader

func (*AllocateIdsRequest) GetMax added in v1.16.0

func (x *AllocateIdsRequest) GetMax() int64

func (*AllocateIdsRequest) GetModelKey added in v1.16.0

func (x *AllocateIdsRequest) GetModelKey() *Reference

func (*AllocateIdsRequest) GetReserve added in v1.16.0

func (x *AllocateIdsRequest) GetReserve() []*Reference

func (*AllocateIdsRequest) GetSize added in v1.16.0

func (x *AllocateIdsRequest) GetSize() int64

func (*AllocateIdsRequest) ProtoMessage added in v1.16.0

func (*AllocateIdsRequest) ProtoMessage()

func (*AllocateIdsRequest) ProtoReflect added in v1.16.0

func (x *AllocateIdsRequest) ProtoReflect() protoreflect.Message

func (*AllocateIdsRequest) Reset added in v1.16.0

func (x *AllocateIdsRequest) Reset()

func (*AllocateIdsRequest) String added in v1.16.0

func (x *AllocateIdsRequest) String() string

type AllocateIdsResponse added in v1.16.0

type AllocateIdsResponse struct {
	Start *int64 `protobuf:"varint,1,req,name=start" json:"start,omitempty"`
	End   *int64 `protobuf:"varint,2,req,name=end" json:"end,omitempty"`
	Cost  *Cost  `protobuf:"bytes,3,opt,name=cost" json:"cost,omitempty"`
	// contains filtered or unexported fields
}

func (*AllocateIdsResponse) Descriptor deprecated added in v1.16.0

func (*AllocateIdsResponse) Descriptor() ([]byte, []int)

Deprecated: Use AllocateIdsResponse.ProtoReflect.Descriptor instead.

func (*AllocateIdsResponse) GetCost added in v1.16.0

func (x *AllocateIdsResponse) GetCost() *Cost

func (*AllocateIdsResponse) GetEnd added in v1.16.0

func (x *AllocateIdsResponse) GetEnd() int64

func (*AllocateIdsResponse) GetStart added in v1.16.0

func (x *AllocateIdsResponse) GetStart() int64

func (*AllocateIdsResponse) ProtoMessage added in v1.16.0

func (*AllocateIdsResponse) ProtoMessage()

func (*AllocateIdsResponse) ProtoReflect added in v1.16.0

func (x *AllocateIdsResponse) ProtoReflect() protoreflect.Message

func (*AllocateIdsResponse) Reset added in v1.16.0

func (x *AllocateIdsResponse) Reset()

func (*AllocateIdsResponse) String added in v1.16.0

func (x *AllocateIdsResponse) String() string

type BeginTransactionRequest added in v1.16.0

type BeginTransactionRequest struct {
	Header              *InternalHeader                          `protobuf:"bytes,3,opt,name=header" json:"header,omitempty"`
	App                 *string                                  `protobuf:"bytes,1,req,name=app" json:"app,omitempty"`
	AllowMultipleEg     *bool                                    `protobuf:"varint,2,opt,name=allow_multiple_eg,json=allowMultipleEg,def=0" json:"allow_multiple_eg,omitempty"`
	DatabaseId          *string                                  `protobuf:"bytes,4,opt,name=database_id,json=databaseId" json:"database_id,omitempty"`
	Mode                *BeginTransactionRequest_TransactionMode `protobuf:"varint,5,opt,name=mode,enum=appengine.v2.BeginTransactionRequest_TransactionMode,def=0" json:"mode,omitempty"`
	PreviousTransaction *Transaction                             `protobuf:"bytes,7,opt,name=previous_transaction,json=previousTransaction" json:"previous_transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*BeginTransactionRequest) Descriptor deprecated added in v1.16.0

func (*BeginTransactionRequest) Descriptor() ([]byte, []int)

Deprecated: Use BeginTransactionRequest.ProtoReflect.Descriptor instead.

func (*BeginTransactionRequest) GetAllowMultipleEg added in v1.16.0

func (x *BeginTransactionRequest) GetAllowMultipleEg() bool

func (*BeginTransactionRequest) GetApp added in v1.16.0

func (x *BeginTransactionRequest) GetApp() string

func (*BeginTransactionRequest) GetDatabaseId added in v1.16.0

func (x *BeginTransactionRequest) GetDatabaseId() string

func (*BeginTransactionRequest) GetHeader added in v1.16.0

func (x *BeginTransactionRequest) GetHeader() *InternalHeader

func (*BeginTransactionRequest) GetMode added in v1.16.0

func (*BeginTransactionRequest) GetPreviousTransaction added in v1.16.0

func (x *BeginTransactionRequest) GetPreviousTransaction() *Transaction

func (*BeginTransactionRequest) ProtoMessage added in v1.16.0

func (*BeginTransactionRequest) ProtoMessage()

func (*BeginTransactionRequest) ProtoReflect added in v1.16.0

func (x *BeginTransactionRequest) ProtoReflect() protoreflect.Message

func (*BeginTransactionRequest) Reset added in v1.16.0

func (x *BeginTransactionRequest) Reset()

func (*BeginTransactionRequest) String added in v1.16.0

func (x *BeginTransactionRequest) String() string

type BeginTransactionRequest_TransactionMode added in v1.16.0

type BeginTransactionRequest_TransactionMode int32
const (
	BeginTransactionRequest_UNKNOWN    BeginTransactionRequest_TransactionMode = 0
	BeginTransactionRequest_READ_ONLY  BeginTransactionRequest_TransactionMode = 1
	BeginTransactionRequest_READ_WRITE BeginTransactionRequest_TransactionMode = 2
)

func (BeginTransactionRequest_TransactionMode) Descriptor added in v1.16.0

func (BeginTransactionRequest_TransactionMode) Enum added in v1.16.0

func (BeginTransactionRequest_TransactionMode) EnumDescriptor deprecated added in v1.16.0

func (BeginTransactionRequest_TransactionMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BeginTransactionRequest_TransactionMode.Descriptor instead.

func (BeginTransactionRequest_TransactionMode) Number added in v1.16.0

func (BeginTransactionRequest_TransactionMode) String added in v1.16.0

func (BeginTransactionRequest_TransactionMode) Type added in v1.16.0

func (*BeginTransactionRequest_TransactionMode) UnmarshalJSON deprecated added in v1.16.0

func (x *BeginTransactionRequest_TransactionMode) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CommitResponse added in v1.16.0

type CommitResponse struct {
	Cost    *Cost                     `protobuf:"bytes,1,opt,name=cost" json:"cost,omitempty"`
	Version []*CommitResponse_Version `protobuf:"group,3,rep,name=Version,json=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitResponse) Descriptor deprecated added in v1.16.0

func (*CommitResponse) Descriptor() ([]byte, []int)

Deprecated: Use CommitResponse.ProtoReflect.Descriptor instead.

func (*CommitResponse) GetCost added in v1.16.0

func (x *CommitResponse) GetCost() *Cost

func (*CommitResponse) GetVersion added in v1.16.0

func (x *CommitResponse) GetVersion() []*CommitResponse_Version

func (*CommitResponse) ProtoMessage added in v1.16.0

func (*CommitResponse) ProtoMessage()

func (*CommitResponse) ProtoReflect added in v1.16.0

func (x *CommitResponse) ProtoReflect() protoreflect.Message

func (*CommitResponse) Reset added in v1.16.0

func (x *CommitResponse) Reset()

func (*CommitResponse) String added in v1.16.0

func (x *CommitResponse) String() string

type CommitResponse_Version added in v1.16.0

type CommitResponse_Version struct {
	RootEntityKey *Reference `protobuf:"bytes,4,req,name=root_entity_key,json=rootEntityKey" json:"root_entity_key,omitempty"`
	Version       *int64     `protobuf:"varint,5,req,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitResponse_Version) Descriptor deprecated added in v1.16.0

func (*CommitResponse_Version) Descriptor() ([]byte, []int)

Deprecated: Use CommitResponse_Version.ProtoReflect.Descriptor instead.

func (*CommitResponse_Version) GetRootEntityKey added in v1.16.0

func (x *CommitResponse_Version) GetRootEntityKey() *Reference

func (*CommitResponse_Version) GetVersion added in v1.16.0

func (x *CommitResponse_Version) GetVersion() int64

func (*CommitResponse_Version) ProtoMessage added in v1.16.0

func (*CommitResponse_Version) ProtoMessage()

func (*CommitResponse_Version) ProtoReflect added in v1.16.0

func (x *CommitResponse_Version) ProtoReflect() protoreflect.Message

func (*CommitResponse_Version) Reset added in v1.16.0

func (x *CommitResponse_Version) Reset()

func (*CommitResponse_Version) String added in v1.16.0

func (x *CommitResponse_Version) String() string

type CompiledCursor added in v1.16.0

type CompiledCursor struct {
	Position *CompiledCursor_Position `protobuf:"group,2,opt,name=Position,json=position" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (*CompiledCursor) Descriptor deprecated added in v1.16.0

func (*CompiledCursor) Descriptor() ([]byte, []int)

Deprecated: Use CompiledCursor.ProtoReflect.Descriptor instead.

func (*CompiledCursor) GetPosition added in v1.16.0

func (x *CompiledCursor) GetPosition() *CompiledCursor_Position

func (*CompiledCursor) ProtoMessage added in v1.16.0

func (*CompiledCursor) ProtoMessage()

func (*CompiledCursor) ProtoReflect added in v1.16.0

func (x *CompiledCursor) ProtoReflect() protoreflect.Message

func (*CompiledCursor) Reset added in v1.16.0

func (x *CompiledCursor) Reset()

func (*CompiledCursor) String added in v1.16.0

func (x *CompiledCursor) String() string

type CompiledCursor_Position added in v1.16.0

type CompiledCursor_Position struct {
	StartKey       *string                               `protobuf:"bytes,27,opt,name=start_key,json=startKey" json:"start_key,omitempty"`
	Indexvalue     []*CompiledCursor_Position_IndexValue `protobuf:"group,29,rep,name=IndexValue,json=indexvalue" json:"indexvalue,omitempty"`
	Key            *Reference                            `protobuf:"bytes,32,opt,name=key" json:"key,omitempty"`
	StartInclusive *bool                                 `protobuf:"varint,28,opt,name=start_inclusive,json=startInclusive,def=1" json:"start_inclusive,omitempty"`
	// contains filtered or unexported fields
}

func (*CompiledCursor_Position) Descriptor deprecated added in v1.16.0

func (*CompiledCursor_Position) Descriptor() ([]byte, []int)

Deprecated: Use CompiledCursor_Position.ProtoReflect.Descriptor instead.

func (*CompiledCursor_Position) GetIndexvalue added in v1.16.0

func (*CompiledCursor_Position) GetKey added in v1.16.0

func (x *CompiledCursor_Position) GetKey() *Reference

func (*CompiledCursor_Position) GetStartInclusive added in v1.16.0

func (x *CompiledCursor_Position) GetStartInclusive() bool

func (*CompiledCursor_Position) GetStartKey added in v1.16.0

func (x *CompiledCursor_Position) GetStartKey() string

func (*CompiledCursor_Position) ProtoMessage added in v1.16.0

func (*CompiledCursor_Position) ProtoMessage()

func (*CompiledCursor_Position) ProtoReflect added in v1.16.0

func (x *CompiledCursor_Position) ProtoReflect() protoreflect.Message

func (*CompiledCursor_Position) Reset added in v1.16.0

func (x *CompiledCursor_Position) Reset()

func (*CompiledCursor_Position) String added in v1.16.0

func (x *CompiledCursor_Position) String() string

type CompiledCursor_Position_IndexValue added in v1.16.0

type CompiledCursor_Position_IndexValue struct {
	Property *string        `protobuf:"bytes,30,opt,name=property" json:"property,omitempty"`
	Value    *PropertyValue `protobuf:"bytes,31,req,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CompiledCursor_Position_IndexValue) Descriptor deprecated added in v1.16.0

func (*CompiledCursor_Position_IndexValue) Descriptor() ([]byte, []int)

Deprecated: Use CompiledCursor_Position_IndexValue.ProtoReflect.Descriptor instead.

func (*CompiledCursor_Position_IndexValue) GetProperty added in v1.16.0

func (x *CompiledCursor_Position_IndexValue) GetProperty() string

func (*CompiledCursor_Position_IndexValue) GetValue added in v1.16.0

func (*CompiledCursor_Position_IndexValue) ProtoMessage added in v1.16.0

func (*CompiledCursor_Position_IndexValue) ProtoMessage()

func (*CompiledCursor_Position_IndexValue) ProtoReflect added in v1.16.0

func (*CompiledCursor_Position_IndexValue) Reset added in v1.16.0

func (*CompiledCursor_Position_IndexValue) String added in v1.16.0

type CompiledQuery added in v1.16.0

type CompiledQuery struct {
	Primaryscan       *CompiledQuery_PrimaryScan     `protobuf:"group,1,req,name=PrimaryScan,json=primaryscan" json:"primaryscan,omitempty"`
	Mergejoinscan     []*CompiledQuery_MergeJoinScan `protobuf:"group,7,rep,name=MergeJoinScan,json=mergejoinscan" json:"mergejoinscan,omitempty"`
	IndexDef          *Index                         `protobuf:"bytes,21,opt,name=index_def,json=indexDef" json:"index_def,omitempty"`
	Offset            *int32                         `protobuf:"varint,10,opt,name=offset,def=0" json:"offset,omitempty"`
	Limit             *int32                         `protobuf:"varint,11,opt,name=limit" json:"limit,omitempty"`
	KeysOnly          *bool                          `protobuf:"varint,12,req,name=keys_only,json=keysOnly" json:"keys_only,omitempty"`
	PropertyName      []string                       `protobuf:"bytes,24,rep,name=property_name,json=propertyName" json:"property_name,omitempty"`
	DistinctInfixSize *int32                         `protobuf:"varint,25,opt,name=distinct_infix_size,json=distinctInfixSize" json:"distinct_infix_size,omitempty"`
	Entityfilter      *CompiledQuery_EntityFilter    `protobuf:"group,13,opt,name=EntityFilter,json=entityfilter" json:"entityfilter,omitempty"`
	// contains filtered or unexported fields
}

func (*CompiledQuery) Descriptor deprecated added in v1.16.0

func (*CompiledQuery) Descriptor() ([]byte, []int)

Deprecated: Use CompiledQuery.ProtoReflect.Descriptor instead.

func (*CompiledQuery) GetDistinctInfixSize added in v1.16.0

func (x *CompiledQuery) GetDistinctInfixSize() int32

func (*CompiledQuery) GetEntityfilter added in v1.16.0

func (x *CompiledQuery) GetEntityfilter() *CompiledQuery_EntityFilter

func (*CompiledQuery) GetIndexDef added in v1.16.0

func (x *CompiledQuery) GetIndexDef() *Index

func (*CompiledQuery) GetKeysOnly added in v1.16.0

func (x *CompiledQuery) GetKeysOnly() bool

func (*CompiledQuery) GetLimit added in v1.16.0

func (x *CompiledQuery) GetLimit() int32

func (*CompiledQuery) GetMergejoinscan added in v1.16.0

func (x *CompiledQuery) GetMergejoinscan() []*CompiledQuery_MergeJoinScan

func (*CompiledQuery) GetOffset added in v1.16.0

func (x *CompiledQuery) GetOffset() int32

func (*CompiledQuery) GetPrimaryscan added in v1.16.0

func (x *CompiledQuery) GetPrimaryscan() *CompiledQuery_PrimaryScan

func (*CompiledQuery) GetPropertyName added in v1.16.0

func (x *CompiledQuery) GetPropertyName() []string

func (*CompiledQuery) ProtoMessage added in v1.16.0

func (*CompiledQuery) ProtoMessage()

func (*CompiledQuery) ProtoReflect added in v1.16.0

func (x *CompiledQuery) ProtoReflect() protoreflect.Message

func (*CompiledQuery) Reset added in v1.16.0

func (x *CompiledQuery) Reset()

func (*CompiledQuery) String added in v1.16.0

func (x *CompiledQuery) String() string

type CompiledQuery_EntityFilter added in v1.16.0

type CompiledQuery_EntityFilter struct {
	Distinct *bool      `protobuf:"varint,14,opt,name=distinct,def=0" json:"distinct,omitempty"`
	Kind     *string    `protobuf:"bytes,17,opt,name=kind" json:"kind,omitempty"`
	Ancestor *Reference `protobuf:"bytes,18,opt,name=ancestor" json:"ancestor,omitempty"`
	// contains filtered or unexported fields
}

func (*CompiledQuery_EntityFilter) Descriptor deprecated added in v1.16.0

func (*CompiledQuery_EntityFilter) Descriptor() ([]byte, []int)

Deprecated: Use CompiledQuery_EntityFilter.ProtoReflect.Descriptor instead.

func (*CompiledQuery_EntityFilter) GetAncestor added in v1.16.0

func (x *CompiledQuery_EntityFilter) GetAncestor() *Reference

func (*CompiledQuery_EntityFilter) GetDistinct added in v1.16.0

func (x *CompiledQuery_EntityFilter) GetDistinct() bool

func (*CompiledQuery_EntityFilter) GetKind added in v1.16.0

func (x *CompiledQuery_EntityFilter) GetKind() string

func (*CompiledQuery_EntityFilter) ProtoMessage added in v1.16.0

func (*CompiledQuery_EntityFilter) ProtoMessage()

func (*CompiledQuery_EntityFilter) ProtoReflect added in v1.16.0

func (*CompiledQuery_EntityFilter) Reset added in v1.16.0

func (x *CompiledQuery_EntityFilter) Reset()

func (*CompiledQuery_EntityFilter) String added in v1.16.0

func (x *CompiledQuery_EntityFilter) String() string

type CompiledQuery_MergeJoinScan added in v1.16.0

type CompiledQuery_MergeJoinScan struct {
	IndexName   *string  `protobuf:"bytes,8,req,name=index_name,json=indexName" json:"index_name,omitempty"`
	PrefixValue []string `protobuf:"bytes,9,rep,name=prefix_value,json=prefixValue" json:"prefix_value,omitempty"`
	ValuePrefix *bool    `protobuf:"varint,20,opt,name=value_prefix,json=valuePrefix,def=0" json:"value_prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*CompiledQuery_MergeJoinScan) Descriptor deprecated added in v1.16.0

func (*CompiledQuery_MergeJoinScan) Descriptor() ([]byte, []int)

Deprecated: Use CompiledQuery_MergeJoinScan.ProtoReflect.Descriptor instead.

func (*CompiledQuery_MergeJoinScan) GetIndexName added in v1.16.0

func (x *CompiledQuery_MergeJoinScan) GetIndexName() string

func (*CompiledQuery_MergeJoinScan) GetPrefixValue added in v1.16.0

func (x *CompiledQuery_MergeJoinScan) GetPrefixValue() []string

func (*CompiledQuery_MergeJoinScan) GetValuePrefix added in v1.16.0

func (x *CompiledQuery_MergeJoinScan) GetValuePrefix() bool

func (*CompiledQuery_MergeJoinScan) ProtoMessage added in v1.16.0

func (*CompiledQuery_MergeJoinScan) ProtoMessage()

func (*CompiledQuery_MergeJoinScan) ProtoReflect added in v1.16.0

func (*CompiledQuery_MergeJoinScan) Reset added in v1.16.0

func (x *CompiledQuery_MergeJoinScan) Reset()

func (*CompiledQuery_MergeJoinScan) String added in v1.16.0

func (x *CompiledQuery_MergeJoinScan) String() string

type CompiledQuery_PrimaryScan added in v1.16.0

type CompiledQuery_PrimaryScan struct {
	IndexName                  *string  `protobuf:"bytes,2,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	StartKey                   *string  `protobuf:"bytes,3,opt,name=start_key,json=startKey" json:"start_key,omitempty"`
	StartInclusive             *bool    `protobuf:"varint,4,opt,name=start_inclusive,json=startInclusive" json:"start_inclusive,omitempty"`
	EndKey                     *string  `protobuf:"bytes,5,opt,name=end_key,json=endKey" json:"end_key,omitempty"`
	EndInclusive               *bool    `protobuf:"varint,6,opt,name=end_inclusive,json=endInclusive" json:"end_inclusive,omitempty"`
	StartPostfixValue          []string `protobuf:"bytes,22,rep,name=start_postfix_value,json=startPostfixValue" json:"start_postfix_value,omitempty"`
	EndPostfixValue            []string `protobuf:"bytes,23,rep,name=end_postfix_value,json=endPostfixValue" json:"end_postfix_value,omitempty"`
	EndUnappliedLogTimestampUs *int64   `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CompiledQuery_PrimaryScan) Descriptor deprecated added in v1.16.0

func (*CompiledQuery_PrimaryScan) Descriptor() ([]byte, []int)

Deprecated: Use CompiledQuery_PrimaryScan.ProtoReflect.Descriptor instead.

func (*CompiledQuery_PrimaryScan) GetEndInclusive added in v1.16.0

func (x *CompiledQuery_PrimaryScan) GetEndInclusive() bool

func (*CompiledQuery_PrimaryScan) GetEndKey added in v1.16.0

func (x *CompiledQuery_PrimaryScan) GetEndKey() string

func (*CompiledQuery_PrimaryScan) GetEndPostfixValue added in v1.16.0

func (x *CompiledQuery_PrimaryScan) GetEndPostfixValue() []string

func (*CompiledQuery_PrimaryScan) GetEndUnappliedLogTimestampUs added in v1.16.0

func (x *CompiledQuery_PrimaryScan) GetEndUnappliedLogTimestampUs() int64

func (*CompiledQuery_PrimaryScan) GetIndexName added in v1.16.0

func (x *CompiledQuery_PrimaryScan) GetIndexName() string

func (*CompiledQuery_PrimaryScan) GetStartInclusive added in v1.16.0

func (x *CompiledQuery_PrimaryScan) GetStartInclusive() bool

func (*CompiledQuery_PrimaryScan) GetStartKey added in v1.16.0

func (x *CompiledQuery_PrimaryScan) GetStartKey() string

func (*CompiledQuery_PrimaryScan) GetStartPostfixValue added in v1.16.0

func (x *CompiledQuery_PrimaryScan) GetStartPostfixValue() []string

func (*CompiledQuery_PrimaryScan) ProtoMessage added in v1.16.0

func (*CompiledQuery_PrimaryScan) ProtoMessage()

func (*CompiledQuery_PrimaryScan) ProtoReflect added in v1.16.0

func (*CompiledQuery_PrimaryScan) Reset added in v1.16.0

func (x *CompiledQuery_PrimaryScan) Reset()

func (*CompiledQuery_PrimaryScan) String added in v1.16.0

func (x *CompiledQuery_PrimaryScan) String() string

type CompositeIndex added in v1.16.0

type CompositeIndex struct {
	AppId             *string               `protobuf:"bytes,1,req,name=app_id,json=appId" json:"app_id,omitempty"`
	Id                *int64                `protobuf:"varint,2,req,name=id" json:"id,omitempty"`
	Definition        *Index                `protobuf:"bytes,3,req,name=definition" json:"definition,omitempty"`
	State             *CompositeIndex_State `protobuf:"varint,4,req,name=state,enum=appengine.v2.CompositeIndex_State" json:"state,omitempty"`
	OnlyUseIfRequired *bool                 `protobuf:"varint,6,opt,name=only_use_if_required,json=onlyUseIfRequired,def=0" json:"only_use_if_required,omitempty"`
	// contains filtered or unexported fields
}

func (*CompositeIndex) Descriptor deprecated added in v1.16.0

func (*CompositeIndex) Descriptor() ([]byte, []int)

Deprecated: Use CompositeIndex.ProtoReflect.Descriptor instead.

func (*CompositeIndex) GetAppId added in v1.16.0

func (x *CompositeIndex) GetAppId() string

func (*CompositeIndex) GetDefinition added in v1.16.0

func (x *CompositeIndex) GetDefinition() *Index

func (*CompositeIndex) GetId added in v1.16.0

func (x *CompositeIndex) GetId() int64

func (*CompositeIndex) GetOnlyUseIfRequired added in v1.16.0

func (x *CompositeIndex) GetOnlyUseIfRequired() bool

func (*CompositeIndex) GetState added in v1.16.0

func (x *CompositeIndex) GetState() CompositeIndex_State

func (*CompositeIndex) ProtoMessage added in v1.16.0

func (*CompositeIndex) ProtoMessage()

func (*CompositeIndex) ProtoReflect added in v1.16.0

func (x *CompositeIndex) ProtoReflect() protoreflect.Message

func (*CompositeIndex) Reset added in v1.16.0

func (x *CompositeIndex) Reset()

func (*CompositeIndex) String added in v1.16.0

func (x *CompositeIndex) String() string

type CompositeIndex_State added in v1.16.0

type CompositeIndex_State int32
const (
	CompositeIndex_WRITE_ONLY CompositeIndex_State = 1
	CompositeIndex_READ_WRITE CompositeIndex_State = 2
	CompositeIndex_DELETED    CompositeIndex_State = 3
	CompositeIndex_ERROR      CompositeIndex_State = 4
)

func (CompositeIndex_State) Descriptor added in v1.16.0

func (CompositeIndex_State) Enum added in v1.16.0

func (CompositeIndex_State) EnumDescriptor deprecated added in v1.16.0

func (CompositeIndex_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use CompositeIndex_State.Descriptor instead.

func (CompositeIndex_State) Number added in v1.16.0

func (CompositeIndex_State) String added in v1.16.0

func (x CompositeIndex_State) String() string

func (CompositeIndex_State) Type added in v1.16.0

func (*CompositeIndex_State) UnmarshalJSON deprecated added in v1.16.0

func (x *CompositeIndex_State) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CompositeIndices added in v1.16.0

type CompositeIndices struct {
	Index []*CompositeIndex `protobuf:"bytes,1,rep,name=index" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*CompositeIndices) Descriptor deprecated added in v1.16.0

func (*CompositeIndices) Descriptor() ([]byte, []int)

Deprecated: Use CompositeIndices.ProtoReflect.Descriptor instead.

func (*CompositeIndices) GetIndex added in v1.16.0

func (x *CompositeIndices) GetIndex() []*CompositeIndex

func (*CompositeIndices) ProtoMessage added in v1.16.0

func (*CompositeIndices) ProtoMessage()

func (*CompositeIndices) ProtoReflect added in v1.16.0

func (x *CompositeIndices) ProtoReflect() protoreflect.Message

func (*CompositeIndices) Reset added in v1.16.0

func (x *CompositeIndices) Reset()

func (*CompositeIndices) String added in v1.16.0

func (x *CompositeIndices) String() string

type CompositeProperty added in v1.16.0

type CompositeProperty struct {
	IndexId *int64   `protobuf:"varint,1,req,name=index_id,json=indexId" json:"index_id,omitempty"`
	Value   []string `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CompositeProperty) Descriptor deprecated added in v1.16.0

func (*CompositeProperty) Descriptor() ([]byte, []int)

Deprecated: Use CompositeProperty.ProtoReflect.Descriptor instead.

func (*CompositeProperty) GetIndexId added in v1.16.0

func (x *CompositeProperty) GetIndexId() int64

func (*CompositeProperty) GetValue added in v1.16.0

func (x *CompositeProperty) GetValue() []string

func (*CompositeProperty) ProtoMessage added in v1.16.0

func (*CompositeProperty) ProtoMessage()

func (*CompositeProperty) ProtoReflect added in v1.16.0

func (x *CompositeProperty) ProtoReflect() protoreflect.Message

func (*CompositeProperty) Reset added in v1.16.0

func (x *CompositeProperty) Reset()

func (*CompositeProperty) String added in v1.16.0

func (x *CompositeProperty) String() string

type Cost added in v1.16.0

type Cost struct {
	IndexWrites             *int32           `protobuf:"varint,1,opt,name=index_writes,json=indexWrites" json:"index_writes,omitempty"`
	IndexWriteBytes         *int32           `protobuf:"varint,2,opt,name=index_write_bytes,json=indexWriteBytes" json:"index_write_bytes,omitempty"`
	EntityWrites            *int32           `protobuf:"varint,3,opt,name=entity_writes,json=entityWrites" json:"entity_writes,omitempty"`
	EntityWriteBytes        *int32           `protobuf:"varint,4,opt,name=entity_write_bytes,json=entityWriteBytes" json:"entity_write_bytes,omitempty"`
	Commitcost              *Cost_CommitCost `protobuf:"group,5,opt,name=CommitCost,json=commitcost" json:"commitcost,omitempty"`
	ApproximateStorageDelta *int32           `` /* 126-byte string literal not displayed */
	IdSequenceUpdates       *int32           `protobuf:"varint,9,opt,name=id_sequence_updates,json=idSequenceUpdates" json:"id_sequence_updates,omitempty"`
	// contains filtered or unexported fields
}

func (*Cost) Descriptor deprecated added in v1.16.0

func (*Cost) Descriptor() ([]byte, []int)

Deprecated: Use Cost.ProtoReflect.Descriptor instead.

func (*Cost) GetApproximateStorageDelta added in v1.16.0

func (x *Cost) GetApproximateStorageDelta() int32

func (*Cost) GetCommitcost added in v1.16.0

func (x *Cost) GetCommitcost() *Cost_CommitCost

func (*Cost) GetEntityWriteBytes added in v1.16.0

func (x *Cost) GetEntityWriteBytes() int32

func (*Cost) GetEntityWrites added in v1.16.0

func (x *Cost) GetEntityWrites() int32

func (*Cost) GetIdSequenceUpdates added in v1.16.0

func (x *Cost) GetIdSequenceUpdates() int32

func (*Cost) GetIndexWriteBytes added in v1.16.0

func (x *Cost) GetIndexWriteBytes() int32

func (*Cost) GetIndexWrites added in v1.16.0

func (x *Cost) GetIndexWrites() int32

func (*Cost) ProtoMessage added in v1.16.0

func (*Cost) ProtoMessage()

func (*Cost) ProtoReflect added in v1.16.0

func (x *Cost) ProtoReflect() protoreflect.Message

func (*Cost) Reset added in v1.16.0

func (x *Cost) Reset()

func (*Cost) String added in v1.16.0

func (x *Cost) String() string

type Cost_CommitCost added in v1.16.0

type Cost_CommitCost struct {
	RequestedEntityPuts    *int32 `protobuf:"varint,6,opt,name=requested_entity_puts,json=requestedEntityPuts" json:"requested_entity_puts,omitempty"`
	RequestedEntityDeletes *int32 `protobuf:"varint,7,opt,name=requested_entity_deletes,json=requestedEntityDeletes" json:"requested_entity_deletes,omitempty"`
	// contains filtered or unexported fields
}

func (*Cost_CommitCost) Descriptor deprecated added in v1.16.0

func (*Cost_CommitCost) Descriptor() ([]byte, []int)

Deprecated: Use Cost_CommitCost.ProtoReflect.Descriptor instead.

func (*Cost_CommitCost) GetRequestedEntityDeletes added in v1.16.0

func (x *Cost_CommitCost) GetRequestedEntityDeletes() int32

func (*Cost_CommitCost) GetRequestedEntityPuts added in v1.16.0

func (x *Cost_CommitCost) GetRequestedEntityPuts() int32

func (*Cost_CommitCost) ProtoMessage added in v1.16.0

func (*Cost_CommitCost) ProtoMessage()

func (*Cost_CommitCost) ProtoReflect added in v1.16.0

func (x *Cost_CommitCost) ProtoReflect() protoreflect.Message

func (*Cost_CommitCost) Reset added in v1.16.0

func (x *Cost_CommitCost) Reset()

func (*Cost_CommitCost) String added in v1.16.0

func (x *Cost_CommitCost) String() string

type Cursor added in v1.16.0

type Cursor struct {
	Cursor *uint64 `protobuf:"fixed64,1,req,name=cursor" json:"cursor,omitempty"`
	App    *string `protobuf:"bytes,2,opt,name=app" json:"app,omitempty"`
	// contains filtered or unexported fields
}

func (*Cursor) Descriptor deprecated added in v1.16.0

func (*Cursor) Descriptor() ([]byte, []int)

Deprecated: Use Cursor.ProtoReflect.Descriptor instead.

func (*Cursor) GetApp added in v1.16.0

func (x *Cursor) GetApp() string

func (*Cursor) GetCursor added in v1.16.0

func (x *Cursor) GetCursor() uint64

func (*Cursor) ProtoMessage added in v1.16.0

func (*Cursor) ProtoMessage()

func (*Cursor) ProtoReflect added in v1.16.0

func (x *Cursor) ProtoReflect() protoreflect.Message

func (*Cursor) Reset added in v1.16.0

func (x *Cursor) Reset()

func (*Cursor) String added in v1.16.0

func (x *Cursor) String() string

type DeleteRequest added in v1.16.0

type DeleteRequest struct {
	Header      *InternalHeader `protobuf:"bytes,10,opt,name=header" json:"header,omitempty"`
	Key         []*Reference    `protobuf:"bytes,6,rep,name=key" json:"key,omitempty"`
	Transaction *Transaction    `protobuf:"bytes,5,opt,name=transaction" json:"transaction,omitempty"`
	Trusted     *bool           `protobuf:"varint,4,opt,name=trusted,def=0" json:"trusted,omitempty"`
	Force       *bool           `protobuf:"varint,7,opt,name=force,def=0" json:"force,omitempty"`
	MarkChanges *bool           `protobuf:"varint,8,opt,name=mark_changes,json=markChanges,def=0" json:"mark_changes,omitempty"`
	Snapshot    []*Snapshot     `protobuf:"bytes,9,rep,name=snapshot" json:"snapshot,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRequest) Descriptor deprecated added in v1.16.0

func (*DeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequest) GetForce added in v1.16.0

func (x *DeleteRequest) GetForce() bool

func (*DeleteRequest) GetHeader added in v1.16.0

func (x *DeleteRequest) GetHeader() *InternalHeader

func (*DeleteRequest) GetKey added in v1.16.0

func (x *DeleteRequest) GetKey() []*Reference

func (*DeleteRequest) GetMarkChanges added in v1.16.0

func (x *DeleteRequest) GetMarkChanges() bool

func (*DeleteRequest) GetSnapshot added in v1.16.0

func (x *DeleteRequest) GetSnapshot() []*Snapshot

func (*DeleteRequest) GetTransaction added in v1.16.0

func (x *DeleteRequest) GetTransaction() *Transaction

func (*DeleteRequest) GetTrusted added in v1.16.0

func (x *DeleteRequest) GetTrusted() bool

func (*DeleteRequest) ProtoMessage added in v1.16.0

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect added in v1.16.0

func (x *DeleteRequest) ProtoReflect() protoreflect.Message

func (*DeleteRequest) Reset added in v1.16.0

func (x *DeleteRequest) Reset()

func (*DeleteRequest) String added in v1.16.0

func (x *DeleteRequest) String() string

type DeleteResponse added in v1.16.0

type DeleteResponse struct {
	Cost    *Cost   `protobuf:"bytes,1,opt,name=cost" json:"cost,omitempty"`
	Version []int64 `protobuf:"varint,3,rep,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteResponse) Descriptor deprecated added in v1.16.0

func (*DeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.

func (*DeleteResponse) GetCost added in v1.16.0

func (x *DeleteResponse) GetCost() *Cost

func (*DeleteResponse) GetVersion added in v1.16.0

func (x *DeleteResponse) GetVersion() []int64

func (*DeleteResponse) ProtoMessage added in v1.16.0

func (*DeleteResponse) ProtoMessage()

func (*DeleteResponse) ProtoReflect added in v1.16.0

func (x *DeleteResponse) ProtoReflect() protoreflect.Message

func (*DeleteResponse) Reset added in v1.16.0

func (x *DeleteResponse) Reset()

func (*DeleteResponse) String added in v1.16.0

func (x *DeleteResponse) String() string

type EntityProto added in v1.16.0

type EntityProto struct {
	Key         *Reference        `protobuf:"bytes,13,req,name=key" json:"key,omitempty"`
	EntityGroup *Path             `protobuf:"bytes,16,req,name=entity_group,json=entityGroup" json:"entity_group,omitempty"`
	Owner       *User             `protobuf:"bytes,17,opt,name=owner" json:"owner,omitempty"`
	Kind        *EntityProto_Kind `protobuf:"varint,4,opt,name=kind,enum=appengine.v2.EntityProto_Kind" json:"kind,omitempty"`
	KindUri     *string           `protobuf:"bytes,5,opt,name=kind_uri,json=kindUri" json:"kind_uri,omitempty"`
	Property    []*Property       `protobuf:"bytes,14,rep,name=property" json:"property,omitempty"`
	RawProperty []*Property       `protobuf:"bytes,15,rep,name=raw_property,json=rawProperty" json:"raw_property,omitempty"`
	Rank        *int32            `protobuf:"varint,18,opt,name=rank" json:"rank,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityProto) Descriptor deprecated added in v1.16.0

func (*EntityProto) Descriptor() ([]byte, []int)

Deprecated: Use EntityProto.ProtoReflect.Descriptor instead.

func (*EntityProto) GetEntityGroup added in v1.16.0

func (x *EntityProto) GetEntityGroup() *Path

func (*EntityProto) GetKey added in v1.16.0

func (x *EntityProto) GetKey() *Reference

func (*EntityProto) GetKind added in v1.16.0

func (x *EntityProto) GetKind() EntityProto_Kind

func (*EntityProto) GetKindUri added in v1.16.0

func (x *EntityProto) GetKindUri() string

func (*EntityProto) GetOwner added in v1.16.0

func (x *EntityProto) GetOwner() *User

func (*EntityProto) GetProperty added in v1.16.0

func (x *EntityProto) GetProperty() []*Property

func (*EntityProto) GetRank added in v1.16.0

func (x *EntityProto) GetRank() int32

func (*EntityProto) GetRawProperty added in v1.16.0

func (x *EntityProto) GetRawProperty() []*Property

func (*EntityProto) ProtoMessage added in v1.16.0

func (*EntityProto) ProtoMessage()

func (*EntityProto) ProtoReflect added in v1.16.0

func (x *EntityProto) ProtoReflect() protoreflect.Message

func (*EntityProto) Reset added in v1.16.0

func (x *EntityProto) Reset()

func (*EntityProto) String added in v1.16.0

func (x *EntityProto) String() string

type EntityProto_Kind added in v1.16.0

type EntityProto_Kind int32
const (
	EntityProto_GD_CONTACT EntityProto_Kind = 1
	EntityProto_GD_EVENT   EntityProto_Kind = 2
	EntityProto_GD_MESSAGE EntityProto_Kind = 3
)

func (EntityProto_Kind) Descriptor added in v1.16.0

func (EntityProto_Kind) Enum added in v1.16.0

func (EntityProto_Kind) EnumDescriptor deprecated added in v1.16.0

func (EntityProto_Kind) EnumDescriptor() ([]byte, []int)

Deprecated: Use EntityProto_Kind.Descriptor instead.

func (EntityProto_Kind) Number added in v1.16.0

func (EntityProto_Kind) String added in v1.16.0

func (x EntityProto_Kind) String() string

func (EntityProto_Kind) Type added in v1.16.0

func (*EntityProto_Kind) UnmarshalJSON deprecated added in v1.16.0

func (x *EntityProto_Kind) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Error added in v1.16.0

type Error struct {
	// contains filtered or unexported fields
}

func (*Error) Descriptor deprecated added in v1.16.0

func (*Error) Descriptor() ([]byte, []int)

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) ProtoMessage added in v1.16.0

func (*Error) ProtoMessage()

func (*Error) ProtoReflect added in v1.16.0

func (x *Error) ProtoReflect() protoreflect.Message

func (*Error) Reset added in v1.16.0

func (x *Error) Reset()

func (*Error) String added in v1.16.0

func (x *Error) String() string

type Error_ErrorCode added in v1.16.0

type Error_ErrorCode int32
const (
	Error_BAD_REQUEST                  Error_ErrorCode = 1
	Error_CONCURRENT_TRANSACTION       Error_ErrorCode = 2
	Error_INTERNAL_ERROR               Error_ErrorCode = 3
	Error_NEED_INDEX                   Error_ErrorCode = 4
	Error_TIMEOUT                      Error_ErrorCode = 5
	Error_PERMISSION_DENIED            Error_ErrorCode = 6
	Error_BIGTABLE_ERROR               Error_ErrorCode = 7
	Error_COMMITTED_BUT_STILL_APPLYING Error_ErrorCode = 8
	Error_CAPABILITY_DISABLED          Error_ErrorCode = 9
	Error_TRY_ALTERNATE_BACKEND        Error_ErrorCode = 10
	Error_SAFE_TIME_TOO_OLD            Error_ErrorCode = 11
)

func (Error_ErrorCode) Descriptor added in v1.16.0

func (Error_ErrorCode) Enum added in v1.16.0

func (x Error_ErrorCode) Enum() *Error_ErrorCode

func (Error_ErrorCode) EnumDescriptor deprecated added in v1.16.0

func (Error_ErrorCode) EnumDescriptor() ([]byte, []int)

Deprecated: Use Error_ErrorCode.Descriptor instead.

func (Error_ErrorCode) Number added in v1.16.0

func (Error_ErrorCode) String added in v1.16.0

func (x Error_ErrorCode) String() string

func (Error_ErrorCode) Type added in v1.16.0

func (*Error_ErrorCode) UnmarshalJSON deprecated added in v1.16.0

func (x *Error_ErrorCode) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type GetRequest added in v1.16.0

type GetRequest struct {
	Header        *InternalHeader `protobuf:"bytes,6,opt,name=header" json:"header,omitempty"`
	Key           []*Reference    `protobuf:"bytes,1,rep,name=key" json:"key,omitempty"`
	Transaction   *Transaction    `protobuf:"bytes,2,opt,name=transaction" json:"transaction,omitempty"`
	FailoverMs    *int64          `protobuf:"varint,3,opt,name=failover_ms,json=failoverMs" json:"failover_ms,omitempty"`
	Strong        *bool           `protobuf:"varint,4,opt,name=strong" json:"strong,omitempty"`
	AllowDeferred *bool           `protobuf:"varint,5,opt,name=allow_deferred,json=allowDeferred,def=0" json:"allow_deferred,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRequest) Descriptor deprecated added in v1.16.0

func (*GetRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetAllowDeferred added in v1.16.0

func (x *GetRequest) GetAllowDeferred() bool

func (*GetRequest) GetFailoverMs added in v1.16.0

func (x *GetRequest) GetFailoverMs() int64

func (*GetRequest) GetHeader added in v1.16.0

func (x *GetRequest) GetHeader() *InternalHeader

func (*GetRequest) GetKey added in v1.16.0

func (x *GetRequest) GetKey() []*Reference

func (*GetRequest) GetStrong added in v1.16.0

func (x *GetRequest) GetStrong() bool

func (*GetRequest) GetTransaction added in v1.16.0

func (x *GetRequest) GetTransaction() *Transaction

func (*GetRequest) ProtoMessage added in v1.16.0

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect added in v1.16.0

func (x *GetRequest) ProtoReflect() protoreflect.Message

func (*GetRequest) Reset added in v1.16.0

func (x *GetRequest) Reset()

func (*GetRequest) String added in v1.16.0

func (x *GetRequest) String() string

type GetResponse added in v1.16.0

type GetResponse struct {
	Entity   []*GetResponse_Entity `protobuf:"group,1,rep,name=Entity,json=entity" json:"entity,omitempty"`
	Deferred []*Reference          `protobuf:"bytes,5,rep,name=deferred" json:"deferred,omitempty"`
	InOrder  *bool                 `protobuf:"varint,6,opt,name=in_order,json=inOrder,def=1" json:"in_order,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResponse) Descriptor deprecated added in v1.16.0

func (*GetResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

func (*GetResponse) GetDeferred added in v1.16.0

func (x *GetResponse) GetDeferred() []*Reference

func (*GetResponse) GetEntity added in v1.16.0

func (x *GetResponse) GetEntity() []*GetResponse_Entity

func (*GetResponse) GetInOrder added in v1.16.0

func (x *GetResponse) GetInOrder() bool

func (*GetResponse) ProtoMessage added in v1.16.0

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect added in v1.16.0

func (x *GetResponse) ProtoReflect() protoreflect.Message

func (*GetResponse) Reset added in v1.16.0

func (x *GetResponse) Reset()

func (*GetResponse) String added in v1.16.0

func (x *GetResponse) String() string

type GetResponse_Entity added in v1.16.0

type GetResponse_Entity struct {
	Entity  *EntityProto `protobuf:"bytes,2,opt,name=entity" json:"entity,omitempty"`
	Key     *Reference   `protobuf:"bytes,4,opt,name=key" json:"key,omitempty"`
	Version *int64       `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResponse_Entity) Descriptor deprecated added in v1.16.0

func (*GetResponse_Entity) Descriptor() ([]byte, []int)

Deprecated: Use GetResponse_Entity.ProtoReflect.Descriptor instead.

func (*GetResponse_Entity) GetEntity added in v1.16.0

func (x *GetResponse_Entity) GetEntity() *EntityProto

func (*GetResponse_Entity) GetKey added in v1.16.0

func (x *GetResponse_Entity) GetKey() *Reference

func (*GetResponse_Entity) GetVersion added in v1.16.0

func (x *GetResponse_Entity) GetVersion() int64

func (*GetResponse_Entity) ProtoMessage added in v1.16.0

func (*GetResponse_Entity) ProtoMessage()

func (*GetResponse_Entity) ProtoReflect added in v1.16.0

func (x *GetResponse_Entity) ProtoReflect() protoreflect.Message

func (*GetResponse_Entity) Reset added in v1.16.0

func (x *GetResponse_Entity) Reset()

func (*GetResponse_Entity) String added in v1.16.0

func (x *GetResponse_Entity) String() string

type Index added in v1.16.0

type Index struct {
	EntityType *string           `protobuf:"bytes,1,req,name=entity_type,json=entityType" json:"entity_type,omitempty"`
	Ancestor   *bool             `protobuf:"varint,5,req,name=ancestor" json:"ancestor,omitempty"`
	Property   []*Index_Property `protobuf:"group,2,rep,name=Property,json=property" json:"property,omitempty"`
	// contains filtered or unexported fields
}

func (*Index) Descriptor deprecated added in v1.16.0

func (*Index) Descriptor() ([]byte, []int)

Deprecated: Use Index.ProtoReflect.Descriptor instead.

func (*Index) GetAncestor added in v1.16.0

func (x *Index) GetAncestor() bool

func (*Index) GetEntityType added in v1.16.0

func (x *Index) GetEntityType() string

func (*Index) GetProperty added in v1.16.0

func (x *Index) GetProperty() []*Index_Property

func (*Index) ProtoMessage added in v1.16.0

func (*Index) ProtoMessage()

func (*Index) ProtoReflect added in v1.16.0

func (x *Index) ProtoReflect() protoreflect.Message

func (*Index) Reset added in v1.16.0

func (x *Index) Reset()

func (*Index) String added in v1.16.0

func (x *Index) String() string

type IndexPosition added in v1.16.0

type IndexPosition struct {
	Key    *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Before *bool   `protobuf:"varint,2,opt,name=before,def=1" json:"before,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexPosition) Descriptor deprecated added in v1.16.0

func (*IndexPosition) Descriptor() ([]byte, []int)

Deprecated: Use IndexPosition.ProtoReflect.Descriptor instead.

func (*IndexPosition) GetBefore added in v1.16.0

func (x *IndexPosition) GetBefore() bool

func (*IndexPosition) GetKey added in v1.16.0

func (x *IndexPosition) GetKey() string

func (*IndexPosition) ProtoMessage added in v1.16.0

func (*IndexPosition) ProtoMessage()

func (*IndexPosition) ProtoReflect added in v1.16.0

func (x *IndexPosition) ProtoReflect() protoreflect.Message

func (*IndexPosition) Reset added in v1.16.0

func (x *IndexPosition) Reset()

func (*IndexPosition) String added in v1.16.0

func (x *IndexPosition) String() string

type IndexPostfix added in v1.16.0

type IndexPostfix struct {
	IndexValue []*IndexPostfix_IndexValue `protobuf:"bytes,1,rep,name=index_value,json=indexValue" json:"index_value,omitempty"`
	Key        *Reference                 `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	Before     *bool                      `protobuf:"varint,3,opt,name=before,def=1" json:"before,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexPostfix) Descriptor deprecated added in v1.16.0

func (*IndexPostfix) Descriptor() ([]byte, []int)

Deprecated: Use IndexPostfix.ProtoReflect.Descriptor instead.

func (*IndexPostfix) GetBefore added in v1.16.0

func (x *IndexPostfix) GetBefore() bool

func (*IndexPostfix) GetIndexValue added in v1.16.0

func (x *IndexPostfix) GetIndexValue() []*IndexPostfix_IndexValue

func (*IndexPostfix) GetKey added in v1.16.0

func (x *IndexPostfix) GetKey() *Reference

func (*IndexPostfix) ProtoMessage added in v1.16.0

func (*IndexPostfix) ProtoMessage()

func (*IndexPostfix) ProtoReflect added in v1.16.0

func (x *IndexPostfix) ProtoReflect() protoreflect.Message

func (*IndexPostfix) Reset added in v1.16.0

func (x *IndexPostfix) Reset()

func (*IndexPostfix) String added in v1.16.0

func (x *IndexPostfix) String() string

type IndexPostfix_IndexValue added in v1.16.0

type IndexPostfix_IndexValue struct {
	PropertyName *string        `protobuf:"bytes,1,req,name=property_name,json=propertyName" json:"property_name,omitempty"`
	Value        *PropertyValue `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexPostfix_IndexValue) Descriptor deprecated added in v1.16.0

func (*IndexPostfix_IndexValue) Descriptor() ([]byte, []int)

Deprecated: Use IndexPostfix_IndexValue.ProtoReflect.Descriptor instead.

func (*IndexPostfix_IndexValue) GetPropertyName added in v1.16.0

func (x *IndexPostfix_IndexValue) GetPropertyName() string

func (*IndexPostfix_IndexValue) GetValue added in v1.16.0

func (x *IndexPostfix_IndexValue) GetValue() *PropertyValue

func (*IndexPostfix_IndexValue) ProtoMessage added in v1.16.0

func (*IndexPostfix_IndexValue) ProtoMessage()

func (*IndexPostfix_IndexValue) ProtoReflect added in v1.16.0

func (x *IndexPostfix_IndexValue) ProtoReflect() protoreflect.Message

func (*IndexPostfix_IndexValue) Reset added in v1.16.0

func (x *IndexPostfix_IndexValue) Reset()

func (*IndexPostfix_IndexValue) String added in v1.16.0

func (x *IndexPostfix_IndexValue) String() string

type Index_Property added in v1.16.0

type Index_Property struct {
	Name      *string                   `protobuf:"bytes,3,req,name=name" json:"name,omitempty"`
	Direction *Index_Property_Direction `protobuf:"varint,4,opt,name=direction,enum=appengine.v2.Index_Property_Direction,def=1" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*Index_Property) Descriptor deprecated added in v1.16.0

func (*Index_Property) Descriptor() ([]byte, []int)

Deprecated: Use Index_Property.ProtoReflect.Descriptor instead.

func (*Index_Property) GetDirection added in v1.16.0

func (x *Index_Property) GetDirection() Index_Property_Direction

func (*Index_Property) GetName added in v1.16.0

func (x *Index_Property) GetName() string

func (*Index_Property) ProtoMessage added in v1.16.0

func (*Index_Property) ProtoMessage()

func (*Index_Property) ProtoReflect added in v1.16.0

func (x *Index_Property) ProtoReflect() protoreflect.Message

func (*Index_Property) Reset added in v1.16.0

func (x *Index_Property) Reset()

func (*Index_Property) String added in v1.16.0

func (x *Index_Property) String() string

type Index_Property_Direction added in v1.16.0

type Index_Property_Direction int32
const (
	Index_Property_ASCENDING  Index_Property_Direction = 1
	Index_Property_DESCENDING Index_Property_Direction = 2
)

func (Index_Property_Direction) Descriptor added in v1.16.0

func (Index_Property_Direction) Enum added in v1.16.0

func (Index_Property_Direction) EnumDescriptor deprecated added in v1.16.0

func (Index_Property_Direction) EnumDescriptor() ([]byte, []int)

Deprecated: Use Index_Property_Direction.Descriptor instead.

func (Index_Property_Direction) Number added in v1.16.0

func (Index_Property_Direction) String added in v1.16.0

func (x Index_Property_Direction) String() string

func (Index_Property_Direction) Type added in v1.16.0

func (*Index_Property_Direction) UnmarshalJSON deprecated added in v1.16.0

func (x *Index_Property_Direction) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type InternalHeader added in v1.16.0

type InternalHeader struct {
	Qos *string `protobuf:"bytes,1,opt,name=qos" json:"qos,omitempty"`
	// contains filtered or unexported fields
}

func (*InternalHeader) Descriptor deprecated added in v1.16.0

func (*InternalHeader) Descriptor() ([]byte, []int)

Deprecated: Use InternalHeader.ProtoReflect.Descriptor instead.

func (*InternalHeader) GetQos added in v1.16.0

func (x *InternalHeader) GetQos() string

func (*InternalHeader) ProtoMessage added in v1.16.0

func (*InternalHeader) ProtoMessage()

func (*InternalHeader) ProtoReflect added in v1.16.0

func (x *InternalHeader) ProtoReflect() protoreflect.Message

func (*InternalHeader) Reset added in v1.16.0

func (x *InternalHeader) Reset()

func (*InternalHeader) String added in v1.16.0

func (x *InternalHeader) String() string

type NextRequest added in v1.16.0

type NextRequest struct {
	Header  *InternalHeader `protobuf:"bytes,5,opt,name=header" json:"header,omitempty"`
	Cursor  *Cursor         `protobuf:"bytes,1,req,name=cursor" json:"cursor,omitempty"`
	Count   *int32          `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	Offset  *int32          `protobuf:"varint,4,opt,name=offset,def=0" json:"offset,omitempty"`
	Compile *bool           `protobuf:"varint,3,opt,name=compile,def=0" json:"compile,omitempty"`
	// contains filtered or unexported fields
}

func (*NextRequest) Descriptor deprecated added in v1.16.0

func (*NextRequest) Descriptor() ([]byte, []int)

Deprecated: Use NextRequest.ProtoReflect.Descriptor instead.

func (*NextRequest) GetCompile added in v1.16.0

func (x *NextRequest) GetCompile() bool

func (*NextRequest) GetCount added in v1.16.0

func (x *NextRequest) GetCount() int32

func (*NextRequest) GetCursor added in v1.16.0

func (x *NextRequest) GetCursor() *Cursor

func (*NextRequest) GetHeader added in v1.16.0

func (x *NextRequest) GetHeader() *InternalHeader

func (*NextRequest) GetOffset added in v1.16.0

func (x *NextRequest) GetOffset() int32

func (*NextRequest) ProtoMessage added in v1.16.0

func (*NextRequest) ProtoMessage()

func (*NextRequest) ProtoReflect added in v1.16.0

func (x *NextRequest) ProtoReflect() protoreflect.Message

func (*NextRequest) Reset added in v1.16.0

func (x *NextRequest) Reset()

func (*NextRequest) String added in v1.16.0

func (x *NextRequest) String() string

type Path

type Path struct {
	Element []*Path_Element `protobuf:"group,1,rep,name=Element,json=element" json:"element,omitempty"`
	// contains filtered or unexported fields
}

func (*Path) Descriptor deprecated

func (*Path) Descriptor() ([]byte, []int)

Deprecated: Use Path.ProtoReflect.Descriptor instead.

func (*Path) GetElement

func (x *Path) GetElement() []*Path_Element

func (*Path) ProtoMessage

func (*Path) ProtoMessage()

func (*Path) ProtoReflect added in v1.16.0

func (x *Path) ProtoReflect() protoreflect.Message

func (*Path) Reset

func (x *Path) Reset()

func (*Path) String

func (x *Path) String() string

type Path_Element

type Path_Element struct {
	Type *string `protobuf:"bytes,2,req,name=type" json:"type,omitempty"`
	Id   *int64  `protobuf:"varint,3,opt,name=id" json:"id,omitempty"`
	Name *string `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Path_Element) Descriptor deprecated

func (*Path_Element) Descriptor() ([]byte, []int)

Deprecated: Use Path_Element.ProtoReflect.Descriptor instead.

func (*Path_Element) GetId

func (x *Path_Element) GetId() int64

func (*Path_Element) GetName

func (x *Path_Element) GetName() string

func (*Path_Element) GetType

func (x *Path_Element) GetType() string

func (*Path_Element) ProtoMessage

func (*Path_Element) ProtoMessage()

func (*Path_Element) ProtoReflect added in v1.16.0

func (x *Path_Element) ProtoReflect() protoreflect.Message

func (*Path_Element) Reset

func (x *Path_Element) Reset()

func (*Path_Element) String

func (x *Path_Element) String() string

type Property added in v1.16.0

type Property struct {
	Meaning               *Property_Meaning               `protobuf:"varint,1,opt,name=meaning,enum=appengine.v2.Property_Meaning,def=0" json:"meaning,omitempty"`
	MeaningUri            *string                         `protobuf:"bytes,2,opt,name=meaning_uri,json=meaningUri" json:"meaning_uri,omitempty"`
	Name                  *string                         `protobuf:"bytes,3,req,name=name" json:"name,omitempty"`
	Value                 *PropertyValue                  `protobuf:"bytes,5,req,name=value" json:"value,omitempty"`
	Multiple              *bool                           `protobuf:"varint,4,req,name=multiple" json:"multiple,omitempty"`
	Searchable            *bool                           `protobuf:"varint,6,opt,name=searchable,def=0" json:"searchable,omitempty"`
	FtsTokenizationOption *Property_FtsTokenizationOption `` /* 169-byte string literal not displayed */
	Locale                *string                         `protobuf:"bytes,9,opt,name=locale,def=en" json:"locale,omitempty"`
	// contains filtered or unexported fields
}

func (*Property) Descriptor deprecated added in v1.16.0

func (*Property) Descriptor() ([]byte, []int)

Deprecated: Use Property.ProtoReflect.Descriptor instead.

func (*Property) GetFtsTokenizationOption added in v1.16.0

func (x *Property) GetFtsTokenizationOption() Property_FtsTokenizationOption

func (*Property) GetLocale added in v1.16.0

func (x *Property) GetLocale() string

func (*Property) GetMeaning added in v1.16.0

func (x *Property) GetMeaning() Property_Meaning

func (*Property) GetMeaningUri added in v1.16.0

func (x *Property) GetMeaningUri() string

func (*Property) GetMultiple added in v1.16.0

func (x *Property) GetMultiple() bool

func (*Property) GetName added in v1.16.0

func (x *Property) GetName() string

func (*Property) GetSearchable added in v1.16.0

func (x *Property) GetSearchable() bool

func (*Property) GetValue added in v1.16.0

func (x *Property) GetValue() *PropertyValue

func (*Property) ProtoMessage added in v1.16.0

func (*Property) ProtoMessage()

func (*Property) ProtoReflect added in v1.16.0

func (x *Property) ProtoReflect() protoreflect.Message

func (*Property) Reset added in v1.16.0

func (x *Property) Reset()

func (*Property) String added in v1.16.0

func (x *Property) String() string

type PropertyValue added in v1.16.0

type PropertyValue struct {
	Int64Value     *int64                        `protobuf:"varint,1,opt,name=int64Value" json:"int64Value,omitempty"`
	BooleanValue   *bool                         `protobuf:"varint,2,opt,name=booleanValue" json:"booleanValue,omitempty"`
	StringValue    *string                       `protobuf:"bytes,3,opt,name=stringValue" json:"stringValue,omitempty"`
	DoubleValue    *float64                      `protobuf:"fixed64,4,opt,name=doubleValue" json:"doubleValue,omitempty"`
	Pointvalue     *PropertyValue_PointValue     `protobuf:"group,5,opt,name=PointValue,json=pointvalue" json:"pointvalue,omitempty"`
	Uservalue      *PropertyValue_UserValue      `protobuf:"group,8,opt,name=UserValue,json=uservalue" json:"uservalue,omitempty"`
	Referencevalue *PropertyValue_ReferenceValue `protobuf:"group,12,opt,name=ReferenceValue,json=referencevalue" json:"referencevalue,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValue) Descriptor deprecated added in v1.16.0

func (*PropertyValue) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValue.ProtoReflect.Descriptor instead.

func (*PropertyValue) GetBooleanValue added in v1.16.0

func (x *PropertyValue) GetBooleanValue() bool

func (*PropertyValue) GetDoubleValue added in v1.16.0

func (x *PropertyValue) GetDoubleValue() float64

func (*PropertyValue) GetInt64Value added in v1.16.0

func (x *PropertyValue) GetInt64Value() int64

func (*PropertyValue) GetPointvalue added in v1.16.0

func (x *PropertyValue) GetPointvalue() *PropertyValue_PointValue

func (*PropertyValue) GetReferencevalue added in v1.16.0

func (x *PropertyValue) GetReferencevalue() *PropertyValue_ReferenceValue

func (*PropertyValue) GetStringValue added in v1.16.0

func (x *PropertyValue) GetStringValue() string

func (*PropertyValue) GetUservalue added in v1.16.0

func (x *PropertyValue) GetUservalue() *PropertyValue_UserValue

func (*PropertyValue) ProtoMessage added in v1.16.0

func (*PropertyValue) ProtoMessage()

func (*PropertyValue) ProtoReflect added in v1.16.0

func (x *PropertyValue) ProtoReflect() protoreflect.Message

func (*PropertyValue) Reset added in v1.16.0

func (x *PropertyValue) Reset()

func (*PropertyValue) String added in v1.16.0

func (x *PropertyValue) String() string

type PropertyValue_PointValue added in v1.16.0

type PropertyValue_PointValue struct {
	X *float64 `protobuf:"fixed64,6,req,name=x" json:"x,omitempty"`
	Y *float64 `protobuf:"fixed64,7,req,name=y" json:"y,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValue_PointValue) Descriptor deprecated added in v1.16.0

func (*PropertyValue_PointValue) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValue_PointValue.ProtoReflect.Descriptor instead.

func (*PropertyValue_PointValue) GetX added in v1.16.0

func (*PropertyValue_PointValue) GetY added in v1.16.0

func (*PropertyValue_PointValue) ProtoMessage added in v1.16.0

func (*PropertyValue_PointValue) ProtoMessage()

func (*PropertyValue_PointValue) ProtoReflect added in v1.16.0

func (x *PropertyValue_PointValue) ProtoReflect() protoreflect.Message

func (*PropertyValue_PointValue) Reset added in v1.16.0

func (x *PropertyValue_PointValue) Reset()

func (*PropertyValue_PointValue) String added in v1.16.0

func (x *PropertyValue_PointValue) String() string

type PropertyValue_ReferenceValue added in v1.16.0

type PropertyValue_ReferenceValue struct {
	App         *string                                     `protobuf:"bytes,13,req,name=app" json:"app,omitempty"`
	NameSpace   *string                                     `protobuf:"bytes,20,opt,name=name_space,json=nameSpace" json:"name_space,omitempty"`
	Pathelement []*PropertyValue_ReferenceValue_PathElement `protobuf:"group,14,rep,name=PathElement,json=pathelement" json:"pathelement,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValue_ReferenceValue) Descriptor deprecated added in v1.16.0

func (*PropertyValue_ReferenceValue) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValue_ReferenceValue.ProtoReflect.Descriptor instead.

func (*PropertyValue_ReferenceValue) GetApp added in v1.16.0

func (*PropertyValue_ReferenceValue) GetNameSpace added in v1.16.0

func (x *PropertyValue_ReferenceValue) GetNameSpace() string

func (*PropertyValue_ReferenceValue) GetPathelement added in v1.16.0

func (*PropertyValue_ReferenceValue) ProtoMessage added in v1.16.0

func (*PropertyValue_ReferenceValue) ProtoMessage()

func (*PropertyValue_ReferenceValue) ProtoReflect added in v1.16.0

func (*PropertyValue_ReferenceValue) Reset added in v1.16.0

func (x *PropertyValue_ReferenceValue) Reset()

func (*PropertyValue_ReferenceValue) String added in v1.16.0

type PropertyValue_ReferenceValue_PathElement added in v1.16.0

type PropertyValue_ReferenceValue_PathElement struct {
	Type *string `protobuf:"bytes,15,req,name=type" json:"type,omitempty"`
	Id   *int64  `protobuf:"varint,16,opt,name=id" json:"id,omitempty"`
	Name *string `protobuf:"bytes,17,opt,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValue_ReferenceValue_PathElement) Descriptor deprecated added in v1.16.0

func (*PropertyValue_ReferenceValue_PathElement) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValue_ReferenceValue_PathElement.ProtoReflect.Descriptor instead.

func (*PropertyValue_ReferenceValue_PathElement) GetId added in v1.16.0

func (*PropertyValue_ReferenceValue_PathElement) GetName added in v1.16.0

func (*PropertyValue_ReferenceValue_PathElement) GetType added in v1.16.0

func (*PropertyValue_ReferenceValue_PathElement) ProtoMessage added in v1.16.0

func (*PropertyValue_ReferenceValue_PathElement) ProtoReflect added in v1.16.0

func (*PropertyValue_ReferenceValue_PathElement) Reset added in v1.16.0

func (*PropertyValue_ReferenceValue_PathElement) String added in v1.16.0

type PropertyValue_UserValue added in v1.16.0

type PropertyValue_UserValue struct {
	Email             *string `protobuf:"bytes,9,req,name=email" json:"email,omitempty"`
	AuthDomain        *string `protobuf:"bytes,10,req,name=auth_domain,json=authDomain" json:"auth_domain,omitempty"`
	Nickname          *string `protobuf:"bytes,11,opt,name=nickname" json:"nickname,omitempty"`
	FederatedIdentity *string `protobuf:"bytes,21,opt,name=federated_identity,json=federatedIdentity" json:"federated_identity,omitempty"`
	FederatedProvider *string `protobuf:"bytes,22,opt,name=federated_provider,json=federatedProvider" json:"federated_provider,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValue_UserValue) Descriptor deprecated added in v1.16.0

func (*PropertyValue_UserValue) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValue_UserValue.ProtoReflect.Descriptor instead.

func (*PropertyValue_UserValue) GetAuthDomain added in v1.16.0

func (x *PropertyValue_UserValue) GetAuthDomain() string

func (*PropertyValue_UserValue) GetEmail added in v1.16.0

func (x *PropertyValue_UserValue) GetEmail() string

func (*PropertyValue_UserValue) GetFederatedIdentity added in v1.16.0

func (x *PropertyValue_UserValue) GetFederatedIdentity() string

func (*PropertyValue_UserValue) GetFederatedProvider added in v1.16.0

func (x *PropertyValue_UserValue) GetFederatedProvider() string

func (*PropertyValue_UserValue) GetNickname added in v1.16.0

func (x *PropertyValue_UserValue) GetNickname() string

func (*PropertyValue_UserValue) ProtoMessage added in v1.16.0

func (*PropertyValue_UserValue) ProtoMessage()

func (*PropertyValue_UserValue) ProtoReflect added in v1.16.0

func (x *PropertyValue_UserValue) ProtoReflect() protoreflect.Message

func (*PropertyValue_UserValue) Reset added in v1.16.0

func (x *PropertyValue_UserValue) Reset()

func (*PropertyValue_UserValue) String added in v1.16.0

func (x *PropertyValue_UserValue) String() string

type Property_FtsTokenizationOption added in v1.16.0

type Property_FtsTokenizationOption int32
const (
	Property_HTML Property_FtsTokenizationOption = 1
	Property_ATOM Property_FtsTokenizationOption = 2
)

func (Property_FtsTokenizationOption) Descriptor added in v1.16.0

func (Property_FtsTokenizationOption) Enum added in v1.16.0

func (Property_FtsTokenizationOption) EnumDescriptor deprecated added in v1.16.0

func (Property_FtsTokenizationOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use Property_FtsTokenizationOption.Descriptor instead.

func (Property_FtsTokenizationOption) Number added in v1.16.0

func (Property_FtsTokenizationOption) String added in v1.16.0

func (Property_FtsTokenizationOption) Type added in v1.16.0

func (*Property_FtsTokenizationOption) UnmarshalJSON deprecated added in v1.16.0

func (x *Property_FtsTokenizationOption) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Property_Meaning added in v1.16.0

type Property_Meaning int32
const (
	Property_NO_MEANING       Property_Meaning = 0
	Property_BLOB             Property_Meaning = 14
	Property_TEXT             Property_Meaning = 15
	Property_BYTESTRING       Property_Meaning = 16
	Property_ATOM_CATEGORY    Property_Meaning = 1
	Property_ATOM_LINK        Property_Meaning = 2
	Property_ATOM_TITLE       Property_Meaning = 3
	Property_ATOM_CONTENT     Property_Meaning = 4
	Property_ATOM_SUMMARY     Property_Meaning = 5
	Property_ATOM_AUTHOR      Property_Meaning = 6
	Property_GD_WHEN          Property_Meaning = 7
	Property_GD_EMAIL         Property_Meaning = 8
	Property_GEORSS_POINT     Property_Meaning = 9
	Property_GD_IM            Property_Meaning = 10
	Property_GD_PHONENUMBER   Property_Meaning = 11
	Property_GD_POSTALADDRESS Property_Meaning = 12
	Property_GD_RATING        Property_Meaning = 13
	Property_BLOBKEY          Property_Meaning = 17
	Property_ENTITY_PROTO     Property_Meaning = 19
	Property_INDEX_VALUE      Property_Meaning = 18
)

func (Property_Meaning) Descriptor added in v1.16.0

func (Property_Meaning) Enum added in v1.16.0

func (Property_Meaning) EnumDescriptor deprecated added in v1.16.0

func (Property_Meaning) EnumDescriptor() ([]byte, []int)

Deprecated: Use Property_Meaning.Descriptor instead.

func (Property_Meaning) Number added in v1.16.0

func (Property_Meaning) String added in v1.16.0

func (x Property_Meaning) String() string

func (Property_Meaning) Type added in v1.16.0

func (*Property_Meaning) UnmarshalJSON deprecated added in v1.16.0

func (x *Property_Meaning) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PutRequest added in v1.16.0

type PutRequest struct {
	Header         *InternalHeader          `protobuf:"bytes,11,opt,name=header" json:"header,omitempty"`
	Entity         []*EntityProto           `protobuf:"bytes,1,rep,name=entity" json:"entity,omitempty"`
	Transaction    *Transaction             `protobuf:"bytes,2,opt,name=transaction" json:"transaction,omitempty"`
	CompositeIndex []*CompositeIndex        `protobuf:"bytes,3,rep,name=composite_index,json=compositeIndex" json:"composite_index,omitempty"`
	Trusted        *bool                    `protobuf:"varint,4,opt,name=trusted,def=0" json:"trusted,omitempty"`
	Force          *bool                    `protobuf:"varint,7,opt,name=force,def=0" json:"force,omitempty"`
	MarkChanges    *bool                    `protobuf:"varint,8,opt,name=mark_changes,json=markChanges,def=0" json:"mark_changes,omitempty"`
	Snapshot       []*Snapshot              `protobuf:"bytes,9,rep,name=snapshot" json:"snapshot,omitempty"`
	AutoIdPolicy   *PutRequest_AutoIdPolicy `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PutRequest) Descriptor deprecated added in v1.16.0

func (*PutRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutRequest.ProtoReflect.Descriptor instead.

func (*PutRequest) GetAutoIdPolicy added in v1.16.0

func (x *PutRequest) GetAutoIdPolicy() PutRequest_AutoIdPolicy

func (*PutRequest) GetCompositeIndex added in v1.16.0

func (x *PutRequest) GetCompositeIndex() []*CompositeIndex

func (*PutRequest) GetEntity added in v1.16.0

func (x *PutRequest) GetEntity() []*EntityProto

func (*PutRequest) GetForce added in v1.16.0

func (x *PutRequest) GetForce() bool

func (*PutRequest) GetHeader added in v1.16.0

func (x *PutRequest) GetHeader() *InternalHeader

func (*PutRequest) GetMarkChanges added in v1.16.0

func (x *PutRequest) GetMarkChanges() bool

func (*PutRequest) GetSnapshot added in v1.16.0

func (x *PutRequest) GetSnapshot() []*Snapshot

func (*PutRequest) GetTransaction added in v1.16.0

func (x *PutRequest) GetTransaction() *Transaction

func (*PutRequest) GetTrusted added in v1.16.0

func (x *PutRequest) GetTrusted() bool

func (*PutRequest) ProtoMessage added in v1.16.0

func (*PutRequest) ProtoMessage()

func (*PutRequest) ProtoReflect added in v1.16.0

func (x *PutRequest) ProtoReflect() protoreflect.Message

func (*PutRequest) Reset added in v1.16.0

func (x *PutRequest) Reset()

func (*PutRequest) String added in v1.16.0

func (x *PutRequest) String() string

type PutRequest_AutoIdPolicy added in v1.16.0

type PutRequest_AutoIdPolicy int32
const (
	PutRequest_CURRENT    PutRequest_AutoIdPolicy = 0
	PutRequest_SEQUENTIAL PutRequest_AutoIdPolicy = 1
)

func (PutRequest_AutoIdPolicy) Descriptor added in v1.16.0

func (PutRequest_AutoIdPolicy) Enum added in v1.16.0

func (PutRequest_AutoIdPolicy) EnumDescriptor deprecated added in v1.16.0

func (PutRequest_AutoIdPolicy) EnumDescriptor() ([]byte, []int)

Deprecated: Use PutRequest_AutoIdPolicy.Descriptor instead.

func (PutRequest_AutoIdPolicy) Number added in v1.16.0

func (PutRequest_AutoIdPolicy) String added in v1.16.0

func (x PutRequest_AutoIdPolicy) String() string

func (PutRequest_AutoIdPolicy) Type added in v1.16.0

func (*PutRequest_AutoIdPolicy) UnmarshalJSON deprecated added in v1.16.0

func (x *PutRequest_AutoIdPolicy) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PutResponse added in v1.16.0

type PutResponse struct {
	Key     []*Reference `protobuf:"bytes,1,rep,name=key" json:"key,omitempty"`
	Cost    *Cost        `protobuf:"bytes,2,opt,name=cost" json:"cost,omitempty"`
	Version []int64      `protobuf:"varint,3,rep,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*PutResponse) Descriptor deprecated added in v1.16.0

func (*PutResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutResponse.ProtoReflect.Descriptor instead.

func (*PutResponse) GetCost added in v1.16.0

func (x *PutResponse) GetCost() *Cost

func (*PutResponse) GetKey added in v1.16.0

func (x *PutResponse) GetKey() []*Reference

func (*PutResponse) GetVersion added in v1.16.0

func (x *PutResponse) GetVersion() []int64

func (*PutResponse) ProtoMessage added in v1.16.0

func (*PutResponse) ProtoMessage()

func (*PutResponse) ProtoReflect added in v1.16.0

func (x *PutResponse) ProtoReflect() protoreflect.Message

func (*PutResponse) Reset added in v1.16.0

func (x *PutResponse) Reset()

func (*PutResponse) String added in v1.16.0

func (x *PutResponse) String() string

type Query added in v1.16.0

type Query struct {
	Header              *InternalHeader   `protobuf:"bytes,39,opt,name=header" json:"header,omitempty"`
	App                 *string           `protobuf:"bytes,1,req,name=app" json:"app,omitempty"`
	NameSpace           *string           `protobuf:"bytes,29,opt,name=name_space,json=nameSpace" json:"name_space,omitempty"`
	Kind                *string           `protobuf:"bytes,3,opt,name=kind" json:"kind,omitempty"`
	Ancestor            *Reference        `protobuf:"bytes,17,opt,name=ancestor" json:"ancestor,omitempty"`
	Filter              []*Query_Filter   `protobuf:"group,4,rep,name=Filter,json=filter" json:"filter,omitempty"`
	SearchQuery         *string           `protobuf:"bytes,8,opt,name=search_query,json=searchQuery" json:"search_query,omitempty"`
	Order               []*Query_Order    `protobuf:"group,9,rep,name=Order,json=order" json:"order,omitempty"`
	Hint                *Query_Hint       `protobuf:"varint,18,opt,name=hint,enum=appengine.v2.Query_Hint" json:"hint,omitempty"`
	Count               *int32            `protobuf:"varint,23,opt,name=count" json:"count,omitempty"`
	Offset              *int32            `protobuf:"varint,12,opt,name=offset,def=0" json:"offset,omitempty"`
	Limit               *int32            `protobuf:"varint,16,opt,name=limit" json:"limit,omitempty"`
	CompiledCursor      *CompiledCursor   `protobuf:"bytes,30,opt,name=compiled_cursor,json=compiledCursor" json:"compiled_cursor,omitempty"`
	EndCompiledCursor   *CompiledCursor   `protobuf:"bytes,31,opt,name=end_compiled_cursor,json=endCompiledCursor" json:"end_compiled_cursor,omitempty"`
	CompositeIndex      []*CompositeIndex `protobuf:"bytes,19,rep,name=composite_index,json=compositeIndex" json:"composite_index,omitempty"`
	RequirePerfectPlan  *bool             `protobuf:"varint,20,opt,name=require_perfect_plan,json=requirePerfectPlan,def=0" json:"require_perfect_plan,omitempty"`
	KeysOnly            *bool             `protobuf:"varint,21,opt,name=keys_only,json=keysOnly,def=0" json:"keys_only,omitempty"`
	Transaction         *Transaction      `protobuf:"bytes,22,opt,name=transaction" json:"transaction,omitempty"`
	Compile             *bool             `protobuf:"varint,25,opt,name=compile,def=0" json:"compile,omitempty"`
	FailoverMs          *int64            `protobuf:"varint,26,opt,name=failover_ms,json=failoverMs" json:"failover_ms,omitempty"`
	Strong              *bool             `protobuf:"varint,32,opt,name=strong" json:"strong,omitempty"`
	PropertyName        []string          `protobuf:"bytes,33,rep,name=property_name,json=propertyName" json:"property_name,omitempty"`
	GroupByPropertyName []string          `protobuf:"bytes,34,rep,name=group_by_property_name,json=groupByPropertyName" json:"group_by_property_name,omitempty"`
	Distinct            *bool             `protobuf:"varint,24,opt,name=distinct" json:"distinct,omitempty"`
	MinSafeTimeSeconds  *int64            `protobuf:"varint,35,opt,name=min_safe_time_seconds,json=minSafeTimeSeconds" json:"min_safe_time_seconds,omitempty"`
	SafeReplicaName     []string          `protobuf:"bytes,36,rep,name=safe_replica_name,json=safeReplicaName" json:"safe_replica_name,omitempty"`
	PersistOffset       *bool             `protobuf:"varint,37,opt,name=persist_offset,json=persistOffset,def=0" json:"persist_offset,omitempty"`
	// contains filtered or unexported fields
}

func (*Query) Descriptor deprecated added in v1.16.0

func (*Query) Descriptor() ([]byte, []int)

Deprecated: Use Query.ProtoReflect.Descriptor instead.

func (*Query) GetAncestor added in v1.16.0

func (x *Query) GetAncestor() *Reference

func (*Query) GetApp added in v1.16.0

func (x *Query) GetApp() string

func (*Query) GetCompile added in v1.16.0

func (x *Query) GetCompile() bool

func (*Query) GetCompiledCursor added in v1.16.0

func (x *Query) GetCompiledCursor() *CompiledCursor

func (*Query) GetCompositeIndex added in v1.16.0

func (x *Query) GetCompositeIndex() []*CompositeIndex

func (*Query) GetCount added in v1.16.0

func (x *Query) GetCount() int32

func (*Query) GetDistinct added in v1.16.0

func (x *Query) GetDistinct() bool

func (*Query) GetEndCompiledCursor added in v1.16.0

func (x *Query) GetEndCompiledCursor() *CompiledCursor

func (*Query) GetFailoverMs added in v1.16.0

func (x *Query) GetFailoverMs() int64

func (*Query) GetFilter added in v1.16.0

func (x *Query) GetFilter() []*Query_Filter

func (*Query) GetGroupByPropertyName added in v1.16.0

func (x *Query) GetGroupByPropertyName() []string

func (*Query) GetHeader added in v1.16.0

func (x *Query) GetHeader() *InternalHeader

func (*Query) GetHint added in v1.16.0

func (x *Query) GetHint() Query_Hint

func (*Query) GetKeysOnly added in v1.16.0

func (x *Query) GetKeysOnly() bool

func (*Query) GetKind added in v1.16.0

func (x *Query) GetKind() string

func (*Query) GetLimit added in v1.16.0

func (x *Query) GetLimit() int32

func (*Query) GetMinSafeTimeSeconds added in v1.16.0

func (x *Query) GetMinSafeTimeSeconds() int64

func (*Query) GetNameSpace added in v1.16.0

func (x *Query) GetNameSpace() string

func (*Query) GetOffset added in v1.16.0

func (x *Query) GetOffset() int32

func (*Query) GetOrder added in v1.16.0

func (x *Query) GetOrder() []*Query_Order

func (*Query) GetPersistOffset added in v1.16.0

func (x *Query) GetPersistOffset() bool

func (*Query) GetPropertyName added in v1.16.0

func (x *Query) GetPropertyName() []string

func (*Query) GetRequirePerfectPlan added in v1.16.0

func (x *Query) GetRequirePerfectPlan() bool

func (*Query) GetSafeReplicaName added in v1.16.0

func (x *Query) GetSafeReplicaName() []string

func (*Query) GetSearchQuery added in v1.16.0

func (x *Query) GetSearchQuery() string

func (*Query) GetStrong added in v1.16.0

func (x *Query) GetStrong() bool

func (*Query) GetTransaction added in v1.16.0

func (x *Query) GetTransaction() *Transaction

func (*Query) ProtoMessage added in v1.16.0

func (*Query) ProtoMessage()

func (*Query) ProtoReflect added in v1.16.0

func (x *Query) ProtoReflect() protoreflect.Message

func (*Query) Reset added in v1.16.0

func (x *Query) Reset()

func (*Query) String added in v1.16.0

func (x *Query) String() string

type QueryResult added in v1.16.0

type QueryResult struct {
	Cursor         *Cursor           `protobuf:"bytes,1,opt,name=cursor" json:"cursor,omitempty"`
	Result         []*EntityProto    `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	SkippedResults *int32            `protobuf:"varint,7,opt,name=skipped_results,json=skippedResults" json:"skipped_results,omitempty"`
	MoreResults    *bool             `protobuf:"varint,3,req,name=more_results,json=moreResults" json:"more_results,omitempty"`
	KeysOnly       *bool             `protobuf:"varint,4,opt,name=keys_only,json=keysOnly" json:"keys_only,omitempty"`
	IndexOnly      *bool             `protobuf:"varint,9,opt,name=index_only,json=indexOnly" json:"index_only,omitempty"`
	SmallOps       *bool             `protobuf:"varint,10,opt,name=small_ops,json=smallOps" json:"small_ops,omitempty"`
	CompiledQuery  *CompiledQuery    `protobuf:"bytes,5,opt,name=compiled_query,json=compiledQuery" json:"compiled_query,omitempty"`
	CompiledCursor *CompiledCursor   `protobuf:"bytes,6,opt,name=compiled_cursor,json=compiledCursor" json:"compiled_cursor,omitempty"`
	Index          []*CompositeIndex `protobuf:"bytes,8,rep,name=index" json:"index,omitempty"`
	Version        []int64           `protobuf:"varint,11,rep,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryResult) Descriptor deprecated added in v1.16.0

func (*QueryResult) Descriptor() ([]byte, []int)

Deprecated: Use QueryResult.ProtoReflect.Descriptor instead.

func (*QueryResult) GetCompiledCursor added in v1.16.0

func (x *QueryResult) GetCompiledCursor() *CompiledCursor

func (*QueryResult) GetCompiledQuery added in v1.16.0

func (x *QueryResult) GetCompiledQuery() *CompiledQuery

func (*QueryResult) GetCursor added in v1.16.0

func (x *QueryResult) GetCursor() *Cursor

func (*QueryResult) GetIndex added in v1.16.0

func (x *QueryResult) GetIndex() []*CompositeIndex

func (*QueryResult) GetIndexOnly added in v1.16.0

func (x *QueryResult) GetIndexOnly() bool

func (*QueryResult) GetKeysOnly added in v1.16.0

func (x *QueryResult) GetKeysOnly() bool

func (*QueryResult) GetMoreResults added in v1.16.0

func (x *QueryResult) GetMoreResults() bool

func (*QueryResult) GetResult added in v1.16.0

func (x *QueryResult) GetResult() []*EntityProto

func (*QueryResult) GetSkippedResults added in v1.16.0

func (x *QueryResult) GetSkippedResults() int32

func (*QueryResult) GetSmallOps added in v1.16.0

func (x *QueryResult) GetSmallOps() bool

func (*QueryResult) GetVersion added in v1.16.0

func (x *QueryResult) GetVersion() []int64

func (*QueryResult) ProtoMessage added in v1.16.0

func (*QueryResult) ProtoMessage()

func (*QueryResult) ProtoReflect added in v1.16.0

func (x *QueryResult) ProtoReflect() protoreflect.Message

func (*QueryResult) Reset added in v1.16.0

func (x *QueryResult) Reset()

func (*QueryResult) String added in v1.16.0

func (x *QueryResult) String() string

type Query_Filter added in v1.16.0

type Query_Filter struct {
	Op       *Query_Filter_Operator `protobuf:"varint,6,req,name=op,enum=appengine.v2.Query_Filter_Operator" json:"op,omitempty"`
	Property []*Property            `protobuf:"bytes,14,rep,name=property" json:"property,omitempty"`
	// contains filtered or unexported fields
}

func (*Query_Filter) Descriptor deprecated added in v1.16.0

func (*Query_Filter) Descriptor() ([]byte, []int)

Deprecated: Use Query_Filter.ProtoReflect.Descriptor instead.

func (*Query_Filter) GetOp added in v1.16.0

func (*Query_Filter) GetProperty added in v1.16.0

func (x *Query_Filter) GetProperty() []*Property

func (*Query_Filter) ProtoMessage added in v1.16.0

func (*Query_Filter) ProtoMessage()

func (*Query_Filter) ProtoReflect added in v1.16.0

func (x *Query_Filter) ProtoReflect() protoreflect.Message

func (*Query_Filter) Reset added in v1.16.0

func (x *Query_Filter) Reset()

func (*Query_Filter) String added in v1.16.0

func (x *Query_Filter) String() string

type Query_Filter_Operator added in v1.16.0

type Query_Filter_Operator int32
const (
	Query_Filter_LESS_THAN             Query_Filter_Operator = 1
	Query_Filter_LESS_THAN_OR_EQUAL    Query_Filter_Operator = 2
	Query_Filter_GREATER_THAN          Query_Filter_Operator = 3
	Query_Filter_GREATER_THAN_OR_EQUAL Query_Filter_Operator = 4
	Query_Filter_EQUAL                 Query_Filter_Operator = 5
	Query_Filter_IN                    Query_Filter_Operator = 6
	Query_Filter_EXISTS                Query_Filter_Operator = 7
)

func (Query_Filter_Operator) Descriptor added in v1.16.0

func (Query_Filter_Operator) Enum added in v1.16.0

func (Query_Filter_Operator) EnumDescriptor deprecated added in v1.16.0

func (Query_Filter_Operator) EnumDescriptor() ([]byte, []int)

Deprecated: Use Query_Filter_Operator.Descriptor instead.

func (Query_Filter_Operator) Number added in v1.16.0

func (Query_Filter_Operator) String added in v1.16.0

func (x Query_Filter_Operator) String() string

func (Query_Filter_Operator) Type added in v1.16.0

func (*Query_Filter_Operator) UnmarshalJSON deprecated added in v1.16.0

func (x *Query_Filter_Operator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Query_Hint added in v1.16.0

type Query_Hint int32
const (
	Query_ORDER_FIRST    Query_Hint = 1
	Query_ANCESTOR_FIRST Query_Hint = 2
	Query_FILTER_FIRST   Query_Hint = 3
)

func (Query_Hint) Descriptor added in v1.16.0

func (Query_Hint) Descriptor() protoreflect.EnumDescriptor

func (Query_Hint) Enum added in v1.16.0

func (x Query_Hint) Enum() *Query_Hint

func (Query_Hint) EnumDescriptor deprecated added in v1.16.0

func (Query_Hint) EnumDescriptor() ([]byte, []int)

Deprecated: Use Query_Hint.Descriptor instead.

func (Query_Hint) Number added in v1.16.0

func (x Query_Hint) Number() protoreflect.EnumNumber

func (Query_Hint) String added in v1.16.0

func (x Query_Hint) String() string

func (Query_Hint) Type added in v1.16.0

func (*Query_Hint) UnmarshalJSON deprecated added in v1.16.0

func (x *Query_Hint) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Query_Order added in v1.16.0

type Query_Order struct {
	Property  *string                `protobuf:"bytes,10,req,name=property" json:"property,omitempty"`
	Direction *Query_Order_Direction `protobuf:"varint,11,opt,name=direction,enum=appengine.v2.Query_Order_Direction,def=1" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*Query_Order) Descriptor deprecated added in v1.16.0

func (*Query_Order) Descriptor() ([]byte, []int)

Deprecated: Use Query_Order.ProtoReflect.Descriptor instead.

func (*Query_Order) GetDirection added in v1.16.0

func (x *Query_Order) GetDirection() Query_Order_Direction

func (*Query_Order) GetProperty added in v1.16.0

func (x *Query_Order) GetProperty() string

func (*Query_Order) ProtoMessage added in v1.16.0

func (*Query_Order) ProtoMessage()

func (*Query_Order) ProtoReflect added in v1.16.0

func (x *Query_Order) ProtoReflect() protoreflect.Message

func (*Query_Order) Reset added in v1.16.0

func (x *Query_Order) Reset()

func (*Query_Order) String added in v1.16.0

func (x *Query_Order) String() string

type Query_Order_Direction added in v1.16.0

type Query_Order_Direction int32
const (
	Query_Order_ASCENDING  Query_Order_Direction = 1
	Query_Order_DESCENDING Query_Order_Direction = 2
)

func (Query_Order_Direction) Descriptor added in v1.16.0

func (Query_Order_Direction) Enum added in v1.16.0

func (Query_Order_Direction) EnumDescriptor deprecated added in v1.16.0

func (Query_Order_Direction) EnumDescriptor() ([]byte, []int)

Deprecated: Use Query_Order_Direction.Descriptor instead.

func (Query_Order_Direction) Number added in v1.16.0

func (Query_Order_Direction) String added in v1.16.0

func (x Query_Order_Direction) String() string

func (Query_Order_Direction) Type added in v1.16.0

func (*Query_Order_Direction) UnmarshalJSON deprecated added in v1.16.0

func (x *Query_Order_Direction) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Reference

type Reference struct {
	App       *string `protobuf:"bytes,13,req,name=app" json:"app,omitempty"`
	NameSpace *string `protobuf:"bytes,20,opt,name=name_space,json=nameSpace" json:"name_space,omitempty"`
	Path      *Path   `protobuf:"bytes,14,req,name=path" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*Reference) Descriptor deprecated

func (*Reference) Descriptor() ([]byte, []int)

Deprecated: Use Reference.ProtoReflect.Descriptor instead.

func (*Reference) GetApp

func (x *Reference) GetApp() string

func (*Reference) GetNameSpace

func (x *Reference) GetNameSpace() string

func (*Reference) GetPath

func (x *Reference) GetPath() *Path

func (*Reference) ProtoMessage

func (*Reference) ProtoMessage()

func (*Reference) ProtoReflect added in v1.16.0

func (x *Reference) ProtoReflect() protoreflect.Message

func (*Reference) Reset

func (x *Reference) Reset()

func (*Reference) String

func (x *Reference) String() string

type Snapshot added in v1.16.0

type Snapshot struct {
	Ts *int64 `protobuf:"varint,1,req,name=ts" json:"ts,omitempty"`
	// contains filtered or unexported fields
}

func (*Snapshot) Descriptor deprecated added in v1.16.0

func (*Snapshot) Descriptor() ([]byte, []int)

Deprecated: Use Snapshot.ProtoReflect.Descriptor instead.

func (*Snapshot) GetTs added in v1.16.0

func (x *Snapshot) GetTs() int64

func (*Snapshot) ProtoMessage added in v1.16.0

func (*Snapshot) ProtoMessage()

func (*Snapshot) ProtoReflect added in v1.16.0

func (x *Snapshot) ProtoReflect() protoreflect.Message

func (*Snapshot) Reset added in v1.16.0

func (x *Snapshot) Reset()

func (*Snapshot) String added in v1.16.0

func (x *Snapshot) String() string

type Snapshot_Status added in v1.16.0

type Snapshot_Status int32
const (
	Snapshot_INACTIVE Snapshot_Status = 0
	Snapshot_ACTIVE   Snapshot_Status = 1
)

func (Snapshot_Status) Descriptor added in v1.16.0

func (Snapshot_Status) Enum added in v1.16.0

func (x Snapshot_Status) Enum() *Snapshot_Status

func (Snapshot_Status) EnumDescriptor deprecated added in v1.16.0

func (Snapshot_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Snapshot_Status.Descriptor instead.

func (Snapshot_Status) Number added in v1.16.0

func (Snapshot_Status) String added in v1.16.0

func (x Snapshot_Status) String() string

func (Snapshot_Status) Type added in v1.16.0

func (*Snapshot_Status) UnmarshalJSON deprecated added in v1.16.0

func (x *Snapshot_Status) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type TouchRequest added in v1.16.0

type TouchRequest struct {
	Header         *InternalHeader   `protobuf:"bytes,10,opt,name=header" json:"header,omitempty"`
	Key            []*Reference      `protobuf:"bytes,1,rep,name=key" json:"key,omitempty"`
	CompositeIndex []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index,json=compositeIndex" json:"composite_index,omitempty"`
	Force          *bool             `protobuf:"varint,3,opt,name=force,def=0" json:"force,omitempty"`
	Snapshot       []*Snapshot       `protobuf:"bytes,9,rep,name=snapshot" json:"snapshot,omitempty"`
	// contains filtered or unexported fields
}

func (*TouchRequest) Descriptor deprecated added in v1.16.0

func (*TouchRequest) Descriptor() ([]byte, []int)

Deprecated: Use TouchRequest.ProtoReflect.Descriptor instead.

func (*TouchRequest) GetCompositeIndex added in v1.16.0

func (x *TouchRequest) GetCompositeIndex() []*CompositeIndex

func (*TouchRequest) GetForce added in v1.16.0

func (x *TouchRequest) GetForce() bool

func (*TouchRequest) GetHeader added in v1.16.0

func (x *TouchRequest) GetHeader() *InternalHeader

func (*TouchRequest) GetKey added in v1.16.0

func (x *TouchRequest) GetKey() []*Reference

func (*TouchRequest) GetSnapshot added in v1.16.0

func (x *TouchRequest) GetSnapshot() []*Snapshot

func (*TouchRequest) ProtoMessage added in v1.16.0

func (*TouchRequest) ProtoMessage()

func (*TouchRequest) ProtoReflect added in v1.16.0

func (x *TouchRequest) ProtoReflect() protoreflect.Message

func (*TouchRequest) Reset added in v1.16.0

func (x *TouchRequest) Reset()

func (*TouchRequest) String added in v1.16.0

func (x *TouchRequest) String() string

type TouchResponse added in v1.16.0

type TouchResponse struct {
	Cost *Cost `protobuf:"bytes,1,opt,name=cost" json:"cost,omitempty"`
	// contains filtered or unexported fields
}

func (*TouchResponse) Descriptor deprecated added in v1.16.0

func (*TouchResponse) Descriptor() ([]byte, []int)

Deprecated: Use TouchResponse.ProtoReflect.Descriptor instead.

func (*TouchResponse) GetCost added in v1.16.0

func (x *TouchResponse) GetCost() *Cost

func (*TouchResponse) ProtoMessage added in v1.16.0

func (*TouchResponse) ProtoMessage()

func (*TouchResponse) ProtoReflect added in v1.16.0

func (x *TouchResponse) ProtoReflect() protoreflect.Message

func (*TouchResponse) Reset added in v1.16.0

func (x *TouchResponse) Reset()

func (*TouchResponse) String added in v1.16.0

func (x *TouchResponse) String() string

type Transaction added in v1.16.0

type Transaction struct {
	Header      *InternalHeader `protobuf:"bytes,4,opt,name=header" json:"header,omitempty"`
	Handle      *uint64         `protobuf:"fixed64,1,req,name=handle" json:"handle,omitempty"`
	App         *string         `protobuf:"bytes,2,req,name=app" json:"app,omitempty"`
	MarkChanges *bool           `protobuf:"varint,3,opt,name=mark_changes,json=markChanges,def=0" json:"mark_changes,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction) Descriptor deprecated added in v1.16.0

func (*Transaction) Descriptor() ([]byte, []int)

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

func (*Transaction) GetApp added in v1.16.0

func (x *Transaction) GetApp() string

func (*Transaction) GetHandle added in v1.16.0

func (x *Transaction) GetHandle() uint64

func (*Transaction) GetHeader added in v1.16.0

func (x *Transaction) GetHeader() *InternalHeader

func (*Transaction) GetMarkChanges added in v1.16.0

func (x *Transaction) GetMarkChanges() bool

func (*Transaction) ProtoMessage added in v1.16.0

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect added in v1.16.0

func (x *Transaction) ProtoReflect() protoreflect.Message

func (*Transaction) Reset added in v1.16.0

func (x *Transaction) Reset()

func (*Transaction) String added in v1.16.0

func (x *Transaction) String() string

type User added in v1.16.0

type User struct {
	Email             *string `protobuf:"bytes,1,req,name=email" json:"email,omitempty"`
	AuthDomain        *string `protobuf:"bytes,2,req,name=auth_domain,json=authDomain" json:"auth_domain,omitempty"`
	Nickname          *string `protobuf:"bytes,3,opt,name=nickname" json:"nickname,omitempty"`
	FederatedIdentity *string `protobuf:"bytes,6,opt,name=federated_identity,json=federatedIdentity" json:"federated_identity,omitempty"`
	FederatedProvider *string `protobuf:"bytes,7,opt,name=federated_provider,json=federatedProvider" json:"federated_provider,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated added in v1.16.0

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAuthDomain added in v1.16.0

func (x *User) GetAuthDomain() string

func (*User) GetEmail added in v1.16.0

func (x *User) GetEmail() string

func (*User) GetFederatedIdentity added in v1.16.0

func (x *User) GetFederatedIdentity() string

func (*User) GetFederatedProvider added in v1.16.0

func (x *User) GetFederatedProvider() string

func (*User) GetNickname added in v1.16.0

func (x *User) GetNickname() string

func (*User) ProtoMessage added in v1.16.0

func (*User) ProtoMessage()

func (*User) ProtoReflect added in v1.16.0

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset added in v1.16.0

func (x *User) Reset()

func (*User) String added in v1.16.0

func (x *User) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL