TSCE

package
v0.0.0-...-2da9022 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package TSCE is a generated protocol buffer package.

It is generated from these files:

TSCEArchives.proto

It has these top-level messages:

CFUUIDArchive
CellReferenceArchive
InternalCellReferenceArchive
RangeReferenceArchive
InternalRangeReferenceArchive
ReferenceArchive
EdgeArchive
EdgesArchive
CellRecordArchive
CellDependenciesArchive
VolatileDependenciesArchive
RangeBackDependencyArchive
RTreeInternalNodeContentsArchive
RTreeLeafNodeContentsArchive
RTreeNodeArchive
RTreeArchive
RangeDependenciesArchive
SpanningDependenciesArchive
WholeOwnerDependenciesArchive
FormulaOwnerInfoArchive
OwnerIDMapArchive
DependencyTrackerArchive
NameTrackedReferencePair
NamesByTrackedReferenceArchive
NamedReferenceManagerArchive
CalculationEngineArchive
ASTNodeArrayArchive
FormulaTranslationFlagsArchive
FormulaArchive
FormatStructArchive
RangeCoordinateArchive
TectonicShiftArchive
RewriteSortMappingArchive
RangeMovedInfoArchive
TableResizedInfoArchive
CellMergeInfoArchive
FormulaRewriteSpecArchive
CellCoordinateFormulaPairArchive
CellCoordinateArchive
CellCoordinateVectorArchive
CellCoordinateObjectPairArchive
CellCoordinateObjectMapArchive
OwnerFormulaMapArchive
FormulaRewriteCommandArchive
NumberTrackedReferencePairArchive
NumberToTrackedReferenceMapArchive
TrackedReferencesRewriteCommandArchive
TrackedReferenceArchive
ReferenceTrackerArchive
BooleanCellValueArchive
DateCellValueArchive
NumberCellValueArchive
StringCellValueArchive
CellValueArchive

Index

Constants

View Source
const Default_ASTNodeArrayArchive_ASTColumnCoordinateArchive_Absolute bool = false
View Source
const Default_ASTNodeArrayArchive_ASTRowCoordinateArchive_Absolute bool = false
View Source
const Default_CellRecordArchive_CalculatePrecedentsOnNextRecalc bool = false
View Source
const Default_CellRecordArchive_ContainsAFormula bool = true
View Source
const Default_CellRecordArchive_DirtySelfPlusPrecedentsCount uint32 = 0
View Source
const Default_CellRecordArchive_HasCalculatedPrecedents bool = false
View Source
const Default_CellRecordArchive_IsInACycle bool = false
View Source
const Default_CellRecordArchive_TranslateForExcelImportOnNextRecalc bool = false
View Source
const Default_DateCellValueArchive_FormatIsImplicit bool = true
View Source
const Default_FormulaArchive_HostColumnIsNegative bool = false
View Source
const Default_FormulaArchive_HostRowIsNegative bool = false
View Source
const Default_FormulaTranslationFlagsArchive_ExcelImportTranslation bool = false
View Source
const Default_FormulaTranslationFlagsArchive_NumberToDateCoercionRemovalTranslation bool = false
View Source
const Default_NumberCellValueArchive_FormatIsImplicit bool = true
View Source
const Default_StringCellValueArchive_FormatIsImplicit bool = true

Variables

View Source
var ASTNodeArrayArchive_ASTNodeType_name = map[int32]string{
	1:  "ADDITION_NODE",
	2:  "SUBTRACTION_NODE",
	3:  "MULTIPLICATION_NODE",
	4:  "DIVISION_NODE",
	5:  "POWER_NODE",
	6:  "CONCATENATION_NODE",
	7:  "GREATER_THAN_NODE",
	8:  "GREATER_THAN_OR_EQUAL_TO_NODE",
	9:  "LESS_THAN_NODE",
	10: "LESS_THAN_OR_EQUAL_TO_NODE",
	11: "EQUAL_TO_NODE",
	12: "NOT_EQUAL_TO_NODE",
	13: "NEGATION_NODE",
	14: "PLUS_SIGN_NODE",
	15: "PERCENT_NODE",
	16: "FUNCTION_NODE",
	17: "NUMBER_NODE",
	18: "BOOLEAN_NODE",
	19: "STRING_NODE",
	20: "DATE_NODE",
	21: "DURATION_NODE",
	22: "EMPTY_ARGUMENT_NODE",
	23: "TOKEN_NODE",
	24: "ARRAY_NODE",
	25: "LIST_NODE",
	26: "THUNK_NODE",
	27: "LOCAL_CELL_REFERENCE_NODE",
	28: "CROSS_TABLE_CELL_REFERENCE_NODE",
	29: "COLON_NODE",
	30: "REFERENCE_ERROR_NODE",
	31: "UNKNOWN_FUNCTION_NODE",
	32: "APPEND_WHITESPACE_NODE",
	33: "PREPEND_WHITESPACE_NODE",
	34: "BEGIN_THUNK_NODE",
	35: "END_THUNK_NODE",
	36: "CELL_REFERENCE_NODE",
}
View Source
var ASTNodeArrayArchive_ASTNodeType_value = map[string]int32{
	"ADDITION_NODE":                   1,
	"SUBTRACTION_NODE":                2,
	"MULTIPLICATION_NODE":             3,
	"DIVISION_NODE":                   4,
	"POWER_NODE":                      5,
	"CONCATENATION_NODE":              6,
	"GREATER_THAN_NODE":               7,
	"GREATER_THAN_OR_EQUAL_TO_NODE":   8,
	"LESS_THAN_NODE":                  9,
	"LESS_THAN_OR_EQUAL_TO_NODE":      10,
	"EQUAL_TO_NODE":                   11,
	"NOT_EQUAL_TO_NODE":               12,
	"NEGATION_NODE":                   13,
	"PLUS_SIGN_NODE":                  14,
	"PERCENT_NODE":                    15,
	"FUNCTION_NODE":                   16,
	"NUMBER_NODE":                     17,
	"BOOLEAN_NODE":                    18,
	"STRING_NODE":                     19,
	"DATE_NODE":                       20,
	"DURATION_NODE":                   21,
	"EMPTY_ARGUMENT_NODE":             22,
	"TOKEN_NODE":                      23,
	"ARRAY_NODE":                      24,
	"LIST_NODE":                       25,
	"THUNK_NODE":                      26,
	"LOCAL_CELL_REFERENCE_NODE":       27,
	"CROSS_TABLE_CELL_REFERENCE_NODE": 28,
	"COLON_NODE":                      29,
	"REFERENCE_ERROR_NODE":            30,
	"UNKNOWN_FUNCTION_NODE":           31,
	"APPEND_WHITESPACE_NODE":          32,
	"PREPEND_WHITESPACE_NODE":         33,
	"BEGIN_THUNK_NODE":                34,
	"END_THUNK_NODE":                  35,
	"CELL_REFERENCE_NODE":             36,
}
View Source
var CalculationEngineArchive_ExcelImportDateMode_name = map[int32]string{
	1: "DATE_MODE_1900",
	2: "DATE_MODE_1900_LEGACY",
	3: "DATE_MODE_1904_LEGACY",
}
View Source
var CalculationEngineArchive_ExcelImportDateMode_value = map[string]int32{
	"DATE_MODE_1900":        1,
	"DATE_MODE_1900_LEGACY": 2,
	"DATE_MODE_1904_LEGACY": 3,
}
View Source
var CellValueArchive_CellValueType_name = map[int32]string{
	1: "NIL_TYPE",
	2: "BOOLEAN_TYPE",
	3: "DATE_TYPE",
	4: "NUMBER_TYPE",
	5: "STRING_TYPE",
}
View Source
var CellValueArchive_CellValueType_value = map[string]int32{
	"NIL_TYPE":     1,
	"BOOLEAN_TYPE": 2,
	"DATE_TYPE":    3,
	"NUMBER_TYPE":  4,
	"STRING_TYPE":  5,
}
View Source
var FormulaRewriteSpecArchive_RewriteType_name = map[int32]string{
	1: "TECTONIC_SHIFT",
	2: "REMAP_WITH_SORT_MAPPING",
	3: "MOVE_RANGE",
	4: "DELETE_OWNER",
	5: "TABLE_RESIZE",
	6: "CELL_MERGE",
}
View Source
var FormulaRewriteSpecArchive_RewriteType_value = map[string]int32{
	"TECTONIC_SHIFT":          1,
	"REMAP_WITH_SORT_MAPPING": 2,
	"MOVE_RANGE":              3,
	"DELETE_OWNER":            4,
	"TABLE_RESIZE":            5,
	"CELL_MERGE":              6,
}
View Source
var ReferenceArchive_ReferenceType_name = map[int32]string{
	1: "CELL_REFERENCE",
	2: "RANGE_REFERENCE",
	3: "NAME_DEPENDENCY",
}
View Source
var ReferenceArchive_ReferenceType_value = map[string]int32{
	"CELL_REFERENCE":  1,
	"RANGE_REFERENCE": 2,
	"NAME_DEPENDENCY": 3,
}
View Source
var SpanningDependenciesArchive_RangeContext_name = map[int32]string{
	0: "DEFAULT",
	1: "INCLUDE_HEADERS",
}
View Source
var SpanningDependenciesArchive_RangeContext_value = map[string]int32{
	"DEFAULT":         0,
	"INCLUDE_HEADERS": 1,
}

Functions

This section is empty.

Types

type ASTNodeArrayArchive

type ASTNodeArrayArchive struct {
	ASTNode          []*ASTNodeArrayArchive_ASTNodeArchive `protobuf:"bytes,1,rep,name=AST_node" json:"AST_node,omitempty"`
	XXX_unrecognized []byte                                `json:"-"`
}

func (*ASTNodeArrayArchive) GetASTNode

func (*ASTNodeArrayArchive) ProtoMessage

func (*ASTNodeArrayArchive) ProtoMessage()

func (*ASTNodeArrayArchive) Reset

func (m *ASTNodeArrayArchive) Reset()

func (*ASTNodeArrayArchive) String

func (m *ASTNodeArrayArchive) String() string

type ASTNodeArrayArchive_ASTColumnCoordinateArchive

type ASTNodeArrayArchive_ASTColumnCoordinateArchive struct {
	Column           *int32 `protobuf:"zigzag32,1,req,name=column" json:"column,omitempty"`
	Absolute         *bool  `protobuf:"varint,2,opt,name=absolute,def=0" json:"absolute,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*ASTNodeArrayArchive_ASTColumnCoordinateArchive) GetAbsolute

func (*ASTNodeArrayArchive_ASTColumnCoordinateArchive) GetColumn

func (*ASTNodeArrayArchive_ASTColumnCoordinateArchive) ProtoMessage

func (*ASTNodeArrayArchive_ASTColumnCoordinateArchive) Reset

func (*ASTNodeArrayArchive_ASTColumnCoordinateArchive) String

type ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive

type ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive struct {
	RowHandle                               *uint32        `protobuf:"varint,1,req,name=row_handle" json:"row_handle,omitempty"`
	ColumnHandle                            *uint32        `protobuf:"varint,2,req,name=column_handle" json:"column_handle,omitempty"`
	RowIsSticky                             *uint32        `protobuf:"varint,3,req,name=row_is_sticky" json:"row_is_sticky,omitempty"`
	ColumnIsSticky                          *uint32        `protobuf:"varint,4,req,name=column_is_sticky" json:"column_is_sticky,omitempty"`
	TableId                                 *CFUUIDArchive `protobuf:"bytes,5,req,name=table_id" json:"table_id,omitempty"`
	ASTReferenceWhitespaceAfterSheetName    *string        `` /* 128-byte string literal not displayed */
	ASTReferenceWhitespaceBeforeTableName   *string        `` /* 130-byte string literal not displayed */
	ASTReferenceWhitespaceAfterTableName    *string        `` /* 128-byte string literal not displayed */
	ASTReferenceWhitespaceBeforeCellAddress *string        `` /* 134-byte string literal not displayed */
	XXX_unrecognized                        []byte         `json:"-"`
}

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetASTReferenceWhitespaceAfterSheetName

func (m *ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetASTReferenceWhitespaceAfterSheetName() string

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetASTReferenceWhitespaceAfterTableName

func (m *ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetASTReferenceWhitespaceAfterTableName() string

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetASTReferenceWhitespaceBeforeCellAddress

func (m *ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetASTReferenceWhitespaceBeforeCellAddress() string

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetASTReferenceWhitespaceBeforeTableName

func (m *ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetASTReferenceWhitespaceBeforeTableName() string

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetColumnHandle

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetColumnIsSticky

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetRowHandle

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetRowIsSticky

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) GetTableId

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) ProtoMessage

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) Reset

func (*ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive) String

type ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive

type ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive struct {
	TableId                                 *CFUUIDArchive `protobuf:"bytes,1,req,name=table_id" json:"table_id,omitempty"`
	ASTReferenceWhitespaceAfterSheetName    *string        `` /* 128-byte string literal not displayed */
	ASTReferenceWhitespaceBeforeTableName   *string        `` /* 130-byte string literal not displayed */
	ASTReferenceWhitespaceAfterTableName    *string        `` /* 128-byte string literal not displayed */
	ASTReferenceWhitespaceBeforeCellAddress *string        `` /* 134-byte string literal not displayed */
	XXX_unrecognized                        []byte         `json:"-"`
}

func (*ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) GetASTReferenceWhitespaceAfterSheetName

func (m *ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) GetASTReferenceWhitespaceAfterSheetName() string

func (*ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) GetASTReferenceWhitespaceAfterTableName

func (m *ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) GetASTReferenceWhitespaceAfterTableName() string

func (*ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) GetASTReferenceWhitespaceBeforeCellAddress

func (m *ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) GetASTReferenceWhitespaceBeforeCellAddress() string

func (*ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) GetASTReferenceWhitespaceBeforeTableName

func (m *ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) GetASTReferenceWhitespaceBeforeTableName() string

func (*ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) GetTableId

func (*ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) ProtoMessage

func (*ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) Reset

func (*ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive) String

type ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive

type ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive struct {
	RowHandle        *uint32 `protobuf:"varint,1,req,name=row_handle" json:"row_handle,omitempty"`
	ColumnHandle     *uint32 `protobuf:"varint,2,req,name=column_handle" json:"column_handle,omitempty"`
	RowIsSticky      *uint32 `protobuf:"varint,3,req,name=row_is_sticky" json:"row_is_sticky,omitempty"`
	ColumnIsSticky   *uint32 `protobuf:"varint,4,req,name=column_is_sticky" json:"column_is_sticky,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive) GetColumnHandle

func (*ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive) GetColumnIsSticky

func (*ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive) GetRowHandle

func (*ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive) GetRowIsSticky

func (*ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive) ProtoMessage

func (*ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive) Reset

func (*ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive) String

type ASTNodeArrayArchive_ASTNodeArchive

type ASTNodeArrayArchive_ASTNodeArchive struct {
	ASTNodeType                             *ASTNodeArrayArchive_ASTNodeType                            `protobuf:"varint,1,req,name=AST_node_type,enum=TSCE.ASTNodeArrayArchive_ASTNodeType" json:"AST_node_type,omitempty"`
	ASTFunctionNodeIndex                    *uint32                                                     `protobuf:"varint,2,opt,name=AST_function_node_index" json:"AST_function_node_index,omitempty"`
	ASTFunctionNodeNumArgs                  *uint32                                                     `protobuf:"varint,3,opt,name=AST_function_node_numArgs" json:"AST_function_node_numArgs,omitempty"`
	ASTNumberNodeNumber                     *float64                                                    `protobuf:"fixed64,4,opt,name=AST_number_node_number" json:"AST_number_node_number,omitempty"`
	ASTBooleanNodeBoolean                   *bool                                                       `protobuf:"varint,5,opt,name=AST_boolean_node_boolean" json:"AST_boolean_node_boolean,omitempty"`
	ASTStringNodeString                     *string                                                     `protobuf:"bytes,6,opt,name=AST_string_node_string" json:"AST_string_node_string,omitempty"`
	ASTDateNodeDateNum                      *float64                                                    `protobuf:"fixed64,7,opt,name=AST_date_node_dateNum" json:"AST_date_node_dateNum,omitempty"`
	ASTDateNodeSuppressDateFormat           *bool                                                       `protobuf:"varint,19,opt,name=AST_date_node_suppress_date_format" json:"AST_date_node_suppress_date_format,omitempty"`
	ASTDateNodeSuppressTimeFormat           *bool                                                       `protobuf:"varint,20,opt,name=AST_date_node_suppress_time_format" json:"AST_date_node_suppress_time_format,omitempty"`
	ASTDateNodeDateTimeFormat               *string                                                     `protobuf:"bytes,21,opt,name=AST_date_node_date_time_format" json:"AST_date_node_date_time_format,omitempty"`
	ASTDurationNodeUnitNum                  *float64                                                    `protobuf:"fixed64,8,opt,name=AST_duration_node_unitNum" json:"AST_duration_node_unitNum,omitempty"`
	ASTDurationNodeUnit                     *int32                                                      `protobuf:"varint,9,opt,name=AST_duration_node_unit" json:"AST_duration_node_unit,omitempty"`
	ASTDurationNodeStyle                    *uint32                                                     `protobuf:"varint,22,opt,name=AST_duration_node_style" json:"AST_duration_node_style,omitempty"`
	ASTDurationNodeDurationUnitLargest      *uint32                                                     `` /* 126-byte string literal not displayed */
	ASTDurationNodeDurationUnitSmallest     *uint32                                                     `` /* 128-byte string literal not displayed */
	ASTDurationNodeUseAutomaticUnits        *bool                                                       `protobuf:"varint,29,opt,name=AST_duration_node_use_automatic_units" json:"AST_duration_node_use_automatic_units,omitempty"`
	ASTTokenNodeBoolean                     *bool                                                       `protobuf:"varint,10,opt,name=AST_token_node_boolean" json:"AST_token_node_boolean,omitempty"`
	ASTArrayNodeNumCol                      *uint32                                                     `protobuf:"varint,11,opt,name=AST_array_node_numCol" json:"AST_array_node_numCol,omitempty"`
	ASTArrayNodeNumRow                      *uint32                                                     `protobuf:"varint,12,opt,name=AST_array_node_numRow" json:"AST_array_node_numRow,omitempty"`
	ASTListNodeNumArgs                      *uint32                                                     `protobuf:"varint,13,opt,name=AST_list_node_numArgs" json:"AST_list_node_numArgs,omitempty"`
	ASTThunkNodeArray                       *ASTNodeArrayArchive                                        `protobuf:"bytes,14,opt,name=AST_thunk_node_array" json:"AST_thunk_node_array,omitempty"`
	ASTLocalCellReferenceNodeReference      *ASTNodeArrayArchive_ASTLocalCellReferenceNodeArchive       `protobuf:"bytes,15,opt,name=AST_local_cell_reference_node_reference" json:"AST_local_cell_reference_node_reference,omitempty"`
	ASTCrossTableCellReferenceNodeReference *ASTNodeArrayArchive_ASTCrossTableCellReferenceNodeArchive  `` /* 137-byte string literal not displayed */
	ASTUnknownFunctionNodeString            *string                                                     `protobuf:"bytes,17,opt,name=AST_unknown_function_node_string" json:"AST_unknown_function_node_string,omitempty"`
	ASTUnknownFunctionNodeNumArgs           *uint32                                                     `protobuf:"varint,18,opt,name=AST_unknown_function_node_numArgs" json:"AST_unknown_function_node_numArgs,omitempty"`
	ASTWhitespace                           *string                                                     `protobuf:"bytes,25,opt,name=AST_whitespace" json:"AST_whitespace,omitempty"`
	ASTColumn                               *ASTNodeArrayArchive_ASTColumnCoordinateArchive             `protobuf:"bytes,26,opt,name=AST_column" json:"AST_column,omitempty"`
	ASTRow                                  *ASTNodeArrayArchive_ASTRowCoordinateArchive                `protobuf:"bytes,27,opt,name=AST_row" json:"AST_row,omitempty"`
	ASTCrossTableReferenceExtraInfo         *ASTNodeArrayArchive_ASTCrossTableReferenceExtraInfoArchive `protobuf:"bytes,28,opt,name=AST_cross_table_reference_extra_info" json:"AST_cross_table_reference_extra_info,omitempty"`
	XXX_unrecognized                        []byte                                                      `json:"-"`
}

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTArrayNodeNumCol

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTArrayNodeNumCol() uint32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTArrayNodeNumRow

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTArrayNodeNumRow() uint32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTBooleanNodeBoolean

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTBooleanNodeBoolean() bool

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTColumn

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTCrossTableCellReferenceNodeReference

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTCrossTableReferenceExtraInfo

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDateNodeDateNum

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDateNodeDateNum() float64

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDateNodeDateTimeFormat

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDateNodeDateTimeFormat() string

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDateNodeSuppressDateFormat

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDateNodeSuppressDateFormat() bool

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDateNodeSuppressTimeFormat

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDateNodeSuppressTimeFormat() bool

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeDurationUnitLargest

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeDurationUnitLargest() uint32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeDurationUnitSmallest

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeDurationUnitSmallest() uint32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeStyle

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeStyle() uint32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeUnit

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeUnit() int32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeUnitNum

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeUnitNum() float64

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeUseAutomaticUnits

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTDurationNodeUseAutomaticUnits() bool

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTFunctionNodeIndex

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTFunctionNodeIndex() uint32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTFunctionNodeNumArgs

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTFunctionNodeNumArgs() uint32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTListNodeNumArgs

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTListNodeNumArgs() uint32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTLocalCellReferenceNodeReference

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTNodeType

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTNumberNodeNumber

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTNumberNodeNumber() float64

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTRow

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTStringNodeString

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTStringNodeString() string

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTThunkNodeArray

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTThunkNodeArray() *ASTNodeArrayArchive

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTTokenNodeBoolean

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTTokenNodeBoolean() bool

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTUnknownFunctionNodeNumArgs

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTUnknownFunctionNodeNumArgs() uint32

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTUnknownFunctionNodeString

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTUnknownFunctionNodeString() string

func (*ASTNodeArrayArchive_ASTNodeArchive) GetASTWhitespace

func (m *ASTNodeArrayArchive_ASTNodeArchive) GetASTWhitespace() string

func (*ASTNodeArrayArchive_ASTNodeArchive) ProtoMessage

func (*ASTNodeArrayArchive_ASTNodeArchive) ProtoMessage()

func (*ASTNodeArrayArchive_ASTNodeArchive) Reset

func (*ASTNodeArrayArchive_ASTNodeArchive) String

type ASTNodeArrayArchive_ASTNodeType

type ASTNodeArrayArchive_ASTNodeType int32
const (
	ASTNodeArrayArchive_ADDITION_NODE                   ASTNodeArrayArchive_ASTNodeType = 1
	ASTNodeArrayArchive_SUBTRACTION_NODE                ASTNodeArrayArchive_ASTNodeType = 2
	ASTNodeArrayArchive_MULTIPLICATION_NODE             ASTNodeArrayArchive_ASTNodeType = 3
	ASTNodeArrayArchive_DIVISION_NODE                   ASTNodeArrayArchive_ASTNodeType = 4
	ASTNodeArrayArchive_POWER_NODE                      ASTNodeArrayArchive_ASTNodeType = 5
	ASTNodeArrayArchive_CONCATENATION_NODE              ASTNodeArrayArchive_ASTNodeType = 6
	ASTNodeArrayArchive_GREATER_THAN_NODE               ASTNodeArrayArchive_ASTNodeType = 7
	ASTNodeArrayArchive_GREATER_THAN_OR_EQUAL_TO_NODE   ASTNodeArrayArchive_ASTNodeType = 8
	ASTNodeArrayArchive_LESS_THAN_NODE                  ASTNodeArrayArchive_ASTNodeType = 9
	ASTNodeArrayArchive_LESS_THAN_OR_EQUAL_TO_NODE      ASTNodeArrayArchive_ASTNodeType = 10
	ASTNodeArrayArchive_EQUAL_TO_NODE                   ASTNodeArrayArchive_ASTNodeType = 11
	ASTNodeArrayArchive_NOT_EQUAL_TO_NODE               ASTNodeArrayArchive_ASTNodeType = 12
	ASTNodeArrayArchive_NEGATION_NODE                   ASTNodeArrayArchive_ASTNodeType = 13
	ASTNodeArrayArchive_PLUS_SIGN_NODE                  ASTNodeArrayArchive_ASTNodeType = 14
	ASTNodeArrayArchive_PERCENT_NODE                    ASTNodeArrayArchive_ASTNodeType = 15
	ASTNodeArrayArchive_FUNCTION_NODE                   ASTNodeArrayArchive_ASTNodeType = 16
	ASTNodeArrayArchive_NUMBER_NODE                     ASTNodeArrayArchive_ASTNodeType = 17
	ASTNodeArrayArchive_BOOLEAN_NODE                    ASTNodeArrayArchive_ASTNodeType = 18
	ASTNodeArrayArchive_STRING_NODE                     ASTNodeArrayArchive_ASTNodeType = 19
	ASTNodeArrayArchive_DATE_NODE                       ASTNodeArrayArchive_ASTNodeType = 20
	ASTNodeArrayArchive_DURATION_NODE                   ASTNodeArrayArchive_ASTNodeType = 21
	ASTNodeArrayArchive_EMPTY_ARGUMENT_NODE             ASTNodeArrayArchive_ASTNodeType = 22
	ASTNodeArrayArchive_TOKEN_NODE                      ASTNodeArrayArchive_ASTNodeType = 23
	ASTNodeArrayArchive_ARRAY_NODE                      ASTNodeArrayArchive_ASTNodeType = 24
	ASTNodeArrayArchive_LIST_NODE                       ASTNodeArrayArchive_ASTNodeType = 25
	ASTNodeArrayArchive_THUNK_NODE                      ASTNodeArrayArchive_ASTNodeType = 26
	ASTNodeArrayArchive_LOCAL_CELL_REFERENCE_NODE       ASTNodeArrayArchive_ASTNodeType = 27
	ASTNodeArrayArchive_CROSS_TABLE_CELL_REFERENCE_NODE ASTNodeArrayArchive_ASTNodeType = 28
	ASTNodeArrayArchive_COLON_NODE                      ASTNodeArrayArchive_ASTNodeType = 29
	ASTNodeArrayArchive_REFERENCE_ERROR_NODE            ASTNodeArrayArchive_ASTNodeType = 30
	ASTNodeArrayArchive_UNKNOWN_FUNCTION_NODE           ASTNodeArrayArchive_ASTNodeType = 31
	ASTNodeArrayArchive_APPEND_WHITESPACE_NODE          ASTNodeArrayArchive_ASTNodeType = 32
	ASTNodeArrayArchive_PREPEND_WHITESPACE_NODE         ASTNodeArrayArchive_ASTNodeType = 33
	ASTNodeArrayArchive_BEGIN_THUNK_NODE                ASTNodeArrayArchive_ASTNodeType = 34
	ASTNodeArrayArchive_END_THUNK_NODE                  ASTNodeArrayArchive_ASTNodeType = 35
	ASTNodeArrayArchive_CELL_REFERENCE_NODE             ASTNodeArrayArchive_ASTNodeType = 36
)

func (ASTNodeArrayArchive_ASTNodeType) Enum

func (ASTNodeArrayArchive_ASTNodeType) String

func (*ASTNodeArrayArchive_ASTNodeType) UnmarshalJSON

func (x *ASTNodeArrayArchive_ASTNodeType) UnmarshalJSON(data []byte) error

type ASTNodeArrayArchive_ASTRowCoordinateArchive

type ASTNodeArrayArchive_ASTRowCoordinateArchive struct {
	Row              *int32 `protobuf:"zigzag32,1,req,name=row" json:"row,omitempty"`
	Absolute         *bool  `protobuf:"varint,2,opt,name=absolute,def=0" json:"absolute,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*ASTNodeArrayArchive_ASTRowCoordinateArchive) GetAbsolute

func (*ASTNodeArrayArchive_ASTRowCoordinateArchive) GetRow

func (*ASTNodeArrayArchive_ASTRowCoordinateArchive) ProtoMessage

func (*ASTNodeArrayArchive_ASTRowCoordinateArchive) Reset

func (*ASTNodeArrayArchive_ASTRowCoordinateArchive) String

type BooleanCellValueArchive

type BooleanCellValueArchive struct {
	Value            *bool  `protobuf:"varint,1,req,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*BooleanCellValueArchive) GetValue

func (m *BooleanCellValueArchive) GetValue() bool

func (*BooleanCellValueArchive) ProtoMessage

func (*BooleanCellValueArchive) ProtoMessage()

func (*BooleanCellValueArchive) Reset

func (m *BooleanCellValueArchive) Reset()

func (*BooleanCellValueArchive) String

func (m *BooleanCellValueArchive) String() string

type CFUUIDArchive

type CFUUIDArchive struct {
	UuidBytes        []byte  `protobuf:"bytes,1,opt,name=uuid_bytes" json:"uuid_bytes,omitempty"`
	UuidW0           *uint32 `protobuf:"varint,2,opt,name=uuid_w0" json:"uuid_w0,omitempty"`
	UuidW1           *uint32 `protobuf:"varint,3,opt,name=uuid_w1" json:"uuid_w1,omitempty"`
	UuidW2           *uint32 `protobuf:"varint,4,opt,name=uuid_w2" json:"uuid_w2,omitempty"`
	UuidW3           *uint32 `protobuf:"varint,5,opt,name=uuid_w3" json:"uuid_w3,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CFUUIDArchive) GetUuidBytes

func (m *CFUUIDArchive) GetUuidBytes() []byte

func (*CFUUIDArchive) GetUuidW0

func (m *CFUUIDArchive) GetUuidW0() uint32

func (*CFUUIDArchive) GetUuidW1

func (m *CFUUIDArchive) GetUuidW1() uint32

func (*CFUUIDArchive) GetUuidW2

func (m *CFUUIDArchive) GetUuidW2() uint32

func (*CFUUIDArchive) GetUuidW3

func (m *CFUUIDArchive) GetUuidW3() uint32

func (*CFUUIDArchive) ProtoMessage

func (*CFUUIDArchive) ProtoMessage()

func (*CFUUIDArchive) Reset

func (m *CFUUIDArchive) Reset()

func (*CFUUIDArchive) String

func (m *CFUUIDArchive) String() string

type CalculationEngineArchive

type CalculationEngineArchive struct {
	BaseDate_1904         *bool                                         `protobuf:"varint,1,opt,name=base_date_1904" json:"base_date_1904,omitempty"`
	DependencyTracker     *DependencyTrackerArchive                     `protobuf:"bytes,2,req,name=dependency_tracker" json:"dependency_tracker,omitempty"`
	NamedReferenceManager *TSP.Reference                                `protobuf:"bytes,3,opt,name=named_reference_manager" json:"named_reference_manager,omitempty"`
	ExcelImportDateMode   *CalculationEngineArchive_ExcelImportDateMode `` /* 152-byte string literal not displayed */
	SavedLocaleIdentifier *string                                       `protobuf:"bytes,5,opt,name=saved_locale_identifier" json:"saved_locale_identifier,omitempty"`
	XXX_unrecognized      []byte                                        `json:"-"`
}

func (*CalculationEngineArchive) GetBaseDate_1904

func (m *CalculationEngineArchive) GetBaseDate_1904() bool

func (*CalculationEngineArchive) GetDependencyTracker

func (m *CalculationEngineArchive) GetDependencyTracker() *DependencyTrackerArchive

func (*CalculationEngineArchive) GetExcelImportDateMode

func (*CalculationEngineArchive) GetNamedReferenceManager

func (m *CalculationEngineArchive) GetNamedReferenceManager() *TSP.Reference

func (*CalculationEngineArchive) GetSavedLocaleIdentifier

func (m *CalculationEngineArchive) GetSavedLocaleIdentifier() string

func (*CalculationEngineArchive) ProtoMessage

func (*CalculationEngineArchive) ProtoMessage()

func (*CalculationEngineArchive) Reset

func (m *CalculationEngineArchive) Reset()

func (*CalculationEngineArchive) String

func (m *CalculationEngineArchive) String() string

type CalculationEngineArchive_ExcelImportDateMode

type CalculationEngineArchive_ExcelImportDateMode int32
const (
	CalculationEngineArchive_DATE_MODE_1900        CalculationEngineArchive_ExcelImportDateMode = 1
	CalculationEngineArchive_DATE_MODE_1900_LEGACY CalculationEngineArchive_ExcelImportDateMode = 2
	CalculationEngineArchive_DATE_MODE_1904_LEGACY CalculationEngineArchive_ExcelImportDateMode = 3
)
const Default_CalculationEngineArchive_ExcelImportDateMode CalculationEngineArchive_ExcelImportDateMode = CalculationEngineArchive_DATE_MODE_1900

func (CalculationEngineArchive_ExcelImportDateMode) Enum

func (CalculationEngineArchive_ExcelImportDateMode) String

func (*CalculationEngineArchive_ExcelImportDateMode) UnmarshalJSON

func (x *CalculationEngineArchive_ExcelImportDateMode) UnmarshalJSON(data []byte) error

type CellCoordinateArchive

type CellCoordinateArchive struct {
	PackedData       *uint32 `protobuf:"fixed32,1,opt,name=packedData" json:"packedData,omitempty"`
	Column           *uint32 `protobuf:"varint,2,opt,name=column" json:"column,omitempty"`
	Row              *uint32 `protobuf:"varint,3,opt,name=row" json:"row,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CellCoordinateArchive) GetColumn

func (m *CellCoordinateArchive) GetColumn() uint32

func (*CellCoordinateArchive) GetPackedData

func (m *CellCoordinateArchive) GetPackedData() uint32

func (*CellCoordinateArchive) GetRow

func (m *CellCoordinateArchive) GetRow() uint32

func (*CellCoordinateArchive) ProtoMessage

func (*CellCoordinateArchive) ProtoMessage()

func (*CellCoordinateArchive) Reset

func (m *CellCoordinateArchive) Reset()

func (*CellCoordinateArchive) String

func (m *CellCoordinateArchive) String() string

type CellCoordinateFormulaPairArchive

type CellCoordinateFormulaPairArchive struct {
	Column           *uint32         `protobuf:"varint,1,req,name=column" json:"column,omitempty"`
	Row              *uint32         `protobuf:"varint,2,req,name=row" json:"row,omitempty"`
	Formula          *FormulaArchive `protobuf:"bytes,3,opt,name=formula" json:"formula,omitempty"`
	XXX_unrecognized []byte          `json:"-"`
}

func (*CellCoordinateFormulaPairArchive) GetColumn

func (*CellCoordinateFormulaPairArchive) GetFormula

func (*CellCoordinateFormulaPairArchive) GetRow

func (*CellCoordinateFormulaPairArchive) ProtoMessage

func (*CellCoordinateFormulaPairArchive) ProtoMessage()

func (*CellCoordinateFormulaPairArchive) Reset

func (*CellCoordinateFormulaPairArchive) String

type CellCoordinateObjectMapArchive

type CellCoordinateObjectMapArchive struct {
	CellCoordinateObjectPair []*CellCoordinateObjectPairArchive `protobuf:"bytes,1,rep,name=cell_coordinate_object_pair" json:"cell_coordinate_object_pair,omitempty"`
	XXX_unrecognized         []byte                             `json:"-"`
}

func (*CellCoordinateObjectMapArchive) GetCellCoordinateObjectPair

func (m *CellCoordinateObjectMapArchive) GetCellCoordinateObjectPair() []*CellCoordinateObjectPairArchive

func (*CellCoordinateObjectMapArchive) ProtoMessage

func (*CellCoordinateObjectMapArchive) ProtoMessage()

func (*CellCoordinateObjectMapArchive) Reset

func (m *CellCoordinateObjectMapArchive) Reset()

func (*CellCoordinateObjectMapArchive) String

type CellCoordinateObjectPairArchive

type CellCoordinateObjectPairArchive struct {
	CellCoordinate   *CellCoordinateArchive `protobuf:"bytes,1,req,name=cell_coordinate" json:"cell_coordinate,omitempty"`
	Object           *TSP.Reference         `protobuf:"bytes,2,req,name=object" json:"object,omitempty"`
	XXX_unrecognized []byte                 `json:"-"`
}

func (*CellCoordinateObjectPairArchive) GetCellCoordinate

func (*CellCoordinateObjectPairArchive) GetObject

func (*CellCoordinateObjectPairArchive) ProtoMessage

func (*CellCoordinateObjectPairArchive) ProtoMessage()

func (*CellCoordinateObjectPairArchive) Reset

func (*CellCoordinateObjectPairArchive) String

type CellCoordinateVectorArchive

type CellCoordinateVectorArchive struct {
	CellCoordinate   []*CellCoordinateArchive `protobuf:"bytes,1,rep,name=cell_coordinate" json:"cell_coordinate,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*CellCoordinateVectorArchive) GetCellCoordinate

func (m *CellCoordinateVectorArchive) GetCellCoordinate() []*CellCoordinateArchive

func (*CellCoordinateVectorArchive) ProtoMessage

func (*CellCoordinateVectorArchive) ProtoMessage()

func (*CellCoordinateVectorArchive) Reset

func (m *CellCoordinateVectorArchive) Reset()

func (*CellCoordinateVectorArchive) String

func (m *CellCoordinateVectorArchive) String() string

type CellDependenciesArchive

type CellDependenciesArchive struct {
	CellRecord       []*CellRecordArchive `protobuf:"bytes,1,rep,name=cell_record" json:"cell_record,omitempty"`
	NumDirtyCells    *uint32              `protobuf:"varint,2,opt,name=num_dirty_cells" json:"num_dirty_cells,omitempty"`
	XXX_unrecognized []byte               `json:"-"`
}

func (*CellDependenciesArchive) GetCellRecord

func (m *CellDependenciesArchive) GetCellRecord() []*CellRecordArchive

func (*CellDependenciesArchive) GetNumDirtyCells

func (m *CellDependenciesArchive) GetNumDirtyCells() uint32

func (*CellDependenciesArchive) ProtoMessage

func (*CellDependenciesArchive) ProtoMessage()

func (*CellDependenciesArchive) Reset

func (m *CellDependenciesArchive) Reset()

func (*CellDependenciesArchive) String

func (m *CellDependenciesArchive) String() string

type CellMergeInfoArchive

type CellMergeInfoArchive struct {
	TableId          *CFUUIDArchive          `protobuf:"bytes,1,req,name=table_id" json:"table_id,omitempty"`
	MergedRange      *RangeCoordinateArchive `protobuf:"bytes,2,req,name=merged_range" json:"merged_range,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*CellMergeInfoArchive) GetMergedRange

func (m *CellMergeInfoArchive) GetMergedRange() *RangeCoordinateArchive

func (*CellMergeInfoArchive) GetTableId

func (m *CellMergeInfoArchive) GetTableId() *CFUUIDArchive

func (*CellMergeInfoArchive) ProtoMessage

func (*CellMergeInfoArchive) ProtoMessage()

func (*CellMergeInfoArchive) Reset

func (m *CellMergeInfoArchive) Reset()

func (*CellMergeInfoArchive) String

func (m *CellMergeInfoArchive) String() string

type CellRecordArchive

type CellRecordArchive struct {
	Column                              *uint32        `protobuf:"varint,1,req,name=column" json:"column,omitempty"`
	Row                                 *uint32        `protobuf:"varint,2,req,name=row" json:"row,omitempty"`
	DirtySelfPlusPrecedentsCount        *uint32        `protobuf:"varint,3,opt,name=dirty_self_plus_precedents_count,def=0" json:"dirty_self_plus_precedents_count,omitempty"`
	IsInACycle                          *bool          `protobuf:"varint,4,opt,name=is_in_a_cycle,def=0" json:"is_in_a_cycle,omitempty"`
	Edge                                []*EdgeArchive `protobuf:"bytes,5,rep,name=edge" json:"edge,omitempty"`
	ContainsAFormula                    *bool          `protobuf:"varint,6,opt,name=contains_a_formula,def=1" json:"contains_a_formula,omitempty"`
	HasCalculatedPrecedents             *bool          `protobuf:"varint,7,opt,name=has_calculated_precedents,def=0" json:"has_calculated_precedents,omitempty"`
	CalculatePrecedentsOnNextRecalc     *bool          `protobuf:"varint,8,opt,name=calculate_precedents_on_next_recalc,def=0" json:"calculate_precedents_on_next_recalc,omitempty"`
	TranslateForExcelImportOnNextRecalc *bool          `` /* 136-byte string literal not displayed */
	Edges                               *EdgesArchive  `protobuf:"bytes,9,opt,name=edges" json:"edges,omitempty"`
	XXX_unrecognized                    []byte         `json:"-"`
}

func (*CellRecordArchive) GetCalculatePrecedentsOnNextRecalc

func (m *CellRecordArchive) GetCalculatePrecedentsOnNextRecalc() bool

func (*CellRecordArchive) GetColumn

func (m *CellRecordArchive) GetColumn() uint32

func (*CellRecordArchive) GetContainsAFormula

func (m *CellRecordArchive) GetContainsAFormula() bool

func (*CellRecordArchive) GetDirtySelfPlusPrecedentsCount

func (m *CellRecordArchive) GetDirtySelfPlusPrecedentsCount() uint32

func (*CellRecordArchive) GetEdge

func (m *CellRecordArchive) GetEdge() []*EdgeArchive

func (*CellRecordArchive) GetEdges

func (m *CellRecordArchive) GetEdges() *EdgesArchive

func (*CellRecordArchive) GetHasCalculatedPrecedents

func (m *CellRecordArchive) GetHasCalculatedPrecedents() bool

func (*CellRecordArchive) GetIsInACycle

func (m *CellRecordArchive) GetIsInACycle() bool

func (*CellRecordArchive) GetRow

func (m *CellRecordArchive) GetRow() uint32

func (*CellRecordArchive) GetTranslateForExcelImportOnNextRecalc

func (m *CellRecordArchive) GetTranslateForExcelImportOnNextRecalc() bool

func (*CellRecordArchive) ProtoMessage

func (*CellRecordArchive) ProtoMessage()

func (*CellRecordArchive) Reset

func (m *CellRecordArchive) Reset()

func (*CellRecordArchive) String

func (m *CellRecordArchive) String() string

type CellReferenceArchive

type CellReferenceArchive struct {
	Column           *uint32        `protobuf:"varint,1,req,name=column" json:"column,omitempty"`
	Row              *uint32        `protobuf:"varint,2,req,name=row" json:"row,omitempty"`
	TableId          *CFUUIDArchive `protobuf:"bytes,3,req,name=table_id" json:"table_id,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*CellReferenceArchive) GetColumn

func (m *CellReferenceArchive) GetColumn() uint32

func (*CellReferenceArchive) GetRow

func (m *CellReferenceArchive) GetRow() uint32

func (*CellReferenceArchive) GetTableId

func (m *CellReferenceArchive) GetTableId() *CFUUIDArchive

func (*CellReferenceArchive) ProtoMessage

func (*CellReferenceArchive) ProtoMessage()

func (*CellReferenceArchive) Reset

func (m *CellReferenceArchive) Reset()

func (*CellReferenceArchive) String

func (m *CellReferenceArchive) String() string

type CellValueArchive

type CellValueArchive struct {
	CellValueType    *CellValueArchive_CellValueType `protobuf:"varint,1,req,name=cell_value_type,enum=TSCE.CellValueArchive_CellValueType" json:"cell_value_type,omitempty"`
	BooleanValue     *BooleanCellValueArchive        `protobuf:"bytes,2,opt,name=boolean_value" json:"boolean_value,omitempty"`
	DateValue        *DateCellValueArchive           `protobuf:"bytes,3,opt,name=date_value" json:"date_value,omitempty"`
	NumberValue      *NumberCellValueArchive         `protobuf:"bytes,4,opt,name=number_value" json:"number_value,omitempty"`
	StringValue      *StringCellValueArchive         `protobuf:"bytes,5,opt,name=string_value" json:"string_value,omitempty"`
	XXX_unrecognized []byte                          `json:"-"`
}

func (*CellValueArchive) GetBooleanValue

func (m *CellValueArchive) GetBooleanValue() *BooleanCellValueArchive

func (*CellValueArchive) GetCellValueType

func (m *CellValueArchive) GetCellValueType() CellValueArchive_CellValueType

func (*CellValueArchive) GetDateValue

func (m *CellValueArchive) GetDateValue() *DateCellValueArchive

func (*CellValueArchive) GetNumberValue

func (m *CellValueArchive) GetNumberValue() *NumberCellValueArchive

func (*CellValueArchive) GetStringValue

func (m *CellValueArchive) GetStringValue() *StringCellValueArchive

func (*CellValueArchive) ProtoMessage

func (*CellValueArchive) ProtoMessage()

func (*CellValueArchive) Reset

func (m *CellValueArchive) Reset()

func (*CellValueArchive) String

func (m *CellValueArchive) String() string

type CellValueArchive_CellValueType

type CellValueArchive_CellValueType int32
const (
	CellValueArchive_NIL_TYPE     CellValueArchive_CellValueType = 1
	CellValueArchive_BOOLEAN_TYPE CellValueArchive_CellValueType = 2
	CellValueArchive_DATE_TYPE    CellValueArchive_CellValueType = 3
	CellValueArchive_NUMBER_TYPE  CellValueArchive_CellValueType = 4
	CellValueArchive_STRING_TYPE  CellValueArchive_CellValueType = 5
)

func (CellValueArchive_CellValueType) Enum

func (CellValueArchive_CellValueType) String

func (*CellValueArchive_CellValueType) UnmarshalJSON

func (x *CellValueArchive_CellValueType) UnmarshalJSON(data []byte) error

type DateCellValueArchive

type DateCellValueArchive struct {
	Value            *float64                 `protobuf:"fixed64,1,req,name=value" json:"value,omitempty"`
	Format           *TSK.FormatStructArchive `protobuf:"bytes,2,req,name=format" json:"format,omitempty"`
	FormatIsImplicit *bool                    `protobuf:"varint,3,opt,name=format_is_implicit,def=1" json:"format_is_implicit,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*DateCellValueArchive) GetFormat

func (*DateCellValueArchive) GetFormatIsImplicit

func (m *DateCellValueArchive) GetFormatIsImplicit() bool

func (*DateCellValueArchive) GetValue

func (m *DateCellValueArchive) GetValue() float64

func (*DateCellValueArchive) ProtoMessage

func (*DateCellValueArchive) ProtoMessage()

func (*DateCellValueArchive) Reset

func (m *DateCellValueArchive) Reset()

func (*DateCellValueArchive) String

func (m *DateCellValueArchive) String() string

type DependencyTrackerArchive

type DependencyTrackerArchive struct {
	FormulaOwnerInfo  []*FormulaOwnerInfoArchive      `protobuf:"bytes,1,rep,name=formula_owner_info" json:"formula_owner_info,omitempty"`
	DirtyLeaf         []*CellReferenceArchive         `protobuf:"bytes,2,rep,name=dirty_leaf" json:"dirty_leaf,omitempty"`
	InternalDirtyLeaf []*InternalCellReferenceArchive `protobuf:"bytes,4,rep,name=internal_dirty_leaf" json:"internal_dirty_leaf,omitempty"`
	OwnerIdMap        *OwnerIDMapArchive              `protobuf:"bytes,3,opt,name=owner_id_map" json:"owner_id_map,omitempty"`
	XXX_unrecognized  []byte                          `json:"-"`
}

func (*DependencyTrackerArchive) GetDirtyLeaf

func (m *DependencyTrackerArchive) GetDirtyLeaf() []*CellReferenceArchive

func (*DependencyTrackerArchive) GetFormulaOwnerInfo

func (m *DependencyTrackerArchive) GetFormulaOwnerInfo() []*FormulaOwnerInfoArchive

func (*DependencyTrackerArchive) GetInternalDirtyLeaf

func (m *DependencyTrackerArchive) GetInternalDirtyLeaf() []*InternalCellReferenceArchive

func (*DependencyTrackerArchive) GetOwnerIdMap

func (m *DependencyTrackerArchive) GetOwnerIdMap() *OwnerIDMapArchive

func (*DependencyTrackerArchive) ProtoMessage

func (*DependencyTrackerArchive) ProtoMessage()

func (*DependencyTrackerArchive) Reset

func (m *DependencyTrackerArchive) Reset()

func (*DependencyTrackerArchive) String

func (m *DependencyTrackerArchive) String() string

type EdgeArchive

type EdgeArchive struct {
	Column           *uint32        `protobuf:"varint,1,req,name=column" json:"column,omitempty"`
	Row              *uint32        `protobuf:"varint,2,req,name=row" json:"row,omitempty"`
	IsPrecedent      *bool          `protobuf:"varint,3,req,name=is_precedent" json:"is_precedent,omitempty"`
	OwnerId          *CFUUIDArchive `protobuf:"bytes,4,opt,name=owner_id" json:"owner_id,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*EdgeArchive) GetColumn

func (m *EdgeArchive) GetColumn() uint32

func (*EdgeArchive) GetIsPrecedent

func (m *EdgeArchive) GetIsPrecedent() bool

func (*EdgeArchive) GetOwnerId

func (m *EdgeArchive) GetOwnerId() *CFUUIDArchive

func (*EdgeArchive) GetRow

func (m *EdgeArchive) GetRow() uint32

func (*EdgeArchive) ProtoMessage

func (*EdgeArchive) ProtoMessage()

func (*EdgeArchive) Reset

func (m *EdgeArchive) Reset()

func (*EdgeArchive) String

func (m *EdgeArchive) String() string

type EdgesArchive

type EdgesArchive struct {
	PackedEdgeWithoutOwner []uint32         `protobuf:"varint,9,rep,name=packed_edge_without_owner" json:"packed_edge_without_owner,omitempty"`
	PackedEdgeWithOwner    []uint32         `protobuf:"varint,10,rep,name=packed_edge_with_owner" json:"packed_edge_with_owner,omitempty"`
	OwnerIdForEdge         []*CFUUIDArchive `protobuf:"bytes,11,rep,name=owner_id_for_edge" json:"owner_id_for_edge,omitempty"`
	InternalOwnerIdForEdge []uint32         `protobuf:"varint,12,rep,name=internal_owner_id_for_edge" json:"internal_owner_id_for_edge,omitempty"`
	XXX_unrecognized       []byte           `json:"-"`
}

func (*EdgesArchive) GetInternalOwnerIdForEdge

func (m *EdgesArchive) GetInternalOwnerIdForEdge() []uint32

func (*EdgesArchive) GetOwnerIdForEdge

func (m *EdgesArchive) GetOwnerIdForEdge() []*CFUUIDArchive

func (*EdgesArchive) GetPackedEdgeWithOwner

func (m *EdgesArchive) GetPackedEdgeWithOwner() []uint32

func (*EdgesArchive) GetPackedEdgeWithoutOwner

func (m *EdgesArchive) GetPackedEdgeWithoutOwner() []uint32

func (*EdgesArchive) ProtoMessage

func (*EdgesArchive) ProtoMessage()

func (*EdgesArchive) Reset

func (m *EdgesArchive) Reset()

func (*EdgesArchive) String

func (m *EdgesArchive) String() string

type FormatStructArchive

type FormatStructArchive struct {
	FormatType             *uint32 `protobuf:"varint,1,req,name=format_type" json:"format_type,omitempty"`
	DecimalPlaces          *uint32 `protobuf:"varint,2,opt,name=decimal_places" json:"decimal_places,omitempty"`
	CurrencyCode           *string `protobuf:"bytes,3,opt,name=currency_code" json:"currency_code,omitempty"`
	NegativeStyle          *uint32 `protobuf:"varint,4,opt,name=negative_style" json:"negative_style,omitempty"`
	ShowThousandsSeparator *bool   `protobuf:"varint,5,opt,name=show_thousands_separator" json:"show_thousands_separator,omitempty"`
	UseAccountingStyle     *bool   `protobuf:"varint,6,opt,name=use_accounting_style" json:"use_accounting_style,omitempty"`
	DurationStyle          *uint32 `protobuf:"varint,7,opt,name=duration_style" json:"duration_style,omitempty"`
	Base                   *uint32 `protobuf:"varint,8,opt,name=base" json:"base,omitempty"`
	BasePlaces             *uint32 `protobuf:"varint,9,opt,name=base_places" json:"base_places,omitempty"`
	BaseUseMinusSign       *bool   `protobuf:"varint,10,opt,name=base_use_minus_sign" json:"base_use_minus_sign,omitempty"`
	FractionAccuracy       *uint32 `protobuf:"varint,11,opt,name=fraction_accuracy" json:"fraction_accuracy,omitempty"`
	SuppressDateFormat     *bool   `protobuf:"varint,12,opt,name=suppress_date_format" json:"suppress_date_format,omitempty"`
	SuppressTimeFormat     *bool   `protobuf:"varint,13,opt,name=suppress_time_format" json:"suppress_time_format,omitempty"`
	DateTimeFormat         *string `protobuf:"bytes,14,opt,name=date_time_format" json:"date_time_format,omitempty"`
	DurationUnitLargest    *uint32 `protobuf:"varint,15,opt,name=duration_unit_largest" json:"duration_unit_largest,omitempty"`
	DurationUnitSmallest   *uint32 `protobuf:"varint,16,opt,name=duration_unit_smallest" json:"duration_unit_smallest,omitempty"`
	XXX_unrecognized       []byte  `json:"-"`
}

func (*FormatStructArchive) GetBase

func (m *FormatStructArchive) GetBase() uint32

func (*FormatStructArchive) GetBasePlaces

func (m *FormatStructArchive) GetBasePlaces() uint32

func (*FormatStructArchive) GetBaseUseMinusSign

func (m *FormatStructArchive) GetBaseUseMinusSign() bool

func (*FormatStructArchive) GetCurrencyCode

func (m *FormatStructArchive) GetCurrencyCode() string

func (*FormatStructArchive) GetDateTimeFormat

func (m *FormatStructArchive) GetDateTimeFormat() string

func (*FormatStructArchive) GetDecimalPlaces

func (m *FormatStructArchive) GetDecimalPlaces() uint32

func (*FormatStructArchive) GetDurationStyle

func (m *FormatStructArchive) GetDurationStyle() uint32

func (*FormatStructArchive) GetDurationUnitLargest

func (m *FormatStructArchive) GetDurationUnitLargest() uint32

func (*FormatStructArchive) GetDurationUnitSmallest

func (m *FormatStructArchive) GetDurationUnitSmallest() uint32

func (*FormatStructArchive) GetFormatType

func (m *FormatStructArchive) GetFormatType() uint32

func (*FormatStructArchive) GetFractionAccuracy

func (m *FormatStructArchive) GetFractionAccuracy() uint32

func (*FormatStructArchive) GetNegativeStyle

func (m *FormatStructArchive) GetNegativeStyle() uint32

func (*FormatStructArchive) GetShowThousandsSeparator

func (m *FormatStructArchive) GetShowThousandsSeparator() bool

func (*FormatStructArchive) GetSuppressDateFormat

func (m *FormatStructArchive) GetSuppressDateFormat() bool

func (*FormatStructArchive) GetSuppressTimeFormat

func (m *FormatStructArchive) GetSuppressTimeFormat() bool

func (*FormatStructArchive) GetUseAccountingStyle

func (m *FormatStructArchive) GetUseAccountingStyle() bool

func (*FormatStructArchive) ProtoMessage

func (*FormatStructArchive) ProtoMessage()

func (*FormatStructArchive) Reset

func (m *FormatStructArchive) Reset()

func (*FormatStructArchive) String

func (m *FormatStructArchive) String() string

type FormulaArchive

type FormulaArchive struct {
	ASTNodeArray         *ASTNodeArrayArchive            `protobuf:"bytes,1,req,name=AST_node_array" json:"AST_node_array,omitempty"`
	HostColumn           *uint32                         `protobuf:"varint,2,opt,name=host_column" json:"host_column,omitempty"`
	HostRow              *uint32                         `protobuf:"varint,3,opt,name=host_row" json:"host_row,omitempty"`
	HostColumnIsNegative *bool                           `protobuf:"varint,4,opt,name=host_column_is_negative,def=0" json:"host_column_is_negative,omitempty"`
	HostRowIsNegative    *bool                           `protobuf:"varint,5,opt,name=host_row_is_negative,def=0" json:"host_row_is_negative,omitempty"`
	TranslationFlags     *FormulaTranslationFlagsArchive `protobuf:"bytes,6,opt,name=translation_flags" json:"translation_flags,omitempty"`
	XXX_unrecognized     []byte                          `json:"-"`
}

func (*FormulaArchive) GetASTNodeArray

func (m *FormulaArchive) GetASTNodeArray() *ASTNodeArrayArchive

func (*FormulaArchive) GetHostColumn

func (m *FormulaArchive) GetHostColumn() uint32

func (*FormulaArchive) GetHostColumnIsNegative

func (m *FormulaArchive) GetHostColumnIsNegative() bool

func (*FormulaArchive) GetHostRow

func (m *FormulaArchive) GetHostRow() uint32

func (*FormulaArchive) GetHostRowIsNegative

func (m *FormulaArchive) GetHostRowIsNegative() bool

func (*FormulaArchive) GetTranslationFlags

func (m *FormulaArchive) GetTranslationFlags() *FormulaTranslationFlagsArchive

func (*FormulaArchive) ProtoMessage

func (*FormulaArchive) ProtoMessage()

func (*FormulaArchive) Reset

func (m *FormulaArchive) Reset()

func (*FormulaArchive) String

func (m *FormulaArchive) String() string

type FormulaOwnerInfoArchive

type FormulaOwnerInfoArchive struct {
	FormulaOwnerId             *CFUUIDArchive                 `protobuf:"bytes,1,req,name=formula_owner_id" json:"formula_owner_id,omitempty"`
	CellDependencies           *CellDependenciesArchive       `protobuf:"bytes,2,opt,name=cell_dependencies" json:"cell_dependencies,omitempty"`
	RangeDependencies          *RangeDependenciesArchive      `protobuf:"bytes,3,opt,name=range_dependencies" json:"range_dependencies,omitempty"`
	VolatileDependencies       *VolatileDependenciesArchive   `protobuf:"bytes,4,opt,name=volatile_dependencies" json:"volatile_dependencies,omitempty"`
	SpanningColumnDependencies *SpanningDependenciesArchive   `protobuf:"bytes,5,opt,name=spanning_column_dependencies" json:"spanning_column_dependencies,omitempty"`
	SpanningRowDependencies    *SpanningDependenciesArchive   `protobuf:"bytes,6,opt,name=spanning_row_dependencies" json:"spanning_row_dependencies,omitempty"`
	WholeOwnerDependencies     *WholeOwnerDependenciesArchive `protobuf:"bytes,8,opt,name=whole_owner_dependencies" json:"whole_owner_dependencies,omitempty"`
	FormulaOwner               *TSP.Reference                 `protobuf:"bytes,7,opt,name=formula_owner" json:"formula_owner,omitempty"`
	XXX_unrecognized           []byte                         `json:"-"`
}

func (*FormulaOwnerInfoArchive) GetCellDependencies

func (m *FormulaOwnerInfoArchive) GetCellDependencies() *CellDependenciesArchive

func (*FormulaOwnerInfoArchive) GetFormulaOwner

func (m *FormulaOwnerInfoArchive) GetFormulaOwner() *TSP.Reference

func (*FormulaOwnerInfoArchive) GetFormulaOwnerId

func (m *FormulaOwnerInfoArchive) GetFormulaOwnerId() *CFUUIDArchive

func (*FormulaOwnerInfoArchive) GetRangeDependencies

func (m *FormulaOwnerInfoArchive) GetRangeDependencies() *RangeDependenciesArchive

func (*FormulaOwnerInfoArchive) GetSpanningColumnDependencies

func (m *FormulaOwnerInfoArchive) GetSpanningColumnDependencies() *SpanningDependenciesArchive

func (*FormulaOwnerInfoArchive) GetSpanningRowDependencies

func (m *FormulaOwnerInfoArchive) GetSpanningRowDependencies() *SpanningDependenciesArchive

func (*FormulaOwnerInfoArchive) GetVolatileDependencies

func (m *FormulaOwnerInfoArchive) GetVolatileDependencies() *VolatileDependenciesArchive

func (*FormulaOwnerInfoArchive) GetWholeOwnerDependencies

func (m *FormulaOwnerInfoArchive) GetWholeOwnerDependencies() *WholeOwnerDependenciesArchive

func (*FormulaOwnerInfoArchive) ProtoMessage

func (*FormulaOwnerInfoArchive) ProtoMessage()

func (*FormulaOwnerInfoArchive) Reset

func (m *FormulaOwnerInfoArchive) Reset()

func (*FormulaOwnerInfoArchive) String

func (m *FormulaOwnerInfoArchive) String() string

type FormulaRewriteCommandArchive

type FormulaRewriteCommandArchive struct {
	TableRewriteCommand *TSP.Reference      `protobuf:"bytes,1,opt,name=table_rewrite_command" json:"table_rewrite_command,omitempty"`
	Super               *TSK.CommandArchive `protobuf:"bytes,2,opt,name=super" json:"super,omitempty"`
	XXX_unrecognized    []byte              `json:"-"`
}

func (*FormulaRewriteCommandArchive) GetSuper

func (*FormulaRewriteCommandArchive) GetTableRewriteCommand

func (m *FormulaRewriteCommandArchive) GetTableRewriteCommand() *TSP.Reference

func (*FormulaRewriteCommandArchive) ProtoMessage

func (*FormulaRewriteCommandArchive) ProtoMessage()

func (*FormulaRewriteCommandArchive) Reset

func (m *FormulaRewriteCommandArchive) Reset()

func (*FormulaRewriteCommandArchive) String

type FormulaRewriteSpecArchive

type FormulaRewriteSpecArchive struct {
	RewriteType      *FormulaRewriteSpecArchive_RewriteType `protobuf:"varint,1,req,name=rewrite_type,enum=TSCE.FormulaRewriteSpecArchive_RewriteType" json:"rewrite_type,omitempty"`
	TectonicShift    *TectonicShiftArchive                  `protobuf:"bytes,2,opt,name=tectonic_shift" json:"tectonic_shift,omitempty"`
	SortMapping      *RewriteSortMappingArchive             `protobuf:"bytes,3,opt,name=sort_mapping" json:"sort_mapping,omitempty"`
	RangeMovedInfo   *RangeMovedInfoArchive                 `protobuf:"bytes,4,opt,name=range_moved_info" json:"range_moved_info,omitempty"`
	DeletedOwnerId   *CFUUIDArchive                         `protobuf:"bytes,5,opt,name=deleted_owner_id" json:"deleted_owner_id,omitempty"`
	TableResizedInfo *TableResizedInfoArchive               `protobuf:"bytes,6,opt,name=table_resized_info" json:"table_resized_info,omitempty"`
	CellMergeInfo    *CellMergeInfoArchive                  `protobuf:"bytes,7,opt,name=cell_merge_info" json:"cell_merge_info,omitempty"`
	XXX_unrecognized []byte                                 `json:"-"`
}

func (*FormulaRewriteSpecArchive) GetCellMergeInfo

func (m *FormulaRewriteSpecArchive) GetCellMergeInfo() *CellMergeInfoArchive

func (*FormulaRewriteSpecArchive) GetDeletedOwnerId

func (m *FormulaRewriteSpecArchive) GetDeletedOwnerId() *CFUUIDArchive

func (*FormulaRewriteSpecArchive) GetRangeMovedInfo

func (m *FormulaRewriteSpecArchive) GetRangeMovedInfo() *RangeMovedInfoArchive

func (*FormulaRewriteSpecArchive) GetRewriteType

func (*FormulaRewriteSpecArchive) GetSortMapping

func (*FormulaRewriteSpecArchive) GetTableResizedInfo

func (m *FormulaRewriteSpecArchive) GetTableResizedInfo() *TableResizedInfoArchive

func (*FormulaRewriteSpecArchive) GetTectonicShift

func (m *FormulaRewriteSpecArchive) GetTectonicShift() *TectonicShiftArchive

func (*FormulaRewriteSpecArchive) ProtoMessage

func (*FormulaRewriteSpecArchive) ProtoMessage()

func (*FormulaRewriteSpecArchive) Reset

func (m *FormulaRewriteSpecArchive) Reset()

func (*FormulaRewriteSpecArchive) String

func (m *FormulaRewriteSpecArchive) String() string

type FormulaRewriteSpecArchive_RewriteType

type FormulaRewriteSpecArchive_RewriteType int32
const (
	FormulaRewriteSpecArchive_TECTONIC_SHIFT          FormulaRewriteSpecArchive_RewriteType = 1
	FormulaRewriteSpecArchive_REMAP_WITH_SORT_MAPPING FormulaRewriteSpecArchive_RewriteType = 2
	FormulaRewriteSpecArchive_MOVE_RANGE              FormulaRewriteSpecArchive_RewriteType = 3
	FormulaRewriteSpecArchive_DELETE_OWNER            FormulaRewriteSpecArchive_RewriteType = 4
	FormulaRewriteSpecArchive_TABLE_RESIZE            FormulaRewriteSpecArchive_RewriteType = 5
	FormulaRewriteSpecArchive_CELL_MERGE              FormulaRewriteSpecArchive_RewriteType = 6
)

func (FormulaRewriteSpecArchive_RewriteType) Enum

func (FormulaRewriteSpecArchive_RewriteType) String

func (*FormulaRewriteSpecArchive_RewriteType) UnmarshalJSON

func (x *FormulaRewriteSpecArchive_RewriteType) UnmarshalJSON(data []byte) error

type FormulaTranslationFlagsArchive

type FormulaTranslationFlagsArchive struct {
	ExcelImportTranslation                 *bool  `protobuf:"varint,1,opt,name=excel_import_translation,def=0" json:"excel_import_translation,omitempty"`
	NumberToDateCoercionRemovalTranslation *bool  `` /* 139-byte string literal not displayed */
	XXX_unrecognized                       []byte `json:"-"`
}

func (*FormulaTranslationFlagsArchive) GetExcelImportTranslation

func (m *FormulaTranslationFlagsArchive) GetExcelImportTranslation() bool

func (*FormulaTranslationFlagsArchive) GetNumberToDateCoercionRemovalTranslation

func (m *FormulaTranslationFlagsArchive) GetNumberToDateCoercionRemovalTranslation() bool

func (*FormulaTranslationFlagsArchive) ProtoMessage

func (*FormulaTranslationFlagsArchive) ProtoMessage()

func (*FormulaTranslationFlagsArchive) Reset

func (m *FormulaTranslationFlagsArchive) Reset()

func (*FormulaTranslationFlagsArchive) String

type InternalCellReferenceArchive

type InternalCellReferenceArchive struct {
	Coordinate       *CellCoordinateArchive `protobuf:"bytes,1,req,name=coordinate" json:"coordinate,omitempty"`
	OwnerId          *uint32                `protobuf:"varint,2,req,name=owner_id" json:"owner_id,omitempty"`
	XXX_unrecognized []byte                 `json:"-"`
}

func (*InternalCellReferenceArchive) GetCoordinate

func (*InternalCellReferenceArchive) GetOwnerId

func (m *InternalCellReferenceArchive) GetOwnerId() uint32

func (*InternalCellReferenceArchive) ProtoMessage

func (*InternalCellReferenceArchive) ProtoMessage()

func (*InternalCellReferenceArchive) Reset

func (m *InternalCellReferenceArchive) Reset()

func (*InternalCellReferenceArchive) String

type InternalRangeReferenceArchive

type InternalRangeReferenceArchive struct {
	OwnerId          *uint32                 `protobuf:"varint,1,req,name=owner_id" json:"owner_id,omitempty"`
	Range            *RangeCoordinateArchive `protobuf:"bytes,2,req,name=range" json:"range,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*InternalRangeReferenceArchive) GetOwnerId

func (m *InternalRangeReferenceArchive) GetOwnerId() uint32

func (*InternalRangeReferenceArchive) GetRange

func (*InternalRangeReferenceArchive) ProtoMessage

func (*InternalRangeReferenceArchive) ProtoMessage()

func (*InternalRangeReferenceArchive) Reset

func (m *InternalRangeReferenceArchive) Reset()

func (*InternalRangeReferenceArchive) String

type NameTrackedReferencePair

type NameTrackedReferencePair struct {
	Name               *string        `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	TrackedReference   *TSP.Reference `protobuf:"bytes,2,opt,name=tracked_reference" json:"tracked_reference,omitempty"`
	TrackedReferenceId *uint32        `protobuf:"varint,3,opt,name=tracked_reference_id" json:"tracked_reference_id,omitempty"`
	XXX_unrecognized   []byte         `json:"-"`
}

func (*NameTrackedReferencePair) GetName

func (m *NameTrackedReferencePair) GetName() string

func (*NameTrackedReferencePair) GetTrackedReference

func (m *NameTrackedReferencePair) GetTrackedReference() *TSP.Reference

func (*NameTrackedReferencePair) GetTrackedReferenceId

func (m *NameTrackedReferencePair) GetTrackedReferenceId() uint32

func (*NameTrackedReferencePair) ProtoMessage

func (*NameTrackedReferencePair) ProtoMessage()

func (*NameTrackedReferencePair) Reset

func (m *NameTrackedReferencePair) Reset()

func (*NameTrackedReferencePair) String

func (m *NameTrackedReferencePair) String() string

type NamedReferenceManagerArchive

type NamedReferenceManagerArchive struct {
	ReferenceTracker               *TSP.Reference                    `protobuf:"bytes,1,req,name=reference_tracker" json:"reference_tracker,omitempty"`
	NamesByTrackedReferenceByTable []*NamesByTrackedReferenceArchive `protobuf:"bytes,2,rep,name=names_by_tracked_reference_by_table" json:"names_by_tracked_reference_by_table,omitempty"`
	XXX_unrecognized               []byte                            `json:"-"`
}

func (*NamedReferenceManagerArchive) GetNamesByTrackedReferenceByTable

func (m *NamedReferenceManagerArchive) GetNamesByTrackedReferenceByTable() []*NamesByTrackedReferenceArchive

func (*NamedReferenceManagerArchive) GetReferenceTracker

func (m *NamedReferenceManagerArchive) GetReferenceTracker() *TSP.Reference

func (*NamedReferenceManagerArchive) ProtoMessage

func (*NamedReferenceManagerArchive) ProtoMessage()

func (*NamedReferenceManagerArchive) Reset

func (m *NamedReferenceManagerArchive) Reset()

func (*NamedReferenceManagerArchive) String

type NamesByTrackedReferenceArchive

type NamesByTrackedReferenceArchive struct {
	TableId                  *CFUUIDArchive              `protobuf:"bytes,1,req,name=table_id" json:"table_id,omitempty"`
	NameTrackedReferencePair []*NameTrackedReferencePair `protobuf:"bytes,2,rep,name=name_tracked_reference_pair" json:"name_tracked_reference_pair,omitempty"`
	XXX_unrecognized         []byte                      `json:"-"`
}

func (*NamesByTrackedReferenceArchive) GetNameTrackedReferencePair

func (m *NamesByTrackedReferenceArchive) GetNameTrackedReferencePair() []*NameTrackedReferencePair

func (*NamesByTrackedReferenceArchive) GetTableId

func (*NamesByTrackedReferenceArchive) ProtoMessage

func (*NamesByTrackedReferenceArchive) ProtoMessage()

func (*NamesByTrackedReferenceArchive) Reset

func (m *NamesByTrackedReferenceArchive) Reset()

func (*NamesByTrackedReferenceArchive) String

type NumberCellValueArchive

type NumberCellValueArchive struct {
	Value            *float64                 `protobuf:"fixed64,1,req,name=value" json:"value,omitempty"`
	Unit             *int32                   `protobuf:"varint,2,req,name=unit" json:"unit,omitempty"`
	Format           *TSK.FormatStructArchive `protobuf:"bytes,3,req,name=format" json:"format,omitempty"`
	FormatIsImplicit *bool                    `protobuf:"varint,4,opt,name=format_is_implicit,def=1" json:"format_is_implicit,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*NumberCellValueArchive) GetFormat

func (*NumberCellValueArchive) GetFormatIsImplicit

func (m *NumberCellValueArchive) GetFormatIsImplicit() bool

func (*NumberCellValueArchive) GetUnit

func (m *NumberCellValueArchive) GetUnit() int32

func (*NumberCellValueArchive) GetValue

func (m *NumberCellValueArchive) GetValue() float64

func (*NumberCellValueArchive) ProtoMessage

func (*NumberCellValueArchive) ProtoMessage()

func (*NumberCellValueArchive) Reset

func (m *NumberCellValueArchive) Reset()

func (*NumberCellValueArchive) String

func (m *NumberCellValueArchive) String() string

type NumberToTrackedReferenceMapArchive

type NumberToTrackedReferenceMapArchive struct {
	NumberTrackedReferencePair []*NumberTrackedReferencePairArchive `protobuf:"bytes,1,rep,name=number_tracked_reference_pair" json:"number_tracked_reference_pair,omitempty"`
	XXX_unrecognized           []byte                               `json:"-"`
}

func (*NumberToTrackedReferenceMapArchive) GetNumberTrackedReferencePair

func (m *NumberToTrackedReferenceMapArchive) GetNumberTrackedReferencePair() []*NumberTrackedReferencePairArchive

func (*NumberToTrackedReferenceMapArchive) ProtoMessage

func (*NumberToTrackedReferenceMapArchive) ProtoMessage()

func (*NumberToTrackedReferenceMapArchive) Reset

func (*NumberToTrackedReferenceMapArchive) String

type NumberTrackedReferencePairArchive

type NumberTrackedReferencePairArchive struct {
	Number           *uint32        `protobuf:"varint,1,req,name=number" json:"number,omitempty"`
	TrackedReference *TSP.Reference `protobuf:"bytes,2,opt,name=tracked_reference" json:"tracked_reference,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*NumberTrackedReferencePairArchive) GetNumber

func (*NumberTrackedReferencePairArchive) GetTrackedReference

func (m *NumberTrackedReferencePairArchive) GetTrackedReference() *TSP.Reference

func (*NumberTrackedReferencePairArchive) ProtoMessage

func (*NumberTrackedReferencePairArchive) ProtoMessage()

func (*NumberTrackedReferencePairArchive) Reset

func (*NumberTrackedReferencePairArchive) String

type OwnerFormulaMapArchive

type OwnerFormulaMapArchive struct {
	CoordinateFormulaPair []*CellCoordinateFormulaPairArchive `protobuf:"bytes,1,rep,name=coordinate_formula_pair" json:"coordinate_formula_pair,omitempty"`
	XXX_unrecognized      []byte                              `json:"-"`
}

func (*OwnerFormulaMapArchive) GetCoordinateFormulaPair

func (m *OwnerFormulaMapArchive) GetCoordinateFormulaPair() []*CellCoordinateFormulaPairArchive

func (*OwnerFormulaMapArchive) ProtoMessage

func (*OwnerFormulaMapArchive) ProtoMessage()

func (*OwnerFormulaMapArchive) Reset

func (m *OwnerFormulaMapArchive) Reset()

func (*OwnerFormulaMapArchive) String

func (m *OwnerFormulaMapArchive) String() string

type OwnerIDMapArchive

type OwnerIDMapArchive struct {
	MapEntry         []*OwnerIDMapArchive_OwnerIDMapArchiveEntry `protobuf:"bytes,1,rep,name=map_entry" json:"map_entry,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*OwnerIDMapArchive) GetMapEntry

func (*OwnerIDMapArchive) ProtoMessage

func (*OwnerIDMapArchive) ProtoMessage()

func (*OwnerIDMapArchive) Reset

func (m *OwnerIDMapArchive) Reset()

func (*OwnerIDMapArchive) String

func (m *OwnerIDMapArchive) String() string

type OwnerIDMapArchive_OwnerIDMapArchiveEntry

type OwnerIDMapArchive_OwnerIDMapArchiveEntry struct {
	InternalOwnerId  *uint32        `protobuf:"varint,1,req,name=internal_owner_id" json:"internal_owner_id,omitempty"`
	OwnerId          *CFUUIDArchive `protobuf:"bytes,2,req,name=owner_id" json:"owner_id,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*OwnerIDMapArchive_OwnerIDMapArchiveEntry) GetInternalOwnerId

func (m *OwnerIDMapArchive_OwnerIDMapArchiveEntry) GetInternalOwnerId() uint32

func (*OwnerIDMapArchive_OwnerIDMapArchiveEntry) GetOwnerId

func (*OwnerIDMapArchive_OwnerIDMapArchiveEntry) ProtoMessage

func (*OwnerIDMapArchive_OwnerIDMapArchiveEntry) Reset

func (*OwnerIDMapArchive_OwnerIDMapArchiveEntry) String

type RTreeArchive

type RTreeArchive struct {
	DataFileId       *uint32           `protobuf:"varint,1,req,name=data_file_id" json:"data_file_id,omitempty"`
	DataSize         *uint32           `protobuf:"varint,2,req,name=data_size" json:"data_size,omitempty"`
	DataNumDims      *uint32           `protobuf:"varint,3,req,name=data_num_dims" json:"data_num_dims,omitempty"`
	DataElemSize     *uint32           `protobuf:"varint,4,req,name=data_elem_size" json:"data_elem_size,omitempty"`
	DataElemRealSize *uint32           `protobuf:"varint,5,req,name=data_elem_real_size" json:"data_elem_real_size,omitempty"`
	DataMaxNodes     *uint32           `protobuf:"varint,6,req,name=data_max_nodes" json:"data_max_nodes,omitempty"`
	DataMinNodes     *uint32           `protobuf:"varint,7,req,name=data_min_nodes" json:"data_min_nodes,omitempty"`
	Root             *RTreeNodeArchive `protobuf:"bytes,8,req,name=root" json:"root,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*RTreeArchive) GetDataElemRealSize

func (m *RTreeArchive) GetDataElemRealSize() uint32

func (*RTreeArchive) GetDataElemSize

func (m *RTreeArchive) GetDataElemSize() uint32

func (*RTreeArchive) GetDataFileId

func (m *RTreeArchive) GetDataFileId() uint32

func (*RTreeArchive) GetDataMaxNodes

func (m *RTreeArchive) GetDataMaxNodes() uint32

func (*RTreeArchive) GetDataMinNodes

func (m *RTreeArchive) GetDataMinNodes() uint32

func (*RTreeArchive) GetDataNumDims

func (m *RTreeArchive) GetDataNumDims() uint32

func (*RTreeArchive) GetDataSize

func (m *RTreeArchive) GetDataSize() uint32

func (*RTreeArchive) GetRoot

func (m *RTreeArchive) GetRoot() *RTreeNodeArchive

func (*RTreeArchive) ProtoMessage

func (*RTreeArchive) ProtoMessage()

func (*RTreeArchive) Reset

func (m *RTreeArchive) Reset()

func (*RTreeArchive) String

func (m *RTreeArchive) String() string

type RTreeInternalNodeContentsArchive

type RTreeInternalNodeContentsArchive struct {
	Min              []uint32          `protobuf:"varint,1,rep,name=min" json:"min,omitempty"`
	Max              []uint32          `protobuf:"varint,2,rep,name=max" json:"max,omitempty"`
	Child            *RTreeNodeArchive `protobuf:"bytes,3,req,name=child" json:"child,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*RTreeInternalNodeContentsArchive) GetChild

func (*RTreeInternalNodeContentsArchive) GetMax

func (*RTreeInternalNodeContentsArchive) GetMin

func (*RTreeInternalNodeContentsArchive) ProtoMessage

func (*RTreeInternalNodeContentsArchive) ProtoMessage()

func (*RTreeInternalNodeContentsArchive) Reset

func (*RTreeInternalNodeContentsArchive) String

type RTreeLeafNodeContentsArchive

type RTreeLeafNodeContentsArchive struct {
	Min              []uint32              `protobuf:"varint,1,rep,name=min" json:"min,omitempty"`
	Max              []uint32              `protobuf:"varint,2,rep,name=max" json:"max,omitempty"`
	CellReference    *CellReferenceArchive `protobuf:"bytes,3,req,name=cell_reference" json:"cell_reference,omitempty"`
	XXX_unrecognized []byte                `json:"-"`
}

func (*RTreeLeafNodeContentsArchive) GetCellReference

func (m *RTreeLeafNodeContentsArchive) GetCellReference() *CellReferenceArchive

func (*RTreeLeafNodeContentsArchive) GetMax

func (m *RTreeLeafNodeContentsArchive) GetMax() []uint32

func (*RTreeLeafNodeContentsArchive) GetMin

func (m *RTreeLeafNodeContentsArchive) GetMin() []uint32

func (*RTreeLeafNodeContentsArchive) ProtoMessage

func (*RTreeLeafNodeContentsArchive) ProtoMessage()

func (*RTreeLeafNodeContentsArchive) Reset

func (m *RTreeLeafNodeContentsArchive) Reset()

func (*RTreeLeafNodeContentsArchive) String

type RTreeNodeArchive

type RTreeNodeArchive struct {
	Level                *uint32                             `protobuf:"varint,1,req,name=level" json:"level,omitempty"`
	Count                *uint32                             `protobuf:"varint,2,req,name=count" json:"count,omitempty"`
	InternalNodeContents []*RTreeInternalNodeContentsArchive `protobuf:"bytes,3,rep,name=internal_node_contents" json:"internal_node_contents,omitempty"`
	LeafNodeContents     []*RTreeLeafNodeContentsArchive     `protobuf:"bytes,4,rep,name=leaf_node_contents" json:"leaf_node_contents,omitempty"`
	XXX_unrecognized     []byte                              `json:"-"`
}

func (*RTreeNodeArchive) GetCount

func (m *RTreeNodeArchive) GetCount() uint32

func (*RTreeNodeArchive) GetInternalNodeContents

func (m *RTreeNodeArchive) GetInternalNodeContents() []*RTreeInternalNodeContentsArchive

func (*RTreeNodeArchive) GetLeafNodeContents

func (m *RTreeNodeArchive) GetLeafNodeContents() []*RTreeLeafNodeContentsArchive

func (*RTreeNodeArchive) GetLevel

func (m *RTreeNodeArchive) GetLevel() uint32

func (*RTreeNodeArchive) ProtoMessage

func (*RTreeNodeArchive) ProtoMessage()

func (*RTreeNodeArchive) Reset

func (m *RTreeNodeArchive) Reset()

func (*RTreeNodeArchive) String

func (m *RTreeNodeArchive) String() string

type RangeBackDependencyArchive

type RangeBackDependencyArchive struct {
	CellCoordRow           *uint32                        `protobuf:"varint,1,req,name=cell_coord_row" json:"cell_coord_row,omitempty"`
	CellCoordColumn        *uint32                        `protobuf:"varint,2,req,name=cell_coord_column" json:"cell_coord_column,omitempty"`
	RangeReference         *RangeReferenceArchive         `protobuf:"bytes,3,opt,name=range_reference" json:"range_reference,omitempty"`
	InternalRangeReference *InternalRangeReferenceArchive `protobuf:"bytes,4,opt,name=internal_range_reference" json:"internal_range_reference,omitempty"`
	XXX_unrecognized       []byte                         `json:"-"`
}

func (*RangeBackDependencyArchive) GetCellCoordColumn

func (m *RangeBackDependencyArchive) GetCellCoordColumn() uint32

func (*RangeBackDependencyArchive) GetCellCoordRow

func (m *RangeBackDependencyArchive) GetCellCoordRow() uint32

func (*RangeBackDependencyArchive) GetInternalRangeReference

func (m *RangeBackDependencyArchive) GetInternalRangeReference() *InternalRangeReferenceArchive

func (*RangeBackDependencyArchive) GetRangeReference

func (m *RangeBackDependencyArchive) GetRangeReference() *RangeReferenceArchive

func (*RangeBackDependencyArchive) ProtoMessage

func (*RangeBackDependencyArchive) ProtoMessage()

func (*RangeBackDependencyArchive) Reset

func (m *RangeBackDependencyArchive) Reset()

func (*RangeBackDependencyArchive) String

func (m *RangeBackDependencyArchive) String() string

type RangeCoordinateArchive

type RangeCoordinateArchive struct {
	TopLeftColumn     *uint32 `protobuf:"varint,1,req,name=top_left_column" json:"top_left_column,omitempty"`
	TopLeftRow        *uint32 `protobuf:"varint,2,req,name=top_left_row" json:"top_left_row,omitempty"`
	BottomRightColumn *uint32 `protobuf:"varint,3,req,name=bottom_right_column" json:"bottom_right_column,omitempty"`
	BottomRightRow    *uint32 `protobuf:"varint,4,req,name=bottom_right_row" json:"bottom_right_row,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*RangeCoordinateArchive) GetBottomRightColumn

func (m *RangeCoordinateArchive) GetBottomRightColumn() uint32

func (*RangeCoordinateArchive) GetBottomRightRow

func (m *RangeCoordinateArchive) GetBottomRightRow() uint32

func (*RangeCoordinateArchive) GetTopLeftColumn

func (m *RangeCoordinateArchive) GetTopLeftColumn() uint32

func (*RangeCoordinateArchive) GetTopLeftRow

func (m *RangeCoordinateArchive) GetTopLeftRow() uint32

func (*RangeCoordinateArchive) ProtoMessage

func (*RangeCoordinateArchive) ProtoMessage()

func (*RangeCoordinateArchive) Reset

func (m *RangeCoordinateArchive) Reset()

func (*RangeCoordinateArchive) String

func (m *RangeCoordinateArchive) String() string

type RangeDependenciesArchive

type RangeDependenciesArchive struct {
	RTree            *RTreeArchive                 `protobuf:"bytes,1,opt,name=r_tree" json:"r_tree,omitempty"`
	BackDependency   []*RangeBackDependencyArchive `protobuf:"bytes,2,rep,name=back_dependency" json:"back_dependency,omitempty"`
	XXX_unrecognized []byte                        `json:"-"`
}

func (*RangeDependenciesArchive) GetBackDependency

func (m *RangeDependenciesArchive) GetBackDependency() []*RangeBackDependencyArchive

func (*RangeDependenciesArchive) GetRTree

func (m *RangeDependenciesArchive) GetRTree() *RTreeArchive

func (*RangeDependenciesArchive) ProtoMessage

func (*RangeDependenciesArchive) ProtoMessage()

func (*RangeDependenciesArchive) Reset

func (m *RangeDependenciesArchive) Reset()

func (*RangeDependenciesArchive) String

func (m *RangeDependenciesArchive) String() string

type RangeMovedInfoArchive

type RangeMovedInfoArchive struct {
	TableId            *CFUUIDArchive          `protobuf:"bytes,1,opt,name=table_id" json:"table_id,omitempty"`
	FromRange          *RangeCoordinateArchive `protobuf:"bytes,2,opt,name=from_range" json:"from_range,omitempty"`
	ToRange            *RangeCoordinateArchive `protobuf:"bytes,3,opt,name=to_range" json:"to_range,omitempty"`
	FromRangeReference *RangeReferenceArchive  `protobuf:"bytes,4,opt,name=from_range_reference" json:"from_range_reference,omitempty"`
	ToRangeReference   *RangeReferenceArchive  `protobuf:"bytes,5,opt,name=to_range_reference" json:"to_range_reference,omitempty"`
	XXX_unrecognized   []byte                  `json:"-"`
}

func (*RangeMovedInfoArchive) GetFromRange

func (m *RangeMovedInfoArchive) GetFromRange() *RangeCoordinateArchive

func (*RangeMovedInfoArchive) GetFromRangeReference

func (m *RangeMovedInfoArchive) GetFromRangeReference() *RangeReferenceArchive

func (*RangeMovedInfoArchive) GetTableId

func (m *RangeMovedInfoArchive) GetTableId() *CFUUIDArchive

func (*RangeMovedInfoArchive) GetToRange

func (*RangeMovedInfoArchive) GetToRangeReference

func (m *RangeMovedInfoArchive) GetToRangeReference() *RangeReferenceArchive

func (*RangeMovedInfoArchive) ProtoMessage

func (*RangeMovedInfoArchive) ProtoMessage()

func (*RangeMovedInfoArchive) Reset

func (m *RangeMovedInfoArchive) Reset()

func (*RangeMovedInfoArchive) String

func (m *RangeMovedInfoArchive) String() string

type RangeReferenceArchive

type RangeReferenceArchive struct {
	TableId           *CFUUIDArchive `protobuf:"bytes,1,req,name=table_id" json:"table_id,omitempty"`
	TopLeftColumn     *uint32        `protobuf:"varint,2,req,name=top_left_column" json:"top_left_column,omitempty"`
	TopLeftRow        *uint32        `protobuf:"varint,3,req,name=top_left_row" json:"top_left_row,omitempty"`
	BottomRightColumn *uint32        `protobuf:"varint,4,req,name=bottom_right_column" json:"bottom_right_column,omitempty"`
	BottomRightRow    *uint32        `protobuf:"varint,5,req,name=bottom_right_row" json:"bottom_right_row,omitempty"`
	XXX_unrecognized  []byte         `json:"-"`
}

func (*RangeReferenceArchive) GetBottomRightColumn

func (m *RangeReferenceArchive) GetBottomRightColumn() uint32

func (*RangeReferenceArchive) GetBottomRightRow

func (m *RangeReferenceArchive) GetBottomRightRow() uint32

func (*RangeReferenceArchive) GetTableId

func (m *RangeReferenceArchive) GetTableId() *CFUUIDArchive

func (*RangeReferenceArchive) GetTopLeftColumn

func (m *RangeReferenceArchive) GetTopLeftColumn() uint32

func (*RangeReferenceArchive) GetTopLeftRow

func (m *RangeReferenceArchive) GetTopLeftRow() uint32

func (*RangeReferenceArchive) ProtoMessage

func (*RangeReferenceArchive) ProtoMessage()

func (*RangeReferenceArchive) Reset

func (m *RangeReferenceArchive) Reset()

func (*RangeReferenceArchive) String

func (m *RangeReferenceArchive) String() string

type ReferenceArchive

type ReferenceArchive struct {
	ReferenceType    *ReferenceArchive_ReferenceType `protobuf:"varint,1,req,name=reference_type,enum=TSCE.ReferenceArchive_ReferenceType" json:"reference_type,omitempty"`
	CellReference    *CellReferenceArchive           `protobuf:"bytes,2,opt,name=cell_reference" json:"cell_reference,omitempty"`
	RangeReference   *RangeReferenceArchive          `protobuf:"bytes,3,opt,name=range_reference" json:"range_reference,omitempty"`
	XXX_unrecognized []byte                          `json:"-"`
}

func (*ReferenceArchive) GetCellReference

func (m *ReferenceArchive) GetCellReference() *CellReferenceArchive

func (*ReferenceArchive) GetRangeReference

func (m *ReferenceArchive) GetRangeReference() *RangeReferenceArchive

func (*ReferenceArchive) GetReferenceType

func (m *ReferenceArchive) GetReferenceType() ReferenceArchive_ReferenceType

func (*ReferenceArchive) ProtoMessage

func (*ReferenceArchive) ProtoMessage()

func (*ReferenceArchive) Reset

func (m *ReferenceArchive) Reset()

func (*ReferenceArchive) String

func (m *ReferenceArchive) String() string

type ReferenceArchive_ReferenceType

type ReferenceArchive_ReferenceType int32
const (
	ReferenceArchive_CELL_REFERENCE  ReferenceArchive_ReferenceType = 1
	ReferenceArchive_RANGE_REFERENCE ReferenceArchive_ReferenceType = 2
	ReferenceArchive_NAME_DEPENDENCY ReferenceArchive_ReferenceType = 3
)

func (ReferenceArchive_ReferenceType) Enum

func (ReferenceArchive_ReferenceType) String

func (*ReferenceArchive_ReferenceType) UnmarshalJSON

func (x *ReferenceArchive_ReferenceType) UnmarshalJSON(data []byte) error

type ReferenceTrackerArchive

type ReferenceTrackerArchive struct {
	Uuid                      *CFUUIDArchive             `protobuf:"bytes,1,req,name=uuid" json:"uuid,omitempty"`
	TrackedReference          []*TSP.Reference           `protobuf:"bytes,2,rep,name=tracked_reference" json:"tracked_reference,omitempty"`
	ContainedTrackedReference []*TrackedReferenceArchive `protobuf:"bytes,3,rep,name=contained_tracked_reference" json:"contained_tracked_reference,omitempty"`
	XXX_unrecognized          []byte                     `json:"-"`
}

func (*ReferenceTrackerArchive) GetContainedTrackedReference

func (m *ReferenceTrackerArchive) GetContainedTrackedReference() []*TrackedReferenceArchive

func (*ReferenceTrackerArchive) GetTrackedReference

func (m *ReferenceTrackerArchive) GetTrackedReference() []*TSP.Reference

func (*ReferenceTrackerArchive) GetUuid

func (m *ReferenceTrackerArchive) GetUuid() *CFUUIDArchive

func (*ReferenceTrackerArchive) ProtoMessage

func (*ReferenceTrackerArchive) ProtoMessage()

func (*ReferenceTrackerArchive) Reset

func (m *ReferenceTrackerArchive) Reset()

func (*ReferenceTrackerArchive) String

func (m *ReferenceTrackerArchive) String() string

type RewriteSortMappingArchive

type RewriteSortMappingArchive struct {
	TableId          *CFUUIDArchive             `protobuf:"bytes,1,req,name=table_id" json:"table_id,omitempty"`
	ShuffleMapping   *TSK.ShuffleMappingArchive `protobuf:"bytes,2,req,name=shuffle_mapping" json:"shuffle_mapping,omitempty"`
	ExplodeRanges    *bool                      `protobuf:"varint,3,req,name=explode_ranges" json:"explode_ranges,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*RewriteSortMappingArchive) GetExplodeRanges

func (m *RewriteSortMappingArchive) GetExplodeRanges() bool

func (*RewriteSortMappingArchive) GetShuffleMapping

func (m *RewriteSortMappingArchive) GetShuffleMapping() *TSK.ShuffleMappingArchive

func (*RewriteSortMappingArchive) GetTableId

func (m *RewriteSortMappingArchive) GetTableId() *CFUUIDArchive

func (*RewriteSortMappingArchive) ProtoMessage

func (*RewriteSortMappingArchive) ProtoMessage()

func (*RewriteSortMappingArchive) Reset

func (m *RewriteSortMappingArchive) Reset()

func (*RewriteSortMappingArchive) String

func (m *RewriteSortMappingArchive) String() string

type SpanningDependenciesArchive

type SpanningDependenciesArchive struct {
	Column                       []uint32                                                    `protobuf:"varint,1,rep,name=column" json:"column,omitempty"`
	RangeContext                 []SpanningDependenciesArchive_RangeContext                  `protobuf:"varint,2,rep,name=range_context,enum=TSCE.SpanningDependenciesArchive_RangeContext" json:"range_context,omitempty"`
	Cell                         []*CellReferenceArchive                                     `protobuf:"bytes,3,rep,name=cell" json:"cell,omitempty"`
	TotalRangeForDeletedTable    *RangeCoordinateArchive                                     `protobuf:"bytes,4,opt,name=total_range_for_deleted_table" json:"total_range_for_deleted_table,omitempty"`
	BodyRangeForDeletedTable     *RangeCoordinateArchive                                     `protobuf:"bytes,5,opt,name=body_range_for_deleted_table" json:"body_range_for_deleted_table,omitempty"`
	ReferringColumnToLocalCells  []*SpanningDependenciesArchive_ReferringColumnToLocalCells  `protobuf:"bytes,6,rep,name=referring_column_to_local_cells" json:"referring_column_to_local_cells,omitempty"`
	ReferringColumnToRemoteCells []*SpanningDependenciesArchive_ReferringColumnToRemoteCells `protobuf:"bytes,7,rep,name=referring_column_to_remote_cells" json:"referring_column_to_remote_cells,omitempty"`
	XXX_unrecognized             []byte                                                      `json:"-"`
}

func (*SpanningDependenciesArchive) GetBodyRangeForDeletedTable

func (m *SpanningDependenciesArchive) GetBodyRangeForDeletedTable() *RangeCoordinateArchive

func (*SpanningDependenciesArchive) GetCell

func (*SpanningDependenciesArchive) GetColumn

func (m *SpanningDependenciesArchive) GetColumn() []uint32

func (*SpanningDependenciesArchive) GetRangeContext

func (*SpanningDependenciesArchive) GetReferringColumnToLocalCells

func (*SpanningDependenciesArchive) GetReferringColumnToRemoteCells

func (*SpanningDependenciesArchive) GetTotalRangeForDeletedTable

func (m *SpanningDependenciesArchive) GetTotalRangeForDeletedTable() *RangeCoordinateArchive

func (*SpanningDependenciesArchive) ProtoMessage

func (*SpanningDependenciesArchive) ProtoMessage()

func (*SpanningDependenciesArchive) Reset

func (m *SpanningDependenciesArchive) Reset()

func (*SpanningDependenciesArchive) String

func (m *SpanningDependenciesArchive) String() string

type SpanningDependenciesArchive_RangeContext

type SpanningDependenciesArchive_RangeContext int32
const (
	SpanningDependenciesArchive_DEFAULT         SpanningDependenciesArchive_RangeContext = 0
	SpanningDependenciesArchive_INCLUDE_HEADERS SpanningDependenciesArchive_RangeContext = 1
)

func (SpanningDependenciesArchive_RangeContext) Enum

func (SpanningDependenciesArchive_RangeContext) String

func (*SpanningDependenciesArchive_RangeContext) UnmarshalJSON

func (x *SpanningDependenciesArchive_RangeContext) UnmarshalJSON(data []byte) error

type SpanningDependenciesArchive_ReferringColumnToLocalCells

type SpanningDependenciesArchive_ReferringColumnToLocalCells struct {
	Column           *uint32                                   `protobuf:"varint,1,req,name=column" json:"column,omitempty"`
	RangeContext     *SpanningDependenciesArchive_RangeContext `protobuf:"varint,2,req,name=range_context,enum=TSCE.SpanningDependenciesArchive_RangeContext" json:"range_context,omitempty"`
	CellCoordinate   []*CellCoordinateArchive                  `protobuf:"bytes,3,rep,name=cell_coordinate" json:"cell_coordinate,omitempty"`
	XXX_unrecognized []byte                                    `json:"-"`
}

func (*SpanningDependenciesArchive_ReferringColumnToLocalCells) GetCellCoordinate

func (*SpanningDependenciesArchive_ReferringColumnToLocalCells) GetColumn

func (*SpanningDependenciesArchive_ReferringColumnToLocalCells) GetRangeContext

func (*SpanningDependenciesArchive_ReferringColumnToLocalCells) ProtoMessage

func (*SpanningDependenciesArchive_ReferringColumnToLocalCells) Reset

func (*SpanningDependenciesArchive_ReferringColumnToLocalCells) String

type SpanningDependenciesArchive_ReferringColumnToRemoteCells

type SpanningDependenciesArchive_ReferringColumnToRemoteCells struct {
	Column                *uint32                                   `protobuf:"varint,1,req,name=column" json:"column,omitempty"`
	RangeContext          *SpanningDependenciesArchive_RangeContext `protobuf:"varint,2,req,name=range_context,enum=TSCE.SpanningDependenciesArchive_RangeContext" json:"range_context,omitempty"`
	InternalCellReference []*InternalCellReferenceArchive           `protobuf:"bytes,3,rep,name=internal_cell_reference" json:"internal_cell_reference,omitempty"`
	XXX_unrecognized      []byte                                    `json:"-"`
}

func (*SpanningDependenciesArchive_ReferringColumnToRemoteCells) GetColumn

func (*SpanningDependenciesArchive_ReferringColumnToRemoteCells) GetInternalCellReference

func (*SpanningDependenciesArchive_ReferringColumnToRemoteCells) GetRangeContext

func (*SpanningDependenciesArchive_ReferringColumnToRemoteCells) ProtoMessage

func (*SpanningDependenciesArchive_ReferringColumnToRemoteCells) Reset

func (*SpanningDependenciesArchive_ReferringColumnToRemoteCells) String

type StringCellValueArchive

type StringCellValueArchive struct {
	Value            *string                  `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`
	Format           *TSK.FormatStructArchive `protobuf:"bytes,2,req,name=format" json:"format,omitempty"`
	FormatIsImplicit *bool                    `protobuf:"varint,3,opt,name=format_is_implicit,def=1" json:"format_is_implicit,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*StringCellValueArchive) GetFormat

func (*StringCellValueArchive) GetFormatIsImplicit

func (m *StringCellValueArchive) GetFormatIsImplicit() bool

func (*StringCellValueArchive) GetValue

func (m *StringCellValueArchive) GetValue() string

func (*StringCellValueArchive) ProtoMessage

func (*StringCellValueArchive) ProtoMessage()

func (*StringCellValueArchive) Reset

func (m *StringCellValueArchive) Reset()

func (*StringCellValueArchive) String

func (m *StringCellValueArchive) String() string

type TableResizedInfoArchive

type TableResizedInfoArchive struct {
	TableId          *CFUUIDArchive          `protobuf:"bytes,1,req,name=table_id" json:"table_id,omitempty"`
	NewTableSize     *RangeCoordinateArchive `protobuf:"bytes,2,req,name=new_table_size" json:"new_table_size,omitempty"`
	OldTableSize     *RangeCoordinateArchive `protobuf:"bytes,3,opt,name=old_table_size" json:"old_table_size,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*TableResizedInfoArchive) GetNewTableSize

func (m *TableResizedInfoArchive) GetNewTableSize() *RangeCoordinateArchive

func (*TableResizedInfoArchive) GetOldTableSize

func (m *TableResizedInfoArchive) GetOldTableSize() *RangeCoordinateArchive

func (*TableResizedInfoArchive) GetTableId

func (m *TableResizedInfoArchive) GetTableId() *CFUUIDArchive

func (*TableResizedInfoArchive) ProtoMessage

func (*TableResizedInfoArchive) ProtoMessage()

func (*TableResizedInfoArchive) Reset

func (m *TableResizedInfoArchive) Reset()

func (*TableResizedInfoArchive) String

func (m *TableResizedInfoArchive) String() string

type TectonicShiftArchive

type TectonicShiftArchive struct {
	GridCoordinateOffsetX           *uint32                 `protobuf:"varint,1,req,name=grid_coordinate_offset_x" json:"grid_coordinate_offset_x,omitempty"`
	GridCoordinateOffsetY           *uint32                 `protobuf:"varint,2,req,name=grid_coordinate_offset_y" json:"grid_coordinate_offset_y,omitempty"`
	GridCoordinateOffsetXIsNegative *bool                   `protobuf:"varint,3,req,name=grid_coordinate_offset_x_is_negative" json:"grid_coordinate_offset_x_is_negative,omitempty"`
	GridCoordinateOffsetYIsNegative *bool                   `protobuf:"varint,4,req,name=grid_coordinate_offset_y_is_negative" json:"grid_coordinate_offset_y_is_negative,omitempty"`
	RangeForShift                   *RangeCoordinateArchive `protobuf:"bytes,5,opt,name=range_for_shift" json:"range_for_shift,omitempty"`
	RangeForDeletion                *RangeCoordinateArchive `protobuf:"bytes,6,opt,name=range_for_deletion" json:"range_for_deletion,omitempty"`
	InsertedRange                   *RangeCoordinateArchive `protobuf:"bytes,7,opt,name=inserted_range" json:"inserted_range,omitempty"`
	ApplyToAbsolute                 *bool                   `protobuf:"varint,8,req,name=apply_to_absolute" json:"apply_to_absolute,omitempty"`
	InsertingAfter                  *bool                   `protobuf:"varint,9,req,name=inserting_after" json:"inserting_after,omitempty"`
	IgnoreStickyBits                *bool                   `protobuf:"varint,10,req,name=ignore_sticky_bits" json:"ignore_sticky_bits,omitempty"`
	TableRange                      *RangeCoordinateArchive `protobuf:"bytes,11,opt,name=table_range" json:"table_range,omitempty"`
	TableId                         *CFUUIDArchive          `protobuf:"bytes,12,opt,name=table_id" json:"table_id,omitempty"`
	XXX_unrecognized                []byte                  `json:"-"`
}

func (*TectonicShiftArchive) GetApplyToAbsolute

func (m *TectonicShiftArchive) GetApplyToAbsolute() bool

func (*TectonicShiftArchive) GetGridCoordinateOffsetX

func (m *TectonicShiftArchive) GetGridCoordinateOffsetX() uint32

func (*TectonicShiftArchive) GetGridCoordinateOffsetXIsNegative

func (m *TectonicShiftArchive) GetGridCoordinateOffsetXIsNegative() bool

func (*TectonicShiftArchive) GetGridCoordinateOffsetY

func (m *TectonicShiftArchive) GetGridCoordinateOffsetY() uint32

func (*TectonicShiftArchive) GetGridCoordinateOffsetYIsNegative

func (m *TectonicShiftArchive) GetGridCoordinateOffsetYIsNegative() bool

func (*TectonicShiftArchive) GetIgnoreStickyBits

func (m *TectonicShiftArchive) GetIgnoreStickyBits() bool

func (*TectonicShiftArchive) GetInsertedRange

func (m *TectonicShiftArchive) GetInsertedRange() *RangeCoordinateArchive

func (*TectonicShiftArchive) GetInsertingAfter

func (m *TectonicShiftArchive) GetInsertingAfter() bool

func (*TectonicShiftArchive) GetRangeForDeletion

func (m *TectonicShiftArchive) GetRangeForDeletion() *RangeCoordinateArchive

func (*TectonicShiftArchive) GetRangeForShift

func (m *TectonicShiftArchive) GetRangeForShift() *RangeCoordinateArchive

func (*TectonicShiftArchive) GetTableId

func (m *TectonicShiftArchive) GetTableId() *CFUUIDArchive

func (*TectonicShiftArchive) GetTableRange

func (m *TectonicShiftArchive) GetTableRange() *RangeCoordinateArchive

func (*TectonicShiftArchive) ProtoMessage

func (*TectonicShiftArchive) ProtoMessage()

func (*TectonicShiftArchive) Reset

func (m *TectonicShiftArchive) Reset()

func (*TectonicShiftArchive) String

func (m *TectonicShiftArchive) String() string

type TrackedReferenceArchive

type TrackedReferenceArchive struct {
	Ast              *ASTNodeArrayArchive `protobuf:"bytes,1,req,name=ast" json:"ast,omitempty"`
	FormulaId        *uint32              `protobuf:"varint,2,req,name=formula_id" json:"formula_id,omitempty"`
	XXX_unrecognized []byte               `json:"-"`
}

func (*TrackedReferenceArchive) GetAst

func (*TrackedReferenceArchive) GetFormulaId

func (m *TrackedReferenceArchive) GetFormulaId() uint32

func (*TrackedReferenceArchive) ProtoMessage

func (*TrackedReferenceArchive) ProtoMessage()

func (*TrackedReferenceArchive) Reset

func (m *TrackedReferenceArchive) Reset()

func (*TrackedReferenceArchive) String

func (m *TrackedReferenceArchive) String() string

type TrackedReferencesRewriteCommandArchive

type TrackedReferencesRewriteCommandArchive struct {
	ReferencesInReferenceTracker   *NumberToTrackedReferenceMapArchive `protobuf:"bytes,1,opt,name=references_in_reference_tracker" json:"references_in_reference_tracker,omitempty"`
	OriginalTrackedReferenceCopies *NumberToTrackedReferenceMapArchive `protobuf:"bytes,2,opt,name=original_tracked_reference_copies" json:"original_tracked_reference_copies,omitempty"`
	RewriteSpec                    *FormulaRewriteSpecArchive          `protobuf:"bytes,3,opt,name=rewrite_spec" json:"rewrite_spec,omitempty"`
	ReferenceTracker               *TSP.Reference                      `protobuf:"bytes,4,req,name=reference_tracker" json:"reference_tracker,omitempty"`
	Super                          *TSK.CommandArchive                 `protobuf:"bytes,5,req,name=super" json:"super,omitempty"`
	XXX_unrecognized               []byte                              `json:"-"`
}

func (*TrackedReferencesRewriteCommandArchive) GetOriginalTrackedReferenceCopies

func (m *TrackedReferencesRewriteCommandArchive) GetOriginalTrackedReferenceCopies() *NumberToTrackedReferenceMapArchive

func (*TrackedReferencesRewriteCommandArchive) GetReferenceTracker

func (m *TrackedReferencesRewriteCommandArchive) GetReferenceTracker() *TSP.Reference

func (*TrackedReferencesRewriteCommandArchive) GetReferencesInReferenceTracker

func (m *TrackedReferencesRewriteCommandArchive) GetReferencesInReferenceTracker() *NumberToTrackedReferenceMapArchive

func (*TrackedReferencesRewriteCommandArchive) GetRewriteSpec

func (*TrackedReferencesRewriteCommandArchive) GetSuper

func (*TrackedReferencesRewriteCommandArchive) ProtoMessage

func (*TrackedReferencesRewriteCommandArchive) Reset

func (*TrackedReferencesRewriteCommandArchive) String

type VolatileDependenciesArchive

type VolatileDependenciesArchive struct {
	VolatileTimeCellColumn         []uint32                 `protobuf:"varint,1,rep,name=volatile_time_cell_column" json:"volatile_time_cell_column,omitempty"`
	VolatileTimeCellRow            []uint32                 `protobuf:"varint,2,rep,name=volatile_time_cell_row" json:"volatile_time_cell_row,omitempty"`
	VolatileRandomCellColumn       []uint32                 `protobuf:"varint,3,rep,name=volatile_random_cell_column" json:"volatile_random_cell_column,omitempty"`
	VolatileRandomCellRow          []uint32                 `protobuf:"varint,4,rep,name=volatile_random_cell_row" json:"volatile_random_cell_row,omitempty"`
	VolatileLocaleCellColumn       []uint32                 `protobuf:"varint,15,rep,name=volatile_locale_cell_column" json:"volatile_locale_cell_column,omitempty"`
	VolatileLocaleCellRow          []uint32                 `protobuf:"varint,16,rep,name=volatile_locale_cell_row" json:"volatile_locale_cell_row,omitempty"`
	VolatileLocationCellColumn     []uint32                 `protobuf:"varint,5,rep,name=volatile_location_cell_column" json:"volatile_location_cell_column,omitempty"`
	VolatileLocationCellRow        []uint32                 `protobuf:"varint,6,rep,name=volatile_location_cell_row" json:"volatile_location_cell_row,omitempty"`
	VolatileCompassCellColumn      []uint32                 `protobuf:"varint,7,rep,name=volatile_compass_cell_column" json:"volatile_compass_cell_column,omitempty"`
	VolatileCompassCellRow         []uint32                 `protobuf:"varint,8,rep,name=volatile_compass_cell_row" json:"volatile_compass_cell_row,omitempty"`
	CalculatedDependencyCellColumn []uint32                 `protobuf:"varint,9,rep,name=calculated_dependency_cell_column" json:"calculated_dependency_cell_column,omitempty"`
	CalculatedDependencyCellRow    []uint32                 `protobuf:"varint,10,rep,name=calculated_dependency_cell_row" json:"calculated_dependency_cell_row,omitempty"`
	VolatileGeometryCellReference  []*CellReferenceArchive  `protobuf:"bytes,13,rep,name=volatile_geometry_cell_reference" json:"volatile_geometry_cell_reference,omitempty"`
	VolatileGeometryCell           []*CellCoordinateArchive `protobuf:"bytes,11,rep,name=volatile_geometry_cell" json:"volatile_geometry_cell,omitempty"`
	XXX_unrecognized               []byte                   `json:"-"`
}

func (*VolatileDependenciesArchive) GetCalculatedDependencyCellColumn

func (m *VolatileDependenciesArchive) GetCalculatedDependencyCellColumn() []uint32

func (*VolatileDependenciesArchive) GetCalculatedDependencyCellRow

func (m *VolatileDependenciesArchive) GetCalculatedDependencyCellRow() []uint32

func (*VolatileDependenciesArchive) GetVolatileCompassCellColumn

func (m *VolatileDependenciesArchive) GetVolatileCompassCellColumn() []uint32

func (*VolatileDependenciesArchive) GetVolatileCompassCellRow

func (m *VolatileDependenciesArchive) GetVolatileCompassCellRow() []uint32

func (*VolatileDependenciesArchive) GetVolatileGeometryCell

func (m *VolatileDependenciesArchive) GetVolatileGeometryCell() []*CellCoordinateArchive

func (*VolatileDependenciesArchive) GetVolatileGeometryCellReference

func (m *VolatileDependenciesArchive) GetVolatileGeometryCellReference() []*CellReferenceArchive

func (*VolatileDependenciesArchive) GetVolatileLocaleCellColumn

func (m *VolatileDependenciesArchive) GetVolatileLocaleCellColumn() []uint32

func (*VolatileDependenciesArchive) GetVolatileLocaleCellRow

func (m *VolatileDependenciesArchive) GetVolatileLocaleCellRow() []uint32

func (*VolatileDependenciesArchive) GetVolatileLocationCellColumn

func (m *VolatileDependenciesArchive) GetVolatileLocationCellColumn() []uint32

func (*VolatileDependenciesArchive) GetVolatileLocationCellRow

func (m *VolatileDependenciesArchive) GetVolatileLocationCellRow() []uint32

func (*VolatileDependenciesArchive) GetVolatileRandomCellColumn

func (m *VolatileDependenciesArchive) GetVolatileRandomCellColumn() []uint32

func (*VolatileDependenciesArchive) GetVolatileRandomCellRow

func (m *VolatileDependenciesArchive) GetVolatileRandomCellRow() []uint32

func (*VolatileDependenciesArchive) GetVolatileTimeCellColumn

func (m *VolatileDependenciesArchive) GetVolatileTimeCellColumn() []uint32

func (*VolatileDependenciesArchive) GetVolatileTimeCellRow

func (m *VolatileDependenciesArchive) GetVolatileTimeCellRow() []uint32

func (*VolatileDependenciesArchive) ProtoMessage

func (*VolatileDependenciesArchive) ProtoMessage()

func (*VolatileDependenciesArchive) Reset

func (m *VolatileDependenciesArchive) Reset()

func (*VolatileDependenciesArchive) String

func (m *VolatileDependenciesArchive) String() string

type WholeOwnerDependenciesArchive

type WholeOwnerDependenciesArchive struct {
	DependentCell    []*InternalCellReferenceArchive `protobuf:"bytes,1,rep,name=dependent_cell" json:"dependent_cell,omitempty"`
	XXX_unrecognized []byte                          `json:"-"`
}

func (*WholeOwnerDependenciesArchive) GetDependentCell

func (*WholeOwnerDependenciesArchive) ProtoMessage

func (*WholeOwnerDependenciesArchive) ProtoMessage()

func (*WholeOwnerDependenciesArchive) Reset

func (m *WholeOwnerDependenciesArchive) Reset()

func (*WholeOwnerDependenciesArchive) String

Jump to

Keyboard shortcuts

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