tsp

package
v0.0.0-...-c4b6529 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_FieldInfo_Type = FieldInfo_Value
	Default_FieldInfo_Rule = FieldInfo_IgnoreAndDrop
)

Default values for FieldInfo fields.

View Source
const (
	Default_ComponentInfo_AllowsDuplicatesOutsideOfDocumentPackage = bool(false)
	Default_ComponentInfo_DirtiesDocumentPackage                   = bool(true)
	Default_ComponentInfo_IsStoredOutsideObjectArchive             = bool(false)
)

Default values for ComponentInfo fields.

View Source
const (
	Default_PasteboardObject_IsTextPrimary = bool(false)
	Default_PasteboardObject_IsSmart       = bool(false)
)

Default values for PasteboardObject fields.

View Source
const (
	Default_Color_A = float32(1)
)

Default values for Color fields.

View Source
const (
	Default_DatabaseDataArchive_Sharable = bool(true)
)

Default values for DatabaseDataArchive fields.

Variables

View Source
var (
	FieldInfo_Type_name = map[int32]string{
		0: "Value",
		1: "ObjectReference",
		2: "DataReference",
		3: "Message",
	}
	FieldInfo_Type_value = map[string]int32{
		"Value":           0,
		"ObjectReference": 1,
		"DataReference":   2,
		"Message":         3,
	}
)

Enum value maps for FieldInfo_Type.

View Source
var (
	FieldInfo_Rule_name = map[int32]string{
		0:  "IgnoreAndDrop",
		1:  "IgnoreAndPreserve",
		2:  "MustUnderstand",
		-1: "NotSupported",
	}
	FieldInfo_Rule_value = map[string]int32{
		"IgnoreAndDrop":     0,
		"IgnoreAndPreserve": 1,
		"MustUnderstand":    2,
		"NotSupported":      -1,
	}
)

Enum value maps for FieldInfo_Rule.

View Source
var (
	DatabaseImageDataArchive_ImageType_name = map[int32]string{
		0: "unknown",
		1: "bitmap",
		2: "pdf",
	}
	DatabaseImageDataArchive_ImageType_value = map[string]int32{
		"unknown": 0,
		"bitmap":  1,
		"pdf":     2,
	}
)

Enum value maps for DatabaseImageDataArchive_ImageType.

View Source
var (
	Color_ColorModel_name = map[int32]string{
		1: "rgb",
		2: "cmyk",
		3: "white",
	}
	Color_ColorModel_value = map[string]int32{
		"rgb":   1,
		"cmyk":  2,
		"white": 3,
	}
)

Enum value maps for Color_ColorModel.

View Source
var (
	Path_ElementType_name = map[int32]string{
		1: "moveTo",
		2: "lineTo",
		3: "quadCurveTo",
		4: "curveTo",
		5: "closeSubpath",
	}
	Path_ElementType_value = map[string]int32{
		"moveTo":       1,
		"lineTo":       2,
		"quadCurveTo":  3,
		"curveTo":      4,
		"closeSubpath": 5,
	}
)

Enum value maps for Path_ElementType.

View Source
var File_TSPArchiveMessages_proto protoreflect.FileDescriptor
View Source
var File_TSPDatabaseMessages_proto protoreflect.FileDescriptor
View Source
var File_TSPMessages_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ArchiveInfo

type ArchiveInfo struct {
	Identifier   *uint64        `protobuf:"varint,1,opt,name=identifier" json:"identifier,omitempty"`
	MessageInfos []*MessageInfo `protobuf:"bytes,2,rep,name=message_infos,json=messageInfos" json:"message_infos,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveInfo) Descriptor deprecated

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

Deprecated: Use ArchiveInfo.ProtoReflect.Descriptor instead.

func (*ArchiveInfo) GetIdentifier

func (x *ArchiveInfo) GetIdentifier() uint64

func (*ArchiveInfo) GetMessageInfos

func (x *ArchiveInfo) GetMessageInfos() []*MessageInfo

func (*ArchiveInfo) ProtoMessage

func (*ArchiveInfo) ProtoMessage()

func (*ArchiveInfo) ProtoReflect

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

func (*ArchiveInfo) Reset

func (x *ArchiveInfo) Reset()

func (*ArchiveInfo) String

func (x *ArchiveInfo) String() string

type Color

type Color struct {
	Model *Color_ColorModel `protobuf:"varint,1,req,name=model,enum=TSP.Color_ColorModel" json:"model,omitempty"`
	R     *float32          `protobuf:"fixed32,3,opt,name=r" json:"r,omitempty"`
	G     *float32          `protobuf:"fixed32,4,opt,name=g" json:"g,omitempty"`
	B     *float32          `protobuf:"fixed32,5,opt,name=b" json:"b,omitempty"`
	A     *float32          `protobuf:"fixed32,6,opt,name=a,def=1" json:"a,omitempty"`
	C     *float32          `protobuf:"fixed32,7,opt,name=c" json:"c,omitempty"`
	M     *float32          `protobuf:"fixed32,8,opt,name=m" json:"m,omitempty"`
	Y     *float32          `protobuf:"fixed32,9,opt,name=y" json:"y,omitempty"`
	K     *float32          `protobuf:"fixed32,10,opt,name=k" json:"k,omitempty"`
	W     *float32          `protobuf:"fixed32,11,opt,name=w" json:"w,omitempty"`
	// contains filtered or unexported fields
}

func (*Color) Descriptor deprecated

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

Deprecated: Use Color.ProtoReflect.Descriptor instead.

func (*Color) GetA

func (x *Color) GetA() float32

func (*Color) GetB

func (x *Color) GetB() float32

func (*Color) GetC

func (x *Color) GetC() float32

func (*Color) GetG

func (x *Color) GetG() float32

func (*Color) GetK

func (x *Color) GetK() float32

func (*Color) GetM

func (x *Color) GetM() float32

func (*Color) GetModel

func (x *Color) GetModel() Color_ColorModel

func (*Color) GetR

func (x *Color) GetR() float32

func (*Color) GetW

func (x *Color) GetW() float32

func (*Color) GetY

func (x *Color) GetY() float32

func (*Color) ProtoMessage

func (*Color) ProtoMessage()

func (*Color) ProtoReflect

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

func (*Color) Reset

func (x *Color) Reset()

func (*Color) String

func (x *Color) String() string

type Color_ColorModel

type Color_ColorModel int32
const (
	Color_rgb   Color_ColorModel = 1
	Color_cmyk  Color_ColorModel = 2
	Color_white Color_ColorModel = 3
)

func (Color_ColorModel) Descriptor

func (Color_ColorModel) Enum

func (Color_ColorModel) EnumDescriptor deprecated

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

Deprecated: Use Color_ColorModel.Descriptor instead.

func (Color_ColorModel) Number

func (Color_ColorModel) String

func (x Color_ColorModel) String() string

func (Color_ColorModel) Type

func (*Color_ColorModel) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ComponentDataReference

type ComponentDataReference struct {
	DataIdentifier *uint64 `protobuf:"varint,1,req,name=data_identifier,json=dataIdentifier" json:"data_identifier,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentDataReference) Descriptor deprecated

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

Deprecated: Use ComponentDataReference.ProtoReflect.Descriptor instead.

func (*ComponentDataReference) GetDataIdentifier

func (x *ComponentDataReference) GetDataIdentifier() uint64

func (*ComponentDataReference) ProtoMessage

func (*ComponentDataReference) ProtoMessage()

func (*ComponentDataReference) ProtoReflect

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

func (*ComponentDataReference) Reset

func (x *ComponentDataReference) Reset()

func (*ComponentDataReference) String

func (x *ComponentDataReference) String() string

type ComponentExternalReference

type ComponentExternalReference struct {
	ComponentIdentifier *uint64 `protobuf:"varint,1,req,name=component_identifier,json=componentIdentifier" json:"component_identifier,omitempty"`
	ObjectIdentifier    *uint64 `protobuf:"varint,2,opt,name=object_identifier,json=objectIdentifier" json:"object_identifier,omitempty"`
	IsWeak              *bool   `protobuf:"varint,3,opt,name=is_weak,json=isWeak" json:"is_weak,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentExternalReference) Descriptor deprecated

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

Deprecated: Use ComponentExternalReference.ProtoReflect.Descriptor instead.

func (*ComponentExternalReference) GetComponentIdentifier

func (x *ComponentExternalReference) GetComponentIdentifier() uint64

func (*ComponentExternalReference) GetIsWeak

func (x *ComponentExternalReference) GetIsWeak() bool

func (*ComponentExternalReference) GetObjectIdentifier

func (x *ComponentExternalReference) GetObjectIdentifier() uint64

func (*ComponentExternalReference) ProtoMessage

func (*ComponentExternalReference) ProtoMessage()

func (*ComponentExternalReference) ProtoReflect

func (*ComponentExternalReference) Reset

func (x *ComponentExternalReference) Reset()

func (*ComponentExternalReference) String

func (x *ComponentExternalReference) String() string

type ComponentInfo

type ComponentInfo struct {
	Identifier                               *uint64                       `protobuf:"varint,1,req,name=identifier" json:"identifier,omitempty"`
	PreferredLocator                         *string                       `protobuf:"bytes,2,req,name=preferred_locator,json=preferredLocator" json:"preferred_locator,omitempty"`
	Locator                                  *string                       `protobuf:"bytes,3,opt,name=locator" json:"locator,omitempty"`
	ReadVersion                              []uint32                      `protobuf:"varint,4,rep,packed,name=read_version,json=readVersion" json:"read_version,omitempty"`
	WriteVersion                             []uint32                      `protobuf:"varint,5,rep,packed,name=write_version,json=writeVersion" json:"write_version,omitempty"`
	ExternalReferences                       []*ComponentExternalReference `protobuf:"bytes,6,rep,name=external_references,json=externalReferences" json:"external_references,omitempty"`
	DataReferences                           []*ComponentDataReference     `protobuf:"bytes,7,rep,name=data_references,json=dataReferences" json:"data_references,omitempty"`
	AllowsDuplicatesOutsideOfDocumentPackage *bool                         `` /* 189-byte string literal not displayed */
	DirtiesDocumentPackage                   *bool                         `` /* 129-byte string literal not displayed */
	IsStoredOutsideObjectArchive             *bool                         `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ComponentInfo) Descriptor deprecated

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

Deprecated: Use ComponentInfo.ProtoReflect.Descriptor instead.

func (*ComponentInfo) GetAllowsDuplicatesOutsideOfDocumentPackage

func (x *ComponentInfo) GetAllowsDuplicatesOutsideOfDocumentPackage() bool

func (*ComponentInfo) GetDataReferences

func (x *ComponentInfo) GetDataReferences() []*ComponentDataReference

func (*ComponentInfo) GetDirtiesDocumentPackage

func (x *ComponentInfo) GetDirtiesDocumentPackage() bool

func (*ComponentInfo) GetExternalReferences

func (x *ComponentInfo) GetExternalReferences() []*ComponentExternalReference

func (*ComponentInfo) GetIdentifier

func (x *ComponentInfo) GetIdentifier() uint64

func (*ComponentInfo) GetIsStoredOutsideObjectArchive

func (x *ComponentInfo) GetIsStoredOutsideObjectArchive() bool

func (*ComponentInfo) GetLocator

func (x *ComponentInfo) GetLocator() string

func (*ComponentInfo) GetPreferredLocator

func (x *ComponentInfo) GetPreferredLocator() string

func (*ComponentInfo) GetReadVersion

func (x *ComponentInfo) GetReadVersion() []uint32

func (*ComponentInfo) GetWriteVersion

func (x *ComponentInfo) GetWriteVersion() []uint32

func (*ComponentInfo) ProtoMessage

func (*ComponentInfo) ProtoMessage()

func (*ComponentInfo) ProtoReflect

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

func (*ComponentInfo) Reset

func (x *ComponentInfo) Reset()

func (*ComponentInfo) String

func (x *ComponentInfo) String() string

type DataInfo

type DataInfo struct {
	Identifier                 *uint64 `protobuf:"varint,1,req,name=identifier" json:"identifier,omitempty"`
	Digest                     []byte  `protobuf:"bytes,2,req,name=digest" json:"digest,omitempty"`
	PreferredFileName          *string `protobuf:"bytes,3,req,name=preferred_file_name,json=preferredFileName" json:"preferred_file_name,omitempty"`
	FileName                   *string `protobuf:"bytes,4,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
	DocumentResourceLocator    *string `protobuf:"bytes,5,opt,name=document_resource_locator,json=documentResourceLocator" json:"document_resource_locator,omitempty"`
	SourceBookmarkData         []byte  `protobuf:"bytes,6,opt,name=source_bookmark_data,json=sourceBookmarkData" json:"source_bookmark_data,omitempty"`
	PasteboardExternalFilePath *string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DataInfo) Descriptor deprecated

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

Deprecated: Use DataInfo.ProtoReflect.Descriptor instead.

func (*DataInfo) GetDigest

func (x *DataInfo) GetDigest() []byte

func (*DataInfo) GetDocumentResourceLocator

func (x *DataInfo) GetDocumentResourceLocator() string

func (*DataInfo) GetFileName

func (x *DataInfo) GetFileName() string

func (*DataInfo) GetIdentifier

func (x *DataInfo) GetIdentifier() uint64

func (*DataInfo) GetPasteboardExternalFilePath

func (x *DataInfo) GetPasteboardExternalFilePath() string

func (*DataInfo) GetPreferredFileName

func (x *DataInfo) GetPreferredFileName() string

func (*DataInfo) GetSourceBookmarkData

func (x *DataInfo) GetSourceBookmarkData() []byte

func (*DataInfo) ProtoMessage

func (*DataInfo) ProtoMessage()

func (*DataInfo) ProtoReflect

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

func (*DataInfo) Reset

func (x *DataInfo) Reset()

func (*DataInfo) String

func (x *DataInfo) String() string

type DataReference

type DataReference struct {
	Identifier *uint64 `protobuf:"varint,1,req,name=identifier" json:"identifier,omitempty"`
	// contains filtered or unexported fields
}

func (*DataReference) Descriptor deprecated

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

Deprecated: Use DataReference.ProtoReflect.Descriptor instead.

func (*DataReference) GetIdentifier

func (x *DataReference) GetIdentifier() uint64

func (*DataReference) ProtoMessage

func (*DataReference) ProtoMessage()

func (*DataReference) ProtoReflect

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

func (*DataReference) Reset

func (x *DataReference) Reset()

func (*DataReference) String

func (x *DataReference) String() string

type DatabaseData

type DatabaseData struct {
	Data *DataReference `protobuf:"bytes,1,req,name=data" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseData) Descriptor deprecated

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

Deprecated: Use DatabaseData.ProtoReflect.Descriptor instead.

func (*DatabaseData) GetData

func (x *DatabaseData) GetData() *DataReference

func (*DatabaseData) ProtoMessage

func (*DatabaseData) ProtoMessage()

func (*DatabaseData) ProtoReflect

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

func (*DatabaseData) Reset

func (x *DatabaseData) Reset()

func (*DatabaseData) String

func (x *DatabaseData) String() string

type DatabaseDataArchive

type DatabaseDataArchive struct {
	Data            *Reference `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"`
	AppRelativePath *string    `protobuf:"bytes,2,opt,name=app_relative_path,json=appRelativePath" json:"app_relative_path,omitempty"`
	DisplayName     *string    `protobuf:"bytes,3,req,name=display_name,json=displayName" json:"display_name,omitempty"`
	Length          *uint64    `protobuf:"varint,4,opt,name=length" json:"length,omitempty"`
	Hash            *uint32    `protobuf:"varint,5,opt,name=hash" json:"hash,omitempty"`
	Sharable        *bool      `protobuf:"varint,6,req,name=sharable,def=1" json:"sharable,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseDataArchive) Descriptor deprecated

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

Deprecated: Use DatabaseDataArchive.ProtoReflect.Descriptor instead.

func (*DatabaseDataArchive) GetAppRelativePath

func (x *DatabaseDataArchive) GetAppRelativePath() string

func (*DatabaseDataArchive) GetData

func (x *DatabaseDataArchive) GetData() *Reference

func (*DatabaseDataArchive) GetDisplayName

func (x *DatabaseDataArchive) GetDisplayName() string

func (*DatabaseDataArchive) GetHash

func (x *DatabaseDataArchive) GetHash() uint32

func (*DatabaseDataArchive) GetLength

func (x *DatabaseDataArchive) GetLength() uint64

func (*DatabaseDataArchive) GetSharable

func (x *DatabaseDataArchive) GetSharable() bool

func (*DatabaseDataArchive) ProtoMessage

func (*DatabaseDataArchive) ProtoMessage()

func (*DatabaseDataArchive) ProtoReflect

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

func (*DatabaseDataArchive) Reset

func (x *DatabaseDataArchive) Reset()

func (*DatabaseDataArchive) String

func (x *DatabaseDataArchive) String() string

type DatabaseImageDataArchive

type DatabaseImageDataArchive struct {
	Super *DatabaseDataArchive                `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Type  *DatabaseImageDataArchive_ImageType `protobuf:"varint,2,req,name=type,enum=TSP.DatabaseImageDataArchive_ImageType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseImageDataArchive) Descriptor deprecated

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

Deprecated: Use DatabaseImageDataArchive.ProtoReflect.Descriptor instead.

func (*DatabaseImageDataArchive) GetSuper

func (*DatabaseImageDataArchive) GetType

func (*DatabaseImageDataArchive) ProtoMessage

func (*DatabaseImageDataArchive) ProtoMessage()

func (*DatabaseImageDataArchive) ProtoReflect

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

func (*DatabaseImageDataArchive) Reset

func (x *DatabaseImageDataArchive) Reset()

func (*DatabaseImageDataArchive) String

func (x *DatabaseImageDataArchive) String() string

type DatabaseImageDataArchive_ImageType

type DatabaseImageDataArchive_ImageType int32
const (
	DatabaseImageDataArchive_unknown DatabaseImageDataArchive_ImageType = 0
	DatabaseImageDataArchive_bitmap  DatabaseImageDataArchive_ImageType = 1
	DatabaseImageDataArchive_pdf     DatabaseImageDataArchive_ImageType = 2
)

func (DatabaseImageDataArchive_ImageType) Descriptor

func (DatabaseImageDataArchive_ImageType) Enum

func (DatabaseImageDataArchive_ImageType) EnumDescriptor deprecated

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

Deprecated: Use DatabaseImageDataArchive_ImageType.Descriptor instead.

func (DatabaseImageDataArchive_ImageType) Number

func (DatabaseImageDataArchive_ImageType) String

func (DatabaseImageDataArchive_ImageType) Type

func (*DatabaseImageDataArchive_ImageType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type Date

type Date struct {
	Seconds *float64 `protobuf:"fixed64,1,req,name=seconds" json:"seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*Date) Descriptor deprecated

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

Deprecated: Use Date.ProtoReflect.Descriptor instead.

func (*Date) GetSeconds

func (x *Date) GetSeconds() float64

func (*Date) ProtoMessage

func (*Date) ProtoMessage()

func (*Date) ProtoReflect

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

func (*Date) Reset

func (x *Date) Reset()

func (*Date) String

func (x *Date) String() string

type FieldInfo

type FieldInfo struct {
	Path             *FieldPath      `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	Type             *FieldInfo_Type `protobuf:"varint,2,opt,name=type,enum=TSP.FieldInfo_Type,def=0" json:"type,omitempty"`
	Rule             *FieldInfo_Rule `protobuf:"varint,3,opt,name=rule,enum=TSP.FieldInfo_Rule,def=0" json:"rule,omitempty"`
	ObjectReferences []uint64        `protobuf:"varint,4,rep,packed,name=object_references,json=objectReferences" json:"object_references,omitempty"`
	DataReferences   []uint64        `protobuf:"varint,5,rep,packed,name=data_references,json=dataReferences" json:"data_references,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldInfo) Descriptor deprecated

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

Deprecated: Use FieldInfo.ProtoReflect.Descriptor instead.

func (*FieldInfo) GetDataReferences

func (x *FieldInfo) GetDataReferences() []uint64

func (*FieldInfo) GetObjectReferences

func (x *FieldInfo) GetObjectReferences() []uint64

func (*FieldInfo) GetPath

func (x *FieldInfo) GetPath() *FieldPath

func (*FieldInfo) GetRule

func (x *FieldInfo) GetRule() FieldInfo_Rule

func (*FieldInfo) GetType

func (x *FieldInfo) GetType() FieldInfo_Type

func (*FieldInfo) ProtoMessage

func (*FieldInfo) ProtoMessage()

func (*FieldInfo) ProtoReflect

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

func (*FieldInfo) Reset

func (x *FieldInfo) Reset()

func (*FieldInfo) String

func (x *FieldInfo) String() string

type FieldInfo_Rule

type FieldInfo_Rule int32
const (
	FieldInfo_IgnoreAndDrop     FieldInfo_Rule = 0
	FieldInfo_IgnoreAndPreserve FieldInfo_Rule = 1
	FieldInfo_MustUnderstand    FieldInfo_Rule = 2
	FieldInfo_NotSupported      FieldInfo_Rule = -1
)

func (FieldInfo_Rule) Descriptor

func (FieldInfo_Rule) Enum

func (x FieldInfo_Rule) Enum() *FieldInfo_Rule

func (FieldInfo_Rule) EnumDescriptor deprecated

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

Deprecated: Use FieldInfo_Rule.Descriptor instead.

func (FieldInfo_Rule) Number

func (FieldInfo_Rule) String

func (x FieldInfo_Rule) String() string

func (FieldInfo_Rule) Type

func (*FieldInfo_Rule) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type FieldInfo_Type

type FieldInfo_Type int32
const (
	FieldInfo_Value           FieldInfo_Type = 0
	FieldInfo_ObjectReference FieldInfo_Type = 1
	FieldInfo_DataReference   FieldInfo_Type = 2
	FieldInfo_Message         FieldInfo_Type = 3
)

func (FieldInfo_Type) Descriptor

func (FieldInfo_Type) Enum

func (x FieldInfo_Type) Enum() *FieldInfo_Type

func (FieldInfo_Type) EnumDescriptor deprecated

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

Deprecated: Use FieldInfo_Type.Descriptor instead.

func (FieldInfo_Type) Number

func (FieldInfo_Type) String

func (x FieldInfo_Type) String() string

func (FieldInfo_Type) Type

func (*FieldInfo_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type FieldPath

type FieldPath struct {
	Path []uint32 `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldPath) Descriptor deprecated

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

Deprecated: Use FieldPath.ProtoReflect.Descriptor instead.

func (*FieldPath) GetPath

func (x *FieldPath) GetPath() []uint32

func (*FieldPath) ProtoMessage

func (*FieldPath) ProtoMessage()

func (*FieldPath) ProtoReflect

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

func (*FieldPath) Reset

func (x *FieldPath) Reset()

func (*FieldPath) String

func (x *FieldPath) String() string

type IndexSet

type IndexSet struct {
	Ranges []*Range `protobuf:"bytes,1,rep,name=ranges" json:"ranges,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexSet) Descriptor deprecated

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

Deprecated: Use IndexSet.ProtoReflect.Descriptor instead.

func (*IndexSet) GetRanges

func (x *IndexSet) GetRanges() []*Range

func (*IndexSet) ProtoMessage

func (*IndexSet) ProtoMessage()

func (*IndexSet) ProtoReflect

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

func (*IndexSet) Reset

func (x *IndexSet) Reset()

func (*IndexSet) String

func (x *IndexSet) String() string

type MessageInfo

type MessageInfo struct {
	Type             *uint32      `protobuf:"varint,1,req,name=type" json:"type,omitempty"`
	Version          []uint32     `protobuf:"varint,2,rep,packed,name=version" json:"version,omitempty"`
	Length           *uint32      `protobuf:"varint,3,req,name=length" json:"length,omitempty"`
	FieldInfos       []*FieldInfo `protobuf:"bytes,4,rep,name=field_infos,json=fieldInfos" json:"field_infos,omitempty"`
	ObjectReferences []uint64     `protobuf:"varint,5,rep,packed,name=object_references,json=objectReferences" json:"object_references,omitempty"`
	DataReferences   []uint64     `protobuf:"varint,6,rep,packed,name=data_references,json=dataReferences" json:"data_references,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageInfo) Descriptor deprecated

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

Deprecated: Use MessageInfo.ProtoReflect.Descriptor instead.

func (*MessageInfo) GetDataReferences

func (x *MessageInfo) GetDataReferences() []uint64

func (*MessageInfo) GetFieldInfos

func (x *MessageInfo) GetFieldInfos() []*FieldInfo

func (*MessageInfo) GetLength

func (x *MessageInfo) GetLength() uint32

func (*MessageInfo) GetObjectReferences

func (x *MessageInfo) GetObjectReferences() []uint64

func (*MessageInfo) GetType

func (x *MessageInfo) GetType() uint32

func (*MessageInfo) GetVersion

func (x *MessageInfo) GetVersion() []uint32

func (*MessageInfo) ProtoMessage

func (*MessageInfo) ProtoMessage()

func (*MessageInfo) ProtoReflect

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

func (*MessageInfo) Reset

func (x *MessageInfo) Reset()

func (*MessageInfo) String

func (x *MessageInfo) String() string

type ObjectContainer

type ObjectContainer struct {
	Identifier *uint32      `protobuf:"varint,1,opt,name=identifier" json:"identifier,omitempty"`
	Objects    []*Reference `protobuf:"bytes,2,rep,name=objects" json:"objects,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectContainer) Descriptor deprecated

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

Deprecated: Use ObjectContainer.ProtoReflect.Descriptor instead.

func (*ObjectContainer) GetIdentifier

func (x *ObjectContainer) GetIdentifier() uint32

func (*ObjectContainer) GetObjects

func (x *ObjectContainer) GetObjects() []*Reference

func (*ObjectContainer) ProtoMessage

func (*ObjectContainer) ProtoMessage()

func (*ObjectContainer) ProtoReflect

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

func (*ObjectContainer) Reset

func (x *ObjectContainer) Reset()

func (*ObjectContainer) String

func (x *ObjectContainer) String() string

type PackageMetadata

type PackageMetadata struct {
	LastObjectIdentifier *uint64          `protobuf:"varint,1,req,name=last_object_identifier,json=lastObjectIdentifier" json:"last_object_identifier,omitempty"`
	Components           []*ComponentInfo `protobuf:"bytes,3,rep,name=components" json:"components,omitempty"`
	Datas                []*DataInfo      `protobuf:"bytes,4,rep,name=datas" json:"datas,omitempty"`
	ReadVersion          []uint32         `protobuf:"varint,5,rep,packed,name=read_version,json=readVersion" json:"read_version,omitempty"`
	WriteVersion         []uint32         `protobuf:"varint,6,rep,packed,name=write_version,json=writeVersion" json:"write_version,omitempty"`
	// contains filtered or unexported fields
}

func (*PackageMetadata) Descriptor deprecated

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

Deprecated: Use PackageMetadata.ProtoReflect.Descriptor instead.

func (*PackageMetadata) GetComponents

func (x *PackageMetadata) GetComponents() []*ComponentInfo

func (*PackageMetadata) GetDatas

func (x *PackageMetadata) GetDatas() []*DataInfo

func (*PackageMetadata) GetLastObjectIdentifier

func (x *PackageMetadata) GetLastObjectIdentifier() uint64

func (*PackageMetadata) GetReadVersion

func (x *PackageMetadata) GetReadVersion() []uint32

func (*PackageMetadata) GetWriteVersion

func (x *PackageMetadata) GetWriteVersion() []uint32

func (*PackageMetadata) ProtoMessage

func (*PackageMetadata) ProtoMessage()

func (*PackageMetadata) ProtoReflect

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

func (*PackageMetadata) Reset

func (x *PackageMetadata) Reset()

func (*PackageMetadata) String

func (x *PackageMetadata) String() string

type PasteboardMetadata

type PasteboardMetadata struct {
	Version            []uint32    `protobuf:"varint,1,rep,packed,name=version" json:"version,omitempty"`
	AppName            *string     `protobuf:"bytes,2,req,name=app_name,json=appName" json:"app_name,omitempty"`
	Datas              []*DataInfo `protobuf:"bytes,3,rep,name=datas" json:"datas,omitempty"`
	SourceDocumentUuid *string     `protobuf:"bytes,4,opt,name=source_document_uuid,json=sourceDocumentUuid" json:"source_document_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*PasteboardMetadata) Descriptor deprecated

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

Deprecated: Use PasteboardMetadata.ProtoReflect.Descriptor instead.

func (*PasteboardMetadata) GetAppName

func (x *PasteboardMetadata) GetAppName() string

func (*PasteboardMetadata) GetDatas

func (x *PasteboardMetadata) GetDatas() []*DataInfo

func (*PasteboardMetadata) GetSourceDocumentUuid

func (x *PasteboardMetadata) GetSourceDocumentUuid() string

func (*PasteboardMetadata) GetVersion

func (x *PasteboardMetadata) GetVersion() []uint32

func (*PasteboardMetadata) ProtoMessage

func (*PasteboardMetadata) ProtoMessage()

func (*PasteboardMetadata) ProtoReflect

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

func (*PasteboardMetadata) Reset

func (x *PasteboardMetadata) Reset()

func (*PasteboardMetadata) String

func (x *PasteboardMetadata) String() string

type PasteboardObject

type PasteboardObject struct {
	Stylesheet      *Reference   `protobuf:"bytes,1,opt,name=stylesheet" json:"stylesheet,omitempty"`
	Drawables       []*Reference `protobuf:"bytes,2,rep,name=drawables" json:"drawables,omitempty"`
	Styles          []*Reference `protobuf:"bytes,3,rep,name=styles" json:"styles,omitempty"`
	Theme           *Reference   `protobuf:"bytes,4,opt,name=theme" json:"theme,omitempty"`
	WpStorage       *Reference   `protobuf:"bytes,5,opt,name=wp_storage,json=wpStorage" json:"wp_storage,omitempty"`
	GuideStorage    *Reference   `protobuf:"bytes,9,opt,name=guide_storage,json=guideStorage" json:"guide_storage,omitempty"`
	AppNativeObject *Reference   `protobuf:"bytes,6,opt,name=app_native_object,json=appNativeObject" json:"app_native_object,omitempty"`
	IsTextPrimary   *bool        `protobuf:"varint,7,opt,name=is_text_primary,json=isTextPrimary,def=0" json:"is_text_primary,omitempty"`
	IsSmart         *bool        `protobuf:"varint,8,opt,name=is_smart,json=isSmart,def=0" json:"is_smart,omitempty"`
	// contains filtered or unexported fields
}

func (*PasteboardObject) Descriptor deprecated

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

Deprecated: Use PasteboardObject.ProtoReflect.Descriptor instead.

func (*PasteboardObject) GetAppNativeObject

func (x *PasteboardObject) GetAppNativeObject() *Reference

func (*PasteboardObject) GetDrawables

func (x *PasteboardObject) GetDrawables() []*Reference

func (*PasteboardObject) GetGuideStorage

func (x *PasteboardObject) GetGuideStorage() *Reference

func (*PasteboardObject) GetIsSmart

func (x *PasteboardObject) GetIsSmart() bool

func (*PasteboardObject) GetIsTextPrimary

func (x *PasteboardObject) GetIsTextPrimary() bool

func (*PasteboardObject) GetStyles

func (x *PasteboardObject) GetStyles() []*Reference

func (*PasteboardObject) GetStylesheet

func (x *PasteboardObject) GetStylesheet() *Reference

func (*PasteboardObject) GetTheme

func (x *PasteboardObject) GetTheme() *Reference

func (*PasteboardObject) GetWpStorage

func (x *PasteboardObject) GetWpStorage() *Reference

func (*PasteboardObject) ProtoMessage

func (*PasteboardObject) ProtoMessage()

func (*PasteboardObject) ProtoReflect

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

func (*PasteboardObject) Reset

func (x *PasteboardObject) Reset()

func (*PasteboardObject) String

func (x *PasteboardObject) String() string

type Path

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

func (*Path) Descriptor deprecated

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

Deprecated: Use Path.ProtoReflect.Descriptor instead.

func (*Path) GetElements

func (x *Path) GetElements() []*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   *Path_ElementType `protobuf:"varint,1,req,name=type,enum=TSP.Path_ElementType" json:"type,omitempty"`
	Points []*Point          `protobuf:"bytes,2,rep,name=points" json:"points,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) GetPoints

func (x *Path_Element) GetPoints() []*Point

func (*Path_Element) GetType

func (x *Path_Element) GetType() Path_ElementType

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 Path_ElementType

type Path_ElementType int32
const (
	Path_moveTo       Path_ElementType = 1
	Path_lineTo       Path_ElementType = 2
	Path_quadCurveTo  Path_ElementType = 3
	Path_curveTo      Path_ElementType = 4
	Path_closeSubpath Path_ElementType = 5
)

func (Path_ElementType) Descriptor

func (Path_ElementType) Enum

func (Path_ElementType) EnumDescriptor deprecated

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

Deprecated: Use Path_ElementType.Descriptor instead.

func (Path_ElementType) Number

func (Path_ElementType) String

func (x Path_ElementType) String() string

func (Path_ElementType) Type

func (*Path_ElementType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type Point

type Point struct {
	X *float32 `protobuf:"fixed32,1,req,name=x" json:"x,omitempty"`
	Y *float32 `protobuf:"fixed32,2,req,name=y" json:"y,omitempty"`
	// contains filtered or unexported fields
}

func (*Point) Descriptor deprecated

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

Deprecated: Use Point.ProtoReflect.Descriptor instead.

func (*Point) GetX

func (x *Point) GetX() float32

func (*Point) GetY

func (x *Point) GetY() float32

func (*Point) ProtoMessage

func (*Point) ProtoMessage()

func (*Point) ProtoReflect

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

func (*Point) Reset

func (x *Point) Reset()

func (*Point) String

func (x *Point) String() string

type Range

type Range struct {
	Location *uint32 `protobuf:"varint,1,req,name=location" json:"location,omitempty"`
	Length   *uint32 `protobuf:"varint,2,req,name=length" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*Range) Descriptor deprecated

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

Deprecated: Use Range.ProtoReflect.Descriptor instead.

func (*Range) GetLength

func (x *Range) GetLength() uint32

func (*Range) GetLocation

func (x *Range) GetLocation() uint32

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) ProtoReflect

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

func (*Range) Reset

func (x *Range) Reset()

func (*Range) String

func (x *Range) String() string

type Reference

type Reference struct {
	Identifier           *uint64 `protobuf:"varint,1,req,name=identifier" json:"identifier,omitempty"`
	DeprecatedType       *int32  `protobuf:"varint,2,opt,name=deprecated_type,json=deprecatedType" json:"deprecated_type,omitempty"`
	DeprecatedIsExternal *bool   `protobuf:"varint,3,opt,name=deprecated_is_external,json=deprecatedIsExternal" json:"deprecated_is_external,omitempty"`
	// contains filtered or unexported fields
}

func (*Reference) Descriptor deprecated

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

Deprecated: Use Reference.ProtoReflect.Descriptor instead.

func (*Reference) GetDeprecatedIsExternal

func (x *Reference) GetDeprecatedIsExternal() bool

func (*Reference) GetDeprecatedType

func (x *Reference) GetDeprecatedType() int32

func (*Reference) GetIdentifier

func (x *Reference) GetIdentifier() uint64

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 ReferenceDictionary

type ReferenceDictionary struct {
	Entries []*ReferenceDictionary_Entry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*ReferenceDictionary) Descriptor deprecated

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

Deprecated: Use ReferenceDictionary.ProtoReflect.Descriptor instead.

func (*ReferenceDictionary) GetEntries

func (*ReferenceDictionary) ProtoMessage

func (*ReferenceDictionary) ProtoMessage()

func (*ReferenceDictionary) ProtoReflect

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

func (*ReferenceDictionary) Reset

func (x *ReferenceDictionary) Reset()

func (*ReferenceDictionary) String

func (x *ReferenceDictionary) String() string

type ReferenceDictionary_Entry

type ReferenceDictionary_Entry struct {
	Key   *Reference `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
	Value *Reference `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ReferenceDictionary_Entry) Descriptor deprecated

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

Deprecated: Use ReferenceDictionary_Entry.ProtoReflect.Descriptor instead.

func (*ReferenceDictionary_Entry) GetKey

func (x *ReferenceDictionary_Entry) GetKey() *Reference

func (*ReferenceDictionary_Entry) GetValue

func (x *ReferenceDictionary_Entry) GetValue() *Reference

func (*ReferenceDictionary_Entry) ProtoMessage

func (*ReferenceDictionary_Entry) ProtoMessage()

func (*ReferenceDictionary_Entry) ProtoReflect

func (*ReferenceDictionary_Entry) Reset

func (x *ReferenceDictionary_Entry) Reset()

func (*ReferenceDictionary_Entry) String

func (x *ReferenceDictionary_Entry) String() string

type Size

type Size struct {
	Width  *float32 `protobuf:"fixed32,1,req,name=width" json:"width,omitempty"`
	Height *float32 `protobuf:"fixed32,2,req,name=height" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*Size) Descriptor deprecated

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

Deprecated: Use Size.ProtoReflect.Descriptor instead.

func (*Size) GetHeight

func (x *Size) GetHeight() float32

func (*Size) GetWidth

func (x *Size) GetWidth() float32

func (*Size) ProtoMessage

func (*Size) ProtoMessage()

func (*Size) ProtoReflect

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

func (*Size) Reset

func (x *Size) Reset()

func (*Size) String

func (x *Size) String() string

type ViewStateMetadata

type ViewStateMetadata struct {
	Version             []uint32       `protobuf:"varint,1,rep,packed,name=version" json:"version,omitempty"`
	DocumentVersionUuid *string        `protobuf:"bytes,2,req,name=document_version_uuid,json=documentVersionUuid" json:"document_version_uuid,omitempty"`
	Component           *ComponentInfo `protobuf:"bytes,3,req,name=component" json:"component,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewStateMetadata) Descriptor deprecated

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

Deprecated: Use ViewStateMetadata.ProtoReflect.Descriptor instead.

func (*ViewStateMetadata) GetComponent

func (x *ViewStateMetadata) GetComponent() *ComponentInfo

func (*ViewStateMetadata) GetDocumentVersionUuid

func (x *ViewStateMetadata) GetDocumentVersionUuid() string

func (*ViewStateMetadata) GetVersion

func (x *ViewStateMetadata) GetVersion() []uint32

func (*ViewStateMetadata) ProtoMessage

func (*ViewStateMetadata) ProtoMessage()

func (*ViewStateMetadata) ProtoReflect

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

func (*ViewStateMetadata) Reset

func (x *ViewStateMetadata) Reset()

func (*ViewStateMetadata) String

func (x *ViewStateMetadata) String() string

Jump to

Keyboard shortcuts

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