datastore

package
v0.0.0-...-ef45db5 Latest Latest
Warning

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

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

README

datastore_v3.proto came from: https://github.com/golang/appengine/tree/1956b43a8bbcb66421b5753e14b36ace04469126/internal/datastore

Changes are:

  • package appengine; replaced with package luci.gae.internal.datastore;
  • option go_package is set to go.chromium.org/luci/gae/service/datastore/internal/protos/datastore

Documentation

Overview

Package datastore contains protos used for compatibility with GAE datastore.

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_go_chromium_org_luci_gae_service_datastore_internal_protos_datastore_datastore_v3_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Action

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

func (*Action) Descriptor deprecated

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

Deprecated: Use Action.ProtoReflect.Descriptor instead.

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) ProtoReflect

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

func (*Action) Reset

func (x *Action) Reset()

func (*Action) String

func (x *Action) String() string

type AddActionsRequest

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

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

Deprecated: Use AddActionsRequest.ProtoReflect.Descriptor instead.

func (*AddActionsRequest) GetAction

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

func (*AddActionsRequest) GetHeader

func (x *AddActionsRequest) GetHeader() *InternalHeader

func (*AddActionsRequest) GetTransaction

func (x *AddActionsRequest) GetTransaction() *Transaction

func (*AddActionsRequest) ProtoMessage

func (*AddActionsRequest) ProtoMessage()

func (*AddActionsRequest) ProtoReflect

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

func (*AddActionsRequest) Reset

func (x *AddActionsRequest) Reset()

func (*AddActionsRequest) String

func (x *AddActionsRequest) String() string

type AddActionsResponse

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

func (*AddActionsResponse) Descriptor deprecated

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

Deprecated: Use AddActionsResponse.ProtoReflect.Descriptor instead.

func (*AddActionsResponse) ProtoMessage

func (*AddActionsResponse) ProtoMessage()

func (*AddActionsResponse) ProtoReflect

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

func (*AddActionsResponse) Reset

func (x *AddActionsResponse) Reset()

func (*AddActionsResponse) String

func (x *AddActionsResponse) String() string

type AllocateIdsRequest

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

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

Deprecated: Use AllocateIdsRequest.ProtoReflect.Descriptor instead.

func (*AllocateIdsRequest) GetHeader

func (x *AllocateIdsRequest) GetHeader() *InternalHeader

func (*AllocateIdsRequest) GetMax

func (x *AllocateIdsRequest) GetMax() int64

func (*AllocateIdsRequest) GetModelKey

func (x *AllocateIdsRequest) GetModelKey() *Reference

func (*AllocateIdsRequest) GetReserve

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

func (*AllocateIdsRequest) GetSize

func (x *AllocateIdsRequest) GetSize() int64

func (*AllocateIdsRequest) ProtoMessage

func (*AllocateIdsRequest) ProtoMessage()

func (*AllocateIdsRequest) ProtoReflect

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

func (*AllocateIdsRequest) Reset

func (x *AllocateIdsRequest) Reset()

func (*AllocateIdsRequest) String

func (x *AllocateIdsRequest) String() string

type AllocateIdsResponse

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

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

Deprecated: Use AllocateIdsResponse.ProtoReflect.Descriptor instead.

func (*AllocateIdsResponse) GetCost

func (x *AllocateIdsResponse) GetCost() *Cost

func (*AllocateIdsResponse) GetEnd

func (x *AllocateIdsResponse) GetEnd() int64

func (*AllocateIdsResponse) GetStart

func (x *AllocateIdsResponse) GetStart() int64

func (*AllocateIdsResponse) ProtoMessage

func (*AllocateIdsResponse) ProtoMessage()

func (*AllocateIdsResponse) ProtoReflect

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

func (*AllocateIdsResponse) Reset

func (x *AllocateIdsResponse) Reset()

func (*AllocateIdsResponse) String

func (x *AllocateIdsResponse) String() string

type BeginTransactionRequest

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 `` /* 134-byte string literal not displayed */
	PreviousTransaction *Transaction                             `protobuf:"bytes,7,opt,name=previous_transaction,json=previousTransaction" json:"previous_transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*BeginTransactionRequest) Descriptor deprecated

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

Deprecated: Use BeginTransactionRequest.ProtoReflect.Descriptor instead.

func (*BeginTransactionRequest) GetAllowMultipleEg

func (x *BeginTransactionRequest) GetAllowMultipleEg() bool

func (*BeginTransactionRequest) GetApp

func (x *BeginTransactionRequest) GetApp() string

func (*BeginTransactionRequest) GetDatabaseId

func (x *BeginTransactionRequest) GetDatabaseId() string

func (*BeginTransactionRequest) GetHeader

func (x *BeginTransactionRequest) GetHeader() *InternalHeader

func (*BeginTransactionRequest) GetMode

func (*BeginTransactionRequest) GetPreviousTransaction

func (x *BeginTransactionRequest) GetPreviousTransaction() *Transaction

func (*BeginTransactionRequest) ProtoMessage

func (*BeginTransactionRequest) ProtoMessage()

func (*BeginTransactionRequest) ProtoReflect

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

func (*BeginTransactionRequest) Reset

func (x *BeginTransactionRequest) Reset()

func (*BeginTransactionRequest) String

func (x *BeginTransactionRequest) String() string

type BeginTransactionRequest_TransactionMode

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

func (BeginTransactionRequest_TransactionMode) Enum

func (BeginTransactionRequest_TransactionMode) EnumDescriptor deprecated

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

Deprecated: Use BeginTransactionRequest_TransactionMode.Descriptor instead.

func (BeginTransactionRequest_TransactionMode) Number

func (BeginTransactionRequest_TransactionMode) String

func (BeginTransactionRequest_TransactionMode) Type

func (*BeginTransactionRequest_TransactionMode) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type CommitResponse

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

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

Deprecated: Use CommitResponse.ProtoReflect.Descriptor instead.

func (*CommitResponse) GetCost

func (x *CommitResponse) GetCost() *Cost

func (*CommitResponse) GetVersion

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

func (*CommitResponse) ProtoMessage

func (*CommitResponse) ProtoMessage()

func (*CommitResponse) ProtoReflect

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

func (*CommitResponse) Reset

func (x *CommitResponse) Reset()

func (*CommitResponse) String

func (x *CommitResponse) String() string

type CommitResponse_Version

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

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

Deprecated: Use CommitResponse_Version.ProtoReflect.Descriptor instead.

func (*CommitResponse_Version) GetRootEntityKey

func (x *CommitResponse_Version) GetRootEntityKey() *Reference

func (*CommitResponse_Version) GetVersion

func (x *CommitResponse_Version) GetVersion() int64

func (*CommitResponse_Version) ProtoMessage

func (*CommitResponse_Version) ProtoMessage()

func (*CommitResponse_Version) ProtoReflect

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

func (*CommitResponse_Version) Reset

func (x *CommitResponse_Version) Reset()

func (*CommitResponse_Version) String

func (x *CommitResponse_Version) String() string

type CompiledCursor

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

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

Deprecated: Use CompiledCursor.ProtoReflect.Descriptor instead.

func (*CompiledCursor) GetPosition

func (x *CompiledCursor) GetPosition() *CompiledCursor_Position

func (*CompiledCursor) ProtoMessage

func (*CompiledCursor) ProtoMessage()

func (*CompiledCursor) ProtoReflect

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

func (*CompiledCursor) Reset

func (x *CompiledCursor) Reset()

func (*CompiledCursor) String

func (x *CompiledCursor) String() string

type CompiledCursor_Position

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

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

Deprecated: Use CompiledCursor_Position.ProtoReflect.Descriptor instead.

func (*CompiledCursor_Position) GetIndexvalue

func (*CompiledCursor_Position) GetKey

func (x *CompiledCursor_Position) GetKey() *Reference

func (*CompiledCursor_Position) GetStartInclusive

func (x *CompiledCursor_Position) GetStartInclusive() bool

func (*CompiledCursor_Position) GetStartKey

func (x *CompiledCursor_Position) GetStartKey() string

func (*CompiledCursor_Position) ProtoMessage

func (*CompiledCursor_Position) ProtoMessage()

func (*CompiledCursor_Position) ProtoReflect

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

func (*CompiledCursor_Position) Reset

func (x *CompiledCursor_Position) Reset()

func (*CompiledCursor_Position) String

func (x *CompiledCursor_Position) String() string

type CompiledCursor_Position_IndexValue

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

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

Deprecated: Use CompiledCursor_Position_IndexValue.ProtoReflect.Descriptor instead.

func (*CompiledCursor_Position_IndexValue) GetProperty

func (x *CompiledCursor_Position_IndexValue) GetProperty() string

func (*CompiledCursor_Position_IndexValue) GetValue

func (*CompiledCursor_Position_IndexValue) ProtoMessage

func (*CompiledCursor_Position_IndexValue) ProtoMessage()

func (*CompiledCursor_Position_IndexValue) ProtoReflect

func (*CompiledCursor_Position_IndexValue) Reset

func (*CompiledCursor_Position_IndexValue) String

type CompiledQuery

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

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

Deprecated: Use CompiledQuery.ProtoReflect.Descriptor instead.

func (*CompiledQuery) GetDistinctInfixSize

func (x *CompiledQuery) GetDistinctInfixSize() int32

func (*CompiledQuery) GetEntityfilter

func (x *CompiledQuery) GetEntityfilter() *CompiledQuery_EntityFilter

func (*CompiledQuery) GetIndexDef

func (x *CompiledQuery) GetIndexDef() *Index

func (*CompiledQuery) GetKeysOnly

func (x *CompiledQuery) GetKeysOnly() bool

func (*CompiledQuery) GetLimit

func (x *CompiledQuery) GetLimit() int32

func (*CompiledQuery) GetMergejoinscan

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

func (*CompiledQuery) GetOffset

func (x *CompiledQuery) GetOffset() int32

func (*CompiledQuery) GetPrimaryscan

func (x *CompiledQuery) GetPrimaryscan() *CompiledQuery_PrimaryScan

func (*CompiledQuery) GetPropertyName

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

func (*CompiledQuery) ProtoMessage

func (*CompiledQuery) ProtoMessage()

func (*CompiledQuery) ProtoReflect

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

func (*CompiledQuery) Reset

func (x *CompiledQuery) Reset()

func (*CompiledQuery) String

func (x *CompiledQuery) String() string

type CompiledQuery_EntityFilter

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

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

Deprecated: Use CompiledQuery_EntityFilter.ProtoReflect.Descriptor instead.

func (*CompiledQuery_EntityFilter) GetAncestor

func (x *CompiledQuery_EntityFilter) GetAncestor() *Reference

func (*CompiledQuery_EntityFilter) GetDistinct

func (x *CompiledQuery_EntityFilter) GetDistinct() bool

func (*CompiledQuery_EntityFilter) GetKind

func (x *CompiledQuery_EntityFilter) GetKind() string

func (*CompiledQuery_EntityFilter) ProtoMessage

func (*CompiledQuery_EntityFilter) ProtoMessage()

func (*CompiledQuery_EntityFilter) ProtoReflect

func (*CompiledQuery_EntityFilter) Reset

func (x *CompiledQuery_EntityFilter) Reset()

func (*CompiledQuery_EntityFilter) String

func (x *CompiledQuery_EntityFilter) String() string

type CompiledQuery_MergeJoinScan

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

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

Deprecated: Use CompiledQuery_MergeJoinScan.ProtoReflect.Descriptor instead.

func (*CompiledQuery_MergeJoinScan) GetIndexName

func (x *CompiledQuery_MergeJoinScan) GetIndexName() string

func (*CompiledQuery_MergeJoinScan) GetPrefixValue

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

func (*CompiledQuery_MergeJoinScan) GetValuePrefix

func (x *CompiledQuery_MergeJoinScan) GetValuePrefix() bool

func (*CompiledQuery_MergeJoinScan) ProtoMessage

func (*CompiledQuery_MergeJoinScan) ProtoMessage()

func (*CompiledQuery_MergeJoinScan) ProtoReflect

func (*CompiledQuery_MergeJoinScan) Reset

func (x *CompiledQuery_MergeJoinScan) Reset()

func (*CompiledQuery_MergeJoinScan) String

func (x *CompiledQuery_MergeJoinScan) String() string

type CompiledQuery_PrimaryScan

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

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

Deprecated: Use CompiledQuery_PrimaryScan.ProtoReflect.Descriptor instead.

func (*CompiledQuery_PrimaryScan) GetEndInclusive

func (x *CompiledQuery_PrimaryScan) GetEndInclusive() bool

func (*CompiledQuery_PrimaryScan) GetEndKey

func (x *CompiledQuery_PrimaryScan) GetEndKey() string

func (*CompiledQuery_PrimaryScan) GetEndPostfixValue

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

func (*CompiledQuery_PrimaryScan) GetEndUnappliedLogTimestampUs

func (x *CompiledQuery_PrimaryScan) GetEndUnappliedLogTimestampUs() int64

func (*CompiledQuery_PrimaryScan) GetIndexName

func (x *CompiledQuery_PrimaryScan) GetIndexName() string

func (*CompiledQuery_PrimaryScan) GetStartInclusive

func (x *CompiledQuery_PrimaryScan) GetStartInclusive() bool

func (*CompiledQuery_PrimaryScan) GetStartKey

func (x *CompiledQuery_PrimaryScan) GetStartKey() string

func (*CompiledQuery_PrimaryScan) GetStartPostfixValue

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

func (*CompiledQuery_PrimaryScan) ProtoMessage

func (*CompiledQuery_PrimaryScan) ProtoMessage()

func (*CompiledQuery_PrimaryScan) ProtoReflect

func (*CompiledQuery_PrimaryScan) Reset

func (x *CompiledQuery_PrimaryScan) Reset()

func (*CompiledQuery_PrimaryScan) String

func (x *CompiledQuery_PrimaryScan) String() string

type CompositeIndex

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=luci.gae.internal.datastore.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

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

Deprecated: Use CompositeIndex.ProtoReflect.Descriptor instead.

func (*CompositeIndex) GetAppId

func (x *CompositeIndex) GetAppId() string

func (*CompositeIndex) GetDefinition

func (x *CompositeIndex) GetDefinition() *Index

func (*CompositeIndex) GetId

func (x *CompositeIndex) GetId() int64

func (*CompositeIndex) GetOnlyUseIfRequired

func (x *CompositeIndex) GetOnlyUseIfRequired() bool

func (*CompositeIndex) GetState

func (x *CompositeIndex) GetState() CompositeIndex_State

func (*CompositeIndex) ProtoMessage

func (*CompositeIndex) ProtoMessage()

func (*CompositeIndex) ProtoReflect

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

func (*CompositeIndex) Reset

func (x *CompositeIndex) Reset()

func (*CompositeIndex) String

func (x *CompositeIndex) String() string

type CompositeIndex_State

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

func (CompositeIndex_State) Enum

func (CompositeIndex_State) EnumDescriptor deprecated

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

Deprecated: Use CompositeIndex_State.Descriptor instead.

func (CompositeIndex_State) Number

func (CompositeIndex_State) String

func (x CompositeIndex_State) String() string

func (CompositeIndex_State) Type

func (*CompositeIndex_State) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type CompositeIndices

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

func (*CompositeIndices) Descriptor deprecated

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

Deprecated: Use CompositeIndices.ProtoReflect.Descriptor instead.

func (*CompositeIndices) GetIndex

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

func (*CompositeIndices) ProtoMessage

func (*CompositeIndices) ProtoMessage()

func (*CompositeIndices) ProtoReflect

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

func (*CompositeIndices) Reset

func (x *CompositeIndices) Reset()

func (*CompositeIndices) String

func (x *CompositeIndices) String() string

type CompositeProperty

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

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

Deprecated: Use CompositeProperty.ProtoReflect.Descriptor instead.

func (*CompositeProperty) GetIndexId

func (x *CompositeProperty) GetIndexId() int64

func (*CompositeProperty) GetValue

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

func (*CompositeProperty) ProtoMessage

func (*CompositeProperty) ProtoMessage()

func (*CompositeProperty) ProtoReflect

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

func (*CompositeProperty) Reset

func (x *CompositeProperty) Reset()

func (*CompositeProperty) String

func (x *CompositeProperty) String() string

type Cost

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

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

Deprecated: Use Cost.ProtoReflect.Descriptor instead.

func (*Cost) GetApproximateStorageDelta

func (x *Cost) GetApproximateStorageDelta() int32

func (*Cost) GetCommitcost

func (x *Cost) GetCommitcost() *Cost_CommitCost

func (*Cost) GetEntityWriteBytes

func (x *Cost) GetEntityWriteBytes() int32

func (*Cost) GetEntityWrites

func (x *Cost) GetEntityWrites() int32

func (*Cost) GetIdSequenceUpdates

func (x *Cost) GetIdSequenceUpdates() int32

func (*Cost) GetIndexWriteBytes

func (x *Cost) GetIndexWriteBytes() int32

func (*Cost) GetIndexWrites

func (x *Cost) GetIndexWrites() int32

func (*Cost) ProtoMessage

func (*Cost) ProtoMessage()

func (*Cost) ProtoReflect

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

func (*Cost) Reset

func (x *Cost) Reset()

func (*Cost) String

func (x *Cost) String() string

type Cost_CommitCost

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

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

Deprecated: Use Cost_CommitCost.ProtoReflect.Descriptor instead.

func (*Cost_CommitCost) GetRequestedEntityDeletes

func (x *Cost_CommitCost) GetRequestedEntityDeletes() int32

func (*Cost_CommitCost) GetRequestedEntityPuts

func (x *Cost_CommitCost) GetRequestedEntityPuts() int32

func (*Cost_CommitCost) ProtoMessage

func (*Cost_CommitCost) ProtoMessage()

func (*Cost_CommitCost) ProtoReflect

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

func (*Cost_CommitCost) Reset

func (x *Cost_CommitCost) Reset()

func (*Cost_CommitCost) String

func (x *Cost_CommitCost) String() string

type Cursor

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

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

Deprecated: Use Cursor.ProtoReflect.Descriptor instead.

func (*Cursor) GetApp

func (x *Cursor) GetApp() string

func (*Cursor) GetCursor

func (x *Cursor) GetCursor() uint64

func (*Cursor) ProtoMessage

func (*Cursor) ProtoMessage()

func (*Cursor) ProtoReflect

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

func (*Cursor) Reset

func (x *Cursor) Reset()

func (*Cursor) String

func (x *Cursor) String() string

type DeleteRequest

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

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

Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequest) GetForce

func (x *DeleteRequest) GetForce() bool

func (*DeleteRequest) GetHeader

func (x *DeleteRequest) GetHeader() *InternalHeader

func (*DeleteRequest) GetKey

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

func (*DeleteRequest) GetMarkChanges

func (x *DeleteRequest) GetMarkChanges() bool

func (*DeleteRequest) GetSnapshot

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

func (*DeleteRequest) GetTransaction

func (x *DeleteRequest) GetTransaction() *Transaction

func (*DeleteRequest) GetTrusted

func (x *DeleteRequest) GetTrusted() bool

func (*DeleteRequest) ProtoMessage

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect

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

func (*DeleteRequest) Reset

func (x *DeleteRequest) Reset()

func (*DeleteRequest) String

func (x *DeleteRequest) String() string

type DeleteResponse

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

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

Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.

func (*DeleteResponse) GetCost

func (x *DeleteResponse) GetCost() *Cost

func (*DeleteResponse) GetVersion

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

func (*DeleteResponse) ProtoMessage

func (*DeleteResponse) ProtoMessage()

func (*DeleteResponse) ProtoReflect

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

func (*DeleteResponse) Reset

func (x *DeleteResponse) Reset()

func (*DeleteResponse) String

func (x *DeleteResponse) String() string

type EntityProto

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=luci.gae.internal.datastore.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

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

Deprecated: Use EntityProto.ProtoReflect.Descriptor instead.

func (*EntityProto) GetEntityGroup

func (x *EntityProto) GetEntityGroup() *Path

func (*EntityProto) GetKey

func (x *EntityProto) GetKey() *Reference

func (*EntityProto) GetKind

func (x *EntityProto) GetKind() EntityProto_Kind

func (*EntityProto) GetKindUri

func (x *EntityProto) GetKindUri() string

func (*EntityProto) GetOwner

func (x *EntityProto) GetOwner() *User

func (*EntityProto) GetProperty

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

func (*EntityProto) GetRank

func (x *EntityProto) GetRank() int32

func (*EntityProto) GetRawProperty

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

func (*EntityProto) ProtoMessage

func (*EntityProto) ProtoMessage()

func (*EntityProto) ProtoReflect

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

func (*EntityProto) Reset

func (x *EntityProto) Reset()

func (*EntityProto) String

func (x *EntityProto) String() string

type EntityProto_Kind

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

func (EntityProto_Kind) Enum

func (EntityProto_Kind) EnumDescriptor deprecated

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

Deprecated: Use EntityProto_Kind.Descriptor instead.

func (EntityProto_Kind) Number

func (EntityProto_Kind) String

func (x EntityProto_Kind) String() string

func (EntityProto_Kind) Type

func (*EntityProto_Kind) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type Error

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

func (*Error) Descriptor deprecated

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

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

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

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

type Error_ErrorCode

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

func (Error_ErrorCode) Enum

func (x Error_ErrorCode) Enum() *Error_ErrorCode

func (Error_ErrorCode) EnumDescriptor deprecated

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

Deprecated: Use Error_ErrorCode.Descriptor instead.

func (Error_ErrorCode) Number

func (Error_ErrorCode) String

func (x Error_ErrorCode) String() string

func (Error_ErrorCode) Type

func (*Error_ErrorCode) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type GetRequest

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

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

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetAllowDeferred

func (x *GetRequest) GetAllowDeferred() bool

func (*GetRequest) GetFailoverMs

func (x *GetRequest) GetFailoverMs() int64

func (*GetRequest) GetHeader

func (x *GetRequest) GetHeader() *InternalHeader

func (*GetRequest) GetKey

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

func (*GetRequest) GetStrong

func (x *GetRequest) GetStrong() bool

func (*GetRequest) GetTransaction

func (x *GetRequest) GetTransaction() *Transaction

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

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

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GetResponse

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

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

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

func (*GetResponse) GetDeferred

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

func (*GetResponse) GetEntity

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

func (*GetResponse) GetInOrder

func (x *GetResponse) GetInOrder() bool

func (*GetResponse) ProtoMessage

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect

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

func (*GetResponse) Reset

func (x *GetResponse) Reset()

func (*GetResponse) String

func (x *GetResponse) String() string

type GetResponse_Entity

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

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

Deprecated: Use GetResponse_Entity.ProtoReflect.Descriptor instead.

func (*GetResponse_Entity) GetEntity

func (x *GetResponse_Entity) GetEntity() *EntityProto

func (*GetResponse_Entity) GetKey

func (x *GetResponse_Entity) GetKey() *Reference

func (*GetResponse_Entity) GetVersion

func (x *GetResponse_Entity) GetVersion() int64

func (*GetResponse_Entity) ProtoMessage

func (*GetResponse_Entity) ProtoMessage()

func (*GetResponse_Entity) ProtoReflect

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

func (*GetResponse_Entity) Reset

func (x *GetResponse_Entity) Reset()

func (*GetResponse_Entity) String

func (x *GetResponse_Entity) String() string

type Index

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

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

Deprecated: Use Index.ProtoReflect.Descriptor instead.

func (*Index) GetAncestor

func (x *Index) GetAncestor() bool

func (*Index) GetEntityType

func (x *Index) GetEntityType() string

func (*Index) GetProperty

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

func (*Index) ProtoMessage

func (*Index) ProtoMessage()

func (*Index) ProtoReflect

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

func (*Index) Reset

func (x *Index) Reset()

func (*Index) String

func (x *Index) String() string

type IndexPosition

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

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

Deprecated: Use IndexPosition.ProtoReflect.Descriptor instead.

func (*IndexPosition) GetBefore

func (x *IndexPosition) GetBefore() bool

func (*IndexPosition) GetKey

func (x *IndexPosition) GetKey() string

func (*IndexPosition) ProtoMessage

func (*IndexPosition) ProtoMessage()

func (*IndexPosition) ProtoReflect

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

func (*IndexPosition) Reset

func (x *IndexPosition) Reset()

func (*IndexPosition) String

func (x *IndexPosition) String() string

type IndexPostfix

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

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

Deprecated: Use IndexPostfix.ProtoReflect.Descriptor instead.

func (*IndexPostfix) GetBefore

func (x *IndexPostfix) GetBefore() bool

func (*IndexPostfix) GetIndexValue

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

func (*IndexPostfix) GetKey

func (x *IndexPostfix) GetKey() *Reference

func (*IndexPostfix) ProtoMessage

func (*IndexPostfix) ProtoMessage()

func (*IndexPostfix) ProtoReflect

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

func (*IndexPostfix) Reset

func (x *IndexPostfix) Reset()

func (*IndexPostfix) String

func (x *IndexPostfix) String() string

type IndexPostfix_IndexValue

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

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

Deprecated: Use IndexPostfix_IndexValue.ProtoReflect.Descriptor instead.

func (*IndexPostfix_IndexValue) GetPropertyName

func (x *IndexPostfix_IndexValue) GetPropertyName() string

func (*IndexPostfix_IndexValue) GetValue

func (x *IndexPostfix_IndexValue) GetValue() *PropertyValue

func (*IndexPostfix_IndexValue) ProtoMessage

func (*IndexPostfix_IndexValue) ProtoMessage()

func (*IndexPostfix_IndexValue) ProtoReflect

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

func (*IndexPostfix_IndexValue) Reset

func (x *IndexPostfix_IndexValue) Reset()

func (*IndexPostfix_IndexValue) String

func (x *IndexPostfix_IndexValue) String() string

type Index_Property

type Index_Property struct {
	Name      *string                   `protobuf:"bytes,3,req,name=name" json:"name,omitempty"`
	Direction *Index_Property_Direction `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Index_Property) Descriptor deprecated

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

Deprecated: Use Index_Property.ProtoReflect.Descriptor instead.

func (*Index_Property) GetDirection

func (x *Index_Property) GetDirection() Index_Property_Direction

func (*Index_Property) GetName

func (x *Index_Property) GetName() string

func (*Index_Property) ProtoMessage

func (*Index_Property) ProtoMessage()

func (*Index_Property) ProtoReflect

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

func (*Index_Property) Reset

func (x *Index_Property) Reset()

func (*Index_Property) String

func (x *Index_Property) String() string

type Index_Property_Direction

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

func (Index_Property_Direction) Enum

func (Index_Property_Direction) EnumDescriptor deprecated

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

Deprecated: Use Index_Property_Direction.Descriptor instead.

func (Index_Property_Direction) Number

func (Index_Property_Direction) String

func (x Index_Property_Direction) String() string

func (Index_Property_Direction) Type

func (*Index_Property_Direction) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type InternalHeader

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

func (*InternalHeader) Descriptor deprecated

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

Deprecated: Use InternalHeader.ProtoReflect.Descriptor instead.

func (*InternalHeader) GetQos

func (x *InternalHeader) GetQos() string

func (*InternalHeader) ProtoMessage

func (*InternalHeader) ProtoMessage()

func (*InternalHeader) ProtoReflect

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

func (*InternalHeader) Reset

func (x *InternalHeader) Reset()

func (*InternalHeader) String

func (x *InternalHeader) String() string

type NextRequest

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

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

Deprecated: Use NextRequest.ProtoReflect.Descriptor instead.

func (*NextRequest) GetCompile

func (x *NextRequest) GetCompile() bool

func (*NextRequest) GetCount

func (x *NextRequest) GetCount() int32

func (*NextRequest) GetCursor

func (x *NextRequest) GetCursor() *Cursor

func (*NextRequest) GetHeader

func (x *NextRequest) GetHeader() *InternalHeader

func (*NextRequest) GetOffset

func (x *NextRequest) GetOffset() int32

func (*NextRequest) ProtoMessage

func (*NextRequest) ProtoMessage()

func (*NextRequest) ProtoReflect

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

func (*NextRequest) Reset

func (x *NextRequest) Reset()

func (*NextRequest) String

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

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

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

type Property struct {
	Meaning               *Property_Meaning               `protobuf:"varint,1,opt,name=meaning,enum=luci.gae.internal.datastore.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 `` /* 184-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

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

Deprecated: Use Property.ProtoReflect.Descriptor instead.

func (*Property) GetFtsTokenizationOption

func (x *Property) GetFtsTokenizationOption() Property_FtsTokenizationOption

func (*Property) GetLocale

func (x *Property) GetLocale() string

func (*Property) GetMeaning

func (x *Property) GetMeaning() Property_Meaning

func (*Property) GetMeaningUri

func (x *Property) GetMeaningUri() string

func (*Property) GetMultiple

func (x *Property) GetMultiple() bool

func (*Property) GetName

func (x *Property) GetName() string

func (*Property) GetSearchable

func (x *Property) GetSearchable() bool

func (*Property) GetValue

func (x *Property) GetValue() *PropertyValue

func (*Property) ProtoMessage

func (*Property) ProtoMessage()

func (*Property) ProtoReflect

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

func (*Property) Reset

func (x *Property) Reset()

func (*Property) String

func (x *Property) String() string

type PropertyValue

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

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

Deprecated: Use PropertyValue.ProtoReflect.Descriptor instead.

func (*PropertyValue) GetBooleanValue

func (x *PropertyValue) GetBooleanValue() bool

func (*PropertyValue) GetDoubleValue

func (x *PropertyValue) GetDoubleValue() float64

func (*PropertyValue) GetInt64Value

func (x *PropertyValue) GetInt64Value() int64

func (*PropertyValue) GetPointvalue

func (x *PropertyValue) GetPointvalue() *PropertyValue_PointValue

func (*PropertyValue) GetReferencevalue

func (x *PropertyValue) GetReferencevalue() *PropertyValue_ReferenceValue

func (*PropertyValue) GetStringValue

func (x *PropertyValue) GetStringValue() string

func (*PropertyValue) GetUservalue

func (x *PropertyValue) GetUservalue() *PropertyValue_UserValue

func (*PropertyValue) ProtoMessage

func (*PropertyValue) ProtoMessage()

func (*PropertyValue) ProtoReflect

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

func (*PropertyValue) Reset

func (x *PropertyValue) Reset()

func (*PropertyValue) String

func (x *PropertyValue) String() string

type PropertyValue_PointValue

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

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

Deprecated: Use PropertyValue_PointValue.ProtoReflect.Descriptor instead.

func (*PropertyValue_PointValue) GetX

func (*PropertyValue_PointValue) GetY

func (*PropertyValue_PointValue) ProtoMessage

func (*PropertyValue_PointValue) ProtoMessage()

func (*PropertyValue_PointValue) ProtoReflect

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

func (*PropertyValue_PointValue) Reset

func (x *PropertyValue_PointValue) Reset()

func (*PropertyValue_PointValue) String

func (x *PropertyValue_PointValue) String() string

type PropertyValue_ReferenceValue

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

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

Deprecated: Use PropertyValue_ReferenceValue.ProtoReflect.Descriptor instead.

func (*PropertyValue_ReferenceValue) GetApp

func (*PropertyValue_ReferenceValue) GetNameSpace

func (x *PropertyValue_ReferenceValue) GetNameSpace() string

func (*PropertyValue_ReferenceValue) GetPathelement

func (*PropertyValue_ReferenceValue) ProtoMessage

func (*PropertyValue_ReferenceValue) ProtoMessage()

func (*PropertyValue_ReferenceValue) ProtoReflect

func (*PropertyValue_ReferenceValue) Reset

func (x *PropertyValue_ReferenceValue) Reset()

func (*PropertyValue_ReferenceValue) String

type PropertyValue_ReferenceValue_PathElement

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

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

Deprecated: Use PropertyValue_ReferenceValue_PathElement.ProtoReflect.Descriptor instead.

func (*PropertyValue_ReferenceValue_PathElement) GetId

func (*PropertyValue_ReferenceValue_PathElement) GetName

func (*PropertyValue_ReferenceValue_PathElement) GetType

func (*PropertyValue_ReferenceValue_PathElement) ProtoMessage

func (*PropertyValue_ReferenceValue_PathElement) ProtoReflect

func (*PropertyValue_ReferenceValue_PathElement) Reset

func (*PropertyValue_ReferenceValue_PathElement) String

type PropertyValue_UserValue

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

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

Deprecated: Use PropertyValue_UserValue.ProtoReflect.Descriptor instead.

func (*PropertyValue_UserValue) GetAuthDomain

func (x *PropertyValue_UserValue) GetAuthDomain() string

func (*PropertyValue_UserValue) GetEmail

func (x *PropertyValue_UserValue) GetEmail() string

func (*PropertyValue_UserValue) GetFederatedIdentity

func (x *PropertyValue_UserValue) GetFederatedIdentity() string

func (*PropertyValue_UserValue) GetFederatedProvider

func (x *PropertyValue_UserValue) GetFederatedProvider() string

func (*PropertyValue_UserValue) GetNickname

func (x *PropertyValue_UserValue) GetNickname() string

func (*PropertyValue_UserValue) ProtoMessage

func (*PropertyValue_UserValue) ProtoMessage()

func (*PropertyValue_UserValue) ProtoReflect

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

func (*PropertyValue_UserValue) Reset

func (x *PropertyValue_UserValue) Reset()

func (*PropertyValue_UserValue) String

func (x *PropertyValue_UserValue) String() string

type Property_FtsTokenizationOption

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

func (Property_FtsTokenizationOption) Descriptor

func (Property_FtsTokenizationOption) Enum

func (Property_FtsTokenizationOption) EnumDescriptor deprecated

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

Deprecated: Use Property_FtsTokenizationOption.Descriptor instead.

func (Property_FtsTokenizationOption) Number

func (Property_FtsTokenizationOption) String

func (Property_FtsTokenizationOption) Type

func (*Property_FtsTokenizationOption) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type Property_Meaning

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

func (Property_Meaning) Enum

func (Property_Meaning) EnumDescriptor deprecated

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

Deprecated: Use Property_Meaning.Descriptor instead.

func (Property_Meaning) Number

func (Property_Meaning) String

func (x Property_Meaning) String() string

func (Property_Meaning) Type

func (*Property_Meaning) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PutRequest

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 `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PutRequest) Descriptor deprecated

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

Deprecated: Use PutRequest.ProtoReflect.Descriptor instead.

func (*PutRequest) GetAutoIdPolicy

func (x *PutRequest) GetAutoIdPolicy() PutRequest_AutoIdPolicy

func (*PutRequest) GetCompositeIndex

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

func (*PutRequest) GetEntity

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

func (*PutRequest) GetForce

func (x *PutRequest) GetForce() bool

func (*PutRequest) GetHeader

func (x *PutRequest) GetHeader() *InternalHeader

func (*PutRequest) GetMarkChanges

func (x *PutRequest) GetMarkChanges() bool

func (*PutRequest) GetSnapshot

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

func (*PutRequest) GetTransaction

func (x *PutRequest) GetTransaction() *Transaction

func (*PutRequest) GetTrusted

func (x *PutRequest) GetTrusted() bool

func (*PutRequest) ProtoMessage

func (*PutRequest) ProtoMessage()

func (*PutRequest) ProtoReflect

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

func (*PutRequest) Reset

func (x *PutRequest) Reset()

func (*PutRequest) String

func (x *PutRequest) String() string

type PutRequest_AutoIdPolicy

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

func (PutRequest_AutoIdPolicy) Descriptor

func (PutRequest_AutoIdPolicy) Enum

func (PutRequest_AutoIdPolicy) EnumDescriptor deprecated

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

Deprecated: Use PutRequest_AutoIdPolicy.Descriptor instead.

func (PutRequest_AutoIdPolicy) Number

func (PutRequest_AutoIdPolicy) String

func (x PutRequest_AutoIdPolicy) String() string

func (PutRequest_AutoIdPolicy) Type

func (*PutRequest_AutoIdPolicy) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PutResponse

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

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

Deprecated: Use PutResponse.ProtoReflect.Descriptor instead.

func (*PutResponse) GetCost

func (x *PutResponse) GetCost() *Cost

func (*PutResponse) GetKey

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

func (*PutResponse) GetVersion

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

func (*PutResponse) ProtoMessage

func (*PutResponse) ProtoMessage()

func (*PutResponse) ProtoReflect

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

func (*PutResponse) Reset

func (x *PutResponse) Reset()

func (*PutResponse) String

func (x *PutResponse) String() string

type Query

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=luci.gae.internal.datastore.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

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

Deprecated: Use Query.ProtoReflect.Descriptor instead.

func (*Query) GetAncestor

func (x *Query) GetAncestor() *Reference

func (*Query) GetApp

func (x *Query) GetApp() string

func (*Query) GetCompile

func (x *Query) GetCompile() bool

func (*Query) GetCompiledCursor

func (x *Query) GetCompiledCursor() *CompiledCursor

func (*Query) GetCompositeIndex

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

func (*Query) GetCount

func (x *Query) GetCount() int32

func (*Query) GetDistinct

func (x *Query) GetDistinct() bool

func (*Query) GetEndCompiledCursor

func (x *Query) GetEndCompiledCursor() *CompiledCursor

func (*Query) GetFailoverMs

func (x *Query) GetFailoverMs() int64

func (*Query) GetFilter

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

func (*Query) GetGroupByPropertyName

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

func (*Query) GetHeader

func (x *Query) GetHeader() *InternalHeader

func (*Query) GetHint

func (x *Query) GetHint() Query_Hint

func (*Query) GetKeysOnly

func (x *Query) GetKeysOnly() bool

func (*Query) GetKind

func (x *Query) GetKind() string

func (*Query) GetLimit

func (x *Query) GetLimit() int32

func (*Query) GetMinSafeTimeSeconds

func (x *Query) GetMinSafeTimeSeconds() int64

func (*Query) GetNameSpace

func (x *Query) GetNameSpace() string

func (*Query) GetOffset

func (x *Query) GetOffset() int32

func (*Query) GetOrder

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

func (*Query) GetPersistOffset

func (x *Query) GetPersistOffset() bool

func (*Query) GetPropertyName

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

func (*Query) GetRequirePerfectPlan

func (x *Query) GetRequirePerfectPlan() bool

func (*Query) GetSafeReplicaName

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

func (*Query) GetSearchQuery

func (x *Query) GetSearchQuery() string

func (*Query) GetStrong

func (x *Query) GetStrong() bool

func (*Query) GetTransaction

func (x *Query) GetTransaction() *Transaction

func (*Query) ProtoMessage

func (*Query) ProtoMessage()

func (*Query) ProtoReflect

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

func (*Query) Reset

func (x *Query) Reset()

func (*Query) String

func (x *Query) String() string

type QueryResult

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

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

Deprecated: Use QueryResult.ProtoReflect.Descriptor instead.

func (*QueryResult) GetCompiledCursor

func (x *QueryResult) GetCompiledCursor() *CompiledCursor

func (*QueryResult) GetCompiledQuery

func (x *QueryResult) GetCompiledQuery() *CompiledQuery

func (*QueryResult) GetCursor

func (x *QueryResult) GetCursor() *Cursor

func (*QueryResult) GetIndex

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

func (*QueryResult) GetIndexOnly

func (x *QueryResult) GetIndexOnly() bool

func (*QueryResult) GetKeysOnly

func (x *QueryResult) GetKeysOnly() bool

func (*QueryResult) GetMoreResults

func (x *QueryResult) GetMoreResults() bool

func (*QueryResult) GetResult

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

func (*QueryResult) GetSkippedResults

func (x *QueryResult) GetSkippedResults() int32

func (*QueryResult) GetSmallOps

func (x *QueryResult) GetSmallOps() bool

func (*QueryResult) GetVersion

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

func (*QueryResult) ProtoMessage

func (*QueryResult) ProtoMessage()

func (*QueryResult) ProtoReflect

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

func (*QueryResult) Reset

func (x *QueryResult) Reset()

func (*QueryResult) String

func (x *QueryResult) String() string

type Query_Filter

type Query_Filter struct {
	Op       *Query_Filter_Operator `protobuf:"varint,6,req,name=op,enum=luci.gae.internal.datastore.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

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

Deprecated: Use Query_Filter.ProtoReflect.Descriptor instead.

func (*Query_Filter) GetOp

func (*Query_Filter) GetProperty

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

func (*Query_Filter) ProtoMessage

func (*Query_Filter) ProtoMessage()

func (*Query_Filter) ProtoReflect

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

func (*Query_Filter) Reset

func (x *Query_Filter) Reset()

func (*Query_Filter) String

func (x *Query_Filter) String() string

type Query_Filter_Operator

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

func (Query_Filter_Operator) Enum

func (Query_Filter_Operator) EnumDescriptor deprecated

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

Deprecated: Use Query_Filter_Operator.Descriptor instead.

func (Query_Filter_Operator) Number

func (Query_Filter_Operator) String

func (x Query_Filter_Operator) String() string

func (Query_Filter_Operator) Type

func (*Query_Filter_Operator) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type Query_Hint

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

func (Query_Hint) Descriptor() protoreflect.EnumDescriptor

func (Query_Hint) Enum

func (x Query_Hint) Enum() *Query_Hint

func (Query_Hint) EnumDescriptor deprecated

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

Deprecated: Use Query_Hint.Descriptor instead.

func (Query_Hint) Number

func (x Query_Hint) Number() protoreflect.EnumNumber

func (Query_Hint) String

func (x Query_Hint) String() string

func (Query_Hint) Type

func (*Query_Hint) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type Query_Order

type Query_Order struct {
	Property  *string                `protobuf:"bytes,10,req,name=property" json:"property,omitempty"`
	Direction *Query_Order_Direction `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Query_Order) Descriptor deprecated

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

Deprecated: Use Query_Order.ProtoReflect.Descriptor instead.

func (*Query_Order) GetDirection

func (x *Query_Order) GetDirection() Query_Order_Direction

func (*Query_Order) GetProperty

func (x *Query_Order) GetProperty() string

func (*Query_Order) ProtoMessage

func (*Query_Order) ProtoMessage()

func (*Query_Order) ProtoReflect

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

func (*Query_Order) Reset

func (x *Query_Order) Reset()

func (*Query_Order) String

func (x *Query_Order) String() string

type Query_Order_Direction

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

func (Query_Order_Direction) Enum

func (Query_Order_Direction) EnumDescriptor deprecated

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

Deprecated: Use Query_Order_Direction.Descriptor instead.

func (Query_Order_Direction) Number

func (Query_Order_Direction) String

func (x Query_Order_Direction) String() string

func (Query_Order_Direction) Type

func (*Query_Order_Direction) UnmarshalJSON deprecated

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

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

func (*Reference) Reset

func (x *Reference) Reset()

func (*Reference) String

func (x *Reference) String() string

type Snapshot

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

func (*Snapshot) Descriptor deprecated

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

Deprecated: Use Snapshot.ProtoReflect.Descriptor instead.

func (*Snapshot) GetTs

func (x *Snapshot) GetTs() int64

func (*Snapshot) ProtoMessage

func (*Snapshot) ProtoMessage()

func (*Snapshot) ProtoReflect

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

func (*Snapshot) Reset

func (x *Snapshot) Reset()

func (*Snapshot) String

func (x *Snapshot) String() string

type Snapshot_Status

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

func (Snapshot_Status) Descriptor

func (Snapshot_Status) Enum

func (x Snapshot_Status) Enum() *Snapshot_Status

func (Snapshot_Status) EnumDescriptor deprecated

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

Deprecated: Use Snapshot_Status.Descriptor instead.

func (Snapshot_Status) Number

func (Snapshot_Status) String

func (x Snapshot_Status) String() string

func (Snapshot_Status) Type

func (*Snapshot_Status) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type TouchRequest

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

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

Deprecated: Use TouchRequest.ProtoReflect.Descriptor instead.

func (*TouchRequest) GetCompositeIndex

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

func (*TouchRequest) GetForce

func (x *TouchRequest) GetForce() bool

func (*TouchRequest) GetHeader

func (x *TouchRequest) GetHeader() *InternalHeader

func (*TouchRequest) GetKey

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

func (*TouchRequest) GetSnapshot

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

func (*TouchRequest) ProtoMessage

func (*TouchRequest) ProtoMessage()

func (*TouchRequest) ProtoReflect

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

func (*TouchRequest) Reset

func (x *TouchRequest) Reset()

func (*TouchRequest) String

func (x *TouchRequest) String() string

type TouchResponse

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

func (*TouchResponse) Descriptor deprecated

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

Deprecated: Use TouchResponse.ProtoReflect.Descriptor instead.

func (*TouchResponse) GetCost

func (x *TouchResponse) GetCost() *Cost

func (*TouchResponse) ProtoMessage

func (*TouchResponse) ProtoMessage()

func (*TouchResponse) ProtoReflect

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

func (*TouchResponse) Reset

func (x *TouchResponse) Reset()

func (*TouchResponse) String

func (x *TouchResponse) String() string

type Transaction

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

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

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

func (*Transaction) GetApp

func (x *Transaction) GetApp() string

func (*Transaction) GetHandle

func (x *Transaction) GetHandle() uint64

func (*Transaction) GetHeader

func (x *Transaction) GetHeader() *InternalHeader

func (*Transaction) GetMarkChanges

func (x *Transaction) GetMarkChanges() bool

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

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

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) String

func (x *Transaction) String() string

type User

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

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAuthDomain

func (x *User) GetAuthDomain() string

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetFederatedIdentity

func (x *User) GetFederatedIdentity() string

func (*User) GetFederatedProvider

func (x *User) GetFederatedProvider() string

func (*User) GetNickname

func (x *User) GetNickname() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

Jump to

Keyboard shortcuts

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