rpc_proxy

package
v0.0.17 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	Default_TRowsetDescriptor_WireFormatVersion = int32(1)
	Default_TRowsetDescriptor_RowsetKind        = ERowsetKind_RK_UNVERSIONED
	Default_TRowsetDescriptor_RowsetFormat      = ERowsetFormat_RF_YT_WIRE
)

Default values for TRowsetDescriptor fields.

View Source
const (
	Default_TReqStartTransaction_AutoAbort     = bool(false)
	Default_TReqStartTransaction_Sticky        = bool(false)
	Default_TReqStartTransaction_Ping          = bool(true)
	Default_TReqStartTransaction_PingAncestors = bool(true)
	Default_TReqStartTransaction_Atomicity     = EAtomicity_A_FULL
	Default_TReqStartTransaction_Durability    = EDurability_D_SYNC
)

Default values for TReqStartTransaction fields.

View Source
const (
	Default_TReqLookupRows_Timestamp           = uint64(4611686018427387649)
	Default_TReqLookupRows_RetentionTimestamp  = uint64(0)
	Default_TReqLookupRows_KeepMissingRows     = bool(true)
	Default_TReqLookupRows_EnablePartialResult = bool(false)
	Default_TReqLookupRows_UseLookupCache      = bool(false)
)

Default values for TReqLookupRows fields.

View Source
const (
	Default_TRetentionConfig_MinDataVersions      = uint64(1)
	Default_TRetentionConfig_MaxDataVersions      = uint64(1)
	Default_TRetentionConfig_MinDataTtl           = uint64(1800000000)
	Default_TRetentionConfig_MaxDataTtl           = uint64(1800000000)
	Default_TRetentionConfig_IgnoreMajorTimestamp = bool(false)
)

Default values for TRetentionConfig fields.

View Source
const (
	Default_TReqVersionedLookupRows_Timestamp           = uint64(4611686018427387649)
	Default_TReqVersionedLookupRows_KeepMissingRows     = bool(true)
	Default_TReqVersionedLookupRows_EnablePartialResult = bool(false)
	Default_TReqVersionedLookupRows_UseLookupCache      = bool(false)
)

Default values for TReqVersionedLookupRows fields.

View Source
const (
	Default_TReqMultiLookup_Timestamp          = uint64(4611686018427387649)
	Default_TReqMultiLookup_RetentionTimestamp = uint64(0)
)

Default values for TReqMultiLookup fields.

View Source
const (
	Default_TReqSelectRows_Timestamp          = uint64(4611686018427387649)
	Default_TReqSelectRows_RetentionTimestamp = uint64(0)
	Default_TReqSelectRows_SyntaxVersion      = int32(1)
)

Default values for TReqSelectRows fields.

View Source
const (
	Default_TReqBuildSnapshot_SetReadOnly               = bool(false)
	Default_TReqBuildSnapshot_WaitForSnapshotCompletion = bool(true)
)

Default values for TReqBuildSnapshot fields.

View Source
const (
	Default_TReqRemoveMaintenance_Mine                      = bool(false)
	Default_TReqRemoveMaintenance_SupportsPerTargetResponse = bool(false)
)

Default values for TReqRemoveMaintenance fields.

View Source
const (
	Default_TRspRemoveMaintenance_UseMapInsteadOfFields     = bool(false)
	Default_TRspRemoveMaintenance_SupportsPerTargetResponse = bool(false)
)

Default values for TRspRemoveMaintenance fields.

View Source
const (
	Default_TTransactionalOptions_Ping          = bool(false)
	Default_TTransactionalOptions_PingAncestors = bool(false)
)

Default values for TTransactionalOptions fields.

View Source
const (
	Default_TSuppressableAccessTrackingOptions_SuppressAccessTracking           = bool(false)
	Default_TSuppressableAccessTrackingOptions_SuppressModificationTracking     = bool(false)
	Default_TSuppressableAccessTrackingOptions_SuppressExpirationTimeoutRenewal = bool(false)
)

Default values for TSuppressableAccessTrackingOptions fields.

View Source
const (
	Default_TTableSchema_Strict     = bool(true)
	Default_TTableSchema_UniqueKeys = bool(false)
)

Default values for TTableSchema fields.

View Source
const (
	Default_TReqCreateNode_Recursive          = bool(false)
	Default_TReqCreateNode_Force              = bool(false)
	Default_TReqCreateNode_IgnoreExisting     = bool(false)
	Default_TReqCreateNode_LockExisting       = bool(false)
	Default_TReqCreateNode_IgnoreTypeMismatch = bool(false)
)

Default values for TReqCreateNode fields.

View Source
const (
	Default_TReqRemoveNode_Recursive = bool(true)
	Default_TReqRemoveNode_Force     = bool(false)
)

Default values for TReqRemoveNode fields.

View Source
const (
	Default_TReqCopyNode_Recursive                 = bool(false)
	Default_TReqCopyNode_Force                     = bool(false)
	Default_TReqCopyNode_PreserveAccount           = bool(false)
	Default_TReqCopyNode_PreserveCreationTime      = bool(false)
	Default_TReqCopyNode_PreserveModificationTime  = bool(false)
	Default_TReqCopyNode_PreserveExpirationTime    = bool(false)
	Default_TReqCopyNode_PreserveExpirationTimeout = bool(false)
	Default_TReqCopyNode_PreserveOwner             = bool(false)
	Default_TReqCopyNode_PreserveAcl               = bool(false)
	Default_TReqCopyNode_IgnoreExisting            = bool(false)
	Default_TReqCopyNode_LockExisting              = bool(false)
	Default_TReqCopyNode_PessimisticQuotaCheck     = bool(true)
	Default_TReqCopyNode_EnableCrossCellCopying    = bool(true)
)

Default values for TReqCopyNode fields.

View Source
const (
	Default_TReqMoveNode_Recursive                 = bool(false)
	Default_TReqMoveNode_Force                     = bool(false)
	Default_TReqMoveNode_PreserveAccount           = bool(false)
	Default_TReqMoveNode_PreserveCreationTime      = bool(false)
	Default_TReqMoveNode_PreserveModificationTime  = bool(false)
	Default_TReqMoveNode_PreserveExpirationTime    = bool(false)
	Default_TReqMoveNode_PreserveExpirationTimeout = bool(false)
	Default_TReqMoveNode_PreserveOwner             = bool(false)
	Default_TReqMoveNode_PessimisticQuotaCheck     = bool(true)
	Default_TReqMoveNode_EnableCrossCellCopying    = bool(true)
)

Default values for TReqMoveNode fields.

View Source
const (
	Default_TReqLinkNode_Recursive      = bool(false)
	Default_TReqLinkNode_Force          = bool(false)
	Default_TReqLinkNode_IgnoreExisting = bool(false)
	Default_TReqLinkNode_LockExisting   = bool(false)
)

Default values for TReqLinkNode fields.

View Source
const (
	Default_TReqAttachTransaction_AutoAbort     = bool(false)
	Default_TReqAttachTransaction_Ping          = bool(true)
	Default_TReqAttachTransaction_PingAncestors = bool(false)
)

Default values for TReqAttachTransaction fields.

View Source
const (
	Default_TReqListOperations_CursorDirection        = EOperationSortDirection_OSD_PAST
	Default_TReqListOperations_IncludeArchive         = bool(false)
	Default_TReqListOperations_IncludeCounters        = bool(true)
	Default_TReqListOperations_Limit                  = uint64(100)
	Default_TReqListOperations_EnableUiMode           = bool(false)
	Default_TReqListOperations_ArchiveFetchingTimeout = uint64(3000000)
)

Default values for TReqListOperations fields.

View Source
const (
	Default_TReqListJobs_SortField              = EJobSortField_JSF_NONE
	Default_TReqListJobs_SortOrder              = EJobSortDirection_JSD_ASCENDING
	Default_TReqListJobs_Limit                  = int64(1000)
	Default_TReqListJobs_Offset                 = int64(0)
	Default_TReqListJobs_IncludeCypress         = bool(false)
	Default_TReqListJobs_IncludeControllerAgent = bool(false)
	Default_TReqListJobs_IncludeArchive         = bool(false)
	Default_TReqListJobs_DataSource             = EDataSource_DS_AUTO
)

Default values for TReqListJobs fields.

View Source
const (
	Default_TReqGetJobSpec_OmitNodeDirectory    = bool(true)
	Default_TReqGetJobSpec_OmitInputTableSpecs  = bool(false)
	Default_TReqGetJobSpec_OmitOutputTableSpecs = bool(false)
	Default_TReqGetJobSpec_JobSpecSource        = EJobSpecSource_JSS_AUTO
)

Default values for TReqGetJobSpec fields.

View Source
const (
	Default_TReqWriteJournal_EnableMultiplexing       = bool(true)
	Default_TReqWriteJournal_EnableChunkPreallocation = bool(false)
	Default_TReqWriteJournal_ReplicaLagLimit          = int64(32768)
)

Default values for TReqWriteJournal fields.

View Source
const (
	Default_TReqReadTable_Unordered                 = bool(false)
	Default_TReqReadTable_OmitInaccessibleColumns   = bool(false)
	Default_TReqReadTable_EnableTableIndex          = bool(false)
	Default_TReqReadTable_EnableRowIndex            = bool(false)
	Default_TReqReadTable_EnableRangeIndex          = bool(false)
	Default_TReqReadTable_DesiredRowsetFormat       = ERowsetFormat_RF_YT_WIRE
	Default_TReqReadTable_ArrowFallbackRowsetFormat = ERowsetFormat_RF_YT_WIRE
)

Default values for TReqReadTable fields.

View Source
const (
	Default_TReqListQueries_CursorDirection = EOperationSortDirection_OSD_PAST
	Default_TReqListQueries_Limit           = uint64(100)
)

Default values for TReqListQueries fields.

View Source
const (
	Default_TReqMultiLookup_TSubrequest_KeepMissingRows     = bool(true)
	Default_TReqMultiLookup_TSubrequest_EnablePartialResult = bool(false)
	Default_TReqMultiLookup_TSubrequest_UseLookupCache      = bool(false)
)

Default values for TReqMultiLookup_TSubrequest fields.

View Source
const (
	Default_TColumnSchema_Required = bool(false)
)

Default values for TColumnSchema fields.

View Source
const (
	Default_TColumnarStatistics_LegacyChunkDataWeight = int64(0)
)

Default values for TColumnarStatistics fields.

View Source
const (
	Default_TListOperationsResult_Incomplete = bool(false)
)

Default values for TListOperationsResult fields.

View Source
const (
	Default_TMasterReadOptions_ReadFrom = EMasterReadKind_MRK_FOLLOWER
)

Default values for TMasterReadOptions fields.

View Source
const (
	Default_TReqAddMaintenance_SupportsPerTargetResponse = bool(false)
)

Default values for TReqAddMaintenance fields.

View Source
const (
	Default_TReqBalanceTabletCells_KeepActions = bool(false)
)

Default values for TReqBalanceTabletCells fields.

View Source
const (
	Default_TReqCheckPermissionByAcl_IgnoreMissingSubjects = bool(false)
)

Default values for TReqCheckPermissionByAcl fields.

View Source
const (
	Default_TReqConcatenateNodes_TFetcher_NodeRpcTimeout = uint64(30000000)
)

Default values for TReqConcatenateNodes_TFetcher fields.

View Source
const (
	Default_TReqDestroyChunkLocations_RecoverUnlinkedDisks = bool(false)
)

Default values for TReqDestroyChunkLocations fields.

View Source
const (
	Default_TReqDiscoverProxies_AddressType = EAddressType_AT_INTERNAL_RPC
)

Default values for TReqDiscoverProxies fields.

View Source
const (
	Default_TReqExplainQuery_Timestamp = uint64(4611686018427387649)
)

Default values for TReqExplainQuery fields.

View Source
const (
	Default_TReqGenerateTimestamps_Count = int32(1)
)

Default values for TReqGenerateTimestamps fields.

View Source
const (
	Default_TReqGetColumnarStatistics_EnableEarlyFinish = bool(false)
)

Default values for TReqGetColumnarStatistics fields.

View Source
const (
	Default_TReqGetInSyncReplicas_Timestamp = uint64(0)
)

Default values for TReqGetInSyncReplicas fields.

View Source
const (
	Default_TReqGetJobInputPaths_JobSpecSource = EJobSpecSource_JSS_AUTO
)

Default values for TReqGetJobInputPaths fields.

View Source
const (
	Default_TReqGetJobInput_JobSpecSource = EJobSpecSource_JSS_AUTO
)

Default values for TReqGetJobInput fields.

View Source
const (
	Default_TReqGetOperation_IncludeRuntime = bool(false)
)

Default values for TReqGetOperation fields.

View Source
const (
	Default_TReqGetTabletInfos_RequestErrors = bool(false)
)

Default values for TReqGetTabletInfos fields.

View Source
const (
	Default_TReqLockNode_Waitable = bool(false)
)

Default values for TReqLockNode fields.

View Source
const (
	Default_TReqMountTable_Freeze = bool(false)
)

Default values for TReqMountTable fields.

View Source
const (
	Default_TReqPingTransaction_PingAncestors = bool(true)
)

Default values for TReqPingTransaction fields.

View Source
const (
	Default_TReqPullQueue_UseNativeTabletNodeApi = bool(false)
)

Default values for TReqPullQueue fields.

View Source
const (
	Default_TReqPutFileToCache_PreserveExpirationTimeout = bool(false)
)

Default values for TReqPutFileToCache fields.

View Source
const (
	Default_TReqReshardTableAutomatic_KeepActions = bool(false)
)

Default values for TReqReshardTableAutomatic fields.

View Source
const (
	Default_TReqSuspendOperation_AbortRunningJobs = bool(false)
)

Default values for TReqSuspendOperation fields.

View Source
const (
	Default_TReqUnmountTable_Force = bool(false)
)

Default values for TReqUnmountTable fields.

View Source
const (
	Default_TReqWriteFile_ComputeMd5 = bool(false)
)

Default values for TReqWriteFile fields.

View Source
const (
	Default_TRspPullRows_Versioned = bool(true)
)

Default values for TRspPullRows fields.

View Source
const (
	Default_TTabletReadOptions_ReadFrom = ETabletReadKind_TRK_LEADER
)

Default values for TTabletReadOptions fields.

Variables

View Source
var (
	ETransactionType_name = map[int32]string{
		0: "TT_MASTER",
		1: "TT_TABLET",
	}
	ETransactionType_value = map[string]int32{
		"TT_MASTER": 0,
		"TT_TABLET": 1,
	}
)

Enum value maps for ETransactionType.

View Source
var (
	ERowModificationType_name = map[int32]string{
		0: "RMT_WRITE",
		1: "RMT_DELETE",
		3: "RMT_MODIFY",
	}
	ERowModificationType_value = map[string]int32{
		"RMT_WRITE":  0,
		"RMT_DELETE": 1,
		"RMT_MODIFY": 3,
	}
)

Enum value maps for ERowModificationType.

View Source
var (
	EAtomicity_name = map[int32]string{
		0: "A_FULL",
		1: "A_NONE",
	}
	EAtomicity_value = map[string]int32{
		"A_FULL": 0,
		"A_NONE": 1,
	}
)

Enum value maps for EAtomicity.

View Source
var (
	EDurability_name = map[int32]string{
		0: "D_SYNC",
		1: "D_ASYNC",
	}
	EDurability_value = map[string]int32{
		"D_SYNC":  0,
		"D_ASYNC": 1,
	}
)

Enum value maps for EDurability.

View Source
var (
	ETableReplicaMode_name = map[int32]string{
		0: "TRM_SYNC",
		1: "TRM_ASYNC",
		2: "TRM_ASYNC_TO_SYNC",
		3: "TRM_SYNC_TO_SYNC",
	}
	ETableReplicaMode_value = map[string]int32{
		"TRM_SYNC":          0,
		"TRM_ASYNC":         1,
		"TRM_ASYNC_TO_SYNC": 2,
		"TRM_SYNC_TO_SYNC":  3,
	}
)

Enum value maps for ETableReplicaMode.

View Source
var (
	EReplicaConsistency_name = map[int32]string{
		0: "RRM_NONE",
		1: "RRM_SYNC",
	}
	EReplicaConsistency_value = map[string]int32{
		"RRM_NONE": 0,
		"RRM_SYNC": 1,
	}
)

Enum value maps for EReplicaConsistency.

View Source
var (
	EMasterReadKind_name = map[int32]string{
		0: "MRK_LEADER",
		1: "MRK_FOLLOWER",
		2: "MRK_CACHE",
		3: "MRK_MASTER_CACHE",
	}
	EMasterReadKind_value = map[string]int32{
		"MRK_LEADER":       0,
		"MRK_FOLLOWER":     1,
		"MRK_CACHE":        2,
		"MRK_MASTER_CACHE": 3,
	}
)

Enum value maps for EMasterReadKind.

View Source
var (
	ERowsetKind_name = map[int32]string{
		1: "RK_UNVERSIONED",
		2: "RK_VERSIONED",
	}
	ERowsetKind_value = map[string]int32{
		"RK_UNVERSIONED": 1,
		"RK_VERSIONED":   2,
	}
)

Enum value maps for ERowsetKind.

View Source
var (
	ERowsetFormat_name = map[int32]string{
		0: "RF_YT_WIRE",
		1: "RF_ARROW",
		2: "RF_FORMAT",
	}
	ERowsetFormat_value = map[string]int32{
		"RF_YT_WIRE": 0,
		"RF_ARROW":   1,
		"RF_FORMAT":  2,
	}
)

Enum value maps for ERowsetFormat.

View Source
var (
	ETabletReadKind_name = map[int32]string{
		0: "TRK_LEADER",
		1: "TRK_FOLLOWER",
		2: "TRK_LEADER_OR_FOLLOWER",
	}
	ETabletReadKind_value = map[string]int32{
		"TRK_LEADER":             0,
		"TRK_FOLLOWER":           1,
		"TRK_LEADER_OR_FOLLOWER": 2,
	}
)

Enum value maps for ETabletReadKind.

View Source
var (
	EOperationType_name = map[int32]string{
		100: "OT_UNKNOWN",
		0:   "OT_MAP",
		1:   "OT_MERGE",
		2:   "OT_ERASE",
		3:   "OT_SORT",
		4:   "OT_REDUCE",
		5:   "OT_MAP_REDUCE",
		6:   "OT_REMOTE_COPY",
		7:   "OT_JOIN_REDUCE",
		8:   "OT_VANILLA",
	}
	EOperationType_value = map[string]int32{
		"OT_UNKNOWN":     100,
		"OT_MAP":         0,
		"OT_MERGE":       1,
		"OT_ERASE":       2,
		"OT_SORT":        3,
		"OT_REDUCE":      4,
		"OT_MAP_REDUCE":  5,
		"OT_REMOTE_COPY": 6,
		"OT_JOIN_REDUCE": 7,
		"OT_VANILLA":     8,
	}
)

Enum value maps for EOperationType.

View Source
var (
	EOperationState_name = map[int32]string{
		100: "OS_UNKNOWN",
		0:   "OS_NONE",
		1:   "OS_STARTING",
		2:   "OS_ORPHANED",
		3:   "OS_WAITING_FOR_AGENT",
		4:   "OS_INITIALIZING",
		5:   "OS_PREPARING",
		6:   "OS_MATERIALIZING",
		7:   "OS_REVIVING",
		8:   "OS_REVIVING_JOBS",
		9:   "OS_PENDING",
		10:  "OS_RUNNING",
		11:  "OS_COMPLETING",
		12:  "OS_COMPLETED",
		13:  "OS_ABORTING",
		14:  "OS_ABORTED",
		15:  "OS_FAILING",
		16:  "OS_FAILED",
		17:  "OS_REVIVE_INITIALIZING",
	}
	EOperationState_value = map[string]int32{
		"OS_UNKNOWN":             100,
		"OS_NONE":                0,
		"OS_STARTING":            1,
		"OS_ORPHANED":            2,
		"OS_WAITING_FOR_AGENT":   3,
		"OS_INITIALIZING":        4,
		"OS_PREPARING":           5,
		"OS_MATERIALIZING":       6,
		"OS_REVIVING":            7,
		"OS_REVIVING_JOBS":       8,
		"OS_PENDING":             9,
		"OS_RUNNING":             10,
		"OS_COMPLETING":          11,
		"OS_COMPLETED":           12,
		"OS_ABORTING":            13,
		"OS_ABORTED":             14,
		"OS_FAILING":             15,
		"OS_FAILED":              16,
		"OS_REVIVE_INITIALIZING": 17,
	}
)

Enum value maps for EOperationState.

View Source
var (
	EOperationSortDirection_name = map[int32]string{
		0: "OSD_NONE",
		1: "OSD_PAST",
		2: "OSD_FUTURE",
	}
	EOperationSortDirection_value = map[string]int32{
		"OSD_NONE":   0,
		"OSD_PAST":   1,
		"OSD_FUTURE": 2,
	}
)

Enum value maps for EOperationSortDirection.

View Source
var (
	EJobType_name = map[int32]string{
		1000: "JT_UNKNOWN",
		1:    "JT_MAP",
		2:    "JT_PARTITION_MAP",
		3:    "JT_SORTED_MERGE",
		4:    "JT_ORDERED_MERGE",
		5:    "JT_UNORDERED_MERGE",
		6:    "JT_PARTITION",
		7:    "JT_SIMPLE_SORT",
		8:    "JT_FINAL_SORT",
		9:    "JT_SORTED_REDUCE",
		10:   "JT_PARTITION_REDUCE",
		11:   "JT_REDUCE_COMBINER",
		12:   "JT_REMOTE_COPY",
		13:   "JT_INTERMEDIATE_SORT",
		14:   "JT_ORDERED_MAP",
		15:   "JT_JOIN_REDUCE",
		16:   "JT_VANILLA",
		17:   "JT_SHALLOW_MERGE",
		98:   "JT_SCHEDULER_UNKNOWN",
		100:  "JT_REPLICATE_CHUNK",
		101:  "JT_REMOVE_CHUNK",
		102:  "JT_REPAIR_CHUNK",
		103:  "JT_SEAL_CHUNK",
		104:  "JT_MERGE_CHUNKS",
		105:  "JT_AUTOTOMIZE_CHUNK",
		106:  "JT_REINCARNATE_CHUNK",
	}
	EJobType_value = map[string]int32{
		"JT_UNKNOWN":           1000,
		"JT_MAP":               1,
		"JT_PARTITION_MAP":     2,
		"JT_SORTED_MERGE":      3,
		"JT_ORDERED_MERGE":     4,
		"JT_UNORDERED_MERGE":   5,
		"JT_PARTITION":         6,
		"JT_SIMPLE_SORT":       7,
		"JT_FINAL_SORT":        8,
		"JT_SORTED_REDUCE":     9,
		"JT_PARTITION_REDUCE":  10,
		"JT_REDUCE_COMBINER":   11,
		"JT_REMOTE_COPY":       12,
		"JT_INTERMEDIATE_SORT": 13,
		"JT_ORDERED_MAP":       14,
		"JT_JOIN_REDUCE":       15,
		"JT_VANILLA":           16,
		"JT_SHALLOW_MERGE":     17,
		"JT_SCHEDULER_UNKNOWN": 98,
		"JT_REPLICATE_CHUNK":   100,
		"JT_REMOVE_CHUNK":      101,
		"JT_REPAIR_CHUNK":      102,
		"JT_SEAL_CHUNK":        103,
		"JT_MERGE_CHUNKS":      104,
		"JT_AUTOTOMIZE_CHUNK":  105,
		"JT_REINCARNATE_CHUNK": 106,
	}
)

Enum value maps for EJobType.

View Source
var (
	EJobState_name = map[int32]string{
		100: "JS_UNKNOWN",
		0:   "JS_WAITING",
		1:   "JS_RUNNING",
		2:   "JS_ABORTING",
		3:   "JS_COMPLETED",
		4:   "JS_FAILED",
		5:   "JS_ABORTED",
		7:   "JS_LOST",
		8:   "JS_NONE",
	}
	EJobState_value = map[string]int32{
		"JS_UNKNOWN":   100,
		"JS_WAITING":   0,
		"JS_RUNNING":   1,
		"JS_ABORTING":  2,
		"JS_COMPLETED": 3,
		"JS_FAILED":    4,
		"JS_ABORTED":   5,
		"JS_LOST":      7,
		"JS_NONE":      8,
	}
)

Enum value maps for EJobState.

View Source
var (
	EJobSortField_name = map[int32]string{
		0: "JSF_NONE",
		1: "JSF_TYPE",
		2: "JSF_STATE",
		3: "JSF_START_TIME",
		4: "JSF_FINISH_TIME",
		5: "JSF_ADDRESS",
		6: "JSF_DURATION",
		7: "JSF_PROGRESS",
		8: "JSF_ID",
	}
	EJobSortField_value = map[string]int32{
		"JSF_NONE":        0,
		"JSF_TYPE":        1,
		"JSF_STATE":       2,
		"JSF_START_TIME":  3,
		"JSF_FINISH_TIME": 4,
		"JSF_ADDRESS":     5,
		"JSF_DURATION":    6,
		"JSF_PROGRESS":    7,
		"JSF_ID":          8,
	}
)

Enum value maps for EJobSortField.

View Source
var (
	EJobSortDirection_name = map[int32]string{
		0: "JSD_ASCENDING",
		1: "JSD_DESCENDING",
	}
	EJobSortDirection_value = map[string]int32{
		"JSD_ASCENDING":  0,
		"JSD_DESCENDING": 1,
	}
)

Enum value maps for EJobSortDirection.

View Source
var (
	EDataSource_name = map[int32]string{
		0: "DS_ARCHIVE",
		1: "DS_RUNTIME",
		2: "DS_AUTO",
		3: "DS_MANUAL",
	}
	EDataSource_value = map[string]int32{
		"DS_ARCHIVE": 0,
		"DS_RUNTIME": 1,
		"DS_AUTO":    2,
		"DS_MANUAL":  3,
	}
)

Enum value maps for EDataSource.

View Source
var (
	ESecurityAction_name = map[int32]string{
		0: "SA_UNDEFINED",
		1: "SA_ALLOW",
		2: "SA_DENY",
	}
	ESecurityAction_value = map[string]int32{
		"SA_UNDEFINED": 0,
		"SA_ALLOW":     1,
		"SA_DENY":      2,
	}
)

Enum value maps for ESecurityAction.

View Source
var (
	EMultiplexingBand_name = map[int32]string{
		0: "MB_DEFAULT",
		1: "MB_CONTROL",
		2: "MB_HEAVY",
		3: "MB_INTERACTIVE",
	}
	EMultiplexingBand_value = map[string]int32{
		"MB_DEFAULT":     0,
		"MB_CONTROL":     1,
		"MB_HEAVY":       2,
		"MB_INTERACTIVE": 3,
	}
)

Enum value maps for EMultiplexingBand.

View Source
var (
	ETableSchemaModification_name = map[int32]string{
		0: "TSM_NONE",
		1: "TSM_UNVERSIONED_UPDATE",
		2: "TSM_UNVERSIONED_UPDATE_UNSORTED",
	}
	ETableSchemaModification_value = map[string]int32{
		"TSM_NONE":                        0,
		"TSM_UNVERSIONED_UPDATE":          1,
		"TSM_UNVERSIONED_UPDATE_UNSORTED": 2,
	}
)

Enum value maps for ETableSchemaModification.

View Source
var (
	EColumnarStatisticsFetcherMode_name = map[int32]string{
		0: "CSFM_FROM_NODES",
		1: "CSFM_FROM_MASTER",
		2: "CSFM_FALLBACK",
	}
	EColumnarStatisticsFetcherMode_value = map[string]int32{
		"CSFM_FROM_NODES":  0,
		"CSFM_FROM_MASTER": 1,
		"CSFM_FALLBACK":    2,
	}
)

Enum value maps for EColumnarStatisticsFetcherMode.

View Source
var (
	EPartitionTablesMode_name = map[int32]string{
		0: "TPM_SORTED",
		1: "TPM_ORDERED",
		2: "TPM_UNORDERED",
	}
	EPartitionTablesMode_value = map[string]int32{
		"TPM_SORTED":    0,
		"TPM_ORDERED":   1,
		"TPM_UNORDERED": 2,
	}
)

Enum value maps for EPartitionTablesMode.

View Source
var (
	EMaintenanceType_name = map[int32]string{
		1: "MT_BAN",
		2: "MT_DECOMMISSION",
		3: "MT_DISABLE_SCHEDULER_JOBS",
		4: "MT_DISABLE_WRITE_SESSIONS",
		5: "MT_DISABLE_TABLET_CELLS",
		6: "MT_PENDING_RESTART",
	}
	EMaintenanceType_value = map[string]int32{
		"MT_BAN":                    1,
		"MT_DECOMMISSION":           2,
		"MT_DISABLE_SCHEDULER_JOBS": 3,
		"MT_DISABLE_WRITE_SESSIONS": 4,
		"MT_DISABLE_TABLET_CELLS":   5,
		"MT_PENDING_RESTART":        6,
	}
)

Enum value maps for EMaintenanceType.

View Source
var (
	EMaintenanceComponent_name = map[int32]string{
		1: "MC_CLUSTER_NODE",
		2: "MC_HTTP_PROXY",
		3: "MC_RPC_PROXY",
		4: "MC_HOST",
	}
	EMaintenanceComponent_value = map[string]int32{
		"MC_CLUSTER_NODE": 1,
		"MC_HTTP_PROXY":   2,
		"MC_RPC_PROXY":    3,
		"MC_HOST":         4,
	}
)

Enum value maps for EMaintenanceComponent.

View Source
var (
	EJobSpecSource_name = map[int32]string{
		1:     "JSS_NODE",
		2:     "JSS_ARCHIVE",
		65535: "JSS_AUTO",
	}
	EJobSpecSource_value = map[string]int32{
		"JSS_NODE":    1,
		"JSS_ARCHIVE": 2,
		"JSS_AUTO":    65535,
	}
)

Enum value maps for EJobSpecSource.

View Source
var (
	EQueryEngine_name = map[int32]string{
		100: "QE_UNKNOWN",
		0:   "QE_QL",
		1:   "QE_YQL",
		2:   "QE_CHYT",
		3:   "QE_MOCK",
		4:   "QE_SPYT",
	}
	EQueryEngine_value = map[string]int32{
		"QE_UNKNOWN": 100,
		"QE_QL":      0,
		"QE_YQL":     1,
		"QE_CHYT":    2,
		"QE_MOCK":    3,
		"QE_SPYT":    4,
	}
)

Enum value maps for EQueryEngine.

View Source
var (
	EContentType_name = map[int32]string{
		0: "CT_RAW_INLINE_DATA",
		1: "CT_URL",
	}
	EContentType_value = map[string]int32{
		"CT_RAW_INLINE_DATA": 0,
		"CT_URL":             1,
	}
)

Enum value maps for EContentType.

View Source
var (
	EQueryState_name = map[int32]string{
		100: "QS_UNKNOWN",
		0:   "QS_DRAFT",
		1:   "QS_PENDING",
		2:   "QS_RUNNING",
		3:   "QS_ABORTING",
		4:   "QS_ABORTED",
		5:   "QS_COMPLETING",
		6:   "QS_COMPLETED",
		7:   "QS_FAILING",
		8:   "QS_FAILED",
	}
	EQueryState_value = map[string]int32{
		"QS_UNKNOWN":    100,
		"QS_DRAFT":      0,
		"QS_PENDING":    1,
		"QS_RUNNING":    2,
		"QS_ABORTING":   3,
		"QS_ABORTED":    4,
		"QS_COMPLETING": 5,
		"QS_COMPLETED":  6,
		"QS_FAILING":    7,
		"QS_FAILED":     8,
	}
)

Enum value maps for EQueryState.

View Source
var (
	EAddressType_name = map[int32]string{
		0: "AT_INTERNAL_RPC",
		1: "AT_MONITORING_HTTP",
		2: "AT_TVM_ONLY_INTERNAL_RPC",
	}
	EAddressType_value = map[string]int32{
		"AT_INTERNAL_RPC":          0,
		"AT_MONITORING_HTTP":       1,
		"AT_TVM_ONLY_INTERNAL_RPC": 2,
	}
)

Enum value maps for EAddressType.

View Source
var File_yt_yt_proto_yt_client_api_rpc_proxy_proto_api_service_proto protoreflect.FileDescriptor
View Source
var File_yt_yt_proto_yt_client_api_rpc_proxy_proto_discovery_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EAddressType

type EAddressType int32
const (
	EAddressType_AT_INTERNAL_RPC          EAddressType = 0
	EAddressType_AT_MONITORING_HTTP       EAddressType = 1
	EAddressType_AT_TVM_ONLY_INTERNAL_RPC EAddressType = 2
)

func (EAddressType) Descriptor

func (EAddressType) Enum

func (x EAddressType) Enum() *EAddressType

func (EAddressType) EnumDescriptor deprecated

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

Deprecated: Use EAddressType.Descriptor instead.

func (EAddressType) Number

func (EAddressType) String

func (x EAddressType) String() string

func (EAddressType) Type

func (*EAddressType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EAtomicity

type EAtomicity int32
const (
	EAtomicity_A_FULL EAtomicity = 0
	EAtomicity_A_NONE EAtomicity = 1
)

func (EAtomicity) Descriptor

func (EAtomicity) Descriptor() protoreflect.EnumDescriptor

func (EAtomicity) Enum

func (x EAtomicity) Enum() *EAtomicity

func (EAtomicity) EnumDescriptor deprecated

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

Deprecated: Use EAtomicity.Descriptor instead.

func (EAtomicity) Number

func (x EAtomicity) Number() protoreflect.EnumNumber

func (EAtomicity) String

func (x EAtomicity) String() string

func (EAtomicity) Type

func (*EAtomicity) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EColumnarStatisticsFetcherMode

type EColumnarStatisticsFetcherMode int32
const (
	EColumnarStatisticsFetcherMode_CSFM_FROM_NODES  EColumnarStatisticsFetcherMode = 0
	EColumnarStatisticsFetcherMode_CSFM_FROM_MASTER EColumnarStatisticsFetcherMode = 1
	EColumnarStatisticsFetcherMode_CSFM_FALLBACK    EColumnarStatisticsFetcherMode = 2
)

func (EColumnarStatisticsFetcherMode) Descriptor

func (EColumnarStatisticsFetcherMode) Enum

func (EColumnarStatisticsFetcherMode) EnumDescriptor deprecated

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

Deprecated: Use EColumnarStatisticsFetcherMode.Descriptor instead.

func (EColumnarStatisticsFetcherMode) Number

func (EColumnarStatisticsFetcherMode) String

func (EColumnarStatisticsFetcherMode) Type

func (*EColumnarStatisticsFetcherMode) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EContentType added in v0.0.16

type EContentType int32
const (
	EContentType_CT_RAW_INLINE_DATA EContentType = 0
	EContentType_CT_URL             EContentType = 1
)

func (EContentType) Descriptor added in v0.0.16

func (EContentType) Enum added in v0.0.16

func (x EContentType) Enum() *EContentType

func (EContentType) EnumDescriptor deprecated added in v0.0.16

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

Deprecated: Use EContentType.Descriptor instead.

func (EContentType) Number added in v0.0.16

func (EContentType) String added in v0.0.16

func (x EContentType) String() string

func (EContentType) Type added in v0.0.16

func (*EContentType) UnmarshalJSON deprecated added in v0.0.16

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

Deprecated: Do not use.

type EDataSource

type EDataSource int32
const (
	EDataSource_DS_ARCHIVE EDataSource = 0
	EDataSource_DS_RUNTIME EDataSource = 1
	EDataSource_DS_AUTO    EDataSource = 2
	EDataSource_DS_MANUAL  EDataSource = 3
)

func (EDataSource) Descriptor

func (EDataSource) Enum

func (x EDataSource) Enum() *EDataSource

func (EDataSource) EnumDescriptor deprecated

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

Deprecated: Use EDataSource.Descriptor instead.

func (EDataSource) Number

func (x EDataSource) Number() protoreflect.EnumNumber

func (EDataSource) String

func (x EDataSource) String() string

func (EDataSource) Type

func (*EDataSource) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EDurability

type EDurability int32
const (
	EDurability_D_SYNC  EDurability = 0
	EDurability_D_ASYNC EDurability = 1
)

func (EDurability) Descriptor

func (EDurability) Enum

func (x EDurability) Enum() *EDurability

func (EDurability) EnumDescriptor deprecated

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

Deprecated: Use EDurability.Descriptor instead.

func (EDurability) Number

func (x EDurability) Number() protoreflect.EnumNumber

func (EDurability) String

func (x EDurability) String() string

func (EDurability) Type

func (*EDurability) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EJobSortDirection

type EJobSortDirection int32
const (
	EJobSortDirection_JSD_ASCENDING  EJobSortDirection = 0
	EJobSortDirection_JSD_DESCENDING EJobSortDirection = 1
)

func (EJobSortDirection) Descriptor

func (EJobSortDirection) Enum

func (EJobSortDirection) EnumDescriptor deprecated

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

Deprecated: Use EJobSortDirection.Descriptor instead.

func (EJobSortDirection) Number

func (EJobSortDirection) String

func (x EJobSortDirection) String() string

func (EJobSortDirection) Type

func (*EJobSortDirection) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EJobSortField

type EJobSortField int32
const (
	EJobSortField_JSF_NONE        EJobSortField = 0
	EJobSortField_JSF_TYPE        EJobSortField = 1
	EJobSortField_JSF_STATE       EJobSortField = 2
	EJobSortField_JSF_START_TIME  EJobSortField = 3
	EJobSortField_JSF_FINISH_TIME EJobSortField = 4
	EJobSortField_JSF_ADDRESS     EJobSortField = 5
	EJobSortField_JSF_DURATION    EJobSortField = 6
	EJobSortField_JSF_PROGRESS    EJobSortField = 7
	EJobSortField_JSF_ID          EJobSortField = 8
)

func (EJobSortField) Descriptor

func (EJobSortField) Enum

func (x EJobSortField) Enum() *EJobSortField

func (EJobSortField) EnumDescriptor deprecated

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

Deprecated: Use EJobSortField.Descriptor instead.

func (EJobSortField) Number

func (EJobSortField) String

func (x EJobSortField) String() string

func (EJobSortField) Type

func (*EJobSortField) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EJobSpecSource added in v0.0.5

type EJobSpecSource int32
const (
	EJobSpecSource_JSS_NODE    EJobSpecSource = 1
	EJobSpecSource_JSS_ARCHIVE EJobSpecSource = 2
	EJobSpecSource_JSS_AUTO    EJobSpecSource = 65535
)

func (EJobSpecSource) Descriptor added in v0.0.5

func (EJobSpecSource) Enum added in v0.0.5

func (x EJobSpecSource) Enum() *EJobSpecSource

func (EJobSpecSource) EnumDescriptor deprecated added in v0.0.5

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

Deprecated: Use EJobSpecSource.Descriptor instead.

func (EJobSpecSource) Number added in v0.0.5

func (EJobSpecSource) String added in v0.0.5

func (x EJobSpecSource) String() string

func (EJobSpecSource) Type added in v0.0.5

func (*EJobSpecSource) UnmarshalJSON deprecated added in v0.0.5

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

Deprecated: Do not use.

type EJobState

type EJobState int32
const (
	EJobState_JS_UNKNOWN   EJobState = 100
	EJobState_JS_WAITING   EJobState = 0
	EJobState_JS_RUNNING   EJobState = 1
	EJobState_JS_ABORTING  EJobState = 2
	EJobState_JS_COMPLETED EJobState = 3
	EJobState_JS_FAILED    EJobState = 4
	EJobState_JS_ABORTED   EJobState = 5
	EJobState_JS_LOST      EJobState = 7
	EJobState_JS_NONE      EJobState = 8
)

func (EJobState) Descriptor

func (EJobState) Descriptor() protoreflect.EnumDescriptor

func (EJobState) Enum

func (x EJobState) Enum() *EJobState

func (EJobState) EnumDescriptor deprecated

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

Deprecated: Use EJobState.Descriptor instead.

func (EJobState) Number

func (x EJobState) Number() protoreflect.EnumNumber

func (EJobState) String

func (x EJobState) String() string

func (EJobState) Type

func (*EJobState) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EJobType

type EJobType int32
const (
	EJobType_JT_UNKNOWN           EJobType = 1000
	EJobType_JT_MAP               EJobType = 1
	EJobType_JT_PARTITION_MAP     EJobType = 2
	EJobType_JT_SORTED_MERGE      EJobType = 3
	EJobType_JT_ORDERED_MERGE     EJobType = 4
	EJobType_JT_UNORDERED_MERGE   EJobType = 5
	EJobType_JT_PARTITION         EJobType = 6
	EJobType_JT_SIMPLE_SORT       EJobType = 7
	EJobType_JT_FINAL_SORT        EJobType = 8
	EJobType_JT_SORTED_REDUCE     EJobType = 9
	EJobType_JT_PARTITION_REDUCE  EJobType = 10
	EJobType_JT_REDUCE_COMBINER   EJobType = 11
	EJobType_JT_REMOTE_COPY       EJobType = 12
	EJobType_JT_INTERMEDIATE_SORT EJobType = 13
	EJobType_JT_ORDERED_MAP       EJobType = 14
	EJobType_JT_JOIN_REDUCE       EJobType = 15
	EJobType_JT_VANILLA           EJobType = 16
	EJobType_JT_SHALLOW_MERGE     EJobType = 17
	EJobType_JT_SCHEDULER_UNKNOWN EJobType = 98
	// Master jobs
	EJobType_JT_REPLICATE_CHUNK   EJobType = 100
	EJobType_JT_REMOVE_CHUNK      EJobType = 101
	EJobType_JT_REPAIR_CHUNK      EJobType = 102
	EJobType_JT_SEAL_CHUNK        EJobType = 103
	EJobType_JT_MERGE_CHUNKS      EJobType = 104
	EJobType_JT_AUTOTOMIZE_CHUNK  EJobType = 105
	EJobType_JT_REINCARNATE_CHUNK EJobType = 106
)

func (EJobType) Descriptor

func (EJobType) Descriptor() protoreflect.EnumDescriptor

func (EJobType) Enum

func (x EJobType) Enum() *EJobType

func (EJobType) EnumDescriptor deprecated

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

Deprecated: Use EJobType.Descriptor instead.

func (EJobType) Number

func (x EJobType) Number() protoreflect.EnumNumber

func (EJobType) String

func (x EJobType) String() string

func (EJobType) Type

func (*EJobType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EMaintenanceComponent added in v0.0.5

type EMaintenanceComponent int32
const (
	EMaintenanceComponent_MC_CLUSTER_NODE EMaintenanceComponent = 1
	EMaintenanceComponent_MC_HTTP_PROXY   EMaintenanceComponent = 2
	EMaintenanceComponent_MC_RPC_PROXY    EMaintenanceComponent = 3
	EMaintenanceComponent_MC_HOST         EMaintenanceComponent = 4
)

func (EMaintenanceComponent) Descriptor added in v0.0.5

func (EMaintenanceComponent) Enum added in v0.0.5

func (EMaintenanceComponent) EnumDescriptor deprecated added in v0.0.5

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

Deprecated: Use EMaintenanceComponent.Descriptor instead.

func (EMaintenanceComponent) Number added in v0.0.5

func (EMaintenanceComponent) String added in v0.0.5

func (x EMaintenanceComponent) String() string

func (EMaintenanceComponent) Type added in v0.0.5

func (*EMaintenanceComponent) UnmarshalJSON deprecated added in v0.0.5

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

Deprecated: Do not use.

type EMaintenanceType added in v0.0.5

type EMaintenanceType int32
const (
	EMaintenanceType_MT_BAN                    EMaintenanceType = 1
	EMaintenanceType_MT_DECOMMISSION           EMaintenanceType = 2
	EMaintenanceType_MT_DISABLE_SCHEDULER_JOBS EMaintenanceType = 3
	EMaintenanceType_MT_DISABLE_WRITE_SESSIONS EMaintenanceType = 4
	EMaintenanceType_MT_DISABLE_TABLET_CELLS   EMaintenanceType = 5
	EMaintenanceType_MT_PENDING_RESTART        EMaintenanceType = 6
)

func (EMaintenanceType) Descriptor added in v0.0.5

func (EMaintenanceType) Enum added in v0.0.5

func (EMaintenanceType) EnumDescriptor deprecated added in v0.0.5

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

Deprecated: Use EMaintenanceType.Descriptor instead.

func (EMaintenanceType) Number added in v0.0.5

func (EMaintenanceType) String added in v0.0.5

func (x EMaintenanceType) String() string

func (EMaintenanceType) Type added in v0.0.5

func (*EMaintenanceType) UnmarshalJSON deprecated added in v0.0.5

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

Deprecated: Do not use.

type EMasterReadKind

type EMasterReadKind int32
const (
	EMasterReadKind_MRK_LEADER       EMasterReadKind = 0
	EMasterReadKind_MRK_FOLLOWER     EMasterReadKind = 1
	EMasterReadKind_MRK_CACHE        EMasterReadKind = 2
	EMasterReadKind_MRK_MASTER_CACHE EMasterReadKind = 3
)

func (EMasterReadKind) Descriptor

func (EMasterReadKind) Enum

func (x EMasterReadKind) Enum() *EMasterReadKind

func (EMasterReadKind) EnumDescriptor deprecated

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

Deprecated: Use EMasterReadKind.Descriptor instead.

func (EMasterReadKind) Number

func (EMasterReadKind) String

func (x EMasterReadKind) String() string

func (EMasterReadKind) Type

func (*EMasterReadKind) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EMultiplexingBand

type EMultiplexingBand int32
const (
	EMultiplexingBand_MB_DEFAULT     EMultiplexingBand = 0
	EMultiplexingBand_MB_CONTROL     EMultiplexingBand = 1
	EMultiplexingBand_MB_HEAVY       EMultiplexingBand = 2
	EMultiplexingBand_MB_INTERACTIVE EMultiplexingBand = 3
)

func (EMultiplexingBand) Descriptor

func (EMultiplexingBand) Enum

func (EMultiplexingBand) EnumDescriptor deprecated

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

Deprecated: Use EMultiplexingBand.Descriptor instead.

func (EMultiplexingBand) Number

func (EMultiplexingBand) String

func (x EMultiplexingBand) String() string

func (EMultiplexingBand) Type

func (*EMultiplexingBand) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EOperationSortDirection

type EOperationSortDirection int32
const (
	EOperationSortDirection_OSD_NONE   EOperationSortDirection = 0
	EOperationSortDirection_OSD_PAST   EOperationSortDirection = 1
	EOperationSortDirection_OSD_FUTURE EOperationSortDirection = 2
)

func (EOperationSortDirection) Descriptor

func (EOperationSortDirection) Enum

func (EOperationSortDirection) EnumDescriptor deprecated

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

Deprecated: Use EOperationSortDirection.Descriptor instead.

func (EOperationSortDirection) Number

func (EOperationSortDirection) String

func (x EOperationSortDirection) String() string

func (EOperationSortDirection) Type

func (*EOperationSortDirection) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EOperationState

type EOperationState int32
const (
	EOperationState_OS_UNKNOWN             EOperationState = 100
	EOperationState_OS_NONE                EOperationState = 0
	EOperationState_OS_STARTING            EOperationState = 1
	EOperationState_OS_ORPHANED            EOperationState = 2
	EOperationState_OS_WAITING_FOR_AGENT   EOperationState = 3
	EOperationState_OS_INITIALIZING        EOperationState = 4
	EOperationState_OS_PREPARING           EOperationState = 5
	EOperationState_OS_MATERIALIZING       EOperationState = 6
	EOperationState_OS_REVIVING            EOperationState = 7
	EOperationState_OS_REVIVING_JOBS       EOperationState = 8
	EOperationState_OS_PENDING             EOperationState = 9
	EOperationState_OS_RUNNING             EOperationState = 10
	EOperationState_OS_COMPLETING          EOperationState = 11
	EOperationState_OS_COMPLETED           EOperationState = 12
	EOperationState_OS_ABORTING            EOperationState = 13
	EOperationState_OS_ABORTED             EOperationState = 14
	EOperationState_OS_FAILING             EOperationState = 15
	EOperationState_OS_FAILED              EOperationState = 16
	EOperationState_OS_REVIVE_INITIALIZING EOperationState = 17
)

func (EOperationState) Descriptor

func (EOperationState) Enum

func (x EOperationState) Enum() *EOperationState

func (EOperationState) EnumDescriptor deprecated

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

Deprecated: Use EOperationState.Descriptor instead.

func (EOperationState) Number

func (EOperationState) String

func (x EOperationState) String() string

func (EOperationState) Type

func (*EOperationState) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EOperationType

type EOperationType int32
const (
	EOperationType_OT_UNKNOWN     EOperationType = 100
	EOperationType_OT_MAP         EOperationType = 0
	EOperationType_OT_MERGE       EOperationType = 1
	EOperationType_OT_ERASE       EOperationType = 2
	EOperationType_OT_SORT        EOperationType = 3
	EOperationType_OT_REDUCE      EOperationType = 4
	EOperationType_OT_MAP_REDUCE  EOperationType = 5
	EOperationType_OT_REMOTE_COPY EOperationType = 6
	EOperationType_OT_JOIN_REDUCE EOperationType = 7
	EOperationType_OT_VANILLA     EOperationType = 8
)

func (EOperationType) Descriptor

func (EOperationType) Enum

func (x EOperationType) Enum() *EOperationType

func (EOperationType) EnumDescriptor deprecated

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

Deprecated: Use EOperationType.Descriptor instead.

func (EOperationType) Number

func (EOperationType) String

func (x EOperationType) String() string

func (EOperationType) Type

func (*EOperationType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EPartitionTablesMode

type EPartitionTablesMode int32
const (
	EPartitionTablesMode_TPM_SORTED    EPartitionTablesMode = 0
	EPartitionTablesMode_TPM_ORDERED   EPartitionTablesMode = 1
	EPartitionTablesMode_TPM_UNORDERED EPartitionTablesMode = 2
)

func (EPartitionTablesMode) Descriptor

func (EPartitionTablesMode) Enum

func (EPartitionTablesMode) EnumDescriptor deprecated

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

Deprecated: Use EPartitionTablesMode.Descriptor instead.

func (EPartitionTablesMode) Number

func (EPartitionTablesMode) String

func (x EPartitionTablesMode) String() string

func (EPartitionTablesMode) Type

func (*EPartitionTablesMode) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type EQueryEngine added in v0.0.16

type EQueryEngine int32
const (
	EQueryEngine_QE_UNKNOWN EQueryEngine = 100
	EQueryEngine_QE_QL      EQueryEngine = 0
	EQueryEngine_QE_YQL     EQueryEngine = 1
	EQueryEngine_QE_CHYT    EQueryEngine = 2
	EQueryEngine_QE_MOCK    EQueryEngine = 3
	EQueryEngine_QE_SPYT    EQueryEngine = 4
)

func (EQueryEngine) Descriptor added in v0.0.16

func (EQueryEngine) Enum added in v0.0.16

func (x EQueryEngine) Enum() *EQueryEngine

func (EQueryEngine) EnumDescriptor deprecated added in v0.0.16

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

Deprecated: Use EQueryEngine.Descriptor instead.

func (EQueryEngine) Number added in v0.0.16

func (EQueryEngine) String added in v0.0.16

func (x EQueryEngine) String() string

func (EQueryEngine) Type added in v0.0.16

func (*EQueryEngine) UnmarshalJSON deprecated added in v0.0.16

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

Deprecated: Do not use.

type EQueryState added in v0.0.16

type EQueryState int32
const (
	EQueryState_QS_UNKNOWN    EQueryState = 100
	EQueryState_QS_DRAFT      EQueryState = 0
	EQueryState_QS_PENDING    EQueryState = 1
	EQueryState_QS_RUNNING    EQueryState = 2
	EQueryState_QS_ABORTING   EQueryState = 3
	EQueryState_QS_ABORTED    EQueryState = 4
	EQueryState_QS_COMPLETING EQueryState = 5
	EQueryState_QS_COMPLETED  EQueryState = 6
	EQueryState_QS_FAILING    EQueryState = 7
	EQueryState_QS_FAILED     EQueryState = 8
)

func (EQueryState) Descriptor added in v0.0.16

func (EQueryState) Enum added in v0.0.16

func (x EQueryState) Enum() *EQueryState

func (EQueryState) EnumDescriptor deprecated added in v0.0.16

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

Deprecated: Use EQueryState.Descriptor instead.

func (EQueryState) Number added in v0.0.16

func (x EQueryState) Number() protoreflect.EnumNumber

func (EQueryState) String added in v0.0.16

func (x EQueryState) String() string

func (EQueryState) Type added in v0.0.16

func (*EQueryState) UnmarshalJSON deprecated added in v0.0.16

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

Deprecated: Do not use.

type EReplicaConsistency

type EReplicaConsistency int32
const (
	EReplicaConsistency_RRM_NONE EReplicaConsistency = 0
	EReplicaConsistency_RRM_SYNC EReplicaConsistency = 1
)

func (EReplicaConsistency) Descriptor

func (EReplicaConsistency) Enum

func (EReplicaConsistency) EnumDescriptor deprecated

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

Deprecated: Use EReplicaConsistency.Descriptor instead.

func (EReplicaConsistency) Number

func (EReplicaConsistency) String

func (x EReplicaConsistency) String() string

func (EReplicaConsistency) Type

func (*EReplicaConsistency) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ERowModificationType

type ERowModificationType int32
const (
	ERowModificationType_RMT_WRITE  ERowModificationType = 0
	ERowModificationType_RMT_DELETE ERowModificationType = 1
	ERowModificationType_RMT_MODIFY ERowModificationType = 3
)

func (ERowModificationType) Descriptor

func (ERowModificationType) Enum

func (ERowModificationType) EnumDescriptor deprecated

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

Deprecated: Use ERowModificationType.Descriptor instead.

func (ERowModificationType) Number

func (ERowModificationType) String

func (x ERowModificationType) String() string

func (ERowModificationType) Type

func (*ERowModificationType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ERowsetFormat

type ERowsetFormat int32
const (
	ERowsetFormat_RF_YT_WIRE ERowsetFormat = 0
	ERowsetFormat_RF_ARROW   ERowsetFormat = 1
	ERowsetFormat_RF_FORMAT  ERowsetFormat = 2
)

func (ERowsetFormat) Descriptor

func (ERowsetFormat) Enum

func (x ERowsetFormat) Enum() *ERowsetFormat

func (ERowsetFormat) EnumDescriptor deprecated

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

Deprecated: Use ERowsetFormat.Descriptor instead.

func (ERowsetFormat) Number

func (ERowsetFormat) String

func (x ERowsetFormat) String() string

func (ERowsetFormat) Type

func (*ERowsetFormat) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ERowsetKind

type ERowsetKind int32
const (
	ERowsetKind_RK_UNVERSIONED ERowsetKind = 1
	ERowsetKind_RK_VERSIONED   ERowsetKind = 2
)

func (ERowsetKind) Descriptor

func (ERowsetKind) Enum

func (x ERowsetKind) Enum() *ERowsetKind

func (ERowsetKind) EnumDescriptor deprecated

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

Deprecated: Use ERowsetKind.Descriptor instead.

func (ERowsetKind) Number

func (x ERowsetKind) Number() protoreflect.EnumNumber

func (ERowsetKind) String

func (x ERowsetKind) String() string

func (ERowsetKind) Type

func (*ERowsetKind) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ESecurityAction

type ESecurityAction int32
const (
	ESecurityAction_SA_UNDEFINED ESecurityAction = 0
	ESecurityAction_SA_ALLOW     ESecurityAction = 1
	ESecurityAction_SA_DENY      ESecurityAction = 2
)

func (ESecurityAction) Descriptor

func (ESecurityAction) Enum

func (x ESecurityAction) Enum() *ESecurityAction

func (ESecurityAction) EnumDescriptor deprecated

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

Deprecated: Use ESecurityAction.Descriptor instead.

func (ESecurityAction) Number

func (ESecurityAction) String

func (x ESecurityAction) String() string

func (ESecurityAction) Type

func (*ESecurityAction) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ETableReplicaMode

type ETableReplicaMode int32
const (
	ETableReplicaMode_TRM_SYNC          ETableReplicaMode = 0
	ETableReplicaMode_TRM_ASYNC         ETableReplicaMode = 1
	ETableReplicaMode_TRM_ASYNC_TO_SYNC ETableReplicaMode = 2
	ETableReplicaMode_TRM_SYNC_TO_SYNC  ETableReplicaMode = 3
)

func (ETableReplicaMode) Descriptor

func (ETableReplicaMode) Enum

func (ETableReplicaMode) EnumDescriptor deprecated

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

Deprecated: Use ETableReplicaMode.Descriptor instead.

func (ETableReplicaMode) Number

func (ETableReplicaMode) String

func (x ETableReplicaMode) String() string

func (ETableReplicaMode) Type

func (*ETableReplicaMode) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ETableSchemaModification

type ETableSchemaModification int32
const (
	ETableSchemaModification_TSM_NONE                        ETableSchemaModification = 0
	ETableSchemaModification_TSM_UNVERSIONED_UPDATE          ETableSchemaModification = 1
	ETableSchemaModification_TSM_UNVERSIONED_UPDATE_UNSORTED ETableSchemaModification = 2
)

func (ETableSchemaModification) Descriptor

func (ETableSchemaModification) Enum

func (ETableSchemaModification) EnumDescriptor deprecated

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

Deprecated: Use ETableSchemaModification.Descriptor instead.

func (ETableSchemaModification) Number

func (ETableSchemaModification) String

func (x ETableSchemaModification) String() string

func (ETableSchemaModification) Type

func (*ETableSchemaModification) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ETabletReadKind

type ETabletReadKind int32
const (
	ETabletReadKind_TRK_LEADER             ETabletReadKind = 0
	ETabletReadKind_TRK_FOLLOWER           ETabletReadKind = 1
	ETabletReadKind_TRK_LEADER_OR_FOLLOWER ETabletReadKind = 2
)

func (ETabletReadKind) Descriptor

func (ETabletReadKind) Enum

func (x ETabletReadKind) Enum() *ETabletReadKind

func (ETabletReadKind) EnumDescriptor deprecated

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

Deprecated: Use ETabletReadKind.Descriptor instead.

func (ETabletReadKind) Number

func (ETabletReadKind) String

func (x ETabletReadKind) String() string

func (ETabletReadKind) Type

func (*ETabletReadKind) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ETransactionType

type ETransactionType int32
const (
	ETransactionType_TT_MASTER ETransactionType = 0
	ETransactionType_TT_TABLET ETransactionType = 1
)

func (ETransactionType) Descriptor

func (ETransactionType) Enum

func (ETransactionType) EnumDescriptor deprecated

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

Deprecated: Use ETransactionType.Descriptor instead.

func (ETransactionType) Number

func (ETransactionType) String

func (x ETransactionType) String() string

func (ETransactionType) Type

func (*ETransactionType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type TBackupManifest added in v0.0.14

type TBackupManifest struct {
	Clusters []*TBackupManifest_TClusterManifest `protobuf:"bytes,1,rep,name=clusters" json:"clusters,omitempty"`
	// contains filtered or unexported fields
}

func (*TBackupManifest) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TBackupManifest.ProtoReflect.Descriptor instead.

func (*TBackupManifest) GetClusters added in v0.0.14

func (*TBackupManifest) ProtoMessage added in v0.0.14

func (*TBackupManifest) ProtoMessage()

func (*TBackupManifest) ProtoReflect added in v0.0.14

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

func (*TBackupManifest) Reset added in v0.0.14

func (x *TBackupManifest) Reset()

func (*TBackupManifest) String added in v0.0.14

func (x *TBackupManifest) String() string

type TBackupManifest_TClusterManifest added in v0.0.14

type TBackupManifest_TClusterManifest struct {
	Cluster        *string                 `protobuf:"bytes,1,req,name=cluster" json:"cluster,omitempty"`
	TableManifests []*TTableBackupManifest `protobuf:"bytes,2,rep,name=table_manifests,json=tableManifests" json:"table_manifests,omitempty"`
	// contains filtered or unexported fields
}

func (*TBackupManifest_TClusterManifest) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TBackupManifest_TClusterManifest.ProtoReflect.Descriptor instead.

func (*TBackupManifest_TClusterManifest) GetCluster added in v0.0.14

func (x *TBackupManifest_TClusterManifest) GetCluster() string

func (*TBackupManifest_TClusterManifest) GetTableManifests added in v0.0.14

func (x *TBackupManifest_TClusterManifest) GetTableManifests() []*TTableBackupManifest

func (*TBackupManifest_TClusterManifest) ProtoMessage added in v0.0.14

func (*TBackupManifest_TClusterManifest) ProtoMessage()

func (*TBackupManifest_TClusterManifest) ProtoReflect added in v0.0.14

func (*TBackupManifest_TClusterManifest) Reset added in v0.0.14

func (*TBackupManifest_TClusterManifest) String added in v0.0.14

type TCheckPermissionByAclResult

type TCheckPermissionByAclResult struct {
	Action          *ESecurityAction `protobuf:"varint,1,req,name=action,enum=NYT.NApi.NRpcProxy.NProto.ESecurityAction" json:"action,omitempty"`
	SubjectId       *misc.TGuid      `protobuf:"bytes,2,req,name=subject_id,json=subjectId" json:"subject_id,omitempty"`
	SubjectName     *string          `protobuf:"bytes,3,opt,name=subject_name,json=subjectName" json:"subject_name,omitempty"`
	MissingSubjects []string         `protobuf:"bytes,4,rep,name=missing_subjects,json=missingSubjects" json:"missing_subjects,omitempty"`
	// contains filtered or unexported fields
}

func (*TCheckPermissionByAclResult) Descriptor deprecated

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

Deprecated: Use TCheckPermissionByAclResult.ProtoReflect.Descriptor instead.

func (*TCheckPermissionByAclResult) GetAction

func (*TCheckPermissionByAclResult) GetMissingSubjects

func (x *TCheckPermissionByAclResult) GetMissingSubjects() []string

func (*TCheckPermissionByAclResult) GetSubjectId

func (x *TCheckPermissionByAclResult) GetSubjectId() *misc.TGuid

func (*TCheckPermissionByAclResult) GetSubjectName

func (x *TCheckPermissionByAclResult) GetSubjectName() string

func (*TCheckPermissionByAclResult) ProtoMessage

func (*TCheckPermissionByAclResult) ProtoMessage()

func (*TCheckPermissionByAclResult) ProtoReflect

func (*TCheckPermissionByAclResult) Reset

func (x *TCheckPermissionByAclResult) Reset()

func (*TCheckPermissionByAclResult) String

func (x *TCheckPermissionByAclResult) String() string

type TCheckPermissionResult

type TCheckPermissionResult struct {
	Action      *ESecurityAction `protobuf:"varint,1,req,name=action,enum=NYT.NApi.NRpcProxy.NProto.ESecurityAction" json:"action,omitempty"`
	ObjectId    *misc.TGuid      `protobuf:"bytes,2,req,name=object_id,json=objectId" json:"object_id,omitempty"`
	ObjectName  *string          `protobuf:"bytes,3,opt,name=object_name,json=objectName" json:"object_name,omitempty"`
	SubjectId   *misc.TGuid      `protobuf:"bytes,4,req,name=subject_id,json=subjectId" json:"subject_id,omitempty"`
	SubjectName *string          `protobuf:"bytes,5,opt,name=subject_name,json=subjectName" json:"subject_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TCheckPermissionResult) Descriptor deprecated

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

Deprecated: Use TCheckPermissionResult.ProtoReflect.Descriptor instead.

func (*TCheckPermissionResult) GetAction

func (x *TCheckPermissionResult) GetAction() ESecurityAction

func (*TCheckPermissionResult) GetObjectId

func (x *TCheckPermissionResult) GetObjectId() *misc.TGuid

func (*TCheckPermissionResult) GetObjectName

func (x *TCheckPermissionResult) GetObjectName() string

func (*TCheckPermissionResult) GetSubjectId

func (x *TCheckPermissionResult) GetSubjectId() *misc.TGuid

func (*TCheckPermissionResult) GetSubjectName

func (x *TCheckPermissionResult) GetSubjectName() string

func (*TCheckPermissionResult) ProtoMessage

func (*TCheckPermissionResult) ProtoMessage()

func (*TCheckPermissionResult) ProtoReflect

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

func (*TCheckPermissionResult) Reset

func (x *TCheckPermissionResult) Reset()

func (*TCheckPermissionResult) String

func (x *TCheckPermissionResult) String() string

type TColumnSchema

type TColumnSchema struct {
	Name              *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	StableName        *string `protobuf:"bytes,12,opt,name=stable_name,json=stableName" json:"stable_name,omitempty"`
	Type              *int32  `protobuf:"varint,2,opt,name=type" json:"type,omitempty"`
	LogicalType       *int32  `protobuf:"varint,3,opt,name=logical_type,json=logicalType" json:"logical_type,omitempty"`
	TypeV3            []byte  `protobuf:"bytes,11,opt,name=type_v3,json=typeV3" json:"type_v3,omitempty"` // YSON representation of type_v3
	Lock              *string `protobuf:"bytes,4,opt,name=lock" json:"lock,omitempty"`
	Expression        *string `protobuf:"bytes,5,opt,name=expression" json:"expression,omitempty"`
	Aggregate         *string `protobuf:"bytes,6,opt,name=aggregate" json:"aggregate,omitempty"`
	SortOrder         *int32  `protobuf:"varint,7,opt,name=sort_order,json=sortOrder" json:"sort_order,omitempty"`
	Group             *string `protobuf:"bytes,8,opt,name=group" json:"group,omitempty"`
	Required          *bool   `protobuf:"varint,9,opt,name=required,def=0" json:"required,omitempty"`
	MaxInlineHunkSize *int64  `protobuf:"varint,10,opt,name=max_inline_hunk_size,json=maxInlineHunkSize" json:"max_inline_hunk_size,omitempty"`
	// contains filtered or unexported fields
}

func (*TColumnSchema) Descriptor deprecated

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

Deprecated: Use TColumnSchema.ProtoReflect.Descriptor instead.

func (*TColumnSchema) GetAggregate

func (x *TColumnSchema) GetAggregate() string

func (*TColumnSchema) GetExpression

func (x *TColumnSchema) GetExpression() string

func (*TColumnSchema) GetGroup

func (x *TColumnSchema) GetGroup() string

func (*TColumnSchema) GetLock

func (x *TColumnSchema) GetLock() string

func (*TColumnSchema) GetLogicalType

func (x *TColumnSchema) GetLogicalType() int32

func (*TColumnSchema) GetMaxInlineHunkSize

func (x *TColumnSchema) GetMaxInlineHunkSize() int64

func (*TColumnSchema) GetName

func (x *TColumnSchema) GetName() string

func (*TColumnSchema) GetRequired

func (x *TColumnSchema) GetRequired() bool

func (*TColumnSchema) GetSortOrder

func (x *TColumnSchema) GetSortOrder() int32

func (*TColumnSchema) GetStableName

func (x *TColumnSchema) GetStableName() string

func (*TColumnSchema) GetType

func (x *TColumnSchema) GetType() int32

func (*TColumnSchema) GetTypeV3

func (x *TColumnSchema) GetTypeV3() []byte

func (*TColumnSchema) ProtoMessage

func (*TColumnSchema) ProtoMessage()

func (*TColumnSchema) ProtoReflect

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

func (*TColumnSchema) Reset

func (x *TColumnSchema) Reset()

func (*TColumnSchema) String

func (x *TColumnSchema) String() string

type TColumnarStatistics

type TColumnarStatistics struct {
	ColumnDataWeights     []int64 `protobuf:"varint,1,rep,name=column_data_weights,json=columnDataWeights" json:"column_data_weights,omitempty"`
	TimestampTotalWeight  *int64  `protobuf:"varint,2,opt,name=timestamp_total_weight,json=timestampTotalWeight" json:"timestamp_total_weight,omitempty"`
	LegacyChunkDataWeight *int64  `` /* 128-byte string literal not displayed */
	// Per-column approximate minimum values. For more information check comments in NYT::NTableClient::TColumnarStatistics.
	ColumnMinValues []byte `protobuf:"bytes,9,opt,name=column_min_values,json=columnMinValues" json:"column_min_values,omitempty"`
	// Per-column approximate maximum values. For more information check comments in NYT::NTableClient::TColumnarStatistics.
	ColumnMaxValues []byte `protobuf:"bytes,10,opt,name=column_max_values,json=columnMaxValues" json:"column_max_values,omitempty"`
	// Number of non-null values in each column.
	ColumnNonNullValueCounts []int64 `` /* 134-byte string literal not displayed */
	// Total number of rows in all chunks whose meta contains columnar statistics.
	ChunkRowCount *int64 `protobuf:"varint,12,opt,name=chunk_row_count,json=chunkRowCount" json:"chunk_row_count,omitempty"`
	// Total number of rows in legacy chunks whose meta misses columnar statistics.
	LegacyChunkRowCount *int64 `protobuf:"varint,13,opt,name=legacy_chunk_row_count,json=legacyChunkRowCount" json:"legacy_chunk_row_count,omitempty"`
	// contains filtered or unexported fields
}

func (*TColumnarStatistics) Descriptor deprecated

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

Deprecated: Use TColumnarStatistics.ProtoReflect.Descriptor instead.

func (*TColumnarStatistics) GetChunkRowCount added in v0.0.7

func (x *TColumnarStatistics) GetChunkRowCount() int64

func (*TColumnarStatistics) GetColumnDataWeights

func (x *TColumnarStatistics) GetColumnDataWeights() []int64

func (*TColumnarStatistics) GetColumnMaxValues added in v0.0.7

func (x *TColumnarStatistics) GetColumnMaxValues() []byte

func (*TColumnarStatistics) GetColumnMinValues added in v0.0.7

func (x *TColumnarStatistics) GetColumnMinValues() []byte

func (*TColumnarStatistics) GetColumnNonNullValueCounts added in v0.0.7

func (x *TColumnarStatistics) GetColumnNonNullValueCounts() []int64

func (*TColumnarStatistics) GetLegacyChunkDataWeight

func (x *TColumnarStatistics) GetLegacyChunkDataWeight() int64

func (*TColumnarStatistics) GetLegacyChunkRowCount added in v0.0.7

func (x *TColumnarStatistics) GetLegacyChunkRowCount() int64

func (*TColumnarStatistics) GetTimestampTotalWeight

func (x *TColumnarStatistics) GetTimestampTotalWeight() int64

func (*TColumnarStatistics) ProtoMessage

func (*TColumnarStatistics) ProtoMessage()

func (*TColumnarStatistics) ProtoReflect

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

func (*TColumnarStatistics) Reset

func (x *TColumnarStatistics) Reset()

func (*TColumnarStatistics) String

func (x *TColumnarStatistics) String() string

type TDeletedColumn added in v0.0.6

type TDeletedColumn struct {
	StableName *string `protobuf:"bytes,1,req,name=stable_name,json=stableName" json:"stable_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TDeletedColumn) Descriptor deprecated added in v0.0.6

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

Deprecated: Use TDeletedColumn.ProtoReflect.Descriptor instead.

func (*TDeletedColumn) GetStableName added in v0.0.6

func (x *TDeletedColumn) GetStableName() string

func (*TDeletedColumn) ProtoMessage added in v0.0.6

func (*TDeletedColumn) ProtoMessage()

func (*TDeletedColumn) ProtoReflect added in v0.0.6

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

func (*TDeletedColumn) Reset added in v0.0.6

func (x *TDeletedColumn) Reset()

func (*TDeletedColumn) String added in v0.0.6

func (x *TDeletedColumn) String() string

type TFetchChunkSpecConfig

type TFetchChunkSpecConfig struct {
	MaxChunkPerFetch         *int32 `protobuf:"varint,1,opt,name=max_chunk_per_fetch,json=maxChunkPerFetch" json:"max_chunk_per_fetch,omitempty"`
	MaxChunkPerLocateRequest *int32 `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TFetchChunkSpecConfig) Descriptor deprecated

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

Deprecated: Use TFetchChunkSpecConfig.ProtoReflect.Descriptor instead.

func (*TFetchChunkSpecConfig) GetMaxChunkPerFetch

func (x *TFetchChunkSpecConfig) GetMaxChunkPerFetch() int32

func (*TFetchChunkSpecConfig) GetMaxChunkPerLocateRequest

func (x *TFetchChunkSpecConfig) GetMaxChunkPerLocateRequest() int32

func (*TFetchChunkSpecConfig) ProtoMessage

func (*TFetchChunkSpecConfig) ProtoMessage()

func (*TFetchChunkSpecConfig) ProtoReflect

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

func (*TFetchChunkSpecConfig) Reset

func (x *TFetchChunkSpecConfig) Reset()

func (*TFetchChunkSpecConfig) String

func (x *TFetchChunkSpecConfig) String() string

type TFetcherConfig

type TFetcherConfig struct {
	NodeRpcTimeout *uint64 `protobuf:"varint,1,opt,name=node_rpc_timeout,json=nodeRpcTimeout" json:"node_rpc_timeout,omitempty"` // TDuration
	// contains filtered or unexported fields
}

func (*TFetcherConfig) Descriptor deprecated

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

Deprecated: Use TFetcherConfig.ProtoReflect.Descriptor instead.

func (*TFetcherConfig) GetNodeRpcTimeout

func (x *TFetcherConfig) GetNodeRpcTimeout() uint64

func (*TFetcherConfig) ProtoMessage

func (*TFetcherConfig) ProtoMessage()

func (*TFetcherConfig) ProtoReflect

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

func (*TFetcherConfig) Reset

func (x *TFetcherConfig) Reset()

func (*TFetcherConfig) String

func (x *TFetcherConfig) String() string

type TGetFileFromCacheResult

type TGetFileFromCacheResult struct {
	Path *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	// contains filtered or unexported fields
}

func (*TGetFileFromCacheResult) Descriptor deprecated

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

Deprecated: Use TGetFileFromCacheResult.ProtoReflect.Descriptor instead.

func (*TGetFileFromCacheResult) GetPath

func (x *TGetFileFromCacheResult) GetPath() string

func (*TGetFileFromCacheResult) ProtoMessage

func (*TGetFileFromCacheResult) ProtoMessage()

func (*TGetFileFromCacheResult) ProtoReflect

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

func (*TGetFileFromCacheResult) Reset

func (x *TGetFileFromCacheResult) Reset()

func (*TGetFileFromCacheResult) String

func (x *TGetFileFromCacheResult) String() string

type TIndexInfo added in v0.0.14

type TIndexInfo struct {
	IndexTableId *misc.TGuid `protobuf:"bytes,1,req,name=index_table_id,json=indexTableId" json:"index_table_id,omitempty"`
	IndexKind    *int32      `protobuf:"varint,2,req,name=index_kind,json=indexKind" json:"index_kind,omitempty"` // NTableClient::ESecondaryIndexKind
	// contains filtered or unexported fields
}

func (*TIndexInfo) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TIndexInfo.ProtoReflect.Descriptor instead.

func (*TIndexInfo) GetIndexKind added in v0.0.14

func (x *TIndexInfo) GetIndexKind() int32

func (*TIndexInfo) GetIndexTableId added in v0.0.14

func (x *TIndexInfo) GetIndexTableId() *misc.TGuid

func (*TIndexInfo) ProtoMessage added in v0.0.14

func (*TIndexInfo) ProtoMessage()

func (*TIndexInfo) ProtoReflect added in v0.0.14

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

func (*TIndexInfo) Reset added in v0.0.14

func (x *TIndexInfo) Reset()

func (*TIndexInfo) String added in v0.0.14

func (x *TIndexInfo) String() string

type TJob

type TJob struct {
	Id                      *misc.TGuid `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Type                    *EJobType   `protobuf:"varint,2,opt,name=type,enum=NYT.NApi.NRpcProxy.NProto.EJobType" json:"type,omitempty"`
	State                   *EJobState  `protobuf:"varint,3,opt,name=state,enum=NYT.NApi.NRpcProxy.NProto.EJobState" json:"state,omitempty"`
	StartTime               *uint64     `protobuf:"varint,4,opt,name=start_time,json=startTime" json:"start_time,omitempty"`    // TInstant
	FinishTime              *uint64     `protobuf:"varint,5,opt,name=finish_time,json=finishTime" json:"finish_time,omitempty"` // TInstant
	Address                 *string     `protobuf:"bytes,6,opt,name=address" json:"address,omitempty"`
	Progress                *float64    `protobuf:"fixed64,7,opt,name=progress" json:"progress,omitempty"`
	StderrSize              *uint64     `protobuf:"varint,8,opt,name=stderr_size,json=stderrSize" json:"stderr_size,omitempty"`
	FailContextSize         *uint64     `protobuf:"varint,9,opt,name=fail_context_size,json=failContextSize" json:"fail_context_size,omitempty"`
	HasSpec                 *bool       `protobuf:"varint,10,opt,name=has_spec,json=hasSpec" json:"has_spec,omitempty"`
	Error                   []byte      `protobuf:"bytes,11,opt,name=error" json:"error,omitempty"`                                               // YSON
	InterruptionInfo        []byte      `protobuf:"bytes,28,opt,name=interruption_info,json=interruptionInfo" json:"interruption_info,omitempty"` // YSON
	BriefStatistics         []byte      `protobuf:"bytes,12,opt,name=brief_statistics,json=briefStatistics" json:"brief_statistics,omitempty"`    // YSON
	InputPaths              []byte      `protobuf:"bytes,13,opt,name=input_paths,json=inputPaths" json:"input_paths,omitempty"`                   // YSON
	CoreInfos               []byte      `protobuf:"bytes,14,opt,name=core_infos,json=coreInfos" json:"core_infos,omitempty"`                      // YSON
	OperationId             *misc.TGuid `protobuf:"bytes,15,opt,name=operation_id,json=operationId" json:"operation_id,omitempty"`
	ControllerState         *EJobState  `` /* 142-byte string literal not displayed */
	ArchiveState            *EJobState  `` /* 133-byte string literal not displayed */
	JobCompetitionId        *misc.TGuid `protobuf:"bytes,18,opt,name=job_competition_id,json=jobCompetitionId" json:"job_competition_id,omitempty"`
	HasCompetitors          *bool       `protobuf:"varint,19,opt,name=has_competitors,json=hasCompetitors" json:"has_competitors,omitempty"`
	IsStale                 *bool       `protobuf:"varint,20,opt,name=is_stale,json=isStale" json:"is_stale,omitempty"`
	ExecAttributes          []byte      `protobuf:"bytes,21,opt,name=exec_attributes,json=execAttributes" json:"exec_attributes,omitempty"` // YSON
	TaskName                *string     `protobuf:"bytes,22,opt,name=task_name,json=taskName" json:"task_name,omitempty"`
	PoolTree                *string     `protobuf:"bytes,23,opt,name=pool_tree,json=poolTree" json:"pool_tree,omitempty"`
	Pool                    *string     `protobuf:"bytes,24,opt,name=pool" json:"pool,omitempty"`
	ProbingJobCompetitionId *misc.TGuid `` /* 128-byte string literal not displayed */
	HasProbingCompetitors   *bool       `protobuf:"varint,26,opt,name=has_probing_competitors,json=hasProbingCompetitors" json:"has_probing_competitors,omitempty"`
	JobCookie               *uint64     `protobuf:"varint,27,opt,name=job_cookie,json=jobCookie" json:"job_cookie,omitempty"`
	// contains filtered or unexported fields
}

func (*TJob) Descriptor deprecated

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

Deprecated: Use TJob.ProtoReflect.Descriptor instead.

func (*TJob) GetAddress

func (x *TJob) GetAddress() string

func (*TJob) GetArchiveState

func (x *TJob) GetArchiveState() EJobState

func (*TJob) GetBriefStatistics

func (x *TJob) GetBriefStatistics() []byte

func (*TJob) GetControllerState added in v0.0.6

func (x *TJob) GetControllerState() EJobState

func (*TJob) GetCoreInfos

func (x *TJob) GetCoreInfos() []byte

func (*TJob) GetError

func (x *TJob) GetError() []byte

func (*TJob) GetExecAttributes

func (x *TJob) GetExecAttributes() []byte

func (*TJob) GetFailContextSize

func (x *TJob) GetFailContextSize() uint64

func (*TJob) GetFinishTime

func (x *TJob) GetFinishTime() uint64

func (*TJob) GetHasCompetitors

func (x *TJob) GetHasCompetitors() bool

func (*TJob) GetHasProbingCompetitors

func (x *TJob) GetHasProbingCompetitors() bool

func (*TJob) GetHasSpec

func (x *TJob) GetHasSpec() bool

func (*TJob) GetId

func (x *TJob) GetId() *misc.TGuid

func (*TJob) GetInputPaths

func (x *TJob) GetInputPaths() []byte

func (*TJob) GetInterruptionInfo added in v0.0.14

func (x *TJob) GetInterruptionInfo() []byte

func (*TJob) GetIsStale

func (x *TJob) GetIsStale() bool

func (*TJob) GetJobCompetitionId

func (x *TJob) GetJobCompetitionId() *misc.TGuid

func (*TJob) GetJobCookie

func (x *TJob) GetJobCookie() uint64

func (*TJob) GetOperationId

func (x *TJob) GetOperationId() *misc.TGuid

func (*TJob) GetPool

func (x *TJob) GetPool() string

func (*TJob) GetPoolTree

func (x *TJob) GetPoolTree() string

func (*TJob) GetProbingJobCompetitionId

func (x *TJob) GetProbingJobCompetitionId() *misc.TGuid

func (*TJob) GetProgress

func (x *TJob) GetProgress() float64

func (*TJob) GetStartTime

func (x *TJob) GetStartTime() uint64

func (*TJob) GetState

func (x *TJob) GetState() EJobState

func (*TJob) GetStderrSize

func (x *TJob) GetStderrSize() uint64

func (*TJob) GetTaskName

func (x *TJob) GetTaskName() string

func (*TJob) GetType

func (x *TJob) GetType() EJobType

func (*TJob) ProtoMessage

func (*TJob) ProtoMessage()

func (*TJob) ProtoReflect

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

func (*TJob) Reset

func (x *TJob) Reset()

func (*TJob) String

func (x *TJob) String() string

type TLegacyAttributeKeys

type TLegacyAttributeKeys struct {
	All  *bool    `protobuf:"varint,1,opt,name=all" json:"all,omitempty"`
	Keys []string `protobuf:"bytes,2,rep,name=keys" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

COMPAT(max42). A legacy analog of NYT.NYTree.NProto.TAttributeFilter. It is different in that universal filter is encoded via all = true rather than absence of filter at all. Modern clients serialize attribute filters using TAttributeFilter, so hopefully in a couple of years we will be able to drop support of it...

func (*TLegacyAttributeKeys) Descriptor deprecated

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

Deprecated: Use TLegacyAttributeKeys.ProtoReflect.Descriptor instead.

func (*TLegacyAttributeKeys) GetAll

func (x *TLegacyAttributeKeys) GetAll() bool

func (*TLegacyAttributeKeys) GetKeys

func (x *TLegacyAttributeKeys) GetKeys() []string

func (*TLegacyAttributeKeys) ProtoMessage

func (*TLegacyAttributeKeys) ProtoMessage()

func (*TLegacyAttributeKeys) ProtoReflect

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

func (*TLegacyAttributeKeys) Reset

func (x *TLegacyAttributeKeys) Reset()

func (*TLegacyAttributeKeys) String

func (x *TLegacyAttributeKeys) String() string

type TListJobsResult

type TListJobsResult struct {
	Jobs                    []*TJob              `protobuf:"bytes,1,rep,name=jobs" json:"jobs,omitempty"`
	CypressJobCount         *int32               `protobuf:"varint,2,opt,name=cypress_job_count,json=cypressJobCount" json:"cypress_job_count,omitempty"`
	ControllerAgentJobCount *int32               `` /* 128-byte string literal not displayed */
	ArchiveJobCount         *int32               `protobuf:"varint,4,opt,name=archive_job_count,json=archiveJobCount" json:"archive_job_count,omitempty"`
	Statistics              *TListJobsStatistics `protobuf:"bytes,5,req,name=statistics" json:"statistics,omitempty"`
	Errors                  []*misc.TError       `protobuf:"bytes,6,rep,name=errors" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*TListJobsResult) Descriptor deprecated

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

Deprecated: Use TListJobsResult.ProtoReflect.Descriptor instead.

func (*TListJobsResult) GetArchiveJobCount

func (x *TListJobsResult) GetArchiveJobCount() int32

func (*TListJobsResult) GetControllerAgentJobCount

func (x *TListJobsResult) GetControllerAgentJobCount() int32

func (*TListJobsResult) GetCypressJobCount

func (x *TListJobsResult) GetCypressJobCount() int32

func (*TListJobsResult) GetErrors

func (x *TListJobsResult) GetErrors() []*misc.TError

func (*TListJobsResult) GetJobs

func (x *TListJobsResult) GetJobs() []*TJob

func (*TListJobsResult) GetStatistics

func (x *TListJobsResult) GetStatistics() *TListJobsStatistics

func (*TListJobsResult) ProtoMessage

func (*TListJobsResult) ProtoMessage()

func (*TListJobsResult) ProtoReflect

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

func (*TListJobsResult) Reset

func (x *TListJobsResult) Reset()

func (*TListJobsResult) String

func (x *TListJobsResult) String() string

type TListJobsStatistics

type TListJobsStatistics struct {
	StateCounts *TListJobsStatistics_TJobStateCounts `protobuf:"bytes,1,req,name=state_counts,json=stateCounts" json:"state_counts,omitempty"`
	TypeCounts  *TListJobsStatistics_TJobTypeCounts  `protobuf:"bytes,2,req,name=type_counts,json=typeCounts" json:"type_counts,omitempty"`
	// contains filtered or unexported fields
}

func (*TListJobsStatistics) Descriptor deprecated

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

Deprecated: Use TListJobsStatistics.ProtoReflect.Descriptor instead.

func (*TListJobsStatistics) GetStateCounts

func (*TListJobsStatistics) GetTypeCounts

func (*TListJobsStatistics) ProtoMessage

func (*TListJobsStatistics) ProtoMessage()

func (*TListJobsStatistics) ProtoReflect

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

func (*TListJobsStatistics) Reset

func (x *TListJobsStatistics) Reset()

func (*TListJobsStatistics) String

func (x *TListJobsStatistics) String() string

type TListJobsStatistics_TJobStateCounts

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

func (*TListJobsStatistics_TJobStateCounts) Descriptor deprecated

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

Deprecated: Use TListJobsStatistics_TJobStateCounts.ProtoReflect.Descriptor instead.

func (*TListJobsStatistics_TJobStateCounts) GetEntries

func (*TListJobsStatistics_TJobStateCounts) ProtoMessage

func (*TListJobsStatistics_TJobStateCounts) ProtoMessage()

func (*TListJobsStatistics_TJobStateCounts) ProtoReflect

func (*TListJobsStatistics_TJobStateCounts) Reset

func (*TListJobsStatistics_TJobStateCounts) String

type TListJobsStatistics_TJobStateCounts_TJobStateCount

type TListJobsStatistics_TJobStateCounts_TJobStateCount struct {
	State *EJobState `protobuf:"varint,1,req,name=state,enum=NYT.NApi.NRpcProxy.NProto.EJobState" json:"state,omitempty"`
	Count *int64     `protobuf:"varint,2,req,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TListJobsStatistics_TJobStateCounts_TJobStateCount) Descriptor deprecated

Deprecated: Use TListJobsStatistics_TJobStateCounts_TJobStateCount.ProtoReflect.Descriptor instead.

func (*TListJobsStatistics_TJobStateCounts_TJobStateCount) GetCount

func (*TListJobsStatistics_TJobStateCounts_TJobStateCount) GetState

func (*TListJobsStatistics_TJobStateCounts_TJobStateCount) ProtoMessage

func (*TListJobsStatistics_TJobStateCounts_TJobStateCount) ProtoReflect

func (*TListJobsStatistics_TJobStateCounts_TJobStateCount) Reset

func (*TListJobsStatistics_TJobStateCounts_TJobStateCount) String

type TListJobsStatistics_TJobTypeCounts

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

func (*TListJobsStatistics_TJobTypeCounts) Descriptor deprecated

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

Deprecated: Use TListJobsStatistics_TJobTypeCounts.ProtoReflect.Descriptor instead.

func (*TListJobsStatistics_TJobTypeCounts) GetEntries

func (*TListJobsStatistics_TJobTypeCounts) ProtoMessage

func (*TListJobsStatistics_TJobTypeCounts) ProtoMessage()

func (*TListJobsStatistics_TJobTypeCounts) ProtoReflect

func (*TListJobsStatistics_TJobTypeCounts) Reset

func (*TListJobsStatistics_TJobTypeCounts) String

type TListJobsStatistics_TJobTypeCounts_TJobTypeCount

type TListJobsStatistics_TJobTypeCounts_TJobTypeCount struct {
	Type  *EJobType `protobuf:"varint,1,req,name=type,enum=NYT.NApi.NRpcProxy.NProto.EJobType" json:"type,omitempty"`
	Count *int64    `protobuf:"varint,2,req,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TListJobsStatistics_TJobTypeCounts_TJobTypeCount) Descriptor deprecated

Deprecated: Use TListJobsStatistics_TJobTypeCounts_TJobTypeCount.ProtoReflect.Descriptor instead.

func (*TListJobsStatistics_TJobTypeCounts_TJobTypeCount) GetCount

func (*TListJobsStatistics_TJobTypeCounts_TJobTypeCount) GetType

func (*TListJobsStatistics_TJobTypeCounts_TJobTypeCount) ProtoMessage

func (*TListJobsStatistics_TJobTypeCounts_TJobTypeCount) ProtoReflect

func (*TListJobsStatistics_TJobTypeCounts_TJobTypeCount) Reset

func (*TListJobsStatistics_TJobTypeCounts_TJobTypeCount) String

type TListOperationsResult

type TListOperationsResult struct {
	Operations      []*TOperation                                `protobuf:"bytes,1,rep,name=operations" json:"operations,omitempty"`
	PoolCounts      *TListOperationsResult_TPoolCounts           `protobuf:"bytes,2,opt,name=pool_counts,json=poolCounts" json:"pool_counts,omitempty"`
	UserCounts      *TListOperationsResult_TUserCounts           `protobuf:"bytes,3,opt,name=user_counts,json=userCounts" json:"user_counts,omitempty"`
	StateCounts     *TListOperationsResult_TOperationStateCounts `protobuf:"bytes,4,opt,name=state_counts,json=stateCounts" json:"state_counts,omitempty"`
	TypeCounts      *TListOperationsResult_TOperationTypeCounts  `protobuf:"bytes,5,opt,name=type_counts,json=typeCounts" json:"type_counts,omitempty"`
	FailedJobsCount *int64                                       `protobuf:"varint,6,opt,name=failed_jobs_count,json=failedJobsCount" json:"failed_jobs_count,omitempty"`
	Incomplete      *bool                                        `protobuf:"varint,7,opt,name=incomplete,def=0" json:"incomplete,omitempty"`
	PoolTreeCounts  *TListOperationsResult_TPoolTreeCounts       `protobuf:"bytes,8,opt,name=pool_tree_counts,json=poolTreeCounts" json:"pool_tree_counts,omitempty"`
	// contains filtered or unexported fields
}

func (*TListOperationsResult) Descriptor deprecated

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

Deprecated: Use TListOperationsResult.ProtoReflect.Descriptor instead.

func (*TListOperationsResult) GetFailedJobsCount

func (x *TListOperationsResult) GetFailedJobsCount() int64

func (*TListOperationsResult) GetIncomplete

func (x *TListOperationsResult) GetIncomplete() bool

func (*TListOperationsResult) GetOperations

func (x *TListOperationsResult) GetOperations() []*TOperation

func (*TListOperationsResult) GetPoolCounts

func (*TListOperationsResult) GetPoolTreeCounts

func (*TListOperationsResult) GetStateCounts

func (*TListOperationsResult) GetTypeCounts

func (*TListOperationsResult) GetUserCounts

func (*TListOperationsResult) ProtoMessage

func (*TListOperationsResult) ProtoMessage()

func (*TListOperationsResult) ProtoReflect

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

func (*TListOperationsResult) Reset

func (x *TListOperationsResult) Reset()

func (*TListOperationsResult) String

func (x *TListOperationsResult) String() string

type TListOperationsResult_TOperationStateCounts

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

func (*TListOperationsResult_TOperationStateCounts) Descriptor deprecated

Deprecated: Use TListOperationsResult_TOperationStateCounts.ProtoReflect.Descriptor instead.

func (*TListOperationsResult_TOperationStateCounts) GetEntries

func (*TListOperationsResult_TOperationStateCounts) ProtoMessage

func (*TListOperationsResult_TOperationStateCounts) ProtoReflect

func (*TListOperationsResult_TOperationStateCounts) Reset

func (*TListOperationsResult_TOperationStateCounts) String

type TListOperationsResult_TOperationStateCounts_TOperationStateCount

type TListOperationsResult_TOperationStateCounts_TOperationStateCount struct {
	State *EOperationState `protobuf:"varint,1,req,name=state,enum=NYT.NApi.NRpcProxy.NProto.EOperationState" json:"state,omitempty"`
	Count *int64           `protobuf:"varint,2,req,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TListOperationsResult_TOperationStateCounts_TOperationStateCount) Descriptor deprecated

Deprecated: Use TListOperationsResult_TOperationStateCounts_TOperationStateCount.ProtoReflect.Descriptor instead.

func (*TListOperationsResult_TOperationStateCounts_TOperationStateCount) GetCount

func (*TListOperationsResult_TOperationStateCounts_TOperationStateCount) GetState

func (*TListOperationsResult_TOperationStateCounts_TOperationStateCount) ProtoMessage

func (*TListOperationsResult_TOperationStateCounts_TOperationStateCount) ProtoReflect

func (*TListOperationsResult_TOperationStateCounts_TOperationStateCount) Reset

func (*TListOperationsResult_TOperationStateCounts_TOperationStateCount) String

type TListOperationsResult_TOperationTypeCounts

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

func (*TListOperationsResult_TOperationTypeCounts) Descriptor deprecated

Deprecated: Use TListOperationsResult_TOperationTypeCounts.ProtoReflect.Descriptor instead.

func (*TListOperationsResult_TOperationTypeCounts) GetEntries

func (*TListOperationsResult_TOperationTypeCounts) ProtoMessage

func (*TListOperationsResult_TOperationTypeCounts) ProtoReflect

func (*TListOperationsResult_TOperationTypeCounts) Reset

func (*TListOperationsResult_TOperationTypeCounts) String

type TListOperationsResult_TOperationTypeCounts_TOperationTypeCount

type TListOperationsResult_TOperationTypeCounts_TOperationTypeCount struct {
	Type  *EOperationType `protobuf:"varint,1,req,name=type,enum=NYT.NApi.NRpcProxy.NProto.EOperationType" json:"type,omitempty"`
	Count *int64          `protobuf:"varint,2,req,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TListOperationsResult_TOperationTypeCounts_TOperationTypeCount) Descriptor deprecated

Deprecated: Use TListOperationsResult_TOperationTypeCounts_TOperationTypeCount.ProtoReflect.Descriptor instead.

func (*TListOperationsResult_TOperationTypeCounts_TOperationTypeCount) GetCount

func (*TListOperationsResult_TOperationTypeCounts_TOperationTypeCount) GetType

func (*TListOperationsResult_TOperationTypeCounts_TOperationTypeCount) ProtoMessage

func (*TListOperationsResult_TOperationTypeCounts_TOperationTypeCount) ProtoReflect

func (*TListOperationsResult_TOperationTypeCounts_TOperationTypeCount) Reset

func (*TListOperationsResult_TOperationTypeCounts_TOperationTypeCount) String

type TListOperationsResult_TPoolCounts

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

func (*TListOperationsResult_TPoolCounts) Descriptor deprecated

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

Deprecated: Use TListOperationsResult_TPoolCounts.ProtoReflect.Descriptor instead.

func (*TListOperationsResult_TPoolCounts) GetEntries

func (*TListOperationsResult_TPoolCounts) ProtoMessage

func (*TListOperationsResult_TPoolCounts) ProtoMessage()

func (*TListOperationsResult_TPoolCounts) ProtoReflect

func (*TListOperationsResult_TPoolCounts) Reset

func (*TListOperationsResult_TPoolCounts) String

type TListOperationsResult_TPoolCounts_TPoolCount

type TListOperationsResult_TPoolCounts_TPoolCount struct {
	Pool  *string `protobuf:"bytes,1,req,name=pool" json:"pool,omitempty"`
	Count *int64  `protobuf:"varint,2,req,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TListOperationsResult_TPoolCounts_TPoolCount) Descriptor deprecated

Deprecated: Use TListOperationsResult_TPoolCounts_TPoolCount.ProtoReflect.Descriptor instead.

func (*TListOperationsResult_TPoolCounts_TPoolCount) GetCount

func (*TListOperationsResult_TPoolCounts_TPoolCount) GetPool

func (*TListOperationsResult_TPoolCounts_TPoolCount) ProtoMessage

func (*TListOperationsResult_TPoolCounts_TPoolCount) ProtoReflect

func (*TListOperationsResult_TPoolCounts_TPoolCount) Reset

func (*TListOperationsResult_TPoolCounts_TPoolCount) String

type TListOperationsResult_TPoolTreeCounts

type TListOperationsResult_TPoolTreeCounts struct {
	Entries map[string]int64 `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TListOperationsResult_TPoolTreeCounts) Descriptor deprecated

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

Deprecated: Use TListOperationsResult_TPoolTreeCounts.ProtoReflect.Descriptor instead.

func (*TListOperationsResult_TPoolTreeCounts) GetEntries

func (*TListOperationsResult_TPoolTreeCounts) ProtoMessage

func (*TListOperationsResult_TPoolTreeCounts) ProtoMessage()

func (*TListOperationsResult_TPoolTreeCounts) ProtoReflect

func (*TListOperationsResult_TPoolTreeCounts) Reset

func (*TListOperationsResult_TPoolTreeCounts) String

type TListOperationsResult_TUserCounts

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

func (*TListOperationsResult_TUserCounts) Descriptor deprecated

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

Deprecated: Use TListOperationsResult_TUserCounts.ProtoReflect.Descriptor instead.

func (*TListOperationsResult_TUserCounts) GetEntries

func (*TListOperationsResult_TUserCounts) ProtoMessage

func (*TListOperationsResult_TUserCounts) ProtoMessage()

func (*TListOperationsResult_TUserCounts) ProtoReflect

func (*TListOperationsResult_TUserCounts) Reset

func (*TListOperationsResult_TUserCounts) String

type TListOperationsResult_TUserCounts_TUserCount

type TListOperationsResult_TUserCounts_TUserCount struct {
	User  *string `protobuf:"bytes,1,req,name=user" json:"user,omitempty"`
	Count *int64  `protobuf:"varint,2,req,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TListOperationsResult_TUserCounts_TUserCount) Descriptor deprecated

Deprecated: Use TListOperationsResult_TUserCounts_TUserCount.ProtoReflect.Descriptor instead.

func (*TListOperationsResult_TUserCounts_TUserCount) GetCount

func (*TListOperationsResult_TUserCounts_TUserCount) GetUser

func (*TListOperationsResult_TUserCounts_TUserCount) ProtoMessage

func (*TListOperationsResult_TUserCounts_TUserCount) ProtoReflect

func (*TListOperationsResult_TUserCounts_TUserCount) Reset

func (*TListOperationsResult_TUserCounts_TUserCount) String

type TMasterReadOptions

type TMasterReadOptions struct {
	ReadFrom                        *EMasterReadKind `` /* 132-byte string literal not displayed */
	ExpireAfterSuccessfulUpdateTime *int64           `` // TDuration
	/* 154-byte string literal not displayed */
	ExpireAfterFailedUpdateTime *int64 `` // TDuration
	/* 142-byte string literal not displayed */
	CacheStickyGroupSize  *int32 `protobuf:"varint,4,opt,name=cache_sticky_group_size,json=cacheStickyGroupSize" json:"cache_sticky_group_size,omitempty"`
	DisablePerUserCache   *bool  `protobuf:"varint,5,opt,name=disable_per_user_cache,json=disablePerUserCache" json:"disable_per_user_cache,omitempty"`
	SuccessStalenessBound *int64 `protobuf:"varint,6,opt,name=success_staleness_bound,json=successStalenessBound" json:"success_staleness_bound,omitempty"` // TDuration
	// contains filtered or unexported fields
}

102

func (*TMasterReadOptions) Descriptor deprecated

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

Deprecated: Use TMasterReadOptions.ProtoReflect.Descriptor instead.

func (*TMasterReadOptions) GetCacheStickyGroupSize

func (x *TMasterReadOptions) GetCacheStickyGroupSize() int32

func (*TMasterReadOptions) GetDisablePerUserCache

func (x *TMasterReadOptions) GetDisablePerUserCache() bool

func (*TMasterReadOptions) GetExpireAfterFailedUpdateTime

func (x *TMasterReadOptions) GetExpireAfterFailedUpdateTime() int64

func (*TMasterReadOptions) GetExpireAfterSuccessfulUpdateTime

func (x *TMasterReadOptions) GetExpireAfterSuccessfulUpdateTime() int64

func (*TMasterReadOptions) GetReadFrom

func (x *TMasterReadOptions) GetReadFrom() EMasterReadKind

func (*TMasterReadOptions) GetSuccessStalenessBound

func (x *TMasterReadOptions) GetSuccessStalenessBound() int64

func (*TMasterReadOptions) ProtoMessage

func (*TMasterReadOptions) ProtoMessage()

func (*TMasterReadOptions) ProtoReflect

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

func (*TMasterReadOptions) Reset

func (x *TMasterReadOptions) Reset()

func (*TMasterReadOptions) String

func (x *TMasterReadOptions) String() string

type TMultiTablePartition

type TMultiTablePartition struct {
	TableRanges         []string                          `protobuf:"bytes,1,rep,name=table_ranges,json=tableRanges" json:"table_ranges,omitempty"` // RichYPath
	AggregateStatistics *TMultiTablePartition_TStatistics `protobuf:"bytes,2,opt,name=aggregate_statistics,json=aggregateStatistics" json:"aggregate_statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*TMultiTablePartition) Descriptor deprecated

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

Deprecated: Use TMultiTablePartition.ProtoReflect.Descriptor instead.

func (*TMultiTablePartition) GetAggregateStatistics added in v0.0.5

func (x *TMultiTablePartition) GetAggregateStatistics() *TMultiTablePartition_TStatistics

func (*TMultiTablePartition) GetTableRanges

func (x *TMultiTablePartition) GetTableRanges() []string

func (*TMultiTablePartition) ProtoMessage

func (*TMultiTablePartition) ProtoMessage()

func (*TMultiTablePartition) ProtoReflect

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

func (*TMultiTablePartition) Reset

func (x *TMultiTablePartition) Reset()

func (*TMultiTablePartition) String

func (x *TMultiTablePartition) String() string

type TMultiTablePartition_TStatistics added in v0.0.5

type TMultiTablePartition_TStatistics struct {
	ChunkCount *int64 `protobuf:"varint,1,opt,name=chunk_count,json=chunkCount" json:"chunk_count,omitempty"`
	DataWeight *int64 `protobuf:"varint,2,opt,name=data_weight,json=dataWeight" json:"data_weight,omitempty"`
	RowCount   *int64 `protobuf:"varint,3,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	// contains filtered or unexported fields
}

func (*TMultiTablePartition_TStatistics) Descriptor deprecated added in v0.0.5

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

Deprecated: Use TMultiTablePartition_TStatistics.ProtoReflect.Descriptor instead.

func (*TMultiTablePartition_TStatistics) GetChunkCount added in v0.0.5

func (x *TMultiTablePartition_TStatistics) GetChunkCount() int64

func (*TMultiTablePartition_TStatistics) GetDataWeight added in v0.0.5

func (x *TMultiTablePartition_TStatistics) GetDataWeight() int64

func (*TMultiTablePartition_TStatistics) GetRowCount added in v0.0.5

func (x *TMultiTablePartition_TStatistics) GetRowCount() int64

func (*TMultiTablePartition_TStatistics) ProtoMessage added in v0.0.5

func (*TMultiTablePartition_TStatistics) ProtoMessage()

func (*TMultiTablePartition_TStatistics) ProtoReflect added in v0.0.5

func (*TMultiTablePartition_TStatistics) Reset added in v0.0.5

func (*TMultiTablePartition_TStatistics) String added in v0.0.5

type TMutatingOptions

type TMutatingOptions struct {
	MutationId *misc.TGuid `protobuf:"bytes,1,opt,name=mutation_id,json=mutationId" json:"mutation_id,omitempty"`
	Retry      *bool       `protobuf:"varint,2,opt,name=retry" json:"retry,omitempty"`
	// contains filtered or unexported fields
}

103

func (*TMutatingOptions) Descriptor deprecated

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

Deprecated: Use TMutatingOptions.ProtoReflect.Descriptor instead.

func (*TMutatingOptions) GetMutationId

func (x *TMutatingOptions) GetMutationId() *misc.TGuid

func (*TMutatingOptions) GetRetry

func (x *TMutatingOptions) GetRetry() bool

func (*TMutatingOptions) ProtoMessage

func (*TMutatingOptions) ProtoMessage()

func (*TMutatingOptions) ProtoReflect

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

func (*TMutatingOptions) Reset

func (x *TMutatingOptions) Reset()

func (*TMutatingOptions) String

func (x *TMutatingOptions) String() string

type TOperation

type TOperation struct {
	Id                        *misc.TGuid          `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Type                      *EOperationType      `protobuf:"varint,2,opt,name=type,enum=NYT.NApi.NRpcProxy.NProto.EOperationType" json:"type,omitempty"`
	State                     *EOperationState     `protobuf:"varint,3,opt,name=state,enum=NYT.NApi.NRpcProxy.NProto.EOperationState" json:"state,omitempty"`
	StartTime                 *uint64              `protobuf:"varint,4,opt,name=start_time,json=startTime" json:"start_time,omitempty"`    // TInstant
	FinishTime                *uint64              `protobuf:"varint,5,opt,name=finish_time,json=finishTime" json:"finish_time,omitempty"` // TInstant
	AuthenticatedUser         *string              `protobuf:"bytes,6,opt,name=authenticated_user,json=authenticatedUser" json:"authenticated_user,omitempty"`
	Pools                     *TOperation_TStrings `protobuf:"bytes,8,opt,name=pools" json:"pools,omitempty"`
	BriefSpec                 []byte               `protobuf:"bytes,9,opt,name=brief_spec,json=briefSpec" json:"brief_spec,omitempty"`                          // YSON
	Spec                      []byte               `protobuf:"bytes,10,opt,name=spec" json:"spec,omitempty"`                                                    // YSON
	ProvidedSpec              []byte               `protobuf:"bytes,27,opt,name=provided_spec,json=providedSpec" json:"provided_spec,omitempty"`                // YSON
	FullSpec                  []byte               `protobuf:"bytes,11,opt,name=full_spec,json=fullSpec" json:"full_spec,omitempty"`                            // YSON
	UnrecognizedSpec          []byte               `protobuf:"bytes,12,opt,name=unrecognized_spec,json=unrecognizedSpec" json:"unrecognized_spec,omitempty"`    // YSON
	BriefProgress             []byte               `protobuf:"bytes,14,opt,name=brief_progress,json=briefProgress" json:"brief_progress,omitempty"`             // YSON
	Progress                  []byte               `protobuf:"bytes,15,opt,name=progress" json:"progress,omitempty"`                                            // YSON
	RuntimeParameters         []byte               `protobuf:"bytes,16,opt,name=runtime_parameters,json=runtimeParameters" json:"runtime_parameters,omitempty"` // YSON
	Suspended                 *bool                `protobuf:"varint,17,opt,name=suspended" json:"suspended,omitempty"`
	Events                    []byte               `protobuf:"bytes,18,opt,name=events" json:"events,omitempty"`                                                               // YSON
	Result                    []byte               `protobuf:"bytes,19,opt,name=result" json:"result,omitempty"`                                                               // YSON
	SlotIndexPerPoolTree      []byte               `protobuf:"bytes,20,opt,name=slot_index_per_pool_tree,json=slotIndexPerPoolTree" json:"slot_index_per_pool_tree,omitempty"` // YSON
	TaskNames                 []byte               `protobuf:"bytes,21,opt,name=task_names,json=taskNames" json:"task_names,omitempty"`                                        // YSON
	ExperimentAssignments     []byte               `protobuf:"bytes,22,opt,name=experiment_assignments,json=experimentAssignments" json:"experiment_assignments,omitempty"`    // YSON
	ExperimentAssignmentNames []byte               ``                                                                                                                          // YSON
	/* 132-byte string literal not displayed */
	Alerts             []byte `protobuf:"bytes,24,opt,name=alerts" json:"alerts,omitempty"`                                                   // YSON
	ControllerFeatures []byte `protobuf:"bytes,25,opt,name=controller_features,json=controllerFeatures" json:"controller_features,omitempty"` // YSON
	AlertEvents        []byte `protobuf:"bytes,26,opt,name=alert_events,json=alertEvents" json:"alert_events,omitempty"`                      // YSON
	OtherAttributes    []byte `protobuf:"bytes,50,opt,name=other_attributes,json=otherAttributes" json:"other_attributes,omitempty"`          // YSON
	// contains filtered or unexported fields
}

func (*TOperation) Descriptor deprecated

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

Deprecated: Use TOperation.ProtoReflect.Descriptor instead.

func (*TOperation) GetAlertEvents

func (x *TOperation) GetAlertEvents() []byte

func (*TOperation) GetAlerts

func (x *TOperation) GetAlerts() []byte

func (*TOperation) GetAuthenticatedUser

func (x *TOperation) GetAuthenticatedUser() string

func (*TOperation) GetBriefProgress

func (x *TOperation) GetBriefProgress() []byte

func (*TOperation) GetBriefSpec

func (x *TOperation) GetBriefSpec() []byte

func (*TOperation) GetControllerFeatures

func (x *TOperation) GetControllerFeatures() []byte

func (*TOperation) GetEvents

func (x *TOperation) GetEvents() []byte

func (*TOperation) GetExperimentAssignmentNames

func (x *TOperation) GetExperimentAssignmentNames() []byte

func (*TOperation) GetExperimentAssignments

func (x *TOperation) GetExperimentAssignments() []byte

func (*TOperation) GetFinishTime

func (x *TOperation) GetFinishTime() uint64

func (*TOperation) GetFullSpec

func (x *TOperation) GetFullSpec() []byte

func (*TOperation) GetId

func (x *TOperation) GetId() *misc.TGuid

func (*TOperation) GetOtherAttributes

func (x *TOperation) GetOtherAttributes() []byte

func (*TOperation) GetPools

func (x *TOperation) GetPools() *TOperation_TStrings

func (*TOperation) GetProgress

func (x *TOperation) GetProgress() []byte

func (*TOperation) GetProvidedSpec

func (x *TOperation) GetProvidedSpec() []byte

func (*TOperation) GetResult

func (x *TOperation) GetResult() []byte

func (*TOperation) GetRuntimeParameters

func (x *TOperation) GetRuntimeParameters() []byte

func (*TOperation) GetSlotIndexPerPoolTree

func (x *TOperation) GetSlotIndexPerPoolTree() []byte

func (*TOperation) GetSpec

func (x *TOperation) GetSpec() []byte

func (*TOperation) GetStartTime

func (x *TOperation) GetStartTime() uint64

func (*TOperation) GetState

func (x *TOperation) GetState() EOperationState

func (*TOperation) GetSuspended

func (x *TOperation) GetSuspended() bool

func (*TOperation) GetTaskNames

func (x *TOperation) GetTaskNames() []byte

func (*TOperation) GetType

func (x *TOperation) GetType() EOperationType

func (*TOperation) GetUnrecognizedSpec

func (x *TOperation) GetUnrecognizedSpec() []byte

func (*TOperation) ProtoMessage

func (*TOperation) ProtoMessage()

func (*TOperation) ProtoReflect

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

func (*TOperation) Reset

func (x *TOperation) Reset()

func (*TOperation) String

func (x *TOperation) String() string

type TOperation_TStrings

type TOperation_TStrings struct {
	Data []string `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*TOperation_TStrings) Descriptor deprecated

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

Deprecated: Use TOperation_TStrings.ProtoReflect.Descriptor instead.

func (*TOperation_TStrings) GetData

func (x *TOperation_TStrings) GetData() []string

func (*TOperation_TStrings) ProtoMessage

func (*TOperation_TStrings) ProtoMessage()

func (*TOperation_TStrings) ProtoReflect

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

func (*TOperation_TStrings) Reset

func (x *TOperation_TStrings) Reset()

func (*TOperation_TStrings) String

func (x *TOperation_TStrings) String() string

type TPrerequisiteOptions

type TPrerequisiteOptions struct {
	Transactions []*TPrerequisiteOptions_TTransactionPrerequisite `protobuf:"bytes,1,rep,name=transactions" json:"transactions,omitempty"`
	Revisions    []*TPrerequisiteOptions_TRevisionPrerequisite    `protobuf:"bytes,2,rep,name=revisions" json:"revisions,omitempty"`
	// contains filtered or unexported fields
}

101

func (*TPrerequisiteOptions) Descriptor deprecated

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

Deprecated: Use TPrerequisiteOptions.ProtoReflect.Descriptor instead.

func (*TPrerequisiteOptions) GetRevisions

func (*TPrerequisiteOptions) GetTransactions

func (*TPrerequisiteOptions) ProtoMessage

func (*TPrerequisiteOptions) ProtoMessage()

func (*TPrerequisiteOptions) ProtoReflect

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

func (*TPrerequisiteOptions) Reset

func (x *TPrerequisiteOptions) Reset()

func (*TPrerequisiteOptions) String

func (x *TPrerequisiteOptions) String() string

type TPrerequisiteOptions_TRevisionPrerequisite

type TPrerequisiteOptions_TRevisionPrerequisite struct {
	Path     *string `protobuf:"bytes,2,req,name=path" json:"path,omitempty"` // YPath
	Revision *uint64 `protobuf:"varint,3,req,name=revision" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*TPrerequisiteOptions_TRevisionPrerequisite) Descriptor deprecated

Deprecated: Use TPrerequisiteOptions_TRevisionPrerequisite.ProtoReflect.Descriptor instead.

func (*TPrerequisiteOptions_TRevisionPrerequisite) GetPath

func (*TPrerequisiteOptions_TRevisionPrerequisite) GetRevision

func (*TPrerequisiteOptions_TRevisionPrerequisite) ProtoMessage

func (*TPrerequisiteOptions_TRevisionPrerequisite) ProtoReflect

func (*TPrerequisiteOptions_TRevisionPrerequisite) Reset

func (*TPrerequisiteOptions_TRevisionPrerequisite) String

type TPrerequisiteOptions_TTransactionPrerequisite

type TPrerequisiteOptions_TTransactionPrerequisite struct {
	TransactionId *misc.TGuid `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TPrerequisiteOptions_TTransactionPrerequisite) Descriptor deprecated

Deprecated: Use TPrerequisiteOptions_TTransactionPrerequisite.ProtoReflect.Descriptor instead.

func (*TPrerequisiteOptions_TTransactionPrerequisite) GetTransactionId

func (*TPrerequisiteOptions_TTransactionPrerequisite) ProtoMessage

func (*TPrerequisiteOptions_TTransactionPrerequisite) ProtoReflect

func (*TPrerequisiteOptions_TTransactionPrerequisite) Reset

func (*TPrerequisiteOptions_TTransactionPrerequisite) String

type TPutFileToCacheResult

type TPutFileToCacheResult struct {
	Path *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	// contains filtered or unexported fields
}

func (*TPutFileToCacheResult) Descriptor deprecated

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

Deprecated: Use TPutFileToCacheResult.ProtoReflect.Descriptor instead.

func (*TPutFileToCacheResult) GetPath

func (x *TPutFileToCacheResult) GetPath() string

func (*TPutFileToCacheResult) ProtoMessage

func (*TPutFileToCacheResult) ProtoMessage()

func (*TPutFileToCacheResult) ProtoReflect

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

func (*TPutFileToCacheResult) Reset

func (x *TPutFileToCacheResult) Reset()

func (*TPutFileToCacheResult) String

func (x *TPutFileToCacheResult) String() string

type TQuery added in v0.0.16

type TQuery struct {
	Id                  *misc.TGuid                 `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	Engine              *EQueryEngine               `protobuf:"varint,2,opt,name=engine,enum=NYT.NApi.NRpcProxy.NProto.EQueryEngine" json:"engine,omitempty"`
	Query               *string                     `protobuf:"bytes,3,opt,name=query" json:"query,omitempty"`
	Files               []byte                      `protobuf:"bytes,4,opt,name=files" json:"files,omitempty"`                              // YSON
	StartTime           *uint64                     `protobuf:"varint,5,opt,name=start_time,json=startTime" json:"start_time,omitempty"`    // TInstant
	FinishTime          *uint64                     `protobuf:"varint,6,opt,name=finish_time,json=finishTime" json:"finish_time,omitempty"` // TInstant
	Settings            []byte                      `protobuf:"bytes,7,opt,name=settings" json:"settings,omitempty"`                        // YSON
	User                *string                     `protobuf:"bytes,8,opt,name=user" json:"user,omitempty"`
	AccessControlObject *string                     `protobuf:"bytes,9,opt,name=access_control_object,json=accessControlObject" json:"access_control_object,omitempty"`
	State               *EQueryState                `protobuf:"varint,10,opt,name=state,enum=NYT.NApi.NRpcProxy.NProto.EQueryState" json:"state,omitempty"`
	ResultCount         *int64                      `protobuf:"varint,11,opt,name=result_count,json=resultCount" json:"result_count,omitempty"`
	Progress            []byte                      `protobuf:"bytes,12,opt,name=progress" json:"progress,omitempty"` // YSON
	Error               *misc.TError                `protobuf:"bytes,13,opt,name=error" json:"error,omitempty"`
	Annotations         []byte                      `protobuf:"bytes,14,opt,name=annotations" json:"annotations,omitempty"` // YSON
	OtherAttributes     *ytree.TAttributeDictionary `protobuf:"bytes,15,opt,name=other_attributes,json=otherAttributes" json:"other_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*TQuery) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TQuery.ProtoReflect.Descriptor instead.

func (*TQuery) GetAccessControlObject added in v0.0.16

func (x *TQuery) GetAccessControlObject() string

func (*TQuery) GetAnnotations added in v0.0.16

func (x *TQuery) GetAnnotations() []byte

func (*TQuery) GetEngine added in v0.0.16

func (x *TQuery) GetEngine() EQueryEngine

func (*TQuery) GetError added in v0.0.16

func (x *TQuery) GetError() *misc.TError

func (*TQuery) GetFiles added in v0.0.16

func (x *TQuery) GetFiles() []byte

func (*TQuery) GetFinishTime added in v0.0.16

func (x *TQuery) GetFinishTime() uint64

func (*TQuery) GetId added in v0.0.16

func (x *TQuery) GetId() *misc.TGuid

func (*TQuery) GetOtherAttributes added in v0.0.16

func (x *TQuery) GetOtherAttributes() *ytree.TAttributeDictionary

func (*TQuery) GetProgress added in v0.0.16

func (x *TQuery) GetProgress() []byte

func (*TQuery) GetQuery added in v0.0.16

func (x *TQuery) GetQuery() string

func (*TQuery) GetResultCount added in v0.0.16

func (x *TQuery) GetResultCount() int64

func (*TQuery) GetSettings added in v0.0.16

func (x *TQuery) GetSettings() []byte

func (*TQuery) GetStartTime added in v0.0.16

func (x *TQuery) GetStartTime() uint64

func (*TQuery) GetState added in v0.0.16

func (x *TQuery) GetState() EQueryState

func (*TQuery) GetUser added in v0.0.16

func (x *TQuery) GetUser() string

func (*TQuery) ProtoMessage added in v0.0.16

func (*TQuery) ProtoMessage()

func (*TQuery) ProtoReflect added in v0.0.16

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

func (*TQuery) Reset added in v0.0.16

func (x *TQuery) Reset()

func (*TQuery) String added in v0.0.16

func (x *TQuery) String() string

type TQueryStatistics

type TQueryStatistics struct {
	RowsRead             *int64              `protobuf:"varint,1,opt,name=rows_read,json=rowsRead" json:"rows_read,omitempty"`
	DataWeightRead       *int64              `protobuf:"varint,2,opt,name=data_weight_read,json=dataWeightRead" json:"data_weight_read,omitempty"`
	RowsWritten          *int64              `protobuf:"varint,3,opt,name=rows_written,json=rowsWritten" json:"rows_written,omitempty"`
	SyncTime             *uint64             `protobuf:"varint,4,opt,name=sync_time,json=syncTime" json:"sync_time,omitempty"`                                            // TDuration
	AsyncTime            *uint64             `protobuf:"varint,5,opt,name=async_time,json=asyncTime" json:"async_time,omitempty"`                                         // TDuration
	ExecuteTime          *uint64             `protobuf:"varint,6,opt,name=execute_time,json=executeTime" json:"execute_time,omitempty"`                                   // TDuration
	ReadTime             *uint64             `protobuf:"varint,7,opt,name=read_time,json=readTime" json:"read_time,omitempty"`                                            // TDuration
	WriteTime            *uint64             `protobuf:"varint,8,opt,name=write_time,json=writeTime" json:"write_time,omitempty"`                                         // TDuration
	CodegenTime          *uint64             `protobuf:"varint,9,opt,name=codegen_time,json=codegenTime" json:"codegen_time,omitempty"`                                   // TDuration
	WaitOnReadyEventTime *uint64             `protobuf:"varint,10,opt,name=wait_on_ready_event_time,json=waitOnReadyEventTime" json:"wait_on_ready_event_time,omitempty"` // TDuration
	IncompleteInput      *bool               `protobuf:"varint,11,opt,name=incomplete_input,json=incompleteInput" json:"incomplete_input,omitempty"`
	IncompleteOutput     *bool               `protobuf:"varint,12,opt,name=incomplete_output,json=incompleteOutput" json:"incomplete_output,omitempty"`
	MemoryUsage          *uint64             `protobuf:"varint,15,opt,name=memory_usage,json=memoryUsage" json:"memory_usage,omitempty"`
	InnerStatistics      []*TQueryStatistics `protobuf:"bytes,14,rep,name=inner_statistics,json=innerStatistics" json:"inner_statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*TQueryStatistics) Descriptor deprecated

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

Deprecated: Use TQueryStatistics.ProtoReflect.Descriptor instead.

func (*TQueryStatistics) GetAsyncTime

func (x *TQueryStatistics) GetAsyncTime() uint64

func (*TQueryStatistics) GetCodegenTime

func (x *TQueryStatistics) GetCodegenTime() uint64

func (*TQueryStatistics) GetDataWeightRead

func (x *TQueryStatistics) GetDataWeightRead() int64

func (*TQueryStatistics) GetExecuteTime

func (x *TQueryStatistics) GetExecuteTime() uint64

func (*TQueryStatistics) GetIncompleteInput

func (x *TQueryStatistics) GetIncompleteInput() bool

func (*TQueryStatistics) GetIncompleteOutput

func (x *TQueryStatistics) GetIncompleteOutput() bool

func (*TQueryStatistics) GetInnerStatistics

func (x *TQueryStatistics) GetInnerStatistics() []*TQueryStatistics

func (*TQueryStatistics) GetMemoryUsage

func (x *TQueryStatistics) GetMemoryUsage() uint64

func (*TQueryStatistics) GetReadTime

func (x *TQueryStatistics) GetReadTime() uint64

func (*TQueryStatistics) GetRowsRead

func (x *TQueryStatistics) GetRowsRead() int64

func (*TQueryStatistics) GetRowsWritten

func (x *TQueryStatistics) GetRowsWritten() int64

func (*TQueryStatistics) GetSyncTime

func (x *TQueryStatistics) GetSyncTime() uint64

func (*TQueryStatistics) GetWaitOnReadyEventTime

func (x *TQueryStatistics) GetWaitOnReadyEventTime() uint64

func (*TQueryStatistics) GetWriteTime

func (x *TQueryStatistics) GetWriteTime() uint64

func (*TQueryStatistics) ProtoMessage

func (*TQueryStatistics) ProtoMessage()

func (*TQueryStatistics) ProtoReflect

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

func (*TQueryStatistics) Reset

func (x *TQueryStatistics) Reset()

func (*TQueryStatistics) String

func (x *TQueryStatistics) String() string

type TReadFileMeta

type TReadFileMeta struct {
	Revision *uint64 `protobuf:"varint,1,req,name=revision" json:"revision,omitempty"`
	// COMPAT(shakurov): optional for old proxy compatibility.
	Id *misc.TGuid `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReadFileMeta) Descriptor deprecated

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

Deprecated: Use TReadFileMeta.ProtoReflect.Descriptor instead.

func (*TReadFileMeta) GetId

func (x *TReadFileMeta) GetId() *misc.TGuid

func (*TReadFileMeta) GetRevision

func (x *TReadFileMeta) GetRevision() uint64

func (*TReadFileMeta) ProtoMessage

func (*TReadFileMeta) ProtoMessage()

func (*TReadFileMeta) ProtoReflect

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

func (*TReadFileMeta) Reset

func (x *TReadFileMeta) Reset()

func (*TReadFileMeta) String

func (x *TReadFileMeta) String() string

type TReplicaInfo

type TReplicaInfo struct {
	ReplicaId   *misc.TGuid `protobuf:"bytes,1,req,name=replica_id,json=replicaId" json:"replica_id,omitempty"`
	ClusterName *string     `protobuf:"bytes,2,req,name=cluster_name,json=clusterName" json:"cluster_name,omitempty"`
	ReplicaPath *string     `protobuf:"bytes,3,req,name=replica_path,json=replicaPath" json:"replica_path,omitempty"`
	Mode        *int32      `protobuf:"varint,4,req,name=mode" json:"mode,omitempty"` // ETableReplicaMode
	// contains filtered or unexported fields
}

func (*TReplicaInfo) Descriptor deprecated

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

Deprecated: Use TReplicaInfo.ProtoReflect.Descriptor instead.

func (*TReplicaInfo) GetClusterName

func (x *TReplicaInfo) GetClusterName() string

func (*TReplicaInfo) GetMode

func (x *TReplicaInfo) GetMode() int32

func (*TReplicaInfo) GetReplicaId

func (x *TReplicaInfo) GetReplicaId() *misc.TGuid

func (*TReplicaInfo) GetReplicaPath

func (x *TReplicaInfo) GetReplicaPath() string

func (*TReplicaInfo) ProtoMessage

func (*TReplicaInfo) ProtoMessage()

func (*TReplicaInfo) ProtoReflect

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

func (*TReplicaInfo) Reset

func (x *TReplicaInfo) Reset()

func (*TReplicaInfo) String

func (x *TReplicaInfo) String() string

type TReplicationRowIndex

type TReplicationRowIndex struct {
	TabletId *misc.TGuid `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	RowIndex *int64      `protobuf:"varint,2,req,name=row_index,json=rowIndex" json:"row_index,omitempty"`
	// contains filtered or unexported fields
}

func (*TReplicationRowIndex) Descriptor deprecated

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

Deprecated: Use TReplicationRowIndex.ProtoReflect.Descriptor instead.

func (*TReplicationRowIndex) GetRowIndex

func (x *TReplicationRowIndex) GetRowIndex() int64

func (*TReplicationRowIndex) GetTabletId

func (x *TReplicationRowIndex) GetTabletId() *misc.TGuid

func (*TReplicationRowIndex) ProtoMessage

func (*TReplicationRowIndex) ProtoMessage()

func (*TReplicationRowIndex) ProtoReflect

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

func (*TReplicationRowIndex) Reset

func (x *TReplicationRowIndex) Reset()

func (*TReplicationRowIndex) String

func (x *TReplicationRowIndex) String() string

type TReqAbandonJob

type TReqAbandonJob struct {
	JobId *misc.TGuid `protobuf:"bytes,1,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAbandonJob) Descriptor deprecated

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

Deprecated: Use TReqAbandonJob.ProtoReflect.Descriptor instead.

func (*TReqAbandonJob) GetJobId

func (x *TReqAbandonJob) GetJobId() *misc.TGuid

func (*TReqAbandonJob) ProtoMessage

func (*TReqAbandonJob) ProtoMessage()

func (*TReqAbandonJob) ProtoReflect

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

func (*TReqAbandonJob) Reset

func (x *TReqAbandonJob) Reset()

func (*TReqAbandonJob) String

func (x *TReqAbandonJob) String() string

type TReqAbortJob

type TReqAbortJob struct {
	JobId            *misc.TGuid `protobuf:"bytes,1,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	InterruptTimeout *int64      `protobuf:"varint,2,opt,name=interrupt_timeout,json=interruptTimeout" json:"interrupt_timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAbortJob) Descriptor deprecated

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

Deprecated: Use TReqAbortJob.ProtoReflect.Descriptor instead.

func (*TReqAbortJob) GetInterruptTimeout

func (x *TReqAbortJob) GetInterruptTimeout() int64

func (*TReqAbortJob) GetJobId

func (x *TReqAbortJob) GetJobId() *misc.TGuid

func (*TReqAbortJob) ProtoMessage

func (*TReqAbortJob) ProtoMessage()

func (*TReqAbortJob) ProtoReflect

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

func (*TReqAbortJob) Reset

func (x *TReqAbortJob) Reset()

func (*TReqAbortJob) String

func (x *TReqAbortJob) String() string

type TReqAbortOperation

type TReqAbortOperation struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqAbortOperation_OperationId
	//	*TReqAbortOperation_OperationAlias
	OperationIdOrAlias isTReqAbortOperation_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	AbortMessage       *string                                 `protobuf:"bytes,2,opt,name=abort_message,json=abortMessage" json:"abort_message,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAbortOperation) Descriptor deprecated

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

Deprecated: Use TReqAbortOperation.ProtoReflect.Descriptor instead.

func (*TReqAbortOperation) GetAbortMessage

func (x *TReqAbortOperation) GetAbortMessage() string

func (*TReqAbortOperation) GetOperationAlias

func (x *TReqAbortOperation) GetOperationAlias() string

func (*TReqAbortOperation) GetOperationId

func (x *TReqAbortOperation) GetOperationId() *misc.TGuid

func (*TReqAbortOperation) GetOperationIdOrAlias

func (m *TReqAbortOperation) GetOperationIdOrAlias() isTReqAbortOperation_OperationIdOrAlias

func (*TReqAbortOperation) ProtoMessage

func (*TReqAbortOperation) ProtoMessage()

func (*TReqAbortOperation) ProtoReflect

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

func (*TReqAbortOperation) Reset

func (x *TReqAbortOperation) Reset()

func (*TReqAbortOperation) String

func (x *TReqAbortOperation) String() string

type TReqAbortOperation_OperationAlias

type TReqAbortOperation_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,3,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqAbortOperation_OperationId

type TReqAbortOperation_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqAbortQuery added in v0.0.16

type TReqAbortQuery struct {
	QueryTrackerStage *string     `protobuf:"bytes,1,req,name=query_tracker_stage,json=queryTrackerStage" json:"query_tracker_stage,omitempty"`
	QueryId           *misc.TGuid `protobuf:"bytes,2,req,name=query_id,json=queryId" json:"query_id,omitempty"`
	AbortMessage      *string     `protobuf:"bytes,3,opt,name=abort_message,json=abortMessage" json:"abort_message,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAbortQuery) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqAbortQuery.ProtoReflect.Descriptor instead.

func (*TReqAbortQuery) GetAbortMessage added in v0.0.16

func (x *TReqAbortQuery) GetAbortMessage() string

func (*TReqAbortQuery) GetQueryId added in v0.0.16

func (x *TReqAbortQuery) GetQueryId() *misc.TGuid

func (*TReqAbortQuery) GetQueryTrackerStage added in v0.0.16

func (x *TReqAbortQuery) GetQueryTrackerStage() string

func (*TReqAbortQuery) ProtoMessage added in v0.0.16

func (*TReqAbortQuery) ProtoMessage()

func (*TReqAbortQuery) ProtoReflect added in v0.0.16

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

func (*TReqAbortQuery) Reset added in v0.0.16

func (x *TReqAbortQuery) Reset()

func (*TReqAbortQuery) String added in v0.0.16

func (x *TReqAbortQuery) String() string

type TReqAbortTransaction

type TReqAbortTransaction struct {
	TransactionId   *misc.TGuid       `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	MutatingOptions *TMutatingOptions `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAbortTransaction) Descriptor deprecated

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

Deprecated: Use TReqAbortTransaction.ProtoReflect.Descriptor instead.

func (*TReqAbortTransaction) GetMutatingOptions

func (x *TReqAbortTransaction) GetMutatingOptions() *TMutatingOptions

func (*TReqAbortTransaction) GetTransactionId

func (x *TReqAbortTransaction) GetTransactionId() *misc.TGuid

func (*TReqAbortTransaction) ProtoMessage

func (*TReqAbortTransaction) ProtoMessage()

func (*TReqAbortTransaction) ProtoReflect

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

func (*TReqAbortTransaction) Reset

func (x *TReqAbortTransaction) Reset()

func (*TReqAbortTransaction) String

func (x *TReqAbortTransaction) String() string

type TReqAddMaintenance

type TReqAddMaintenance struct {
	Component *EMaintenanceComponent `protobuf:"varint,1,req,name=component,enum=NYT.NApi.NRpcProxy.NProto.EMaintenanceComponent" json:"component,omitempty"`
	Address   *string                `protobuf:"bytes,2,req,name=address" json:"address,omitempty"`
	Type      *EMaintenanceType      `protobuf:"varint,3,req,name=type,enum=NYT.NApi.NRpcProxy.NProto.EMaintenanceType" json:"type,omitempty"`
	Comment   *string                `protobuf:"bytes,4,req,name=comment" json:"comment,omitempty"`
	// COMPAT(kvk1920): For compatibility with pre-24.2 RPC clients.
	SupportsPerTargetResponse *bool `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqAddMaintenance) Descriptor deprecated

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

Deprecated: Use TReqAddMaintenance.ProtoReflect.Descriptor instead.

func (*TReqAddMaintenance) GetAddress added in v0.0.5

func (x *TReqAddMaintenance) GetAddress() string

func (*TReqAddMaintenance) GetComment

func (x *TReqAddMaintenance) GetComment() string

func (*TReqAddMaintenance) GetComponent added in v0.0.5

func (x *TReqAddMaintenance) GetComponent() EMaintenanceComponent

func (*TReqAddMaintenance) GetSupportsPerTargetResponse added in v0.0.16

func (x *TReqAddMaintenance) GetSupportsPerTargetResponse() bool

func (*TReqAddMaintenance) GetType

func (x *TReqAddMaintenance) GetType() EMaintenanceType

func (*TReqAddMaintenance) ProtoMessage

func (*TReqAddMaintenance) ProtoMessage()

func (*TReqAddMaintenance) ProtoReflect

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

func (*TReqAddMaintenance) Reset

func (x *TReqAddMaintenance) Reset()

func (*TReqAddMaintenance) String

func (x *TReqAddMaintenance) String() string

type TReqAddMember

type TReqAddMember struct {
	Group               *string               `protobuf:"bytes,1,req,name=group" json:"group,omitempty"`
	Member              *string               `protobuf:"bytes,2,req,name=member" json:"member,omitempty"`
	MutatingOptions     *TMutatingOptions     `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	PrerequisiteOptions *TPrerequisiteOptions `protobuf:"bytes,104,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAddMember) Descriptor deprecated

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

Deprecated: Use TReqAddMember.ProtoReflect.Descriptor instead.

func (*TReqAddMember) GetGroup

func (x *TReqAddMember) GetGroup() string

func (*TReqAddMember) GetMember

func (x *TReqAddMember) GetMember() string

func (*TReqAddMember) GetMutatingOptions

func (x *TReqAddMember) GetMutatingOptions() *TMutatingOptions

func (*TReqAddMember) GetPrerequisiteOptions

func (x *TReqAddMember) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqAddMember) ProtoMessage

func (*TReqAddMember) ProtoMessage()

func (*TReqAddMember) ProtoReflect

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

func (*TReqAddMember) Reset

func (x *TReqAddMember) Reset()

func (*TReqAddMember) String

func (x *TReqAddMember) String() string

type TReqAdvanceConsumer added in v0.0.14

type TReqAdvanceConsumer struct {
	TransactionId  *misc.TGuid `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	ConsumerPath   *string     `protobuf:"bytes,2,opt,name=consumer_path,json=consumerPath" json:"consumer_path,omitempty"`
	QueuePath      *string     `protobuf:"bytes,3,opt,name=queue_path,json=queuePath" json:"queue_path,omitempty"`
	PartitionIndex *int32      `protobuf:"varint,4,opt,name=partition_index,json=partitionIndex" json:"partition_index,omitempty"`
	OldOffset      *int64      `protobuf:"varint,5,opt,name=old_offset,json=oldOffset" json:"old_offset,omitempty"`
	NewOffset      *int64      `protobuf:"varint,6,opt,name=new_offset,json=newOffset" json:"new_offset,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAdvanceConsumer) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqAdvanceConsumer.ProtoReflect.Descriptor instead.

func (*TReqAdvanceConsumer) GetConsumerPath added in v0.0.14

func (x *TReqAdvanceConsumer) GetConsumerPath() string

func (*TReqAdvanceConsumer) GetNewOffset added in v0.0.14

func (x *TReqAdvanceConsumer) GetNewOffset() int64

func (*TReqAdvanceConsumer) GetOldOffset added in v0.0.14

func (x *TReqAdvanceConsumer) GetOldOffset() int64

func (*TReqAdvanceConsumer) GetPartitionIndex added in v0.0.14

func (x *TReqAdvanceConsumer) GetPartitionIndex() int32

func (*TReqAdvanceConsumer) GetQueuePath added in v0.0.14

func (x *TReqAdvanceConsumer) GetQueuePath() string

func (*TReqAdvanceConsumer) GetTransactionId added in v0.0.14

func (x *TReqAdvanceConsumer) GetTransactionId() *misc.TGuid

func (*TReqAdvanceConsumer) ProtoMessage added in v0.0.14

func (*TReqAdvanceConsumer) ProtoMessage()

func (*TReqAdvanceConsumer) ProtoReflect added in v0.0.14

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

func (*TReqAdvanceConsumer) Reset added in v0.0.14

func (x *TReqAdvanceConsumer) Reset()

func (*TReqAdvanceConsumer) String added in v0.0.14

func (x *TReqAdvanceConsumer) String() string

type TReqAlterQuery added in v0.0.16

type TReqAlterQuery struct {
	QueryTrackerStage   *string     `protobuf:"bytes,1,req,name=query_tracker_stage,json=queryTrackerStage" json:"query_tracker_stage,omitempty"`
	QueryId             *misc.TGuid `protobuf:"bytes,2,req,name=query_id,json=queryId" json:"query_id,omitempty"`
	Annotations         []byte      `protobuf:"bytes,3,opt,name=annotations" json:"annotations,omitempty"` // YSON
	AccessControlObject *string     `protobuf:"bytes,4,opt,name=access_control_object,json=accessControlObject" json:"access_control_object,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAlterQuery) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqAlterQuery.ProtoReflect.Descriptor instead.

func (*TReqAlterQuery) GetAccessControlObject added in v0.0.16

func (x *TReqAlterQuery) GetAccessControlObject() string

func (*TReqAlterQuery) GetAnnotations added in v0.0.16

func (x *TReqAlterQuery) GetAnnotations() []byte

func (*TReqAlterQuery) GetQueryId added in v0.0.16

func (x *TReqAlterQuery) GetQueryId() *misc.TGuid

func (*TReqAlterQuery) GetQueryTrackerStage added in v0.0.16

func (x *TReqAlterQuery) GetQueryTrackerStage() string

func (*TReqAlterQuery) ProtoMessage added in v0.0.16

func (*TReqAlterQuery) ProtoMessage()

func (*TReqAlterQuery) ProtoReflect added in v0.0.16

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

func (*TReqAlterQuery) Reset added in v0.0.16

func (x *TReqAlterQuery) Reset()

func (*TReqAlterQuery) String added in v0.0.16

func (x *TReqAlterQuery) String() string

type TReqAlterReplicationCard

type TReqAlterReplicationCard struct {
	ReplicationCardId            *misc.TGuid       `protobuf:"bytes,1,req,name=replication_card_id,json=replicationCardId" json:"replication_card_id,omitempty"`                // NChaosClient::TReplicationCardId
	ReplicatedTableOptions       []byte            `protobuf:"bytes,2,opt,name=replicated_table_options,json=replicatedTableOptions" json:"replicated_table_options,omitempty"` // YSON
	EnableReplicatedTableTracker *bool             ``                                                                                                                           /* 143-byte string literal not displayed */
	ReplicationCardCollocationId *misc.TGuid       ``                                                                                                                           /* 142-byte string literal not displayed */
	MutatingOptions              *TMutatingOptions `protobuf:"bytes,100,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAlterReplicationCard) Descriptor deprecated

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

Deprecated: Use TReqAlterReplicationCard.ProtoReflect.Descriptor instead.

func (*TReqAlterReplicationCard) GetEnableReplicatedTableTracker

func (x *TReqAlterReplicationCard) GetEnableReplicatedTableTracker() bool

func (*TReqAlterReplicationCard) GetMutatingOptions

func (x *TReqAlterReplicationCard) GetMutatingOptions() *TMutatingOptions

func (*TReqAlterReplicationCard) GetReplicatedTableOptions

func (x *TReqAlterReplicationCard) GetReplicatedTableOptions() []byte

func (*TReqAlterReplicationCard) GetReplicationCardCollocationId

func (x *TReqAlterReplicationCard) GetReplicationCardCollocationId() *misc.TGuid

func (*TReqAlterReplicationCard) GetReplicationCardId

func (x *TReqAlterReplicationCard) GetReplicationCardId() *misc.TGuid

func (*TReqAlterReplicationCard) ProtoMessage

func (*TReqAlterReplicationCard) ProtoMessage()

func (*TReqAlterReplicationCard) ProtoReflect

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

func (*TReqAlterReplicationCard) Reset

func (x *TReqAlterReplicationCard) Reset()

func (*TReqAlterReplicationCard) String

func (x *TReqAlterReplicationCard) String() string

type TReqAlterTable

type TReqAlterTable struct {
	Path                 *string                            `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`     // YPath
	Schema               []byte                             `protobuf:"bytes,2,opt,name=schema" json:"schema,omitempty"` // YSON
	Dynamic              *bool                              `protobuf:"varint,3,opt,name=dynamic" json:"dynamic,omitempty"`
	UpstreamReplicaId    *misc.TGuid                        `protobuf:"bytes,4,opt,name=upstream_replica_id,json=upstreamReplicaId" json:"upstream_replica_id,omitempty"`
	SchemaModification   *ETableSchemaModification          `` /* 165-byte string literal not displayed */
	ReplicationProgress  *chaos_client.TReplicationProgress `protobuf:"bytes,6,opt,name=replication_progress,json=replicationProgress" json:"replication_progress,omitempty"`
	SchemaId             *misc.TGuid                        `protobuf:"bytes,7,opt,name=schema_id,json=schemaId" json:"schema_id,omitempty"`
	TransactionalOptions *TTransactionalOptions             `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	MutatingOptions      *TMutatingOptions                  `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"` // XXX(sandello): Prerequisite?
	// contains filtered or unexported fields
}

func (*TReqAlterTable) Descriptor deprecated

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

Deprecated: Use TReqAlterTable.ProtoReflect.Descriptor instead.

func (*TReqAlterTable) GetDynamic

func (x *TReqAlterTable) GetDynamic() bool

func (*TReqAlterTable) GetMutatingOptions

func (x *TReqAlterTable) GetMutatingOptions() *TMutatingOptions

func (*TReqAlterTable) GetPath

func (x *TReqAlterTable) GetPath() string

func (*TReqAlterTable) GetReplicationProgress

func (x *TReqAlterTable) GetReplicationProgress() *chaos_client.TReplicationProgress

func (*TReqAlterTable) GetSchema

func (x *TReqAlterTable) GetSchema() []byte

func (*TReqAlterTable) GetSchemaId added in v0.0.5

func (x *TReqAlterTable) GetSchemaId() *misc.TGuid

func (*TReqAlterTable) GetSchemaModification

func (x *TReqAlterTable) GetSchemaModification() ETableSchemaModification

func (*TReqAlterTable) GetTransactionalOptions

func (x *TReqAlterTable) GetTransactionalOptions() *TTransactionalOptions

func (*TReqAlterTable) GetUpstreamReplicaId

func (x *TReqAlterTable) GetUpstreamReplicaId() *misc.TGuid

func (*TReqAlterTable) ProtoMessage

func (*TReqAlterTable) ProtoMessage()

func (*TReqAlterTable) ProtoReflect

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

func (*TReqAlterTable) Reset

func (x *TReqAlterTable) Reset()

func (*TReqAlterTable) String

func (x *TReqAlterTable) String() string

type TReqAlterTableReplica

type TReqAlterTableReplica struct {
	ReplicaId                    *misc.TGuid        `protobuf:"bytes,1,req,name=replica_id,json=replicaId" json:"replica_id,omitempty"`
	Enabled                      *bool              `protobuf:"varint,2,opt,name=enabled" json:"enabled,omitempty"`
	Mode                         *ETableReplicaMode `protobuf:"varint,3,opt,name=mode,enum=NYT.NApi.NRpcProxy.NProto.ETableReplicaMode" json:"mode,omitempty"`
	PreserveTimestamps           *bool              `protobuf:"varint,4,opt,name=preserve_timestamps,json=preserveTimestamps" json:"preserve_timestamps,omitempty"`
	Atomicity                    *EAtomicity        `protobuf:"varint,5,opt,name=atomicity,enum=NYT.NApi.NRpcProxy.NProto.EAtomicity" json:"atomicity,omitempty"`
	EnableReplicatedTableTracker *bool              `` /* 143-byte string literal not displayed */
	MutatingOptions              *TMutatingOptions  `protobuf:"bytes,100,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAlterTableReplica) Descriptor deprecated

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

Deprecated: Use TReqAlterTableReplica.ProtoReflect.Descriptor instead.

func (*TReqAlterTableReplica) GetAtomicity

func (x *TReqAlterTableReplica) GetAtomicity() EAtomicity

func (*TReqAlterTableReplica) GetEnableReplicatedTableTracker

func (x *TReqAlterTableReplica) GetEnableReplicatedTableTracker() bool

func (*TReqAlterTableReplica) GetEnabled

func (x *TReqAlterTableReplica) GetEnabled() bool

func (*TReqAlterTableReplica) GetMode

func (*TReqAlterTableReplica) GetMutatingOptions

func (x *TReqAlterTableReplica) GetMutatingOptions() *TMutatingOptions

func (*TReqAlterTableReplica) GetPreserveTimestamps

func (x *TReqAlterTableReplica) GetPreserveTimestamps() bool

func (*TReqAlterTableReplica) GetReplicaId

func (x *TReqAlterTableReplica) GetReplicaId() *misc.TGuid

func (*TReqAlterTableReplica) ProtoMessage

func (*TReqAlterTableReplica) ProtoMessage()

func (*TReqAlterTableReplica) ProtoReflect

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

func (*TReqAlterTableReplica) Reset

func (x *TReqAlterTableReplica) Reset()

func (*TReqAlterTableReplica) String

func (x *TReqAlterTableReplica) String() string

type TReqAttachTransaction

type TReqAttachTransaction struct {
	TransactionId *misc.TGuid `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	// COMPAT(kiselyovp) next option is unused and should get removed
	AutoAbort     *bool   `protobuf:"varint,2,opt,name=auto_abort,json=autoAbort,def=0" json:"auto_abort,omitempty"`
	PingPeriod    *uint64 `protobuf:"varint,4,opt,name=ping_period,json=pingPeriod" json:"ping_period,omitempty"` // TDuration
	Ping          *bool   `protobuf:"varint,5,opt,name=ping,def=1" json:"ping,omitempty"`
	PingAncestors *bool   `protobuf:"varint,6,opt,name=ping_ancestors,json=pingAncestors,def=0" json:"ping_ancestors,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqAttachTransaction) Descriptor deprecated

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

Deprecated: Use TReqAttachTransaction.ProtoReflect.Descriptor instead.

func (*TReqAttachTransaction) GetAutoAbort

func (x *TReqAttachTransaction) GetAutoAbort() bool

func (*TReqAttachTransaction) GetPing

func (x *TReqAttachTransaction) GetPing() bool

func (*TReqAttachTransaction) GetPingAncestors

func (x *TReqAttachTransaction) GetPingAncestors() bool

func (*TReqAttachTransaction) GetPingPeriod

func (x *TReqAttachTransaction) GetPingPeriod() uint64

func (*TReqAttachTransaction) GetTransactionId

func (x *TReqAttachTransaction) GetTransactionId() *misc.TGuid

func (*TReqAttachTransaction) ProtoMessage

func (*TReqAttachTransaction) ProtoMessage()

func (*TReqAttachTransaction) ProtoReflect

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

func (*TReqAttachTransaction) Reset

func (x *TReqAttachTransaction) Reset()

func (*TReqAttachTransaction) String

func (x *TReqAttachTransaction) String() string

type TReqBalanceTabletCells

type TReqBalanceTabletCells struct {
	Bundle          *string           `protobuf:"bytes,1,req,name=bundle" json:"bundle,omitempty"`
	MovableTables   []string          `protobuf:"bytes,2,rep,name=movable_tables,json=movableTables" json:"movable_tables,omitempty"`
	KeepActions     *bool             `protobuf:"varint,3,req,name=keep_actions,json=keepActions,def=0" json:"keep_actions,omitempty"`
	MutatingOptions *TMutatingOptions `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqBalanceTabletCells) Descriptor deprecated

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

Deprecated: Use TReqBalanceTabletCells.ProtoReflect.Descriptor instead.

func (*TReqBalanceTabletCells) GetBundle

func (x *TReqBalanceTabletCells) GetBundle() string

func (*TReqBalanceTabletCells) GetKeepActions

func (x *TReqBalanceTabletCells) GetKeepActions() bool

func (*TReqBalanceTabletCells) GetMovableTables

func (x *TReqBalanceTabletCells) GetMovableTables() []string

func (*TReqBalanceTabletCells) GetMutatingOptions

func (x *TReqBalanceTabletCells) GetMutatingOptions() *TMutatingOptions

func (*TReqBalanceTabletCells) ProtoMessage

func (*TReqBalanceTabletCells) ProtoMessage()

func (*TReqBalanceTabletCells) ProtoReflect

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

func (*TReqBalanceTabletCells) Reset

func (x *TReqBalanceTabletCells) Reset()

func (*TReqBalanceTabletCells) String

func (x *TReqBalanceTabletCells) String() string

type TReqBatchModifyRows

type TReqBatchModifyRows struct {
	TransactionId *misc.TGuid `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	PartCounts    []int64     `protobuf:"varint,2,rep,name=part_counts,json=partCounts" json:"part_counts,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqBatchModifyRows) Descriptor deprecated

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

Deprecated: Use TReqBatchModifyRows.ProtoReflect.Descriptor instead.

func (*TReqBatchModifyRows) GetPartCounts

func (x *TReqBatchModifyRows) GetPartCounts() []int64

func (*TReqBatchModifyRows) GetTransactionId

func (x *TReqBatchModifyRows) GetTransactionId() *misc.TGuid

func (*TReqBatchModifyRows) ProtoMessage

func (*TReqBatchModifyRows) ProtoMessage()

func (*TReqBatchModifyRows) ProtoReflect

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

func (*TReqBatchModifyRows) Reset

func (x *TReqBatchModifyRows) Reset()

func (*TReqBatchModifyRows) String

func (x *TReqBatchModifyRows) String() string

type TReqBuildSnapshot

type TReqBuildSnapshot struct {
	CellId                    *misc.TGuid `protobuf:"bytes,1,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
	SetReadOnly               *bool       `protobuf:"varint,2,opt,name=set_read_only,json=setReadOnly,def=0" json:"set_read_only,omitempty"`
	WaitForSnapshotCompletion *bool       `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqBuildSnapshot) Descriptor deprecated

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

Deprecated: Use TReqBuildSnapshot.ProtoReflect.Descriptor instead.

func (*TReqBuildSnapshot) GetCellId

func (x *TReqBuildSnapshot) GetCellId() *misc.TGuid

func (*TReqBuildSnapshot) GetSetReadOnly

func (x *TReqBuildSnapshot) GetSetReadOnly() bool

func (*TReqBuildSnapshot) GetWaitForSnapshotCompletion

func (x *TReqBuildSnapshot) GetWaitForSnapshotCompletion() bool

func (*TReqBuildSnapshot) ProtoMessage

func (*TReqBuildSnapshot) ProtoMessage()

func (*TReqBuildSnapshot) ProtoReflect

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

func (*TReqBuildSnapshot) Reset

func (x *TReqBuildSnapshot) Reset()

func (*TReqBuildSnapshot) String

func (x *TReqBuildSnapshot) String() string

type TReqCheckClusterLiveness

type TReqCheckClusterLiveness struct {
	CheckCypressRoot          *bool   `protobuf:"varint,1,req,name=check_cypress_root,json=checkCypressRoot" json:"check_cypress_root,omitempty"`
	CheckSecondaryMasterCells *bool   `` /* 134-byte string literal not displayed */
	CheckTabletCellBundle     *string `protobuf:"bytes,3,opt,name=check_tablet_cell_bundle,json=checkTabletCellBundle" json:"check_tablet_cell_bundle,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqCheckClusterLiveness) Descriptor deprecated

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

Deprecated: Use TReqCheckClusterLiveness.ProtoReflect.Descriptor instead.

func (*TReqCheckClusterLiveness) GetCheckCypressRoot

func (x *TReqCheckClusterLiveness) GetCheckCypressRoot() bool

func (*TReqCheckClusterLiveness) GetCheckSecondaryMasterCells

func (x *TReqCheckClusterLiveness) GetCheckSecondaryMasterCells() bool

func (*TReqCheckClusterLiveness) GetCheckTabletCellBundle

func (x *TReqCheckClusterLiveness) GetCheckTabletCellBundle() string

func (*TReqCheckClusterLiveness) ProtoMessage

func (*TReqCheckClusterLiveness) ProtoMessage()

func (*TReqCheckClusterLiveness) ProtoReflect

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

func (*TReqCheckClusterLiveness) Reset

func (x *TReqCheckClusterLiveness) Reset()

func (*TReqCheckClusterLiveness) String

func (x *TReqCheckClusterLiveness) String() string

type TReqCheckPermission

type TReqCheckPermission struct {
	User                 *string                       `protobuf:"bytes,1,req,name=user" json:"user,omitempty"`
	Path                 *string                       `protobuf:"bytes,2,req,name=path" json:"path,omitempty"`              // YSON
	Permission           *int32                        `protobuf:"varint,3,req,name=permission" json:"permission,omitempty"` // bit enum consisting of 7 bits
	TransactionalOptions *TTransactionalOptions        `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions  *TPrerequisiteOptions         `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MasterReadOptions    *TMasterReadOptions           `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	Columns              *TReqCheckPermission_TColumns `protobuf:"bytes,4,opt,name=columns" json:"columns,omitempty"`
	Vital                *bool                         `protobuf:"varint,5,opt,name=vital" json:"vital,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqCheckPermission) Descriptor deprecated

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

Deprecated: Use TReqCheckPermission.ProtoReflect.Descriptor instead.

func (*TReqCheckPermission) GetColumns

func (*TReqCheckPermission) GetMasterReadOptions

func (x *TReqCheckPermission) GetMasterReadOptions() *TMasterReadOptions

func (*TReqCheckPermission) GetPath

func (x *TReqCheckPermission) GetPath() string

func (*TReqCheckPermission) GetPermission

func (x *TReqCheckPermission) GetPermission() int32

func (*TReqCheckPermission) GetPrerequisiteOptions

func (x *TReqCheckPermission) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqCheckPermission) GetTransactionalOptions

func (x *TReqCheckPermission) GetTransactionalOptions() *TTransactionalOptions

func (*TReqCheckPermission) GetUser

func (x *TReqCheckPermission) GetUser() string

func (*TReqCheckPermission) GetVital

func (x *TReqCheckPermission) GetVital() bool

func (*TReqCheckPermission) ProtoMessage

func (*TReqCheckPermission) ProtoMessage()

func (*TReqCheckPermission) ProtoReflect

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

func (*TReqCheckPermission) Reset

func (x *TReqCheckPermission) Reset()

func (*TReqCheckPermission) String

func (x *TReqCheckPermission) String() string

type TReqCheckPermissionByAcl

type TReqCheckPermissionByAcl struct {
	User                  *string               `protobuf:"bytes,1,opt,name=user" json:"user,omitempty"`
	Permission            *int32                `protobuf:"varint,2,req,name=permission" json:"permission,omitempty"` // bit enum consisting of 7 bits
	Acl                   *string               `protobuf:"bytes,3,req,name=acl" json:"acl,omitempty"`
	IgnoreMissingSubjects *bool                 `` /* 126-byte string literal not displayed */
	PrerequisiteOptions   *TPrerequisiteOptions `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MasterReadOptions     *TMasterReadOptions   `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqCheckPermissionByAcl) Descriptor deprecated

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

Deprecated: Use TReqCheckPermissionByAcl.ProtoReflect.Descriptor instead.

func (*TReqCheckPermissionByAcl) GetAcl

func (x *TReqCheckPermissionByAcl) GetAcl() string

func (*TReqCheckPermissionByAcl) GetIgnoreMissingSubjects

func (x *TReqCheckPermissionByAcl) GetIgnoreMissingSubjects() bool

func (*TReqCheckPermissionByAcl) GetMasterReadOptions

func (x *TReqCheckPermissionByAcl) GetMasterReadOptions() *TMasterReadOptions

func (*TReqCheckPermissionByAcl) GetPermission

func (x *TReqCheckPermissionByAcl) GetPermission() int32

func (*TReqCheckPermissionByAcl) GetPrerequisiteOptions

func (x *TReqCheckPermissionByAcl) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqCheckPermissionByAcl) GetUser

func (x *TReqCheckPermissionByAcl) GetUser() string

func (*TReqCheckPermissionByAcl) ProtoMessage

func (*TReqCheckPermissionByAcl) ProtoMessage()

func (*TReqCheckPermissionByAcl) ProtoReflect

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

func (*TReqCheckPermissionByAcl) Reset

func (x *TReqCheckPermissionByAcl) Reset()

func (*TReqCheckPermissionByAcl) String

func (x *TReqCheckPermissionByAcl) String() string

type TReqCheckPermission_TColumns

type TReqCheckPermission_TColumns struct {
	Items []string `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqCheckPermission_TColumns) Descriptor deprecated

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

Deprecated: Use TReqCheckPermission_TColumns.ProtoReflect.Descriptor instead.

func (*TReqCheckPermission_TColumns) GetItems

func (x *TReqCheckPermission_TColumns) GetItems() []string

func (*TReqCheckPermission_TColumns) ProtoMessage

func (*TReqCheckPermission_TColumns) ProtoMessage()

func (*TReqCheckPermission_TColumns) ProtoReflect

func (*TReqCheckPermission_TColumns) Reset

func (x *TReqCheckPermission_TColumns) Reset()

func (*TReqCheckPermission_TColumns) String

type TReqCommitTransaction

type TReqCommitTransaction struct {
	TransactionId                *misc.TGuid           `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	AdditionalParticipantCellIds []*misc.TGuid         `` /* 142-byte string literal not displayed */
	PrerequisiteOptions          *TPrerequisiteOptions `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions              *TMutatingOptions     `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqCommitTransaction) Descriptor deprecated

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

Deprecated: Use TReqCommitTransaction.ProtoReflect.Descriptor instead.

func (*TReqCommitTransaction) GetAdditionalParticipantCellIds

func (x *TReqCommitTransaction) GetAdditionalParticipantCellIds() []*misc.TGuid

func (*TReqCommitTransaction) GetMutatingOptions

func (x *TReqCommitTransaction) GetMutatingOptions() *TMutatingOptions

func (*TReqCommitTransaction) GetPrerequisiteOptions

func (x *TReqCommitTransaction) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqCommitTransaction) GetTransactionId

func (x *TReqCommitTransaction) GetTransactionId() *misc.TGuid

func (*TReqCommitTransaction) ProtoMessage

func (*TReqCommitTransaction) ProtoMessage()

func (*TReqCommitTransaction) ProtoReflect

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

func (*TReqCommitTransaction) Reset

func (x *TReqCommitTransaction) Reset()

func (*TReqCommitTransaction) String

func (x *TReqCommitTransaction) String() string

type TReqCompleteOperation

type TReqCompleteOperation struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqCompleteOperation_OperationId
	//	*TReqCompleteOperation_OperationAlias
	OperationIdOrAlias isTReqCompleteOperation_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	// contains filtered or unexported fields
}

func (*TReqCompleteOperation) Descriptor deprecated

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

Deprecated: Use TReqCompleteOperation.ProtoReflect.Descriptor instead.

func (*TReqCompleteOperation) GetOperationAlias

func (x *TReqCompleteOperation) GetOperationAlias() string

func (*TReqCompleteOperation) GetOperationId

func (x *TReqCompleteOperation) GetOperationId() *misc.TGuid

func (*TReqCompleteOperation) GetOperationIdOrAlias

func (m *TReqCompleteOperation) GetOperationIdOrAlias() isTReqCompleteOperation_OperationIdOrAlias

func (*TReqCompleteOperation) ProtoMessage

func (*TReqCompleteOperation) ProtoMessage()

func (*TReqCompleteOperation) ProtoReflect

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

func (*TReqCompleteOperation) Reset

func (x *TReqCompleteOperation) Reset()

func (*TReqCompleteOperation) String

func (x *TReqCompleteOperation) String() string

type TReqCompleteOperation_OperationAlias

type TReqCompleteOperation_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,2,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqCompleteOperation_OperationId

type TReqCompleteOperation_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqConcatenateNodes

type TReqConcatenateNodes struct {
	SrcPaths             []string                       `protobuf:"bytes,1,rep,name=src_paths,json=srcPaths" json:"src_paths,omitempty"` // YPath
	DstPath              *string                        `protobuf:"bytes,2,req,name=dst_path,json=dstPath" json:"dst_path,omitempty"`    // YPath
	Fetcher              *TReqConcatenateNodes_TFetcher `protobuf:"bytes,3,opt,name=fetcher" json:"fetcher,omitempty"`
	TransactionalOptions *TTransactionalOptions         `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	// TODO(sandello): Prerequisite?
	MutatingOptions *TMutatingOptions `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqConcatenateNodes) Descriptor deprecated

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

Deprecated: Use TReqConcatenateNodes.ProtoReflect.Descriptor instead.

func (*TReqConcatenateNodes) GetDstPath

func (x *TReqConcatenateNodes) GetDstPath() string

func (*TReqConcatenateNodes) GetFetcher

func (*TReqConcatenateNodes) GetMutatingOptions

func (x *TReqConcatenateNodes) GetMutatingOptions() *TMutatingOptions

func (*TReqConcatenateNodes) GetSrcPaths

func (x *TReqConcatenateNodes) GetSrcPaths() []string

func (*TReqConcatenateNodes) GetTransactionalOptions

func (x *TReqConcatenateNodes) GetTransactionalOptions() *TTransactionalOptions

func (*TReqConcatenateNodes) ProtoMessage

func (*TReqConcatenateNodes) ProtoMessage()

func (*TReqConcatenateNodes) ProtoReflect

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

func (*TReqConcatenateNodes) Reset

func (x *TReqConcatenateNodes) Reset()

func (*TReqConcatenateNodes) String

func (x *TReqConcatenateNodes) String() string

type TReqConcatenateNodes_TFetcher

type TReqConcatenateNodes_TFetcher struct {
	NodeRpcTimeout *uint64 `protobuf:"varint,1,opt,name=node_rpc_timeout,json=nodeRpcTimeout,def=30000000" json:"node_rpc_timeout,omitempty"` // TDuration, 30 seconds by default
	// contains filtered or unexported fields
}

func (*TReqConcatenateNodes_TFetcher) Descriptor deprecated

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

Deprecated: Use TReqConcatenateNodes_TFetcher.ProtoReflect.Descriptor instead.

func (*TReqConcatenateNodes_TFetcher) GetNodeRpcTimeout

func (x *TReqConcatenateNodes_TFetcher) GetNodeRpcTimeout() uint64

func (*TReqConcatenateNodes_TFetcher) ProtoMessage

func (*TReqConcatenateNodes_TFetcher) ProtoMessage()

func (*TReqConcatenateNodes_TFetcher) ProtoReflect

func (*TReqConcatenateNodes_TFetcher) Reset

func (x *TReqConcatenateNodes_TFetcher) Reset()

func (*TReqConcatenateNodes_TFetcher) String

type TReqCopyNode

type TReqCopyNode struct {
	SrcPath                   *string                `protobuf:"bytes,1,req,name=src_path,json=srcPath" json:"src_path,omitempty"` // YPath
	DstPath                   *string                `protobuf:"bytes,2,req,name=dst_path,json=dstPath" json:"dst_path,omitempty"` // YPath
	Recursive                 *bool                  `protobuf:"varint,3,opt,name=recursive,def=0" json:"recursive,omitempty"`
	Force                     *bool                  `protobuf:"varint,4,opt,name=force,def=0" json:"force,omitempty"`
	PreserveAccount           *bool                  `protobuf:"varint,5,opt,name=preserve_account,json=preserveAccount,def=0" json:"preserve_account,omitempty"`
	PreserveCreationTime      *bool                  `protobuf:"varint,7,opt,name=preserve_creation_time,json=preserveCreationTime,def=0" json:"preserve_creation_time,omitempty"`
	PreserveModificationTime  *bool                  `` /* 136-byte string literal not displayed */
	PreserveExpirationTime    *bool                  `` /* 129-byte string literal not displayed */
	PreserveExpirationTimeout *bool                  `` /* 139-byte string literal not displayed */
	PreserveOwner             *bool                  `protobuf:"varint,11,opt,name=preserve_owner,json=preserveOwner,def=0" json:"preserve_owner,omitempty"`
	PreserveAcl               *bool                  `protobuf:"varint,12,opt,name=preserve_acl,json=preserveAcl,def=0" json:"preserve_acl,omitempty"`
	IgnoreExisting            *bool                  `protobuf:"varint,8,opt,name=ignore_existing,json=ignoreExisting,def=0" json:"ignore_existing,omitempty"`
	LockExisting              *bool                  `protobuf:"varint,13,opt,name=lock_existing,json=lockExisting,def=0" json:"lock_existing,omitempty"`
	PessimisticQuotaCheck     *bool                  `` /* 126-byte string literal not displayed */
	EnableCrossCellCopying    *bool                  `` /* 132-byte string literal not displayed */
	TransactionalOptions      *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions       *TPrerequisiteOptions  `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions           *TMutatingOptions      `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqCopyNode) Descriptor deprecated

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

Deprecated: Use TReqCopyNode.ProtoReflect.Descriptor instead.

func (*TReqCopyNode) GetDstPath

func (x *TReqCopyNode) GetDstPath() string

func (*TReqCopyNode) GetEnableCrossCellCopying added in v0.0.14

func (x *TReqCopyNode) GetEnableCrossCellCopying() bool

func (*TReqCopyNode) GetForce

func (x *TReqCopyNode) GetForce() bool

func (*TReqCopyNode) GetIgnoreExisting

func (x *TReqCopyNode) GetIgnoreExisting() bool

func (*TReqCopyNode) GetLockExisting

func (x *TReqCopyNode) GetLockExisting() bool

func (*TReqCopyNode) GetMutatingOptions

func (x *TReqCopyNode) GetMutatingOptions() *TMutatingOptions

func (*TReqCopyNode) GetPessimisticQuotaCheck

func (x *TReqCopyNode) GetPessimisticQuotaCheck() bool

func (*TReqCopyNode) GetPrerequisiteOptions

func (x *TReqCopyNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqCopyNode) GetPreserveAccount

func (x *TReqCopyNode) GetPreserveAccount() bool

func (*TReqCopyNode) GetPreserveAcl

func (x *TReqCopyNode) GetPreserveAcl() bool

func (*TReqCopyNode) GetPreserveCreationTime

func (x *TReqCopyNode) GetPreserveCreationTime() bool

func (*TReqCopyNode) GetPreserveExpirationTime

func (x *TReqCopyNode) GetPreserveExpirationTime() bool

func (*TReqCopyNode) GetPreserveExpirationTimeout

func (x *TReqCopyNode) GetPreserveExpirationTimeout() bool

func (*TReqCopyNode) GetPreserveModificationTime

func (x *TReqCopyNode) GetPreserveModificationTime() bool

func (*TReqCopyNode) GetPreserveOwner

func (x *TReqCopyNode) GetPreserveOwner() bool

func (*TReqCopyNode) GetRecursive

func (x *TReqCopyNode) GetRecursive() bool

func (*TReqCopyNode) GetSrcPath

func (x *TReqCopyNode) GetSrcPath() string

func (*TReqCopyNode) GetTransactionalOptions

func (x *TReqCopyNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqCopyNode) ProtoMessage

func (*TReqCopyNode) ProtoMessage()

func (*TReqCopyNode) ProtoReflect

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

func (*TReqCopyNode) Reset

func (x *TReqCopyNode) Reset()

func (*TReqCopyNode) String

func (x *TReqCopyNode) String() string

type TReqCreateNode

type TReqCreateNode struct {
	Path                 *string                     `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`  // YPath
	Type                 *int32                      `protobuf:"varint,2,req,name=type" json:"type,omitempty"` // NObjectClient::EObjectType
	Attributes           *ytree.TAttributeDictionary `protobuf:"bytes,3,opt,name=attributes" json:"attributes,omitempty"`
	Recursive            *bool                       `protobuf:"varint,4,opt,name=recursive,def=0" json:"recursive,omitempty"`
	Force                *bool                       `protobuf:"varint,5,opt,name=force,def=0" json:"force,omitempty"`
	IgnoreExisting       *bool                       `protobuf:"varint,6,opt,name=ignore_existing,json=ignoreExisting,def=0" json:"ignore_existing,omitempty"`
	LockExisting         *bool                       `protobuf:"varint,7,opt,name=lock_existing,json=lockExisting,def=0" json:"lock_existing,omitempty"`
	IgnoreTypeMismatch   *bool                       `protobuf:"varint,8,opt,name=ignore_type_mismatch,json=ignoreTypeMismatch,def=0" json:"ignore_type_mismatch,omitempty"`
	TransactionalOptions *TTransactionalOptions      `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions  *TPrerequisiteOptions       `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions      *TMutatingOptions           `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqCreateNode) Descriptor deprecated

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

Deprecated: Use TReqCreateNode.ProtoReflect.Descriptor instead.

func (*TReqCreateNode) GetAttributes

func (x *TReqCreateNode) GetAttributes() *ytree.TAttributeDictionary

func (*TReqCreateNode) GetForce

func (x *TReqCreateNode) GetForce() bool

func (*TReqCreateNode) GetIgnoreExisting

func (x *TReqCreateNode) GetIgnoreExisting() bool

func (*TReqCreateNode) GetIgnoreTypeMismatch

func (x *TReqCreateNode) GetIgnoreTypeMismatch() bool

func (*TReqCreateNode) GetLockExisting

func (x *TReqCreateNode) GetLockExisting() bool

func (*TReqCreateNode) GetMutatingOptions

func (x *TReqCreateNode) GetMutatingOptions() *TMutatingOptions

func (*TReqCreateNode) GetPath

func (x *TReqCreateNode) GetPath() string

func (*TReqCreateNode) GetPrerequisiteOptions

func (x *TReqCreateNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqCreateNode) GetRecursive

func (x *TReqCreateNode) GetRecursive() bool

func (*TReqCreateNode) GetTransactionalOptions

func (x *TReqCreateNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqCreateNode) GetType

func (x *TReqCreateNode) GetType() int32

func (*TReqCreateNode) ProtoMessage

func (*TReqCreateNode) ProtoMessage()

func (*TReqCreateNode) ProtoReflect

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

func (*TReqCreateNode) Reset

func (x *TReqCreateNode) Reset()

func (*TReqCreateNode) String

func (x *TReqCreateNode) String() string

type TReqCreateObject

type TReqCreateObject struct {
	Type            *int32                      `protobuf:"varint,1,req,name=type" json:"type,omitempty"` // NObjectClient::EObjectType
	IgnoreExisting  *bool                       `protobuf:"varint,3,opt,name=ignore_existing,json=ignoreExisting" json:"ignore_existing,omitempty"`
	Sync            *bool                       `protobuf:"varint,4,opt,name=sync" json:"sync,omitempty"`
	Attributes      *ytree.TAttributeDictionary `protobuf:"bytes,2,opt,name=attributes" json:"attributes,omitempty"`
	MutatingOptions *TMutatingOptions           `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqCreateObject) Descriptor deprecated

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

Deprecated: Use TReqCreateObject.ProtoReflect.Descriptor instead.

func (*TReqCreateObject) GetAttributes

func (x *TReqCreateObject) GetAttributes() *ytree.TAttributeDictionary

func (*TReqCreateObject) GetIgnoreExisting

func (x *TReqCreateObject) GetIgnoreExisting() bool

func (*TReqCreateObject) GetMutatingOptions

func (x *TReqCreateObject) GetMutatingOptions() *TMutatingOptions

func (*TReqCreateObject) GetSync

func (x *TReqCreateObject) GetSync() bool

func (*TReqCreateObject) GetType

func (x *TReqCreateObject) GetType() int32

func (*TReqCreateObject) ProtoMessage

func (*TReqCreateObject) ProtoMessage()

func (*TReqCreateObject) ProtoReflect

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

func (*TReqCreateObject) Reset

func (x *TReqCreateObject) Reset()

func (*TReqCreateObject) String

func (x *TReqCreateObject) String() string

type TReqCreateTableBackup added in v0.0.14

type TReqCreateTableBackup struct {
	Manifest                 *TBackupManifest `protobuf:"bytes,1,req,name=manifest" json:"manifest,omitempty"`
	CheckpointTimestampDelay *uint64          `` /* 129-byte string literal not displayed */
	CheckpointCheckPeriod    *uint64          `protobuf:"varint,3,req,name=checkpoint_check_period,json=checkpointCheckPeriod" json:"checkpoint_check_period,omitempty"`
	CheckpointCheckTimeout   *uint64          `protobuf:"varint,4,req,name=checkpoint_check_timeout,json=checkpointCheckTimeout" json:"checkpoint_check_timeout,omitempty"`
	Force                    *bool            `protobuf:"varint,5,req,name=force" json:"force,omitempty"`
	PreserveAccount          *bool            `protobuf:"varint,6,req,name=preserve_account,json=preserveAccount" json:"preserve_account,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqCreateTableBackup) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqCreateTableBackup.ProtoReflect.Descriptor instead.

func (*TReqCreateTableBackup) GetCheckpointCheckPeriod added in v0.0.14

func (x *TReqCreateTableBackup) GetCheckpointCheckPeriod() uint64

func (*TReqCreateTableBackup) GetCheckpointCheckTimeout added in v0.0.14

func (x *TReqCreateTableBackup) GetCheckpointCheckTimeout() uint64

func (*TReqCreateTableBackup) GetCheckpointTimestampDelay added in v0.0.14

func (x *TReqCreateTableBackup) GetCheckpointTimestampDelay() uint64

func (*TReqCreateTableBackup) GetForce added in v0.0.14

func (x *TReqCreateTableBackup) GetForce() bool

func (*TReqCreateTableBackup) GetManifest added in v0.0.14

func (x *TReqCreateTableBackup) GetManifest() *TBackupManifest

func (*TReqCreateTableBackup) GetPreserveAccount added in v0.0.15

func (x *TReqCreateTableBackup) GetPreserveAccount() bool

func (*TReqCreateTableBackup) ProtoMessage added in v0.0.14

func (*TReqCreateTableBackup) ProtoMessage()

func (*TReqCreateTableBackup) ProtoReflect added in v0.0.14

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

func (*TReqCreateTableBackup) Reset added in v0.0.14

func (x *TReqCreateTableBackup) Reset()

func (*TReqCreateTableBackup) String added in v0.0.14

func (x *TReqCreateTableBackup) String() string

type TReqDestroyChunkLocations

type TReqDestroyChunkLocations struct {
	NodeAddress          *string       `protobuf:"bytes,1,req,name=node_address,json=nodeAddress" json:"node_address,omitempty"`
	LocationUuids        []*misc.TGuid `protobuf:"bytes,2,rep,name=location_uuids,json=locationUuids" json:"location_uuids,omitempty"`
	RecoverUnlinkedDisks *bool         `protobuf:"varint,3,opt,name=recover_unlinked_disks,json=recoverUnlinkedDisks,def=0" json:"recover_unlinked_disks,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqDestroyChunkLocations) Descriptor deprecated

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

Deprecated: Use TReqDestroyChunkLocations.ProtoReflect.Descriptor instead.

func (*TReqDestroyChunkLocations) GetLocationUuids

func (x *TReqDestroyChunkLocations) GetLocationUuids() []*misc.TGuid

func (*TReqDestroyChunkLocations) GetNodeAddress

func (x *TReqDestroyChunkLocations) GetNodeAddress() string

func (*TReqDestroyChunkLocations) GetRecoverUnlinkedDisks added in v0.0.14

func (x *TReqDestroyChunkLocations) GetRecoverUnlinkedDisks() bool

func (*TReqDestroyChunkLocations) ProtoMessage

func (*TReqDestroyChunkLocations) ProtoMessage()

func (*TReqDestroyChunkLocations) ProtoReflect

func (*TReqDestroyChunkLocations) Reset

func (x *TReqDestroyChunkLocations) Reset()

func (*TReqDestroyChunkLocations) String

func (x *TReqDestroyChunkLocations) String() string

type TReqDetachTransaction

type TReqDetachTransaction struct {
	TransactionId *misc.TGuid `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqDetachTransaction) Descriptor deprecated

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

Deprecated: Use TReqDetachTransaction.ProtoReflect.Descriptor instead.

func (*TReqDetachTransaction) GetTransactionId

func (x *TReqDetachTransaction) GetTransactionId() *misc.TGuid

func (*TReqDetachTransaction) ProtoMessage

func (*TReqDetachTransaction) ProtoMessage()

func (*TReqDetachTransaction) ProtoReflect

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

func (*TReqDetachTransaction) Reset

func (x *TReqDetachTransaction) Reset()

func (*TReqDetachTransaction) String

func (x *TReqDetachTransaction) String() string

type TReqDisableChunkLocations

type TReqDisableChunkLocations struct {
	NodeAddress   *string       `protobuf:"bytes,1,req,name=node_address,json=nodeAddress" json:"node_address,omitempty"`
	LocationUuids []*misc.TGuid `protobuf:"bytes,2,rep,name=location_uuids,json=locationUuids" json:"location_uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqDisableChunkLocations) Descriptor deprecated

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

Deprecated: Use TReqDisableChunkLocations.ProtoReflect.Descriptor instead.

func (*TReqDisableChunkLocations) GetLocationUuids

func (x *TReqDisableChunkLocations) GetLocationUuids() []*misc.TGuid

func (*TReqDisableChunkLocations) GetNodeAddress

func (x *TReqDisableChunkLocations) GetNodeAddress() string

func (*TReqDisableChunkLocations) ProtoMessage

func (*TReqDisableChunkLocations) ProtoMessage()

func (*TReqDisableChunkLocations) ProtoReflect

func (*TReqDisableChunkLocations) Reset

func (x *TReqDisableChunkLocations) Reset()

func (*TReqDisableChunkLocations) String

func (x *TReqDisableChunkLocations) String() string

type TReqDiscombobulateNonvotingPeers added in v0.0.10

type TReqDiscombobulateNonvotingPeers struct {
	CellId *misc.TGuid `protobuf:"bytes,1,req,name=cell_id,json=cellId" json:"cell_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqDiscombobulateNonvotingPeers) Descriptor deprecated added in v0.0.10

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

Deprecated: Use TReqDiscombobulateNonvotingPeers.ProtoReflect.Descriptor instead.

func (*TReqDiscombobulateNonvotingPeers) GetCellId added in v0.0.10

func (*TReqDiscombobulateNonvotingPeers) ProtoMessage added in v0.0.10

func (*TReqDiscombobulateNonvotingPeers) ProtoMessage()

func (*TReqDiscombobulateNonvotingPeers) ProtoReflect added in v0.0.10

func (*TReqDiscombobulateNonvotingPeers) Reset added in v0.0.10

func (*TReqDiscombobulateNonvotingPeers) String added in v0.0.10

type TReqDiscoverProxies

type TReqDiscoverProxies struct {
	Role        *string       `protobuf:"bytes,1,opt,name=role" json:"role,omitempty"`
	AddressType *EAddressType `` /* 138-byte string literal not displayed */
	NetworkName *string       `protobuf:"bytes,3,opt,name=network_name,json=networkName" json:"network_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqDiscoverProxies) Descriptor deprecated

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

Deprecated: Use TReqDiscoverProxies.ProtoReflect.Descriptor instead.

func (*TReqDiscoverProxies) GetAddressType

func (x *TReqDiscoverProxies) GetAddressType() EAddressType

func (*TReqDiscoverProxies) GetNetworkName

func (x *TReqDiscoverProxies) GetNetworkName() string

func (*TReqDiscoverProxies) GetRole

func (x *TReqDiscoverProxies) GetRole() string

func (*TReqDiscoverProxies) ProtoMessage

func (*TReqDiscoverProxies) ProtoMessage()

func (*TReqDiscoverProxies) ProtoReflect

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

func (*TReqDiscoverProxies) Reset

func (x *TReqDiscoverProxies) Reset()

func (*TReqDiscoverProxies) String

func (x *TReqDiscoverProxies) String() string

type TReqDumpJobContext

type TReqDumpJobContext struct {
	JobId *misc.TGuid `protobuf:"bytes,1,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	Path  *string     `protobuf:"bytes,2,req,name=path" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqDumpJobContext) Descriptor deprecated

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

Deprecated: Use TReqDumpJobContext.ProtoReflect.Descriptor instead.

func (*TReqDumpJobContext) GetJobId

func (x *TReqDumpJobContext) GetJobId() *misc.TGuid

func (*TReqDumpJobContext) GetPath

func (x *TReqDumpJobContext) GetPath() string

func (*TReqDumpJobContext) ProtoMessage

func (*TReqDumpJobContext) ProtoMessage()

func (*TReqDumpJobContext) ProtoReflect

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

func (*TReqDumpJobContext) Reset

func (x *TReqDumpJobContext) Reset()

func (*TReqDumpJobContext) String

func (x *TReqDumpJobContext) String() string

type TReqExistsNode

type TReqExistsNode struct {
	Path                              *string                             `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	TransactionalOptions              *TTransactionalOptions              `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions               *TPrerequisiteOptions               `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MasterReadOptions                 *TMasterReadOptions                 `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	SuppressableAccessTrackingOptions *TSuppressableAccessTrackingOptions `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqExistsNode) Descriptor deprecated

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

Deprecated: Use TReqExistsNode.ProtoReflect.Descriptor instead.

func (*TReqExistsNode) GetMasterReadOptions

func (x *TReqExistsNode) GetMasterReadOptions() *TMasterReadOptions

func (*TReqExistsNode) GetPath

func (x *TReqExistsNode) GetPath() string

func (*TReqExistsNode) GetPrerequisiteOptions

func (x *TReqExistsNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqExistsNode) GetSuppressableAccessTrackingOptions

func (x *TReqExistsNode) GetSuppressableAccessTrackingOptions() *TSuppressableAccessTrackingOptions

func (*TReqExistsNode) GetTransactionalOptions

func (x *TReqExistsNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqExistsNode) ProtoMessage

func (*TReqExistsNode) ProtoMessage()

func (*TReqExistsNode) ProtoReflect

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

func (*TReqExistsNode) Reset

func (x *TReqExistsNode) Reset()

func (*TReqExistsNode) String

func (x *TReqExistsNode) String() string

type TReqExitReadOnly added in v0.0.10

type TReqExitReadOnly struct {
	CellId *misc.TGuid `protobuf:"bytes,1,req,name=cell_id,json=cellId" json:"cell_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqExitReadOnly) Descriptor deprecated added in v0.0.10

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

Deprecated: Use TReqExitReadOnly.ProtoReflect.Descriptor instead.

func (*TReqExitReadOnly) GetCellId added in v0.0.10

func (x *TReqExitReadOnly) GetCellId() *misc.TGuid

func (*TReqExitReadOnly) ProtoMessage added in v0.0.10

func (*TReqExitReadOnly) ProtoMessage()

func (*TReqExitReadOnly) ProtoReflect added in v0.0.10

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

func (*TReqExitReadOnly) Reset added in v0.0.10

func (x *TReqExitReadOnly) Reset()

func (*TReqExitReadOnly) String added in v0.0.10

func (x *TReqExitReadOnly) String() string

type TReqExplainQuery

type TReqExplainQuery struct {
	Query                 *string `protobuf:"bytes,1,req,name=query" json:"query,omitempty"`
	Timestamp             *uint64 `protobuf:"varint,3,opt,name=timestamp,def=4611686018427387649" json:"timestamp,omitempty"`
	InputRowLimit         *uint64 `protobuf:"varint,4,opt,name=input_row_limit,json=inputRowLimit" json:"input_row_limit,omitempty"`
	OutputRowLimit        *uint64 `protobuf:"varint,5,opt,name=output_row_limit,json=outputRowLimit" json:"output_row_limit,omitempty"`
	RangeExpansionLimit   *uint64 `protobuf:"varint,6,opt,name=range_expansion_limit,json=rangeExpansionLimit" json:"range_expansion_limit,omitempty"`
	MaxSubqueries         *int32  `protobuf:"varint,7,opt,name=max_subqueries,json=maxSubqueries" json:"max_subqueries,omitempty"`
	AllowFullScan         *bool   `protobuf:"varint,8,opt,name=allow_full_scan,json=allowFullScan" json:"allow_full_scan,omitempty"`
	AllowJoinWithoutIndex *bool   `protobuf:"varint,9,opt,name=allow_join_without_index,json=allowJoinWithoutIndex" json:"allow_join_without_index,omitempty"`
	UdfRegistryPath       *string `protobuf:"bytes,10,opt,name=udf_registry_path,json=udfRegistryPath" json:"udf_registry_path,omitempty"`
	ExecutionPool         *string `protobuf:"bytes,11,opt,name=execution_pool,json=executionPool" json:"execution_pool,omitempty"`
	NewRangeInference     *bool   `protobuf:"varint,12,opt,name=new_range_inference,json=newRangeInference" json:"new_range_inference,omitempty"`
	SyntaxVersion         *int32  `protobuf:"varint,13,opt,name=syntax_version,json=syntaxVersion" json:"syntax_version,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqExplainQuery) Descriptor deprecated

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

Deprecated: Use TReqExplainQuery.ProtoReflect.Descriptor instead.

func (*TReqExplainQuery) GetAllowFullScan

func (x *TReqExplainQuery) GetAllowFullScan() bool

func (*TReqExplainQuery) GetAllowJoinWithoutIndex

func (x *TReqExplainQuery) GetAllowJoinWithoutIndex() bool

func (*TReqExplainQuery) GetExecutionPool

func (x *TReqExplainQuery) GetExecutionPool() string

func (*TReqExplainQuery) GetInputRowLimit

func (x *TReqExplainQuery) GetInputRowLimit() uint64

func (*TReqExplainQuery) GetMaxSubqueries

func (x *TReqExplainQuery) GetMaxSubqueries() int32

func (*TReqExplainQuery) GetNewRangeInference added in v0.0.8

func (x *TReqExplainQuery) GetNewRangeInference() bool

func (*TReqExplainQuery) GetOutputRowLimit

func (x *TReqExplainQuery) GetOutputRowLimit() uint64

func (*TReqExplainQuery) GetQuery

func (x *TReqExplainQuery) GetQuery() string

func (*TReqExplainQuery) GetRangeExpansionLimit

func (x *TReqExplainQuery) GetRangeExpansionLimit() uint64

func (*TReqExplainQuery) GetSyntaxVersion added in v0.0.14

func (x *TReqExplainQuery) GetSyntaxVersion() int32

func (*TReqExplainQuery) GetTimestamp

func (x *TReqExplainQuery) GetTimestamp() uint64

func (*TReqExplainQuery) GetUdfRegistryPath

func (x *TReqExplainQuery) GetUdfRegistryPath() string

func (*TReqExplainQuery) ProtoMessage

func (*TReqExplainQuery) ProtoMessage()

func (*TReqExplainQuery) ProtoReflect

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

func (*TReqExplainQuery) Reset

func (x *TReqExplainQuery) Reset()

func (*TReqExplainQuery) String

func (x *TReqExplainQuery) String() string

type TReqExternalizeNode

type TReqExternalizeNode struct {
	Path                 *string                `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	CellTag              *int32                 `protobuf:"varint,2,req,name=cell_tag,json=cellTag" json:"cell_tag,omitempty"`
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqExternalizeNode) Descriptor deprecated

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

Deprecated: Use TReqExternalizeNode.ProtoReflect.Descriptor instead.

func (*TReqExternalizeNode) GetCellTag

func (x *TReqExternalizeNode) GetCellTag() int32

func (*TReqExternalizeNode) GetPath

func (x *TReqExternalizeNode) GetPath() string

func (*TReqExternalizeNode) GetTransactionalOptions

func (x *TReqExternalizeNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqExternalizeNode) ProtoMessage

func (*TReqExternalizeNode) ProtoMessage()

func (*TReqExternalizeNode) ProtoReflect

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

func (*TReqExternalizeNode) Reset

func (x *TReqExternalizeNode) Reset()

func (*TReqExternalizeNode) String

func (x *TReqExternalizeNode) String() string

type TReqFlushTransaction

type TReqFlushTransaction struct {
	TransactionId *misc.TGuid `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqFlushTransaction) Descriptor deprecated

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

Deprecated: Use TReqFlushTransaction.ProtoReflect.Descriptor instead.

func (*TReqFlushTransaction) GetTransactionId

func (x *TReqFlushTransaction) GetTransactionId() *misc.TGuid

func (*TReqFlushTransaction) ProtoMessage

func (*TReqFlushTransaction) ProtoMessage()

func (*TReqFlushTransaction) ProtoReflect

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

func (*TReqFlushTransaction) Reset

func (x *TReqFlushTransaction) Reset()

func (*TReqFlushTransaction) String

func (x *TReqFlushTransaction) String() string

type TReqFreezeTable

type TReqFreezeTable struct {
	Path               *string              `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	MutatingOptions    *TMutatingOptions    `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	TabletRangeOptions *TTabletRangeOptions `protobuf:"bytes,104,opt,name=tablet_range_options,json=tabletRangeOptions" json:"tablet_range_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqFreezeTable) Descriptor deprecated

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

Deprecated: Use TReqFreezeTable.ProtoReflect.Descriptor instead.

func (*TReqFreezeTable) GetMutatingOptions

func (x *TReqFreezeTable) GetMutatingOptions() *TMutatingOptions

func (*TReqFreezeTable) GetPath

func (x *TReqFreezeTable) GetPath() string

func (*TReqFreezeTable) GetTabletRangeOptions

func (x *TReqFreezeTable) GetTabletRangeOptions() *TTabletRangeOptions

func (*TReqFreezeTable) ProtoMessage

func (*TReqFreezeTable) ProtoMessage()

func (*TReqFreezeTable) ProtoReflect

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

func (*TReqFreezeTable) Reset

func (x *TReqFreezeTable) Reset()

func (*TReqFreezeTable) String

func (x *TReqFreezeTable) String() string

type TReqGCCollect

type TReqGCCollect struct {
	CellId *misc.TGuid `protobuf:"bytes,1,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGCCollect) Descriptor deprecated

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

Deprecated: Use TReqGCCollect.ProtoReflect.Descriptor instead.

func (*TReqGCCollect) GetCellId

func (x *TReqGCCollect) GetCellId() *misc.TGuid

func (*TReqGCCollect) ProtoMessage

func (*TReqGCCollect) ProtoMessage()

func (*TReqGCCollect) ProtoReflect

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

func (*TReqGCCollect) Reset

func (x *TReqGCCollect) Reset()

func (*TReqGCCollect) String

func (x *TReqGCCollect) String() string

type TReqGenerateTimestamps

type TReqGenerateTimestamps struct {
	Count           *int32 `protobuf:"varint,1,opt,name=count,def=1" json:"count,omitempty"`
	ClockClusterTag *int32 `protobuf:"varint,2,opt,name=clock_cluster_tag,json=clockClusterTag" json:"clock_cluster_tag,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGenerateTimestamps) Descriptor deprecated

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

Deprecated: Use TReqGenerateTimestamps.ProtoReflect.Descriptor instead.

func (*TReqGenerateTimestamps) GetClockClusterTag

func (x *TReqGenerateTimestamps) GetClockClusterTag() int32

func (*TReqGenerateTimestamps) GetCount

func (x *TReqGenerateTimestamps) GetCount() int32

func (*TReqGenerateTimestamps) ProtoMessage

func (*TReqGenerateTimestamps) ProtoMessage()

func (*TReqGenerateTimestamps) ProtoReflect

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

func (*TReqGenerateTimestamps) Reset

func (x *TReqGenerateTimestamps) Reset()

func (*TReqGenerateTimestamps) String

func (x *TReqGenerateTimestamps) String() string

type TReqGetColumnarStatistics

type TReqGetColumnarStatistics struct {
	Paths                []string                        `protobuf:"bytes,1,rep,name=paths" json:"paths,omitempty"` // RichYPath
	FetchChunkSpecConfig *TFetchChunkSpecConfig          `protobuf:"bytes,2,opt,name=fetch_chunk_spec_config,json=fetchChunkSpecConfig" json:"fetch_chunk_spec_config,omitempty"`
	FetcherConfig        *TFetcherConfig                 `protobuf:"bytes,3,opt,name=fetcher_config,json=fetcherConfig" json:"fetcher_config,omitempty"`
	FetcherMode          *EColumnarStatisticsFetcherMode `` /* 150-byte string literal not displayed */
	EnableEarlyFinish    *bool                           `protobuf:"varint,5,opt,name=enable_early_finish,json=enableEarlyFinish,def=0" json:"enable_early_finish,omitempty"`
	TransactionalOptions *TTransactionalOptions          `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetColumnarStatistics) Descriptor deprecated

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

Deprecated: Use TReqGetColumnarStatistics.ProtoReflect.Descriptor instead.

func (*TReqGetColumnarStatistics) GetEnableEarlyFinish

func (x *TReqGetColumnarStatistics) GetEnableEarlyFinish() bool

func (*TReqGetColumnarStatistics) GetFetchChunkSpecConfig

func (x *TReqGetColumnarStatistics) GetFetchChunkSpecConfig() *TFetchChunkSpecConfig

func (*TReqGetColumnarStatistics) GetFetcherConfig

func (x *TReqGetColumnarStatistics) GetFetcherConfig() *TFetcherConfig

func (*TReqGetColumnarStatistics) GetFetcherMode

func (*TReqGetColumnarStatistics) GetPaths

func (x *TReqGetColumnarStatistics) GetPaths() []string

func (*TReqGetColumnarStatistics) GetTransactionalOptions

func (x *TReqGetColumnarStatistics) GetTransactionalOptions() *TTransactionalOptions

func (*TReqGetColumnarStatistics) ProtoMessage

func (*TReqGetColumnarStatistics) ProtoMessage()

func (*TReqGetColumnarStatistics) ProtoReflect

func (*TReqGetColumnarStatistics) Reset

func (x *TReqGetColumnarStatistics) Reset()

func (*TReqGetColumnarStatistics) String

func (x *TReqGetColumnarStatistics) String() string

type TReqGetFileFromCache

type TReqGetFileFromCache struct {
	Md5                  *string                `protobuf:"bytes,1,req,name=md5" json:"md5,omitempty"`
	CachePath            *string                `protobuf:"bytes,2,req,name=cache_path,json=cachePath" json:"cache_path,omitempty"` // YPath
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	MasterReadOptions    *TMasterReadOptions    `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetFileFromCache) Descriptor deprecated

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

Deprecated: Use TReqGetFileFromCache.ProtoReflect.Descriptor instead.

func (*TReqGetFileFromCache) GetCachePath

func (x *TReqGetFileFromCache) GetCachePath() string

func (*TReqGetFileFromCache) GetMasterReadOptions

func (x *TReqGetFileFromCache) GetMasterReadOptions() *TMasterReadOptions

func (*TReqGetFileFromCache) GetMd5

func (x *TReqGetFileFromCache) GetMd5() string

func (*TReqGetFileFromCache) GetTransactionalOptions

func (x *TReqGetFileFromCache) GetTransactionalOptions() *TTransactionalOptions

func (*TReqGetFileFromCache) ProtoMessage

func (*TReqGetFileFromCache) ProtoMessage()

func (*TReqGetFileFromCache) ProtoReflect

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

func (*TReqGetFileFromCache) Reset

func (x *TReqGetFileFromCache) Reset()

func (*TReqGetFileFromCache) String

func (x *TReqGetFileFromCache) String() string

type TReqGetInSyncReplicas

type TReqGetInSyncReplicas struct {
	Path                      *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	Timestamp                 *uint64 `protobuf:"varint,2,opt,name=timestamp,def=0" json:"timestamp,omitempty"`
	CachedSyncReplicasTimeout *uint64 `` // TDuration
	/* 134-byte string literal not displayed */
	RowsetDescriptor *TRowsetDescriptor `protobuf:"bytes,200,opt,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetInSyncReplicas) Descriptor deprecated

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

Deprecated: Use TReqGetInSyncReplicas.ProtoReflect.Descriptor instead.

func (*TReqGetInSyncReplicas) GetCachedSyncReplicasTimeout

func (x *TReqGetInSyncReplicas) GetCachedSyncReplicasTimeout() uint64

func (*TReqGetInSyncReplicas) GetPath

func (x *TReqGetInSyncReplicas) GetPath() string

func (*TReqGetInSyncReplicas) GetRowsetDescriptor

func (x *TReqGetInSyncReplicas) GetRowsetDescriptor() *TRowsetDescriptor

func (*TReqGetInSyncReplicas) GetTimestamp

func (x *TReqGetInSyncReplicas) GetTimestamp() uint64

func (*TReqGetInSyncReplicas) ProtoMessage

func (*TReqGetInSyncReplicas) ProtoMessage()

func (*TReqGetInSyncReplicas) ProtoReflect

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

func (*TReqGetInSyncReplicas) Reset

func (x *TReqGetInSyncReplicas) Reset()

func (*TReqGetInSyncReplicas) String

func (x *TReqGetInSyncReplicas) String() string

type TReqGetJob

type TReqGetJob struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqGetJob_OperationId
	//	*TReqGetJob_OperationAlias
	OperationIdOrAlias isTReqGetJob_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	JobId              *misc.TGuid                     `protobuf:"bytes,2,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	// COMPAT(max42): see comment around TLegacyAttributeKeys.
	LegacyAttributes *TLegacyAttributeKeys   `protobuf:"bytes,3,opt,name=legacy_attributes,json=legacyAttributes" json:"legacy_attributes,omitempty"`
	Attributes       *ytree.TAttributeFilter `protobuf:"bytes,5,opt,name=attributes" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetJob) Descriptor deprecated

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

Deprecated: Use TReqGetJob.ProtoReflect.Descriptor instead.

func (*TReqGetJob) GetAttributes

func (x *TReqGetJob) GetAttributes() *ytree.TAttributeFilter

func (*TReqGetJob) GetJobId

func (x *TReqGetJob) GetJobId() *misc.TGuid

func (*TReqGetJob) GetLegacyAttributes

func (x *TReqGetJob) GetLegacyAttributes() *TLegacyAttributeKeys

func (*TReqGetJob) GetOperationAlias

func (x *TReqGetJob) GetOperationAlias() string

func (*TReqGetJob) GetOperationId

func (x *TReqGetJob) GetOperationId() *misc.TGuid

func (*TReqGetJob) GetOperationIdOrAlias

func (m *TReqGetJob) GetOperationIdOrAlias() isTReqGetJob_OperationIdOrAlias

func (*TReqGetJob) ProtoMessage

func (*TReqGetJob) ProtoMessage()

func (*TReqGetJob) ProtoReflect

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

func (*TReqGetJob) Reset

func (x *TReqGetJob) Reset()

func (*TReqGetJob) String

func (x *TReqGetJob) String() string

type TReqGetJobFailContext

type TReqGetJobFailContext struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqGetJobFailContext_OperationId
	//	*TReqGetJobFailContext_OperationAlias
	OperationIdOrAlias isTReqGetJobFailContext_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	JobId              *misc.TGuid                                `protobuf:"bytes,2,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetJobFailContext) Descriptor deprecated

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

Deprecated: Use TReqGetJobFailContext.ProtoReflect.Descriptor instead.

func (*TReqGetJobFailContext) GetJobId

func (x *TReqGetJobFailContext) GetJobId() *misc.TGuid

func (*TReqGetJobFailContext) GetOperationAlias

func (x *TReqGetJobFailContext) GetOperationAlias() string

func (*TReqGetJobFailContext) GetOperationId

func (x *TReqGetJobFailContext) GetOperationId() *misc.TGuid

func (*TReqGetJobFailContext) GetOperationIdOrAlias

func (m *TReqGetJobFailContext) GetOperationIdOrAlias() isTReqGetJobFailContext_OperationIdOrAlias

func (*TReqGetJobFailContext) ProtoMessage

func (*TReqGetJobFailContext) ProtoMessage()

func (*TReqGetJobFailContext) ProtoReflect

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

func (*TReqGetJobFailContext) Reset

func (x *TReqGetJobFailContext) Reset()

func (*TReqGetJobFailContext) String

func (x *TReqGetJobFailContext) String() string

type TReqGetJobFailContext_OperationAlias

type TReqGetJobFailContext_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,3,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqGetJobFailContext_OperationId

type TReqGetJobFailContext_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqGetJobInput

type TReqGetJobInput struct {
	JobId         *misc.TGuid     `protobuf:"bytes,1,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	JobSpecSource *EJobSpecSource `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqGetJobInput) Descriptor deprecated

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

Deprecated: Use TReqGetJobInput.ProtoReflect.Descriptor instead.

func (*TReqGetJobInput) GetJobId

func (x *TReqGetJobInput) GetJobId() *misc.TGuid

func (*TReqGetJobInput) GetJobSpecSource added in v0.0.5

func (x *TReqGetJobInput) GetJobSpecSource() EJobSpecSource

func (*TReqGetJobInput) ProtoMessage

func (*TReqGetJobInput) ProtoMessage()

func (*TReqGetJobInput) ProtoReflect

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

func (*TReqGetJobInput) Reset

func (x *TReqGetJobInput) Reset()

func (*TReqGetJobInput) String

func (x *TReqGetJobInput) String() string

type TReqGetJobInputPaths

type TReqGetJobInputPaths struct {
	JobId         *misc.TGuid     `protobuf:"bytes,1,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	JobSpecSource *EJobSpecSource `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqGetJobInputPaths) Descriptor deprecated

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

Deprecated: Use TReqGetJobInputPaths.ProtoReflect.Descriptor instead.

func (*TReqGetJobInputPaths) GetJobId

func (x *TReqGetJobInputPaths) GetJobId() *misc.TGuid

func (*TReqGetJobInputPaths) GetJobSpecSource added in v0.0.5

func (x *TReqGetJobInputPaths) GetJobSpecSource() EJobSpecSource

func (*TReqGetJobInputPaths) ProtoMessage

func (*TReqGetJobInputPaths) ProtoMessage()

func (*TReqGetJobInputPaths) ProtoReflect

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

func (*TReqGetJobInputPaths) Reset

func (x *TReqGetJobInputPaths) Reset()

func (*TReqGetJobInputPaths) String

func (x *TReqGetJobInputPaths) String() string

type TReqGetJobSpec

type TReqGetJobSpec struct {
	JobId                *misc.TGuid     `protobuf:"bytes,1,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	OmitNodeDirectory    *bool           `protobuf:"varint,2,opt,name=omit_node_directory,json=omitNodeDirectory,def=1" json:"omit_node_directory,omitempty"`
	OmitInputTableSpecs  *bool           `protobuf:"varint,3,opt,name=omit_input_table_specs,json=omitInputTableSpecs,def=0" json:"omit_input_table_specs,omitempty"`
	OmitOutputTableSpecs *bool           `protobuf:"varint,4,opt,name=omit_output_table_specs,json=omitOutputTableSpecs,def=0" json:"omit_output_table_specs,omitempty"`
	JobSpecSource        *EJobSpecSource `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqGetJobSpec) Descriptor deprecated

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

Deprecated: Use TReqGetJobSpec.ProtoReflect.Descriptor instead.

func (*TReqGetJobSpec) GetJobId

func (x *TReqGetJobSpec) GetJobId() *misc.TGuid

func (*TReqGetJobSpec) GetJobSpecSource added in v0.0.5

func (x *TReqGetJobSpec) GetJobSpecSource() EJobSpecSource

func (*TReqGetJobSpec) GetOmitInputTableSpecs

func (x *TReqGetJobSpec) GetOmitInputTableSpecs() bool

func (*TReqGetJobSpec) GetOmitNodeDirectory

func (x *TReqGetJobSpec) GetOmitNodeDirectory() bool

func (*TReqGetJobSpec) GetOmitOutputTableSpecs

func (x *TReqGetJobSpec) GetOmitOutputTableSpecs() bool

func (*TReqGetJobSpec) ProtoMessage

func (*TReqGetJobSpec) ProtoMessage()

func (*TReqGetJobSpec) ProtoReflect

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

func (*TReqGetJobSpec) Reset

func (x *TReqGetJobSpec) Reset()

func (*TReqGetJobSpec) String

func (x *TReqGetJobSpec) String() string

type TReqGetJobStderr

type TReqGetJobStderr struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqGetJobStderr_OperationId
	//	*TReqGetJobStderr_OperationAlias
	OperationIdOrAlias isTReqGetJobStderr_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	JobId              *misc.TGuid                           `protobuf:"bytes,2,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetJobStderr) Descriptor deprecated

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

Deprecated: Use TReqGetJobStderr.ProtoReflect.Descriptor instead.

func (*TReqGetJobStderr) GetJobId

func (x *TReqGetJobStderr) GetJobId() *misc.TGuid

func (*TReqGetJobStderr) GetOperationAlias

func (x *TReqGetJobStderr) GetOperationAlias() string

func (*TReqGetJobStderr) GetOperationId

func (x *TReqGetJobStderr) GetOperationId() *misc.TGuid

func (*TReqGetJobStderr) GetOperationIdOrAlias

func (m *TReqGetJobStderr) GetOperationIdOrAlias() isTReqGetJobStderr_OperationIdOrAlias

func (*TReqGetJobStderr) ProtoMessage

func (*TReqGetJobStderr) ProtoMessage()

func (*TReqGetJobStderr) ProtoReflect

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

func (*TReqGetJobStderr) Reset

func (x *TReqGetJobStderr) Reset()

func (*TReqGetJobStderr) String

func (x *TReqGetJobStderr) String() string

type TReqGetJobStderr_OperationAlias

type TReqGetJobStderr_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,3,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqGetJobStderr_OperationId

type TReqGetJobStderr_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqGetJob_OperationAlias

type TReqGetJob_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,4,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqGetJob_OperationId

type TReqGetJob_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqGetNode

type TReqGetNode struct {
	Path *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	// COMPAT(max42): see comment around TLegacyAttributeKeys.
	LegacyAttributes                  *TLegacyAttributeKeys               `protobuf:"bytes,2,opt,name=legacy_attributes,json=legacyAttributes" json:"legacy_attributes,omitempty"`
	Attributes                        *ytree.TAttributeFilter             `protobuf:"bytes,4,opt,name=attributes" json:"attributes,omitempty"`
	MaxSize                           *int64                              `protobuf:"varint,3,opt,name=max_size,json=maxSize" json:"max_size,omitempty"`
	ComplexityLimits                  *ytree.TReadRequestComplexityLimits `protobuf:"bytes,6,opt,name=complexity_limits,json=complexityLimits" json:"complexity_limits,omitempty"`
	TransactionalOptions              *TTransactionalOptions              `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions               *TPrerequisiteOptions               `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MasterReadOptions                 *TMasterReadOptions                 `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	SuppressableAccessTrackingOptions *TSuppressableAccessTrackingOptions `` /* 159-byte string literal not displayed */
	Options                           *ytree.TAttributeDictionary         `protobuf:"bytes,200,opt,name=options" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetNode) Descriptor deprecated

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

Deprecated: Use TReqGetNode.ProtoReflect.Descriptor instead.

func (*TReqGetNode) GetAttributes

func (x *TReqGetNode) GetAttributes() *ytree.TAttributeFilter

func (*TReqGetNode) GetComplexityLimits added in v0.0.10

func (x *TReqGetNode) GetComplexityLimits() *ytree.TReadRequestComplexityLimits

func (*TReqGetNode) GetLegacyAttributes

func (x *TReqGetNode) GetLegacyAttributes() *TLegacyAttributeKeys

func (*TReqGetNode) GetMasterReadOptions

func (x *TReqGetNode) GetMasterReadOptions() *TMasterReadOptions

func (*TReqGetNode) GetMaxSize

func (x *TReqGetNode) GetMaxSize() int64

func (*TReqGetNode) GetOptions

func (x *TReqGetNode) GetOptions() *ytree.TAttributeDictionary

func (*TReqGetNode) GetPath

func (x *TReqGetNode) GetPath() string

func (*TReqGetNode) GetPrerequisiteOptions

func (x *TReqGetNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqGetNode) GetSuppressableAccessTrackingOptions

func (x *TReqGetNode) GetSuppressableAccessTrackingOptions() *TSuppressableAccessTrackingOptions

func (*TReqGetNode) GetTransactionalOptions

func (x *TReqGetNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqGetNode) ProtoMessage

func (*TReqGetNode) ProtoMessage()

func (*TReqGetNode) ProtoReflect

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

func (*TReqGetNode) Reset

func (x *TReqGetNode) Reset()

func (*TReqGetNode) String

func (x *TReqGetNode) String() string

type TReqGetOperation

type TReqGetOperation struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqGetOperation_OperationId
	//	*TReqGetOperation_OperationAlias
	OperationIdOrAlias isTReqGetOperation_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	// COMPAT(max42): see comment around TLegacyAttributeKeys with the only
	// difference that attributes were serialized as repeated string historically.
	LegacyAttributes          []string                `protobuf:"bytes,2,rep,name=legacy_attributes,json=legacyAttributes" json:"legacy_attributes,omitempty"`
	Attributes                *ytree.TAttributeFilter `protobuf:"bytes,6,opt,name=attributes" json:"attributes,omitempty"`
	IncludeRuntime            *bool                   `protobuf:"varint,3,opt,name=include_runtime,json=includeRuntime,def=0" json:"include_runtime,omitempty"`
	MaximumCypressProgressAge *int64                  `` // TDuration
	/* 134-byte string literal not displayed */
	MasterReadOptions *TMasterReadOptions `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetOperation) Descriptor deprecated

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

Deprecated: Use TReqGetOperation.ProtoReflect.Descriptor instead.

func (*TReqGetOperation) GetAttributes

func (x *TReqGetOperation) GetAttributes() *ytree.TAttributeFilter

func (*TReqGetOperation) GetIncludeRuntime

func (x *TReqGetOperation) GetIncludeRuntime() bool

func (*TReqGetOperation) GetLegacyAttributes

func (x *TReqGetOperation) GetLegacyAttributes() []string

func (*TReqGetOperation) GetMasterReadOptions

func (x *TReqGetOperation) GetMasterReadOptions() *TMasterReadOptions

func (*TReqGetOperation) GetMaximumCypressProgressAge

func (x *TReqGetOperation) GetMaximumCypressProgressAge() int64

func (*TReqGetOperation) GetOperationAlias

func (x *TReqGetOperation) GetOperationAlias() string

func (*TReqGetOperation) GetOperationId

func (x *TReqGetOperation) GetOperationId() *misc.TGuid

func (*TReqGetOperation) GetOperationIdOrAlias

func (m *TReqGetOperation) GetOperationIdOrAlias() isTReqGetOperation_OperationIdOrAlias

func (*TReqGetOperation) ProtoMessage

func (*TReqGetOperation) ProtoMessage()

func (*TReqGetOperation) ProtoReflect

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

func (*TReqGetOperation) Reset

func (x *TReqGetOperation) Reset()

func (*TReqGetOperation) String

func (x *TReqGetOperation) String() string

type TReqGetOperation_OperationAlias

type TReqGetOperation_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,4,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqGetOperation_OperationId

type TReqGetOperation_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqGetPipelineDynamicSpec added in v0.0.14

type TReqGetPipelineDynamicSpec struct {
	PipelinePath *string `protobuf:"bytes,1,req,name=pipeline_path,json=pipelinePath" json:"pipeline_path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetPipelineDynamicSpec) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqGetPipelineDynamicSpec.ProtoReflect.Descriptor instead.

func (*TReqGetPipelineDynamicSpec) GetPipelinePath added in v0.0.14

func (x *TReqGetPipelineDynamicSpec) GetPipelinePath() string

func (*TReqGetPipelineDynamicSpec) ProtoMessage added in v0.0.14

func (*TReqGetPipelineDynamicSpec) ProtoMessage()

func (*TReqGetPipelineDynamicSpec) ProtoReflect added in v0.0.14

func (*TReqGetPipelineDynamicSpec) Reset added in v0.0.14

func (x *TReqGetPipelineDynamicSpec) Reset()

func (*TReqGetPipelineDynamicSpec) String added in v0.0.14

func (x *TReqGetPipelineDynamicSpec) String() string

type TReqGetPipelineSpec added in v0.0.14

type TReqGetPipelineSpec struct {
	PipelinePath *string `protobuf:"bytes,1,req,name=pipeline_path,json=pipelinePath" json:"pipeline_path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetPipelineSpec) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqGetPipelineSpec.ProtoReflect.Descriptor instead.

func (*TReqGetPipelineSpec) GetPipelinePath added in v0.0.14

func (x *TReqGetPipelineSpec) GetPipelinePath() string

func (*TReqGetPipelineSpec) ProtoMessage added in v0.0.14

func (*TReqGetPipelineSpec) ProtoMessage()

func (*TReqGetPipelineSpec) ProtoReflect added in v0.0.14

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

func (*TReqGetPipelineSpec) Reset added in v0.0.14

func (x *TReqGetPipelineSpec) Reset()

func (*TReqGetPipelineSpec) String added in v0.0.14

func (x *TReqGetPipelineSpec) String() string

type TReqGetPipelineStatus added in v0.0.14

type TReqGetPipelineStatus struct {
	PipelinePath *string `protobuf:"bytes,1,req,name=pipeline_path,json=pipelinePath" json:"pipeline_path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetPipelineStatus) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqGetPipelineStatus.ProtoReflect.Descriptor instead.

func (*TReqGetPipelineStatus) GetPipelinePath added in v0.0.14

func (x *TReqGetPipelineStatus) GetPipelinePath() string

func (*TReqGetPipelineStatus) ProtoMessage added in v0.0.14

func (*TReqGetPipelineStatus) ProtoMessage()

func (*TReqGetPipelineStatus) ProtoReflect added in v0.0.14

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

func (*TReqGetPipelineStatus) Reset added in v0.0.14

func (x *TReqGetPipelineStatus) Reset()

func (*TReqGetPipelineStatus) String added in v0.0.14

func (x *TReqGetPipelineStatus) String() string

type TReqGetQuery added in v0.0.16

type TReqGetQuery struct {
	QueryTrackerStage *string                 `protobuf:"bytes,1,req,name=query_tracker_stage,json=queryTrackerStage" json:"query_tracker_stage,omitempty"`
	QueryId           *misc.TGuid             `protobuf:"bytes,2,req,name=query_id,json=queryId" json:"query_id,omitempty"`
	Attributes        *ytree.TAttributeFilter `protobuf:"bytes,3,opt,name=attributes" json:"attributes,omitempty"`
	Timestamp         *uint64                 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetQuery) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqGetQuery.ProtoReflect.Descriptor instead.

func (*TReqGetQuery) GetAttributes added in v0.0.16

func (x *TReqGetQuery) GetAttributes() *ytree.TAttributeFilter

func (*TReqGetQuery) GetQueryId added in v0.0.16

func (x *TReqGetQuery) GetQueryId() *misc.TGuid

func (*TReqGetQuery) GetQueryTrackerStage added in v0.0.16

func (x *TReqGetQuery) GetQueryTrackerStage() string

func (*TReqGetQuery) GetTimestamp added in v0.0.16

func (x *TReqGetQuery) GetTimestamp() uint64

func (*TReqGetQuery) ProtoMessage added in v0.0.16

func (*TReqGetQuery) ProtoMessage()

func (*TReqGetQuery) ProtoReflect added in v0.0.16

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

func (*TReqGetQuery) Reset added in v0.0.16

func (x *TReqGetQuery) Reset()

func (*TReqGetQuery) String added in v0.0.16

func (x *TReqGetQuery) String() string

type TReqGetQueryResult added in v0.0.16

type TReqGetQueryResult struct {
	QueryTrackerStage *string     `protobuf:"bytes,1,req,name=query_tracker_stage,json=queryTrackerStage" json:"query_tracker_stage,omitempty"`
	QueryId           *misc.TGuid `protobuf:"bytes,2,req,name=query_id,json=queryId" json:"query_id,omitempty"`
	ResultIndex       *int64      `protobuf:"varint,3,req,name=result_index,json=resultIndex" json:"result_index,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetQueryResult) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqGetQueryResult.ProtoReflect.Descriptor instead.

func (*TReqGetQueryResult) GetQueryId added in v0.0.16

func (x *TReqGetQueryResult) GetQueryId() *misc.TGuid

func (*TReqGetQueryResult) GetQueryTrackerStage added in v0.0.16

func (x *TReqGetQueryResult) GetQueryTrackerStage() string

func (*TReqGetQueryResult) GetResultIndex added in v0.0.16

func (x *TReqGetQueryResult) GetResultIndex() int64

func (*TReqGetQueryResult) ProtoMessage added in v0.0.16

func (*TReqGetQueryResult) ProtoMessage()

func (*TReqGetQueryResult) ProtoReflect added in v0.0.16

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

func (*TReqGetQueryResult) Reset added in v0.0.16

func (x *TReqGetQueryResult) Reset()

func (*TReqGetQueryResult) String added in v0.0.16

func (x *TReqGetQueryResult) String() string

type TReqGetQueryTrackerInfo added in v0.0.16

type TReqGetQueryTrackerInfo struct {
	QueryTrackerStage *string                 `protobuf:"bytes,1,req,name=query_tracker_stage,json=queryTrackerStage" json:"query_tracker_stage,omitempty"`
	Attributes        *ytree.TAttributeFilter `protobuf:"bytes,2,opt,name=attributes" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetQueryTrackerInfo) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqGetQueryTrackerInfo.ProtoReflect.Descriptor instead.

func (*TReqGetQueryTrackerInfo) GetAttributes added in v0.0.16

func (x *TReqGetQueryTrackerInfo) GetAttributes() *ytree.TAttributeFilter

func (*TReqGetQueryTrackerInfo) GetQueryTrackerStage added in v0.0.16

func (x *TReqGetQueryTrackerInfo) GetQueryTrackerStage() string

func (*TReqGetQueryTrackerInfo) ProtoMessage added in v0.0.16

func (*TReqGetQueryTrackerInfo) ProtoMessage()

func (*TReqGetQueryTrackerInfo) ProtoReflect added in v0.0.16

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

func (*TReqGetQueryTrackerInfo) Reset added in v0.0.16

func (x *TReqGetQueryTrackerInfo) Reset()

func (*TReqGetQueryTrackerInfo) String added in v0.0.16

func (x *TReqGetQueryTrackerInfo) String() string

type TReqGetTableMountInfo

type TReqGetTableMountInfo struct {
	Path *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetTableMountInfo) Descriptor deprecated

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

Deprecated: Use TReqGetTableMountInfo.ProtoReflect.Descriptor instead.

func (*TReqGetTableMountInfo) GetPath

func (x *TReqGetTableMountInfo) GetPath() string

func (*TReqGetTableMountInfo) ProtoMessage

func (*TReqGetTableMountInfo) ProtoMessage()

func (*TReqGetTableMountInfo) ProtoReflect

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

func (*TReqGetTableMountInfo) Reset

func (x *TReqGetTableMountInfo) Reset()

func (*TReqGetTableMountInfo) String

func (x *TReqGetTableMountInfo) String() string

type TReqGetTablePivotKeys

type TReqGetTablePivotKeys struct {
	Path               *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	RepresentKeyAsList *bool   `protobuf:"varint,2,opt,name=represent_key_as_list,json=representKeyAsList" json:"represent_key_as_list,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetTablePivotKeys) Descriptor deprecated

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

Deprecated: Use TReqGetTablePivotKeys.ProtoReflect.Descriptor instead.

func (*TReqGetTablePivotKeys) GetPath

func (x *TReqGetTablePivotKeys) GetPath() string

func (*TReqGetTablePivotKeys) GetRepresentKeyAsList

func (x *TReqGetTablePivotKeys) GetRepresentKeyAsList() bool

func (*TReqGetTablePivotKeys) ProtoMessage

func (*TReqGetTablePivotKeys) ProtoMessage()

func (*TReqGetTablePivotKeys) ProtoReflect

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

func (*TReqGetTablePivotKeys) Reset

func (x *TReqGetTablePivotKeys) Reset()

func (*TReqGetTablePivotKeys) String

func (x *TReqGetTablePivotKeys) String() string

type TReqGetTabletErrors

type TReqGetTabletErrors struct {
	Path  *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	Limit *int64  `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetTabletErrors) Descriptor deprecated

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

Deprecated: Use TReqGetTabletErrors.ProtoReflect.Descriptor instead.

func (*TReqGetTabletErrors) GetLimit

func (x *TReqGetTabletErrors) GetLimit() int64

func (*TReqGetTabletErrors) GetPath

func (x *TReqGetTabletErrors) GetPath() string

func (*TReqGetTabletErrors) ProtoMessage

func (*TReqGetTabletErrors) ProtoMessage()

func (*TReqGetTabletErrors) ProtoReflect

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

func (*TReqGetTabletErrors) Reset

func (x *TReqGetTabletErrors) Reset()

func (*TReqGetTabletErrors) String

func (x *TReqGetTabletErrors) String() string

type TReqGetTabletInfos

type TReqGetTabletInfos struct {
	Path          *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	TabletIndexes []int32 `protobuf:"varint,2,rep,name=tablet_indexes,json=tabletIndexes" json:"tablet_indexes,omitempty"`
	RequestErrors *bool   `protobuf:"varint,3,opt,name=request_errors,json=requestErrors,def=0" json:"request_errors,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqGetTabletInfos) Descriptor deprecated

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

Deprecated: Use TReqGetTabletInfos.ProtoReflect.Descriptor instead.

func (*TReqGetTabletInfos) GetPath

func (x *TReqGetTabletInfos) GetPath() string

func (*TReqGetTabletInfos) GetRequestErrors

func (x *TReqGetTabletInfos) GetRequestErrors() bool

func (*TReqGetTabletInfos) GetTabletIndexes

func (x *TReqGetTabletInfos) GetTabletIndexes() []int32

func (*TReqGetTabletInfos) ProtoMessage

func (*TReqGetTabletInfos) ProtoMessage()

func (*TReqGetTabletInfos) ProtoReflect

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

func (*TReqGetTabletInfos) Reset

func (x *TReqGetTabletInfos) Reset()

func (*TReqGetTabletInfos) String

func (x *TReqGetTabletInfos) String() string

type TReqInternalizeNode

type TReqInternalizeNode struct {
	Path                 *string                `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqInternalizeNode) Descriptor deprecated

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

Deprecated: Use TReqInternalizeNode.ProtoReflect.Descriptor instead.

func (*TReqInternalizeNode) GetPath

func (x *TReqInternalizeNode) GetPath() string

func (*TReqInternalizeNode) GetTransactionalOptions

func (x *TReqInternalizeNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqInternalizeNode) ProtoMessage

func (*TReqInternalizeNode) ProtoMessage()

func (*TReqInternalizeNode) ProtoReflect

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

func (*TReqInternalizeNode) Reset

func (x *TReqInternalizeNode) Reset()

func (*TReqInternalizeNode) String

func (x *TReqInternalizeNode) String() string

type TReqLinkNode

type TReqLinkNode struct {
	SrcPath              *string                `protobuf:"bytes,1,req,name=src_path,json=srcPath" json:"src_path,omitempty"` // YPath
	DstPath              *string                `protobuf:"bytes,2,req,name=dst_path,json=dstPath" json:"dst_path,omitempty"` // YPath
	Recursive            *bool                  `protobuf:"varint,3,opt,name=recursive,def=0" json:"recursive,omitempty"`
	Force                *bool                  `protobuf:"varint,4,opt,name=force,def=0" json:"force,omitempty"`
	IgnoreExisting       *bool                  `protobuf:"varint,5,opt,name=ignore_existing,json=ignoreExisting,def=0" json:"ignore_existing,omitempty"`
	LockExisting         *bool                  `protobuf:"varint,6,opt,name=lock_existing,json=lockExisting,def=0" json:"lock_existing,omitempty"`
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions  *TPrerequisiteOptions  `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions      *TMutatingOptions      `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqLinkNode) Descriptor deprecated

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

Deprecated: Use TReqLinkNode.ProtoReflect.Descriptor instead.

func (*TReqLinkNode) GetDstPath

func (x *TReqLinkNode) GetDstPath() string

func (*TReqLinkNode) GetForce

func (x *TReqLinkNode) GetForce() bool

func (*TReqLinkNode) GetIgnoreExisting

func (x *TReqLinkNode) GetIgnoreExisting() bool

func (*TReqLinkNode) GetLockExisting

func (x *TReqLinkNode) GetLockExisting() bool

func (*TReqLinkNode) GetMutatingOptions

func (x *TReqLinkNode) GetMutatingOptions() *TMutatingOptions

func (*TReqLinkNode) GetPrerequisiteOptions

func (x *TReqLinkNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqLinkNode) GetRecursive

func (x *TReqLinkNode) GetRecursive() bool

func (*TReqLinkNode) GetSrcPath

func (x *TReqLinkNode) GetSrcPath() string

func (*TReqLinkNode) GetTransactionalOptions

func (x *TReqLinkNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqLinkNode) ProtoMessage

func (*TReqLinkNode) ProtoMessage()

func (*TReqLinkNode) ProtoReflect

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

func (*TReqLinkNode) Reset

func (x *TReqLinkNode) Reset()

func (*TReqLinkNode) String

func (x *TReqLinkNode) String() string

type TReqListJobs

type TReqListJobs struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqListJobs_OperationId
	//	*TReqListJobs_OperationAlias
	OperationIdOrAlias          isTReqListJobs_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	Type                        *EJobType                         `protobuf:"varint,2,opt,name=type,enum=NYT.NApi.NRpcProxy.NProto.EJobType" json:"type,omitempty"`
	State                       *EJobState                        `protobuf:"varint,3,opt,name=state,enum=NYT.NApi.NRpcProxy.NProto.EJobState" json:"state,omitempty"`
	Address                     *string                           `protobuf:"bytes,4,opt,name=address" json:"address,omitempty"`
	WithStderr                  *bool                             `protobuf:"varint,5,opt,name=with_stderr,json=withStderr" json:"with_stderr,omitempty"`
	WithFailContext             *bool                             `protobuf:"varint,6,opt,name=with_fail_context,json=withFailContext" json:"with_fail_context,omitempty"`
	WithSpec                    *bool                             `protobuf:"varint,7,opt,name=with_spec,json=withSpec" json:"with_spec,omitempty"`
	SortField                   *EJobSortField                    `` /* 133-byte string literal not displayed */
	SortOrder                   *EJobSortDirection                `` /* 137-byte string literal not displayed */
	Limit                       *int64                            `protobuf:"varint,10,opt,name=limit,def=1000" json:"limit,omitempty"`
	Offset                      *int64                            `protobuf:"varint,11,opt,name=offset,def=0" json:"offset,omitempty"`
	IncludeCypress              *bool                             `protobuf:"varint,12,opt,name=include_cypress,json=includeCypress,def=0" json:"include_cypress,omitempty"`
	IncludeControllerAgent      *bool                             `` /* 130-byte string literal not displayed */
	IncludeArchive              *bool                             `protobuf:"varint,14,opt,name=include_archive,json=includeArchive,def=0" json:"include_archive,omitempty"`
	DataSource                  *EDataSource                      `` /* 135-byte string literal not displayed */
	RunningJobsLookbehindPeriod *uint64                           `` /* 141-byte string literal not displayed */
	JobCompetitionId            *misc.TGuid                       `protobuf:"bytes,17,opt,name=job_competition_id,json=jobCompetitionId" json:"job_competition_id,omitempty"`
	WithCompetitors             *bool                             `protobuf:"varint,18,opt,name=with_competitors,json=withCompetitors" json:"with_competitors,omitempty"`
	TaskName                    *string                           `protobuf:"bytes,19,opt,name=task_name,json=taskName" json:"task_name,omitempty"`
	WithMonitoringDescriptor    *bool                             `` /* 130-byte string literal not displayed */
	MasterReadOptions           *TMasterReadOptions               `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqListJobs) Descriptor deprecated

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

Deprecated: Use TReqListJobs.ProtoReflect.Descriptor instead.

func (*TReqListJobs) GetAddress

func (x *TReqListJobs) GetAddress() string

func (*TReqListJobs) GetDataSource

func (x *TReqListJobs) GetDataSource() EDataSource

func (*TReqListJobs) GetIncludeArchive

func (x *TReqListJobs) GetIncludeArchive() bool

func (*TReqListJobs) GetIncludeControllerAgent

func (x *TReqListJobs) GetIncludeControllerAgent() bool

func (*TReqListJobs) GetIncludeCypress

func (x *TReqListJobs) GetIncludeCypress() bool

func (*TReqListJobs) GetJobCompetitionId

func (x *TReqListJobs) GetJobCompetitionId() *misc.TGuid

func (*TReqListJobs) GetLimit

func (x *TReqListJobs) GetLimit() int64

func (*TReqListJobs) GetMasterReadOptions

func (x *TReqListJobs) GetMasterReadOptions() *TMasterReadOptions

func (*TReqListJobs) GetOffset

func (x *TReqListJobs) GetOffset() int64

func (*TReqListJobs) GetOperationAlias

func (x *TReqListJobs) GetOperationAlias() string

func (*TReqListJobs) GetOperationId

func (x *TReqListJobs) GetOperationId() *misc.TGuid

func (*TReqListJobs) GetOperationIdOrAlias

func (m *TReqListJobs) GetOperationIdOrAlias() isTReqListJobs_OperationIdOrAlias

func (*TReqListJobs) GetRunningJobsLookbehindPeriod

func (x *TReqListJobs) GetRunningJobsLookbehindPeriod() uint64

func (*TReqListJobs) GetSortField

func (x *TReqListJobs) GetSortField() EJobSortField

func (*TReqListJobs) GetSortOrder

func (x *TReqListJobs) GetSortOrder() EJobSortDirection

func (*TReqListJobs) GetState

func (x *TReqListJobs) GetState() EJobState

func (*TReqListJobs) GetTaskName

func (x *TReqListJobs) GetTaskName() string

func (*TReqListJobs) GetType

func (x *TReqListJobs) GetType() EJobType

func (*TReqListJobs) GetWithCompetitors

func (x *TReqListJobs) GetWithCompetitors() bool

func (*TReqListJobs) GetWithFailContext

func (x *TReqListJobs) GetWithFailContext() bool

func (*TReqListJobs) GetWithMonitoringDescriptor added in v0.0.14

func (x *TReqListJobs) GetWithMonitoringDescriptor() bool

func (*TReqListJobs) GetWithSpec

func (x *TReqListJobs) GetWithSpec() bool

func (*TReqListJobs) GetWithStderr

func (x *TReqListJobs) GetWithStderr() bool

func (*TReqListJobs) ProtoMessage

func (*TReqListJobs) ProtoMessage()

func (*TReqListJobs) ProtoReflect

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

func (*TReqListJobs) Reset

func (x *TReqListJobs) Reset()

func (*TReqListJobs) String

func (x *TReqListJobs) String() string

type TReqListJobs_OperationAlias

type TReqListJobs_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,20,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqListJobs_OperationId

type TReqListJobs_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqListNode

type TReqListNode struct {
	Path *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	// COMPAT(max42): see comment around TLegacyAttributeKeys.
	LegacyAttributes                  *TLegacyAttributeKeys               `protobuf:"bytes,2,opt,name=legacy_attributes,json=legacyAttributes" json:"legacy_attributes,omitempty"`
	Attributes                        *ytree.TAttributeFilter             `protobuf:"bytes,4,opt,name=attributes" json:"attributes,omitempty"`
	MaxSize                           *int64                              `protobuf:"varint,3,opt,name=max_size,json=maxSize" json:"max_size,omitempty"`
	ComplexityLimits                  *ytree.TReadRequestComplexityLimits `protobuf:"bytes,6,opt,name=complexity_limits,json=complexityLimits" json:"complexity_limits,omitempty"`
	TransactionalOptions              *TTransactionalOptions              `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions               *TPrerequisiteOptions               `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MasterReadOptions                 *TMasterReadOptions                 `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	SuppressableAccessTrackingOptions *TSuppressableAccessTrackingOptions `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqListNode) Descriptor deprecated

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

Deprecated: Use TReqListNode.ProtoReflect.Descriptor instead.

func (*TReqListNode) GetAttributes

func (x *TReqListNode) GetAttributes() *ytree.TAttributeFilter

func (*TReqListNode) GetComplexityLimits added in v0.0.10

func (x *TReqListNode) GetComplexityLimits() *ytree.TReadRequestComplexityLimits

func (*TReqListNode) GetLegacyAttributes

func (x *TReqListNode) GetLegacyAttributes() *TLegacyAttributeKeys

func (*TReqListNode) GetMasterReadOptions

func (x *TReqListNode) GetMasterReadOptions() *TMasterReadOptions

func (*TReqListNode) GetMaxSize

func (x *TReqListNode) GetMaxSize() int64

func (*TReqListNode) GetPath

func (x *TReqListNode) GetPath() string

func (*TReqListNode) GetPrerequisiteOptions

func (x *TReqListNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqListNode) GetSuppressableAccessTrackingOptions

func (x *TReqListNode) GetSuppressableAccessTrackingOptions() *TSuppressableAccessTrackingOptions

func (*TReqListNode) GetTransactionalOptions

func (x *TReqListNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqListNode) ProtoMessage

func (*TReqListNode) ProtoMessage()

func (*TReqListNode) ProtoReflect

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

func (*TReqListNode) Reset

func (x *TReqListNode) Reset()

func (*TReqListNode) String

func (x *TReqListNode) String() string

type TReqListOperations

type TReqListOperations struct {
	FromTime        *uint64                  `protobuf:"varint,1,opt,name=from_time,json=fromTime" json:"from_time,omitempty"`       // TInstant
	ToTime          *uint64                  `protobuf:"varint,2,opt,name=to_time,json=toTime" json:"to_time,omitempty"`             // TInstant
	CursorTime      *uint64                  `protobuf:"varint,3,opt,name=cursor_time,json=cursorTime" json:"cursor_time,omitempty"` // TInstant
	CursorDirection *EOperationSortDirection ``                                                                                      /* 161-byte string literal not displayed */
	UserFilter      *string                  `protobuf:"bytes,5,opt,name=user_filter,json=userFilter" json:"user_filter,omitempty"`
	StateFilter     *EOperationState         `` /* 135-byte string literal not displayed */
	TypeFilter      *EOperationType          `` /* 131-byte string literal not displayed */
	SubstrFilter    *string                  `protobuf:"bytes,9,opt,name=substr_filter,json=substrFilter" json:"substr_filter,omitempty"`
	Pool            *string                  `protobuf:"bytes,10,opt,name=pool" json:"pool,omitempty"`
	WithFailedJobs  *bool                    `protobuf:"varint,11,opt,name=with_failed_jobs,json=withFailedJobs" json:"with_failed_jobs,omitempty"`
	IncludeArchive  *bool                    `protobuf:"varint,12,opt,name=include_archive,json=includeArchive,def=0" json:"include_archive,omitempty"`
	IncludeCounters *bool                    `protobuf:"varint,13,opt,name=include_counters,json=includeCounters,def=1" json:"include_counters,omitempty"`
	Limit           *uint64                  `protobuf:"varint,14,opt,name=limit,def=100" json:"limit,omitempty"`
	// COMPAT(max42): see comment around TLegacyAttributeKeys.
	LegacyAttributes       *TLegacyAttributeKeys   `protobuf:"bytes,15,opt,name=legacy_attributes,json=legacyAttributes" json:"legacy_attributes,omitempty"`
	Attributes             *ytree.TAttributeFilter `protobuf:"bytes,20,opt,name=attributes" json:"attributes,omitempty"`
	EnableUiMode           *bool                   `protobuf:"varint,16,opt,name=enable_ui_mode,json=enableUiMode,def=0" json:"enable_ui_mode,omitempty"`
	AccessFilter           []byte                  `protobuf:"bytes,17,opt,name=access_filter,json=accessFilter" json:"access_filter,omitempty"` // YSON
	ArchiveFetchingTimeout *uint64                 ``                                                                                            // TDuration, 3 seconds by default
	/* 136-byte string literal not displayed */
	PoolTree          *string             `protobuf:"bytes,19,opt,name=pool_tree,json=poolTree" json:"pool_tree,omitempty"`
	MasterReadOptions *TMasterReadOptions `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqListOperations) Descriptor deprecated

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

Deprecated: Use TReqListOperations.ProtoReflect.Descriptor instead.

func (*TReqListOperations) GetAccessFilter

func (x *TReqListOperations) GetAccessFilter() []byte

func (*TReqListOperations) GetArchiveFetchingTimeout

func (x *TReqListOperations) GetArchiveFetchingTimeout() uint64

func (*TReqListOperations) GetAttributes

func (x *TReqListOperations) GetAttributes() *ytree.TAttributeFilter

func (*TReqListOperations) GetCursorDirection

func (x *TReqListOperations) GetCursorDirection() EOperationSortDirection

func (*TReqListOperations) GetCursorTime

func (x *TReqListOperations) GetCursorTime() uint64

func (*TReqListOperations) GetEnableUiMode

func (x *TReqListOperations) GetEnableUiMode() bool

func (*TReqListOperations) GetFromTime

func (x *TReqListOperations) GetFromTime() uint64

func (*TReqListOperations) GetIncludeArchive

func (x *TReqListOperations) GetIncludeArchive() bool

func (*TReqListOperations) GetIncludeCounters

func (x *TReqListOperations) GetIncludeCounters() bool

func (*TReqListOperations) GetLegacyAttributes

func (x *TReqListOperations) GetLegacyAttributes() *TLegacyAttributeKeys

func (*TReqListOperations) GetLimit

func (x *TReqListOperations) GetLimit() uint64

func (*TReqListOperations) GetMasterReadOptions

func (x *TReqListOperations) GetMasterReadOptions() *TMasterReadOptions

func (*TReqListOperations) GetPool

func (x *TReqListOperations) GetPool() string

func (*TReqListOperations) GetPoolTree

func (x *TReqListOperations) GetPoolTree() string

func (*TReqListOperations) GetStateFilter

func (x *TReqListOperations) GetStateFilter() EOperationState

func (*TReqListOperations) GetSubstrFilter

func (x *TReqListOperations) GetSubstrFilter() string

func (*TReqListOperations) GetToTime

func (x *TReqListOperations) GetToTime() uint64

func (*TReqListOperations) GetTypeFilter

func (x *TReqListOperations) GetTypeFilter() EOperationType

func (*TReqListOperations) GetUserFilter

func (x *TReqListOperations) GetUserFilter() string

func (*TReqListOperations) GetWithFailedJobs

func (x *TReqListOperations) GetWithFailedJobs() bool

func (*TReqListOperations) ProtoMessage

func (*TReqListOperations) ProtoMessage()

func (*TReqListOperations) ProtoReflect

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

func (*TReqListOperations) Reset

func (x *TReqListOperations) Reset()

func (*TReqListOperations) String

func (x *TReqListOperations) String() string

type TReqListQueries added in v0.0.16

type TReqListQueries struct {
	QueryTrackerStage *string                  `protobuf:"bytes,1,req,name=query_tracker_stage,json=queryTrackerStage" json:"query_tracker_stage,omitempty"`
	FromTime          *uint64                  `protobuf:"varint,2,opt,name=from_time,json=fromTime" json:"from_time,omitempty"`       // TInstant
	ToTime            *uint64                  `protobuf:"varint,3,opt,name=to_time,json=toTime" json:"to_time,omitempty"`             // TInstant
	CursorTime        *uint64                  `protobuf:"varint,4,opt,name=cursor_time,json=cursorTime" json:"cursor_time,omitempty"` // TInstant
	CursorDirection   *EOperationSortDirection ``                                                                                      /* 161-byte string literal not displayed */
	UserFilter        *string                  `protobuf:"bytes,6,opt,name=user_filter,json=userFilter" json:"user_filter,omitempty"`
	StateFilter       *EQueryState             `` /* 131-byte string literal not displayed */
	EngineFilter      *EQueryEngine            `` /* 135-byte string literal not displayed */
	SubstrFilter      *string                  `protobuf:"bytes,9,opt,name=substr_filter,json=substrFilter" json:"substr_filter,omitempty"`
	Limit             *uint64                  `protobuf:"varint,10,opt,name=limit,def=100" json:"limit,omitempty"`
	Attributes        *ytree.TAttributeFilter  `protobuf:"bytes,11,opt,name=attributes" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqListQueries) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqListQueries.ProtoReflect.Descriptor instead.

func (*TReqListQueries) GetAttributes added in v0.0.16

func (x *TReqListQueries) GetAttributes() *ytree.TAttributeFilter

func (*TReqListQueries) GetCursorDirection added in v0.0.16

func (x *TReqListQueries) GetCursorDirection() EOperationSortDirection

func (*TReqListQueries) GetCursorTime added in v0.0.16

func (x *TReqListQueries) GetCursorTime() uint64

func (*TReqListQueries) GetEngineFilter added in v0.0.16

func (x *TReqListQueries) GetEngineFilter() EQueryEngine

func (*TReqListQueries) GetFromTime added in v0.0.16

func (x *TReqListQueries) GetFromTime() uint64

func (*TReqListQueries) GetLimit added in v0.0.16

func (x *TReqListQueries) GetLimit() uint64

func (*TReqListQueries) GetQueryTrackerStage added in v0.0.16

func (x *TReqListQueries) GetQueryTrackerStage() string

func (*TReqListQueries) GetStateFilter added in v0.0.16

func (x *TReqListQueries) GetStateFilter() EQueryState

func (*TReqListQueries) GetSubstrFilter added in v0.0.16

func (x *TReqListQueries) GetSubstrFilter() string

func (*TReqListQueries) GetToTime added in v0.0.16

func (x *TReqListQueries) GetToTime() uint64

func (*TReqListQueries) GetUserFilter added in v0.0.16

func (x *TReqListQueries) GetUserFilter() string

func (*TReqListQueries) ProtoMessage added in v0.0.16

func (*TReqListQueries) ProtoMessage()

func (*TReqListQueries) ProtoReflect added in v0.0.16

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

func (*TReqListQueries) Reset added in v0.0.16

func (x *TReqListQueries) Reset()

func (*TReqListQueries) String added in v0.0.16

func (x *TReqListQueries) String() string

type TReqListQueueConsumerRegistrations added in v0.0.5

type TReqListQueueConsumerRegistrations struct {
	QueuePath    *string `protobuf:"bytes,1,opt,name=queue_path,json=queuePath" json:"queue_path,omitempty"`
	ConsumerPath *string `protobuf:"bytes,2,opt,name=consumer_path,json=consumerPath" json:"consumer_path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqListQueueConsumerRegistrations) Descriptor deprecated added in v0.0.5

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

Deprecated: Use TReqListQueueConsumerRegistrations.ProtoReflect.Descriptor instead.

func (*TReqListQueueConsumerRegistrations) GetConsumerPath added in v0.0.5

func (x *TReqListQueueConsumerRegistrations) GetConsumerPath() string

func (*TReqListQueueConsumerRegistrations) GetQueuePath added in v0.0.5

func (x *TReqListQueueConsumerRegistrations) GetQueuePath() string

func (*TReqListQueueConsumerRegistrations) ProtoMessage added in v0.0.5

func (*TReqListQueueConsumerRegistrations) ProtoMessage()

func (*TReqListQueueConsumerRegistrations) ProtoReflect added in v0.0.5

func (*TReqListQueueConsumerRegistrations) Reset added in v0.0.5

func (*TReqListQueueConsumerRegistrations) String added in v0.0.5

type TReqLockNode

type TReqLockNode struct {
	Path                 *string                `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`  // YPath
	Mode                 *int32                 `protobuf:"varint,2,req,name=mode" json:"mode,omitempty"` // NCypressClient::ELockMode
	Waitable             *bool                  `protobuf:"varint,3,opt,name=waitable,def=0" json:"waitable,omitempty"`
	ChildKey             *string                `protobuf:"bytes,4,opt,name=child_key,json=childKey" json:"child_key,omitempty"`
	AttributeKey         *string                `protobuf:"bytes,5,opt,name=attribute_key,json=attributeKey" json:"attribute_key,omitempty"`
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions  *TPrerequisiteOptions  `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions      *TMutatingOptions      `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqLockNode) Descriptor deprecated

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

Deprecated: Use TReqLockNode.ProtoReflect.Descriptor instead.

func (*TReqLockNode) GetAttributeKey

func (x *TReqLockNode) GetAttributeKey() string

func (*TReqLockNode) GetChildKey

func (x *TReqLockNode) GetChildKey() string

func (*TReqLockNode) GetMode

func (x *TReqLockNode) GetMode() int32

func (*TReqLockNode) GetMutatingOptions

func (x *TReqLockNode) GetMutatingOptions() *TMutatingOptions

func (*TReqLockNode) GetPath

func (x *TReqLockNode) GetPath() string

func (*TReqLockNode) GetPrerequisiteOptions

func (x *TReqLockNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqLockNode) GetTransactionalOptions

func (x *TReqLockNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqLockNode) GetWaitable

func (x *TReqLockNode) GetWaitable() bool

func (*TReqLockNode) ProtoMessage

func (*TReqLockNode) ProtoMessage()

func (*TReqLockNode) ProtoReflect

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

func (*TReqLockNode) Reset

func (x *TReqLockNode) Reset()

func (*TReqLockNode) String

func (x *TReqLockNode) String() string

type TReqLookupRows

type TReqLookupRows struct {
	Path                *string              `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	Timestamp           *uint64              `protobuf:"varint,3,opt,name=timestamp,def=4611686018427387649" json:"timestamp,omitempty"`
	RetentionTimestamp  *uint64              `protobuf:"varint,10,opt,name=retention_timestamp,json=retentionTimestamp,def=0" json:"retention_timestamp,omitempty"`
	Columns             []string             `protobuf:"bytes,2,rep,name=columns" json:"columns,omitempty"`
	KeepMissingRows     *bool                `protobuf:"varint,4,opt,name=keep_missing_rows,json=keepMissingRows,def=1" json:"keep_missing_rows,omitempty"`
	EnablePartialResult *bool                `protobuf:"varint,7,opt,name=enable_partial_result,json=enablePartialResult,def=0" json:"enable_partial_result,omitempty"`
	UseLookupCache      *bool                `protobuf:"varint,9,opt,name=use_lookup_cache,json=useLookupCache,def=0" json:"use_lookup_cache,omitempty"`
	TabletReadOptions   *TTabletReadOptions  `protobuf:"bytes,106,opt,name=tablet_read_options,json=tabletReadOptions" json:"tablet_read_options,omitempty"`
	ReplicaConsistency  *EReplicaConsistency `` /* 161-byte string literal not displayed */
	MultiplexingBand    *EMultiplexingBand   `` /* 152-byte string literal not displayed */
	RowsetDescriptor    *TRowsetDescriptor   `protobuf:"bytes,200,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqLookupRows) Descriptor deprecated

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

Deprecated: Use TReqLookupRows.ProtoReflect.Descriptor instead.

func (*TReqLookupRows) GetColumns

func (x *TReqLookupRows) GetColumns() []string

func (*TReqLookupRows) GetEnablePartialResult

func (x *TReqLookupRows) GetEnablePartialResult() bool

func (*TReqLookupRows) GetKeepMissingRows

func (x *TReqLookupRows) GetKeepMissingRows() bool

func (*TReqLookupRows) GetMultiplexingBand

func (x *TReqLookupRows) GetMultiplexingBand() EMultiplexingBand

func (*TReqLookupRows) GetPath

func (x *TReqLookupRows) GetPath() string

func (*TReqLookupRows) GetReplicaConsistency

func (x *TReqLookupRows) GetReplicaConsistency() EReplicaConsistency

func (*TReqLookupRows) GetRetentionTimestamp

func (x *TReqLookupRows) GetRetentionTimestamp() uint64

func (*TReqLookupRows) GetRowsetDescriptor

func (x *TReqLookupRows) GetRowsetDescriptor() *TRowsetDescriptor

func (*TReqLookupRows) GetTabletReadOptions

func (x *TReqLookupRows) GetTabletReadOptions() *TTabletReadOptions

func (*TReqLookupRows) GetTimestamp

func (x *TReqLookupRows) GetTimestamp() uint64

func (*TReqLookupRows) GetUseLookupCache

func (x *TReqLookupRows) GetUseLookupCache() bool

func (*TReqLookupRows) ProtoMessage

func (*TReqLookupRows) ProtoMessage()

func (*TReqLookupRows) ProtoReflect

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

func (*TReqLookupRows) Reset

func (x *TReqLookupRows) Reset()

func (*TReqLookupRows) String

func (x *TReqLookupRows) String() string

type TReqMasterExitReadOnly added in v0.0.10

type TReqMasterExitReadOnly struct {
	Retry *bool `protobuf:"varint,1,req,name=retry" json:"retry,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqMasterExitReadOnly) Descriptor deprecated added in v0.0.10

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

Deprecated: Use TReqMasterExitReadOnly.ProtoReflect.Descriptor instead.

func (*TReqMasterExitReadOnly) GetRetry added in v0.0.10

func (x *TReqMasterExitReadOnly) GetRetry() bool

func (*TReqMasterExitReadOnly) ProtoMessage added in v0.0.10

func (*TReqMasterExitReadOnly) ProtoMessage()

func (*TReqMasterExitReadOnly) ProtoReflect added in v0.0.10

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

func (*TReqMasterExitReadOnly) Reset added in v0.0.10

func (x *TReqMasterExitReadOnly) Reset()

func (*TReqMasterExitReadOnly) String added in v0.0.10

func (x *TReqMasterExitReadOnly) String() string

type TReqMigrateReplicationCards

type TReqMigrateReplicationCards struct {
	ChaosCellId        *misc.TGuid   `protobuf:"bytes,1,req,name=chaos_cell_id,json=chaosCellId" json:"chaos_cell_id,omitempty"`
	DestinationCellId  *misc.TGuid   `protobuf:"bytes,2,opt,name=destination_cell_id,json=destinationCellId" json:"destination_cell_id,omitempty"`
	ReplicationCardIds []*misc.TGuid `protobuf:"bytes,3,rep,name=replication_card_ids,json=replicationCardIds" json:"replication_card_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqMigrateReplicationCards) Descriptor deprecated

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

Deprecated: Use TReqMigrateReplicationCards.ProtoReflect.Descriptor instead.

func (*TReqMigrateReplicationCards) GetChaosCellId

func (x *TReqMigrateReplicationCards) GetChaosCellId() *misc.TGuid

func (*TReqMigrateReplicationCards) GetDestinationCellId

func (x *TReqMigrateReplicationCards) GetDestinationCellId() *misc.TGuid

func (*TReqMigrateReplicationCards) GetReplicationCardIds

func (x *TReqMigrateReplicationCards) GetReplicationCardIds() []*misc.TGuid

func (*TReqMigrateReplicationCards) ProtoMessage

func (*TReqMigrateReplicationCards) ProtoMessage()

func (*TReqMigrateReplicationCards) ProtoReflect

func (*TReqMigrateReplicationCards) Reset

func (x *TReqMigrateReplicationCards) Reset()

func (*TReqMigrateReplicationCards) String

func (x *TReqMigrateReplicationCards) String() string

type TReqModifyRows

type TReqModifyRows struct {

	// Modifications are sent asynchronously. Sequential numbering is
	// required to restore their order (optional for compatibility).
	SequenceNumber *int64 `protobuf:"varint,6,opt,name=sequence_number,json=sequenceNumber" json:"sequence_number,omitempty"`
	// Modifications can be sent from several sources in case of several clients
	// attached to the same transaction.
	//
	// Modifications within one source will be serialized by this source sequence numbers.
	// Modifications from different sources will be serialized arbitrarily, that is why
	// different sources must send independent modifications.
	//
	// If sequence number is missing, source id is ignored.
	// Otherwise missing source id is interpreted as source id = 0.
	SequenceNumberSourceId *int64                 `protobuf:"varint,9,opt,name=sequence_number_source_id,json=sequenceNumberSourceId" json:"sequence_number_source_id,omitempty"`
	TransactionId          *misc.TGuid            `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	Path                   *string                `protobuf:"bytes,2,req,name=path" json:"path,omitempty"`
	RowModificationTypes   []ERowModificationType `` /* 169-byte string literal not displayed */
	// COMPAT(lukyan): Remove after RPC protocol version update
	RowLegacyReadLocks []uint32 `protobuf:"varint,7,rep,name=row_legacy_read_locks,json=rowLegacyReadLocks" json:"row_legacy_read_locks,omitempty"`
	// COMPAT(ponasenko-rs): Remove after RPC protocol version update
	RowLegacyLocks         []uint64                   `protobuf:"varint,8,rep,name=row_legacy_locks,json=rowLegacyLocks" json:"row_legacy_locks,omitempty"`
	RequireSyncReplica     *bool                      `protobuf:"varint,4,opt,name=require_sync_replica,json=requireSyncReplica" json:"require_sync_replica,omitempty"`
	UpstreamReplicaId      *misc.TGuid                `protobuf:"bytes,5,opt,name=upstream_replica_id,json=upstreamReplicaId" json:"upstream_replica_id,omitempty"`
	AllowMissingKeyColumns *bool                      `` /* 126-byte string literal not displayed */
	RowLocks               []*tablet_client.TLockMask `protobuf:"bytes,11,rep,name=row_locks,json=rowLocks" json:"row_locks,omitempty"`
	RowsetDescriptor       *TRowsetDescriptor         `protobuf:"bytes,200,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqModifyRows) Descriptor deprecated

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

Deprecated: Use TReqModifyRows.ProtoReflect.Descriptor instead.

func (*TReqModifyRows) GetAllowMissingKeyColumns

func (x *TReqModifyRows) GetAllowMissingKeyColumns() bool

func (*TReqModifyRows) GetPath

func (x *TReqModifyRows) GetPath() string

func (*TReqModifyRows) GetRequireSyncReplica

func (x *TReqModifyRows) GetRequireSyncReplica() bool

func (*TReqModifyRows) GetRowLegacyLocks added in v0.0.17

func (x *TReqModifyRows) GetRowLegacyLocks() []uint64

func (*TReqModifyRows) GetRowLegacyReadLocks added in v0.0.17

func (x *TReqModifyRows) GetRowLegacyReadLocks() []uint32

func (*TReqModifyRows) GetRowLocks

func (x *TReqModifyRows) GetRowLocks() []*tablet_client.TLockMask

func (*TReqModifyRows) GetRowModificationTypes

func (x *TReqModifyRows) GetRowModificationTypes() []ERowModificationType

func (*TReqModifyRows) GetRowsetDescriptor

func (x *TReqModifyRows) GetRowsetDescriptor() *TRowsetDescriptor

func (*TReqModifyRows) GetSequenceNumber

func (x *TReqModifyRows) GetSequenceNumber() int64

func (*TReqModifyRows) GetSequenceNumberSourceId

func (x *TReqModifyRows) GetSequenceNumberSourceId() int64

func (*TReqModifyRows) GetTransactionId

func (x *TReqModifyRows) GetTransactionId() *misc.TGuid

func (*TReqModifyRows) GetUpstreamReplicaId

func (x *TReqModifyRows) GetUpstreamReplicaId() *misc.TGuid

func (*TReqModifyRows) ProtoMessage

func (*TReqModifyRows) ProtoMessage()

func (*TReqModifyRows) ProtoReflect

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

func (*TReqModifyRows) Reset

func (x *TReqModifyRows) Reset()

func (*TReqModifyRows) String

func (x *TReqModifyRows) String() string

type TReqMountTable

type TReqMountTable struct {
	Path               *string              `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	CellId             *misc.TGuid          `protobuf:"bytes,2,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
	Freeze             *bool                `protobuf:"varint,3,opt,name=freeze,def=0" json:"freeze,omitempty"`
	MutatingOptions    *TMutatingOptions    `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	TabletRangeOptions *TTabletRangeOptions `protobuf:"bytes,104,opt,name=tablet_range_options,json=tabletRangeOptions" json:"tablet_range_options,omitempty"`
	TargetCellIds      []*misc.TGuid        `protobuf:"bytes,4,rep,name=target_cell_ids,json=targetCellIds" json:"target_cell_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqMountTable) Descriptor deprecated

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

Deprecated: Use TReqMountTable.ProtoReflect.Descriptor instead.

func (*TReqMountTable) GetCellId

func (x *TReqMountTable) GetCellId() *misc.TGuid

func (*TReqMountTable) GetFreeze

func (x *TReqMountTable) GetFreeze() bool

func (*TReqMountTable) GetMutatingOptions

func (x *TReqMountTable) GetMutatingOptions() *TMutatingOptions

func (*TReqMountTable) GetPath

func (x *TReqMountTable) GetPath() string

func (*TReqMountTable) GetTabletRangeOptions

func (x *TReqMountTable) GetTabletRangeOptions() *TTabletRangeOptions

func (*TReqMountTable) GetTargetCellIds

func (x *TReqMountTable) GetTargetCellIds() []*misc.TGuid

func (*TReqMountTable) ProtoMessage

func (*TReqMountTable) ProtoMessage()

func (*TReqMountTable) ProtoReflect

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

func (*TReqMountTable) Reset

func (x *TReqMountTable) Reset()

func (*TReqMountTable) String

func (x *TReqMountTable) String() string

type TReqMoveNode

type TReqMoveNode struct {
	SrcPath                   *string                `protobuf:"bytes,1,req,name=src_path,json=srcPath" json:"src_path,omitempty"` // YPath
	DstPath                   *string                `protobuf:"bytes,2,req,name=dst_path,json=dstPath" json:"dst_path,omitempty"` // YPath
	Recursive                 *bool                  `protobuf:"varint,3,opt,name=recursive,def=0" json:"recursive,omitempty"`
	Force                     *bool                  `protobuf:"varint,4,opt,name=force,def=0" json:"force,omitempty"`
	PreserveAccount           *bool                  `protobuf:"varint,5,opt,name=preserve_account,json=preserveAccount,def=0" json:"preserve_account,omitempty"`
	PreserveCreationTime      *bool                  `protobuf:"varint,8,opt,name=preserve_creation_time,json=preserveCreationTime,def=0" json:"preserve_creation_time,omitempty"`
	PreserveModificationTime  *bool                  `` /* 135-byte string literal not displayed */
	PreserveExpirationTime    *bool                  `` /* 129-byte string literal not displayed */
	PreserveExpirationTimeout *bool                  `` /* 139-byte string literal not displayed */
	PreserveOwner             *bool                  `protobuf:"varint,11,opt,name=preserve_owner,json=preserveOwner,def=0" json:"preserve_owner,omitempty"`
	PessimisticQuotaCheck     *bool                  `` /* 126-byte string literal not displayed */
	EnableCrossCellCopying    *bool                  `` /* 132-byte string literal not displayed */
	TransactionalOptions      *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions       *TPrerequisiteOptions  `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions           *TMutatingOptions      `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqMoveNode) Descriptor deprecated

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

Deprecated: Use TReqMoveNode.ProtoReflect.Descriptor instead.

func (*TReqMoveNode) GetDstPath

func (x *TReqMoveNode) GetDstPath() string

func (*TReqMoveNode) GetEnableCrossCellCopying added in v0.0.14

func (x *TReqMoveNode) GetEnableCrossCellCopying() bool

func (*TReqMoveNode) GetForce

func (x *TReqMoveNode) GetForce() bool

func (*TReqMoveNode) GetMutatingOptions

func (x *TReqMoveNode) GetMutatingOptions() *TMutatingOptions

func (*TReqMoveNode) GetPessimisticQuotaCheck

func (x *TReqMoveNode) GetPessimisticQuotaCheck() bool

func (*TReqMoveNode) GetPrerequisiteOptions

func (x *TReqMoveNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqMoveNode) GetPreserveAccount

func (x *TReqMoveNode) GetPreserveAccount() bool

func (*TReqMoveNode) GetPreserveCreationTime

func (x *TReqMoveNode) GetPreserveCreationTime() bool

func (*TReqMoveNode) GetPreserveExpirationTime

func (x *TReqMoveNode) GetPreserveExpirationTime() bool

func (*TReqMoveNode) GetPreserveExpirationTimeout

func (x *TReqMoveNode) GetPreserveExpirationTimeout() bool

func (*TReqMoveNode) GetPreserveModificationTime

func (x *TReqMoveNode) GetPreserveModificationTime() bool

func (*TReqMoveNode) GetPreserveOwner

func (x *TReqMoveNode) GetPreserveOwner() bool

func (*TReqMoveNode) GetRecursive

func (x *TReqMoveNode) GetRecursive() bool

func (*TReqMoveNode) GetSrcPath

func (x *TReqMoveNode) GetSrcPath() string

func (*TReqMoveNode) GetTransactionalOptions

func (x *TReqMoveNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqMoveNode) ProtoMessage

func (*TReqMoveNode) ProtoMessage()

func (*TReqMoveNode) ProtoReflect

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

func (*TReqMoveNode) Reset

func (x *TReqMoveNode) Reset()

func (*TReqMoveNode) String

func (x *TReqMoveNode) String() string

type TReqMultiLookup

type TReqMultiLookup struct {
	Subrequests        []*TReqMultiLookup_TSubrequest `protobuf:"bytes,1,rep,name=subrequests" json:"subrequests,omitempty"`
	Timestamp          *uint64                        `protobuf:"varint,2,opt,name=timestamp,def=4611686018427387649" json:"timestamp,omitempty"`
	RetentionTimestamp *uint64                        `protobuf:"varint,5,opt,name=retention_timestamp,json=retentionTimestamp,def=0" json:"retention_timestamp,omitempty"`
	TabletReadOptions  *TTabletReadOptions            `protobuf:"bytes,3,opt,name=tablet_read_options,json=tabletReadOptions" json:"tablet_read_options,omitempty"`
	ReplicaConsistency *EReplicaConsistency           `` /* 160-byte string literal not displayed */
	MultiplexingBand   *EMultiplexingBand             `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqMultiLookup) Descriptor deprecated

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

Deprecated: Use TReqMultiLookup.ProtoReflect.Descriptor instead.

func (*TReqMultiLookup) GetMultiplexingBand

func (x *TReqMultiLookup) GetMultiplexingBand() EMultiplexingBand

func (*TReqMultiLookup) GetReplicaConsistency

func (x *TReqMultiLookup) GetReplicaConsistency() EReplicaConsistency

func (*TReqMultiLookup) GetRetentionTimestamp

func (x *TReqMultiLookup) GetRetentionTimestamp() uint64

func (*TReqMultiLookup) GetSubrequests

func (x *TReqMultiLookup) GetSubrequests() []*TReqMultiLookup_TSubrequest

func (*TReqMultiLookup) GetTabletReadOptions

func (x *TReqMultiLookup) GetTabletReadOptions() *TTabletReadOptions

func (*TReqMultiLookup) GetTimestamp

func (x *TReqMultiLookup) GetTimestamp() uint64

func (*TReqMultiLookup) ProtoMessage

func (*TReqMultiLookup) ProtoMessage()

func (*TReqMultiLookup) ProtoReflect

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

func (*TReqMultiLookup) Reset

func (x *TReqMultiLookup) Reset()

func (*TReqMultiLookup) String

func (x *TReqMultiLookup) String() string

type TReqMultiLookup_TSubrequest

type TReqMultiLookup_TSubrequest struct {
	Path                *string            `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	Columns             []string           `protobuf:"bytes,2,rep,name=columns" json:"columns,omitempty"`
	KeepMissingRows     *bool              `protobuf:"varint,3,opt,name=keep_missing_rows,json=keepMissingRows,def=1" json:"keep_missing_rows,omitempty"`
	EnablePartialResult *bool              `protobuf:"varint,4,opt,name=enable_partial_result,json=enablePartialResult,def=0" json:"enable_partial_result,omitempty"`
	UseLookupCache      *bool              `protobuf:"varint,5,opt,name=use_lookup_cache,json=useLookupCache,def=0" json:"use_lookup_cache,omitempty"`
	RowsetDescriptor    *TRowsetDescriptor `protobuf:"bytes,6,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	AttachmentCount     *int32             `protobuf:"varint,7,req,name=attachment_count,json=attachmentCount" json:"attachment_count,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqMultiLookup_TSubrequest) Descriptor deprecated

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

Deprecated: Use TReqMultiLookup_TSubrequest.ProtoReflect.Descriptor instead.

func (*TReqMultiLookup_TSubrequest) GetAttachmentCount

func (x *TReqMultiLookup_TSubrequest) GetAttachmentCount() int32

func (*TReqMultiLookup_TSubrequest) GetColumns

func (x *TReqMultiLookup_TSubrequest) GetColumns() []string

func (*TReqMultiLookup_TSubrequest) GetEnablePartialResult

func (x *TReqMultiLookup_TSubrequest) GetEnablePartialResult() bool

func (*TReqMultiLookup_TSubrequest) GetKeepMissingRows

func (x *TReqMultiLookup_TSubrequest) GetKeepMissingRows() bool

func (*TReqMultiLookup_TSubrequest) GetPath

func (x *TReqMultiLookup_TSubrequest) GetPath() string

func (*TReqMultiLookup_TSubrequest) GetRowsetDescriptor

func (x *TReqMultiLookup_TSubrequest) GetRowsetDescriptor() *TRowsetDescriptor

func (*TReqMultiLookup_TSubrequest) GetUseLookupCache

func (x *TReqMultiLookup_TSubrequest) GetUseLookupCache() bool

func (*TReqMultiLookup_TSubrequest) ProtoMessage

func (*TReqMultiLookup_TSubrequest) ProtoMessage()

func (*TReqMultiLookup_TSubrequest) ProtoReflect

func (*TReqMultiLookup_TSubrequest) Reset

func (x *TReqMultiLookup_TSubrequest) Reset()

func (*TReqMultiLookup_TSubrequest) String

func (x *TReqMultiLookup_TSubrequest) String() string

type TReqMultisetAttributesNode

type TReqMultisetAttributesNode struct {
	Path                              *string                                   `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	Subrequests                       []*TReqMultisetAttributesNode_TSubrequest `protobuf:"bytes,2,rep,name=subrequests" json:"subrequests,omitempty"`
	Force                             *bool                                     `protobuf:"varint,3,opt,name=force" json:"force,omitempty"`
	TransactionalOptions              *TTransactionalOptions                    `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions               *TPrerequisiteOptions                     `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions                   *TMutatingOptions                         `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	SuppressableAccessTrackingOptions *TSuppressableAccessTrackingOptions       `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqMultisetAttributesNode) Descriptor deprecated

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

Deprecated: Use TReqMultisetAttributesNode.ProtoReflect.Descriptor instead.

func (*TReqMultisetAttributesNode) GetForce added in v0.0.10

func (x *TReqMultisetAttributesNode) GetForce() bool

func (*TReqMultisetAttributesNode) GetMutatingOptions

func (x *TReqMultisetAttributesNode) GetMutatingOptions() *TMutatingOptions

func (*TReqMultisetAttributesNode) GetPath

func (x *TReqMultisetAttributesNode) GetPath() string

func (*TReqMultisetAttributesNode) GetPrerequisiteOptions

func (x *TReqMultisetAttributesNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqMultisetAttributesNode) GetSubrequests

func (*TReqMultisetAttributesNode) GetSuppressableAccessTrackingOptions

func (x *TReqMultisetAttributesNode) GetSuppressableAccessTrackingOptions() *TSuppressableAccessTrackingOptions

func (*TReqMultisetAttributesNode) GetTransactionalOptions

func (x *TReqMultisetAttributesNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqMultisetAttributesNode) ProtoMessage

func (*TReqMultisetAttributesNode) ProtoMessage()

func (*TReqMultisetAttributesNode) ProtoReflect

func (*TReqMultisetAttributesNode) Reset

func (x *TReqMultisetAttributesNode) Reset()

func (*TReqMultisetAttributesNode) String

func (x *TReqMultisetAttributesNode) String() string

type TReqMultisetAttributesNode_TSubrequest

type TReqMultisetAttributesNode_TSubrequest struct {
	Attribute *string `protobuf:"bytes,1,req,name=attribute" json:"attribute,omitempty"`
	Value     []byte  `protobuf:"bytes,2,req,name=value" json:"value,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TReqMultisetAttributesNode_TSubrequest) Descriptor deprecated

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

Deprecated: Use TReqMultisetAttributesNode_TSubrequest.ProtoReflect.Descriptor instead.

func (*TReqMultisetAttributesNode_TSubrequest) GetAttribute

func (*TReqMultisetAttributesNode_TSubrequest) GetValue

func (*TReqMultisetAttributesNode_TSubrequest) ProtoMessage

func (*TReqMultisetAttributesNode_TSubrequest) ProtoReflect

func (*TReqMultisetAttributesNode_TSubrequest) Reset

func (*TReqMultisetAttributesNode_TSubrequest) String

type TReqPartitionTables

type TReqPartitionTables struct {
	Paths                        []string                                      `protobuf:"bytes,1,rep,name=paths" json:"paths,omitempty"` // RichYPath
	FetchChunkSpecConfig         *TFetchChunkSpecConfig                        `protobuf:"bytes,2,opt,name=fetch_chunk_spec_config,json=fetchChunkSpecConfig" json:"fetch_chunk_spec_config,omitempty"`
	FetcherConfig                *TFetcherConfig                               `protobuf:"bytes,3,opt,name=fetcher_config,json=fetcherConfig" json:"fetcher_config,omitempty"`
	ChunkSliceFetcherConfig      *TReqPartitionTables_TChunkSliceFetcherConfig `` /* 127-byte string literal not displayed */
	PartitionMode                *EPartitionTablesMode                         `` /* 146-byte string literal not displayed */
	DataWeightPerPartition       *int64                                        `protobuf:"varint,6,req,name=data_weight_per_partition,json=dataWeightPerPartition" json:"data_weight_per_partition,omitempty"`
	MaxPartitionCount            *int32                                        `protobuf:"varint,7,opt,name=max_partition_count,json=maxPartitionCount" json:"max_partition_count,omitempty"`
	EnableKeyGuarantee           *bool                                         `protobuf:"varint,8,opt,name=enable_key_guarantee,json=enableKeyGuarantee" json:"enable_key_guarantee,omitempty"`
	AdjustDataWeightPerPartition *bool                                         `` /* 145-byte string literal not displayed */
	TransactionalOptions         *TTransactionalOptions                        `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqPartitionTables) Descriptor deprecated

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

Deprecated: Use TReqPartitionTables.ProtoReflect.Descriptor instead.

func (*TReqPartitionTables) GetAdjustDataWeightPerPartition

func (x *TReqPartitionTables) GetAdjustDataWeightPerPartition() bool

func (*TReqPartitionTables) GetChunkSliceFetcherConfig

func (x *TReqPartitionTables) GetChunkSliceFetcherConfig() *TReqPartitionTables_TChunkSliceFetcherConfig

func (*TReqPartitionTables) GetDataWeightPerPartition

func (x *TReqPartitionTables) GetDataWeightPerPartition() int64

func (*TReqPartitionTables) GetEnableKeyGuarantee

func (x *TReqPartitionTables) GetEnableKeyGuarantee() bool

func (*TReqPartitionTables) GetFetchChunkSpecConfig

func (x *TReqPartitionTables) GetFetchChunkSpecConfig() *TFetchChunkSpecConfig

func (*TReqPartitionTables) GetFetcherConfig

func (x *TReqPartitionTables) GetFetcherConfig() *TFetcherConfig

func (*TReqPartitionTables) GetMaxPartitionCount

func (x *TReqPartitionTables) GetMaxPartitionCount() int32

func (*TReqPartitionTables) GetPartitionMode

func (x *TReqPartitionTables) GetPartitionMode() EPartitionTablesMode

func (*TReqPartitionTables) GetPaths

func (x *TReqPartitionTables) GetPaths() []string

func (*TReqPartitionTables) GetTransactionalOptions

func (x *TReqPartitionTables) GetTransactionalOptions() *TTransactionalOptions

func (*TReqPartitionTables) ProtoMessage

func (*TReqPartitionTables) ProtoMessage()

func (*TReqPartitionTables) ProtoReflect

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

func (*TReqPartitionTables) Reset

func (x *TReqPartitionTables) Reset()

func (*TReqPartitionTables) String

func (x *TReqPartitionTables) String() string

type TReqPartitionTables_TChunkSliceFetcherConfig

type TReqPartitionTables_TChunkSliceFetcherConfig struct {
	MaxSlicesPerFetch *int32 `protobuf:"varint,1,opt,name=max_slices_per_fetch,json=maxSlicesPerFetch" json:"max_slices_per_fetch,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqPartitionTables_TChunkSliceFetcherConfig) Descriptor deprecated

Deprecated: Use TReqPartitionTables_TChunkSliceFetcherConfig.ProtoReflect.Descriptor instead.

func (*TReqPartitionTables_TChunkSliceFetcherConfig) GetMaxSlicesPerFetch

func (x *TReqPartitionTables_TChunkSliceFetcherConfig) GetMaxSlicesPerFetch() int32

func (*TReqPartitionTables_TChunkSliceFetcherConfig) ProtoMessage

func (*TReqPartitionTables_TChunkSliceFetcherConfig) ProtoReflect

func (*TReqPartitionTables_TChunkSliceFetcherConfig) Reset

func (*TReqPartitionTables_TChunkSliceFetcherConfig) String

type TReqPausePipeline added in v0.0.14

type TReqPausePipeline struct {
	PipelinePath *string `protobuf:"bytes,1,req,name=pipeline_path,json=pipelinePath" json:"pipeline_path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqPausePipeline) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqPausePipeline.ProtoReflect.Descriptor instead.

func (*TReqPausePipeline) GetPipelinePath added in v0.0.14

func (x *TReqPausePipeline) GetPipelinePath() string

func (*TReqPausePipeline) ProtoMessage added in v0.0.14

func (*TReqPausePipeline) ProtoMessage()

func (*TReqPausePipeline) ProtoReflect added in v0.0.14

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

func (*TReqPausePipeline) Reset added in v0.0.14

func (x *TReqPausePipeline) Reset()

func (*TReqPausePipeline) String added in v0.0.14

func (x *TReqPausePipeline) String() string

type TReqPingTransaction

type TReqPingTransaction struct {
	TransactionId *misc.TGuid `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	PingAncestors *bool       `protobuf:"varint,7,opt,name=ping_ancestors,json=pingAncestors,def=1" json:"ping_ancestors,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqPingTransaction) Descriptor deprecated

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

Deprecated: Use TReqPingTransaction.ProtoReflect.Descriptor instead.

func (*TReqPingTransaction) GetPingAncestors

func (x *TReqPingTransaction) GetPingAncestors() bool

func (*TReqPingTransaction) GetTransactionId

func (x *TReqPingTransaction) GetTransactionId() *misc.TGuid

func (*TReqPingTransaction) ProtoMessage

func (*TReqPingTransaction) ProtoMessage()

func (*TReqPingTransaction) ProtoReflect

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

func (*TReqPingTransaction) Reset

func (x *TReqPingTransaction) Reset()

func (*TReqPingTransaction) String

func (x *TReqPingTransaction) String() string

type TReqPollJobShell

type TReqPollJobShell struct {
	JobId      *misc.TGuid `protobuf:"bytes,1,req,name=job_id,json=jobId" json:"job_id,omitempty"`
	Parameters []byte      `protobuf:"bytes,2,req,name=parameters" json:"parameters,omitempty"` // YSON
	ShellName  *string     `protobuf:"bytes,3,opt,name=shell_name,json=shellName" json:"shell_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqPollJobShell) Descriptor deprecated

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

Deprecated: Use TReqPollJobShell.ProtoReflect.Descriptor instead.

func (*TReqPollJobShell) GetJobId

func (x *TReqPollJobShell) GetJobId() *misc.TGuid

func (*TReqPollJobShell) GetParameters

func (x *TReqPollJobShell) GetParameters() []byte

func (*TReqPollJobShell) GetShellName

func (x *TReqPollJobShell) GetShellName() string

func (*TReqPollJobShell) ProtoMessage

func (*TReqPollJobShell) ProtoMessage()

func (*TReqPollJobShell) ProtoReflect

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

func (*TReqPollJobShell) Reset

func (x *TReqPollJobShell) Reset()

func (*TReqPollJobShell) String

func (x *TReqPollJobShell) String() string

type TReqPullConsumer

type TReqPullConsumer struct {
	ConsumerPath        *string               `protobuf:"bytes,1,opt,name=consumer_path,json=consumerPath" json:"consumer_path,omitempty"`
	QueuePath           *string               `protobuf:"bytes,2,opt,name=queue_path,json=queuePath" json:"queue_path,omitempty"`
	Offset              *int64                `protobuf:"varint,3,opt,name=offset" json:"offset,omitempty"`
	PartitionIndex      *int32                `protobuf:"varint,4,opt,name=partition_index,json=partitionIndex" json:"partition_index,omitempty"`
	RowBatchReadOptions *TRowBatchReadOptions `protobuf:"bytes,5,opt,name=row_batch_read_options,json=rowBatchReadOptions" json:"row_batch_read_options,omitempty"`
	ReplicaConsistency  *EReplicaConsistency  `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqPullConsumer) Descriptor deprecated

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

Deprecated: Use TReqPullConsumer.ProtoReflect.Descriptor instead.

func (*TReqPullConsumer) GetConsumerPath

func (x *TReqPullConsumer) GetConsumerPath() string

func (*TReqPullConsumer) GetOffset

func (x *TReqPullConsumer) GetOffset() int64

func (*TReqPullConsumer) GetPartitionIndex

func (x *TReqPullConsumer) GetPartitionIndex() int32

func (*TReqPullConsumer) GetQueuePath

func (x *TReqPullConsumer) GetQueuePath() string

func (*TReqPullConsumer) GetReplicaConsistency added in v0.0.9

func (x *TReqPullConsumer) GetReplicaConsistency() EReplicaConsistency

func (*TReqPullConsumer) GetRowBatchReadOptions

func (x *TReqPullConsumer) GetRowBatchReadOptions() *TRowBatchReadOptions

func (*TReqPullConsumer) ProtoMessage

func (*TReqPullConsumer) ProtoMessage()

func (*TReqPullConsumer) ProtoReflect

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

func (*TReqPullConsumer) Reset

func (x *TReqPullConsumer) Reset()

func (*TReqPullConsumer) String

func (x *TReqPullConsumer) String() string

type TReqPullQueue

type TReqPullQueue struct {
	QueuePath              *string               `protobuf:"bytes,1,opt,name=queue_path,json=queuePath" json:"queue_path,omitempty"`
	Offset                 *int64                `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	PartitionIndex         *int32                `protobuf:"varint,3,opt,name=partition_index,json=partitionIndex" json:"partition_index,omitempty"`
	RowBatchReadOptions    *TRowBatchReadOptions `protobuf:"bytes,4,opt,name=row_batch_read_options,json=rowBatchReadOptions" json:"row_batch_read_options,omitempty"`
	UseNativeTabletNodeApi *bool                 `` /* 133-byte string literal not displayed */
	ReplicaConsistency     *EReplicaConsistency  `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqPullQueue) Descriptor deprecated

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

Deprecated: Use TReqPullQueue.ProtoReflect.Descriptor instead.

func (*TReqPullQueue) GetOffset

func (x *TReqPullQueue) GetOffset() int64

func (*TReqPullQueue) GetPartitionIndex

func (x *TReqPullQueue) GetPartitionIndex() int32

func (*TReqPullQueue) GetQueuePath

func (x *TReqPullQueue) GetQueuePath() string

func (*TReqPullQueue) GetReplicaConsistency added in v0.0.9

func (x *TReqPullQueue) GetReplicaConsistency() EReplicaConsistency

func (*TReqPullQueue) GetRowBatchReadOptions

func (x *TReqPullQueue) GetRowBatchReadOptions() *TRowBatchReadOptions

func (*TReqPullQueue) GetUseNativeTabletNodeApi

func (x *TReqPullQueue) GetUseNativeTabletNodeApi() bool

func (*TReqPullQueue) ProtoMessage

func (*TReqPullQueue) ProtoMessage()

func (*TReqPullQueue) ProtoReflect

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

func (*TReqPullQueue) Reset

func (x *TReqPullQueue) Reset()

func (*TReqPullQueue) String

func (x *TReqPullQueue) String() string

type TReqPullRows

type TReqPullRows struct {
	Path                       *string                            `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	UpstreamReplicaId          *misc.TGuid                        `protobuf:"bytes,2,req,name=upstream_replica_id,json=upstreamReplicaId" json:"upstream_replica_id,omitempty"`
	OrderRowsByTimestamp       *bool                              `protobuf:"varint,3,req,name=order_rows_by_timestamp,json=orderRowsByTimestamp" json:"order_rows_by_timestamp,omitempty"`
	TabletRowsPerRead          *int64                             `protobuf:"varint,4,req,name=tablet_rows_per_read,json=tabletRowsPerRead" json:"tablet_rows_per_read,omitempty"`
	ReplicationProgress        *chaos_client.TReplicationProgress `protobuf:"bytes,5,req,name=replication_progress,json=replicationProgress" json:"replication_progress,omitempty"`
	UpperTimestamp             *uint64                            `protobuf:"varint,6,opt,name=upper_timestamp,json=upperTimestamp" json:"upper_timestamp,omitempty"`
	StartReplicationRowIndexes []*TReplicationRowIndex            `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqPullRows) Descriptor deprecated

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

Deprecated: Use TReqPullRows.ProtoReflect.Descriptor instead.

func (*TReqPullRows) GetOrderRowsByTimestamp

func (x *TReqPullRows) GetOrderRowsByTimestamp() bool

func (*TReqPullRows) GetPath

func (x *TReqPullRows) GetPath() string

func (*TReqPullRows) GetReplicationProgress

func (x *TReqPullRows) GetReplicationProgress() *chaos_client.TReplicationProgress

func (*TReqPullRows) GetStartReplicationRowIndexes

func (x *TReqPullRows) GetStartReplicationRowIndexes() []*TReplicationRowIndex

func (*TReqPullRows) GetTabletRowsPerRead

func (x *TReqPullRows) GetTabletRowsPerRead() int64

func (*TReqPullRows) GetUpperTimestamp

func (x *TReqPullRows) GetUpperTimestamp() uint64

func (*TReqPullRows) GetUpstreamReplicaId

func (x *TReqPullRows) GetUpstreamReplicaId() *misc.TGuid

func (*TReqPullRows) ProtoMessage

func (*TReqPullRows) ProtoMessage()

func (*TReqPullRows) ProtoReflect

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

func (*TReqPullRows) Reset

func (x *TReqPullRows) Reset()

func (*TReqPullRows) String

func (x *TReqPullRows) String() string

type TReqPutFileToCache

type TReqPutFileToCache struct {
	Path                      *string                `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	Md5                       *string                `protobuf:"bytes,2,req,name=md5" json:"md5,omitempty"`
	CachePath                 *string                `protobuf:"bytes,3,req,name=cache_path,json=cachePath" json:"cache_path,omitempty"` // YPath
	PreserveExpirationTimeout *bool                  ``                                                                                  /* 138-byte string literal not displayed */
	TransactionalOptions      *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions       *TPrerequisiteOptions  `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MasterReadOptions         *TMasterReadOptions    `protobuf:"bytes,102,opt,name=master_read_options,json=masterReadOptions" json:"master_read_options,omitempty"`
	MutatingOptions           *TMutatingOptions      `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqPutFileToCache) Descriptor deprecated

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

Deprecated: Use TReqPutFileToCache.ProtoReflect.Descriptor instead.

func (*TReqPutFileToCache) GetCachePath

func (x *TReqPutFileToCache) GetCachePath() string

func (*TReqPutFileToCache) GetMasterReadOptions

func (x *TReqPutFileToCache) GetMasterReadOptions() *TMasterReadOptions

func (*TReqPutFileToCache) GetMd5

func (x *TReqPutFileToCache) GetMd5() string

func (*TReqPutFileToCache) GetMutatingOptions

func (x *TReqPutFileToCache) GetMutatingOptions() *TMutatingOptions

func (*TReqPutFileToCache) GetPath

func (x *TReqPutFileToCache) GetPath() string

func (*TReqPutFileToCache) GetPrerequisiteOptions

func (x *TReqPutFileToCache) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqPutFileToCache) GetPreserveExpirationTimeout

func (x *TReqPutFileToCache) GetPreserveExpirationTimeout() bool

func (*TReqPutFileToCache) GetTransactionalOptions

func (x *TReqPutFileToCache) GetTransactionalOptions() *TTransactionalOptions

func (*TReqPutFileToCache) ProtoMessage

func (*TReqPutFileToCache) ProtoMessage()

func (*TReqPutFileToCache) ProtoReflect

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

func (*TReqPutFileToCache) Reset

func (x *TReqPutFileToCache) Reset()

func (*TReqPutFileToCache) String

func (x *TReqPutFileToCache) String() string

type TReqReadFile

type TReqReadFile struct {
	Path                              *string                             `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	Offset                            *int64                              `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	Length                            *int64                              `protobuf:"varint,3,opt,name=length" json:"length,omitempty"`
	Config                            []byte                              `protobuf:"bytes,4,opt,name=config" json:"config,omitempty"` // YSON-serialized TFileReaderConfig
	TransactionalOptions              *TTransactionalOptions              `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	SuppressableAccessTrackingOptions *TSuppressableAccessTrackingOptions `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqReadFile) Descriptor deprecated

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

Deprecated: Use TReqReadFile.ProtoReflect.Descriptor instead.

func (*TReqReadFile) GetConfig

func (x *TReqReadFile) GetConfig() []byte

func (*TReqReadFile) GetLength

func (x *TReqReadFile) GetLength() int64

func (*TReqReadFile) GetOffset

func (x *TReqReadFile) GetOffset() int64

func (*TReqReadFile) GetPath

func (x *TReqReadFile) GetPath() string

func (*TReqReadFile) GetSuppressableAccessTrackingOptions

func (x *TReqReadFile) GetSuppressableAccessTrackingOptions() *TSuppressableAccessTrackingOptions

func (*TReqReadFile) GetTransactionalOptions

func (x *TReqReadFile) GetTransactionalOptions() *TTransactionalOptions

func (*TReqReadFile) ProtoMessage

func (*TReqReadFile) ProtoMessage()

func (*TReqReadFile) ProtoReflect

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

func (*TReqReadFile) Reset

func (x *TReqReadFile) Reset()

func (*TReqReadFile) String

func (x *TReqReadFile) String() string

type TReqReadJournal

type TReqReadJournal struct {
	Path                              *string                             `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	FirstRowIndex                     *int64                              `protobuf:"varint,2,opt,name=first_row_index,json=firstRowIndex" json:"first_row_index,omitempty"`
	RowCount                          *int64                              `protobuf:"varint,3,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	Config                            []byte                              `protobuf:"bytes,4,opt,name=config" json:"config,omitempty"` // YSON-serialized TJournalReaderConfig
	TransactionalOptions              *TTransactionalOptions              `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	SuppressableAccessTrackingOptions *TSuppressableAccessTrackingOptions `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqReadJournal) Descriptor deprecated

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

Deprecated: Use TReqReadJournal.ProtoReflect.Descriptor instead.

func (*TReqReadJournal) GetConfig

func (x *TReqReadJournal) GetConfig() []byte

func (*TReqReadJournal) GetFirstRowIndex

func (x *TReqReadJournal) GetFirstRowIndex() int64

func (*TReqReadJournal) GetPath

func (x *TReqReadJournal) GetPath() string

func (*TReqReadJournal) GetRowCount

func (x *TReqReadJournal) GetRowCount() int64

func (*TReqReadJournal) GetSuppressableAccessTrackingOptions

func (x *TReqReadJournal) GetSuppressableAccessTrackingOptions() *TSuppressableAccessTrackingOptions

func (*TReqReadJournal) GetTransactionalOptions

func (x *TReqReadJournal) GetTransactionalOptions() *TTransactionalOptions

func (*TReqReadJournal) ProtoMessage

func (*TReqReadJournal) ProtoMessage()

func (*TReqReadJournal) ProtoReflect

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

func (*TReqReadJournal) Reset

func (x *TReqReadJournal) Reset()

func (*TReqReadJournal) String

func (x *TReqReadJournal) String() string

type TReqReadQueryResult added in v0.0.16

type TReqReadQueryResult struct {
	QueryTrackerStage *string                       `protobuf:"bytes,1,req,name=query_tracker_stage,json=queryTrackerStage" json:"query_tracker_stage,omitempty"`
	QueryId           *misc.TGuid                   `protobuf:"bytes,2,req,name=query_id,json=queryId" json:"query_id,omitempty"`
	ResultIndex       *int64                        `protobuf:"varint,3,req,name=result_index,json=resultIndex" json:"result_index,omitempty"`
	Columns           *TReqReadQueryResult_TColumns `protobuf:"bytes,4,opt,name=columns" json:"columns,omitempty"`
	LowerRowIndex     *int64                        `protobuf:"varint,5,opt,name=lower_row_index,json=lowerRowIndex" json:"lower_row_index,omitempty"`
	UpperRowIndex     *int64                        `protobuf:"varint,6,opt,name=upper_row_index,json=upperRowIndex" json:"upper_row_index,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqReadQueryResult) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqReadQueryResult.ProtoReflect.Descriptor instead.

func (*TReqReadQueryResult) GetColumns added in v0.0.16

func (*TReqReadQueryResult) GetLowerRowIndex added in v0.0.16

func (x *TReqReadQueryResult) GetLowerRowIndex() int64

func (*TReqReadQueryResult) GetQueryId added in v0.0.16

func (x *TReqReadQueryResult) GetQueryId() *misc.TGuid

func (*TReqReadQueryResult) GetQueryTrackerStage added in v0.0.16

func (x *TReqReadQueryResult) GetQueryTrackerStage() string

func (*TReqReadQueryResult) GetResultIndex added in v0.0.16

func (x *TReqReadQueryResult) GetResultIndex() int64

func (*TReqReadQueryResult) GetUpperRowIndex added in v0.0.16

func (x *TReqReadQueryResult) GetUpperRowIndex() int64

func (*TReqReadQueryResult) ProtoMessage added in v0.0.16

func (*TReqReadQueryResult) ProtoMessage()

func (*TReqReadQueryResult) ProtoReflect added in v0.0.16

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

func (*TReqReadQueryResult) Reset added in v0.0.16

func (x *TReqReadQueryResult) Reset()

func (*TReqReadQueryResult) String added in v0.0.16

func (x *TReqReadQueryResult) String() string

type TReqReadQueryResult_TColumns added in v0.0.16

type TReqReadQueryResult_TColumns struct {
	Items []string `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqReadQueryResult_TColumns) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqReadQueryResult_TColumns.ProtoReflect.Descriptor instead.

func (*TReqReadQueryResult_TColumns) GetItems added in v0.0.16

func (x *TReqReadQueryResult_TColumns) GetItems() []string

func (*TReqReadQueryResult_TColumns) ProtoMessage added in v0.0.16

func (*TReqReadQueryResult_TColumns) ProtoMessage()

func (*TReqReadQueryResult_TColumns) ProtoReflect added in v0.0.16

func (*TReqReadQueryResult_TColumns) Reset added in v0.0.16

func (x *TReqReadQueryResult_TColumns) Reset()

func (*TReqReadQueryResult_TColumns) String added in v0.0.16

type TReqReadTable

type TReqReadTable struct {
	Path                              *string                             `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // RichYPath
	Unordered                         *bool                               `protobuf:"varint,2,opt,name=unordered,def=0" json:"unordered,omitempty"`
	OmitInaccessibleColumns           *bool                               `` /* 132-byte string literal not displayed */
	EnableTableIndex                  *bool                               `protobuf:"varint,5,opt,name=enable_table_index,json=enableTableIndex,def=0" json:"enable_table_index,omitempty"`
	EnableRowIndex                    *bool                               `protobuf:"varint,6,opt,name=enable_row_index,json=enableRowIndex,def=0" json:"enable_row_index,omitempty"`
	EnableRangeIndex                  *bool                               `protobuf:"varint,7,opt,name=enable_range_index,json=enableRangeIndex,def=0" json:"enable_range_index,omitempty"`
	Config                            []byte                              `protobuf:"bytes,4,opt,name=config" json:"config,omitempty"` // YSON-serialized TTableReaderConfig
	DesiredRowsetFormat               *ERowsetFormat                      ``                                                           /* 165-byte string literal not displayed */
	ArrowFallbackRowsetFormat         *ERowsetFormat                      ``                                                           /* 186-byte string literal not displayed */
	Format                            []byte                              `protobuf:"bytes,9,opt,name=format" json:"format,omitempty"` // YSON-serialized TFormat
	TransactionalOptions              *TTransactionalOptions              `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	SuppressableAccessTrackingOptions *TSuppressableAccessTrackingOptions `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqReadTable) Descriptor deprecated

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

Deprecated: Use TReqReadTable.ProtoReflect.Descriptor instead.

func (*TReqReadTable) GetArrowFallbackRowsetFormat

func (x *TReqReadTable) GetArrowFallbackRowsetFormat() ERowsetFormat

func (*TReqReadTable) GetConfig

func (x *TReqReadTable) GetConfig() []byte

func (*TReqReadTable) GetDesiredRowsetFormat

func (x *TReqReadTable) GetDesiredRowsetFormat() ERowsetFormat

func (*TReqReadTable) GetEnableRangeIndex

func (x *TReqReadTable) GetEnableRangeIndex() bool

func (*TReqReadTable) GetEnableRowIndex

func (x *TReqReadTable) GetEnableRowIndex() bool

func (*TReqReadTable) GetEnableTableIndex

func (x *TReqReadTable) GetEnableTableIndex() bool

func (*TReqReadTable) GetFormat

func (x *TReqReadTable) GetFormat() []byte

func (*TReqReadTable) GetOmitInaccessibleColumns

func (x *TReqReadTable) GetOmitInaccessibleColumns() bool

func (*TReqReadTable) GetPath

func (x *TReqReadTable) GetPath() string

func (*TReqReadTable) GetSuppressableAccessTrackingOptions added in v0.0.10

func (x *TReqReadTable) GetSuppressableAccessTrackingOptions() *TSuppressableAccessTrackingOptions

func (*TReqReadTable) GetTransactionalOptions

func (x *TReqReadTable) GetTransactionalOptions() *TTransactionalOptions

func (*TReqReadTable) GetUnordered

func (x *TReqReadTable) GetUnordered() bool

func (*TReqReadTable) ProtoMessage

func (*TReqReadTable) ProtoMessage()

func (*TReqReadTable) ProtoReflect

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

func (*TReqReadTable) Reset

func (x *TReqReadTable) Reset()

func (*TReqReadTable) String

func (x *TReqReadTable) String() string

type TReqRegisterQueueConsumer

type TReqRegisterQueueConsumer struct {
	QueuePath    *string                                            `protobuf:"bytes,1,opt,name=queue_path,json=queuePath" json:"queue_path,omitempty"`
	ConsumerPath *string                                            `protobuf:"bytes,2,opt,name=consumer_path,json=consumerPath" json:"consumer_path,omitempty"`
	Vital        *bool                                              `protobuf:"varint,3,opt,name=vital" json:"vital,omitempty"`
	Partitions   *TReqRegisterQueueConsumer_TRegistrationPartitions `protobuf:"bytes,4,opt,name=partitions" json:"partitions,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqRegisterQueueConsumer) Descriptor deprecated

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

Deprecated: Use TReqRegisterQueueConsumer.ProtoReflect.Descriptor instead.

func (*TReqRegisterQueueConsumer) GetConsumerPath

func (x *TReqRegisterQueueConsumer) GetConsumerPath() string

func (*TReqRegisterQueueConsumer) GetPartitions added in v0.0.5

func (*TReqRegisterQueueConsumer) GetQueuePath

func (x *TReqRegisterQueueConsumer) GetQueuePath() string

func (*TReqRegisterQueueConsumer) GetVital

func (x *TReqRegisterQueueConsumer) GetVital() bool

func (*TReqRegisterQueueConsumer) ProtoMessage

func (*TReqRegisterQueueConsumer) ProtoMessage()

func (*TReqRegisterQueueConsumer) ProtoReflect

func (*TReqRegisterQueueConsumer) Reset

func (x *TReqRegisterQueueConsumer) Reset()

func (*TReqRegisterQueueConsumer) String

func (x *TReqRegisterQueueConsumer) String() string

type TReqRegisterQueueConsumer_TRegistrationPartitions added in v0.0.5

type TReqRegisterQueueConsumer_TRegistrationPartitions struct {
	Items []int32 `protobuf:"varint,1,rep,name=items" json:"items,omitempty"`
	// contains filtered or unexported fields
}

The most reasonable way to make a std::optional<std::vector<int>> field.

func (*TReqRegisterQueueConsumer_TRegistrationPartitions) Descriptor deprecated added in v0.0.5

Deprecated: Use TReqRegisterQueueConsumer_TRegistrationPartitions.ProtoReflect.Descriptor instead.

func (*TReqRegisterQueueConsumer_TRegistrationPartitions) GetItems added in v0.0.5

func (*TReqRegisterQueueConsumer_TRegistrationPartitions) ProtoMessage added in v0.0.5

func (*TReqRegisterQueueConsumer_TRegistrationPartitions) ProtoReflect added in v0.0.5

func (*TReqRegisterQueueConsumer_TRegistrationPartitions) Reset added in v0.0.5

func (*TReqRegisterQueueConsumer_TRegistrationPartitions) String added in v0.0.5

type TReqRemountTable

type TReqRemountTable struct {
	Path               *string              `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	MutatingOptions    *TMutatingOptions    `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	TabletRangeOptions *TTabletRangeOptions `protobuf:"bytes,104,opt,name=tablet_range_options,json=tabletRangeOptions" json:"tablet_range_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqRemountTable) Descriptor deprecated

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

Deprecated: Use TReqRemountTable.ProtoReflect.Descriptor instead.

func (*TReqRemountTable) GetMutatingOptions

func (x *TReqRemountTable) GetMutatingOptions() *TMutatingOptions

func (*TReqRemountTable) GetPath

func (x *TReqRemountTable) GetPath() string

func (*TReqRemountTable) GetTabletRangeOptions

func (x *TReqRemountTable) GetTabletRangeOptions() *TTabletRangeOptions

func (*TReqRemountTable) ProtoMessage

func (*TReqRemountTable) ProtoMessage()

func (*TReqRemountTable) ProtoReflect

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

func (*TReqRemountTable) Reset

func (x *TReqRemountTable) Reset()

func (*TReqRemountTable) String

func (x *TReqRemountTable) String() string

type TReqRemoveMaintenance

type TReqRemoveMaintenance struct {
	Component *EMaintenanceComponent `protobuf:"varint,1,req,name=component,enum=NYT.NApi.NRpcProxy.NProto.EMaintenanceComponent" json:"component,omitempty"`
	Address   *string                `protobuf:"bytes,2,req,name=address" json:"address,omitempty"`
	Ids       []*misc.TGuid          `protobuf:"bytes,3,rep,name=ids" json:"ids,omitempty"` // TMaintenanceId
	Type      *EMaintenanceType      `protobuf:"varint,4,opt,name=type,enum=NYT.NApi.NRpcProxy.NProto.EMaintenanceType" json:"type,omitempty"`
	User      *string                `protobuf:"bytes,5,opt,name=user" json:"user,omitempty"`
	Mine      *bool                  `protobuf:"varint,6,opt,name=mine,def=0" json:"mine,omitempty"`
	// COMPAT(kvk1920): Compatibility with pre-24.2 RPC clients.
	SupportsPerTargetResponse *bool `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqRemoveMaintenance) Descriptor deprecated

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

Deprecated: Use TReqRemoveMaintenance.ProtoReflect.Descriptor instead.

func (*TReqRemoveMaintenance) GetAddress added in v0.0.5

func (x *TReqRemoveMaintenance) GetAddress() string

func (*TReqRemoveMaintenance) GetComponent added in v0.0.5

func (x *TReqRemoveMaintenance) GetComponent() EMaintenanceComponent

func (*TReqRemoveMaintenance) GetIds added in v0.0.5

func (x *TReqRemoveMaintenance) GetIds() []*misc.TGuid

func (*TReqRemoveMaintenance) GetMine added in v0.0.5

func (x *TReqRemoveMaintenance) GetMine() bool

func (*TReqRemoveMaintenance) GetSupportsPerTargetResponse added in v0.0.16

func (x *TReqRemoveMaintenance) GetSupportsPerTargetResponse() bool

func (*TReqRemoveMaintenance) GetType added in v0.0.5

func (*TReqRemoveMaintenance) GetUser added in v0.0.5

func (x *TReqRemoveMaintenance) GetUser() string

func (*TReqRemoveMaintenance) ProtoMessage

func (*TReqRemoveMaintenance) ProtoMessage()

func (*TReqRemoveMaintenance) ProtoReflect

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

func (*TReqRemoveMaintenance) Reset

func (x *TReqRemoveMaintenance) Reset()

func (*TReqRemoveMaintenance) String

func (x *TReqRemoveMaintenance) String() string

type TReqRemoveMember

type TReqRemoveMember struct {
	Group               *string               `protobuf:"bytes,1,req,name=group" json:"group,omitempty"`
	Member              *string               `protobuf:"bytes,2,req,name=member" json:"member,omitempty"`
	MutatingOptions     *TMutatingOptions     `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	PrerequisiteOptions *TPrerequisiteOptions `protobuf:"bytes,104,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqRemoveMember) Descriptor deprecated

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

Deprecated: Use TReqRemoveMember.ProtoReflect.Descriptor instead.

func (*TReqRemoveMember) GetGroup

func (x *TReqRemoveMember) GetGroup() string

func (*TReqRemoveMember) GetMember

func (x *TReqRemoveMember) GetMember() string

func (*TReqRemoveMember) GetMutatingOptions

func (x *TReqRemoveMember) GetMutatingOptions() *TMutatingOptions

func (*TReqRemoveMember) GetPrerequisiteOptions

func (x *TReqRemoveMember) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqRemoveMember) ProtoMessage

func (*TReqRemoveMember) ProtoMessage()

func (*TReqRemoveMember) ProtoReflect

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

func (*TReqRemoveMember) Reset

func (x *TReqRemoveMember) Reset()

func (*TReqRemoveMember) String

func (x *TReqRemoveMember) String() string

type TReqRemoveNode

type TReqRemoveNode struct {
	Path                 *string                `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	Recursive            *bool                  `protobuf:"varint,2,opt,name=recursive,def=1" json:"recursive,omitempty"`
	Force                *bool                  `protobuf:"varint,3,opt,name=force,def=0" json:"force,omitempty"`
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions  *TPrerequisiteOptions  `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions      *TMutatingOptions      `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqRemoveNode) Descriptor deprecated

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

Deprecated: Use TReqRemoveNode.ProtoReflect.Descriptor instead.

func (*TReqRemoveNode) GetForce

func (x *TReqRemoveNode) GetForce() bool

func (*TReqRemoveNode) GetMutatingOptions

func (x *TReqRemoveNode) GetMutatingOptions() *TMutatingOptions

func (*TReqRemoveNode) GetPath

func (x *TReqRemoveNode) GetPath() string

func (*TReqRemoveNode) GetPrerequisiteOptions

func (x *TReqRemoveNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqRemoveNode) GetRecursive

func (x *TReqRemoveNode) GetRecursive() bool

func (*TReqRemoveNode) GetTransactionalOptions

func (x *TReqRemoveNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqRemoveNode) ProtoMessage

func (*TReqRemoveNode) ProtoMessage()

func (*TReqRemoveNode) ProtoReflect

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

func (*TReqRemoveNode) Reset

func (x *TReqRemoveNode) Reset()

func (*TReqRemoveNode) String

func (x *TReqRemoveNode) String() string

type TReqRequestRestart added in v0.0.10

type TReqRequestRestart struct {
	NodeAddress *string `protobuf:"bytes,1,req,name=node_address,json=nodeAddress" json:"node_address,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqRequestRestart) Descriptor deprecated added in v0.0.10

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

Deprecated: Use TReqRequestRestart.ProtoReflect.Descriptor instead.

func (*TReqRequestRestart) GetNodeAddress added in v0.0.10

func (x *TReqRequestRestart) GetNodeAddress() string

func (*TReqRequestRestart) ProtoMessage added in v0.0.10

func (*TReqRequestRestart) ProtoMessage()

func (*TReqRequestRestart) ProtoReflect added in v0.0.10

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

func (*TReqRequestRestart) Reset added in v0.0.10

func (x *TReqRequestRestart) Reset()

func (*TReqRequestRestart) String added in v0.0.10

func (x *TReqRequestRestart) String() string

type TReqReshardTable

type TReqReshardTable struct {
	Path               *string              `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	TabletCount        *int32               `protobuf:"varint,3,opt,name=tablet_count,json=tabletCount" json:"tablet_count,omitempty"`
	Uniform            *bool                `protobuf:"varint,4,opt,name=uniform" json:"uniform,omitempty"`
	EnableSlicing      *bool                `protobuf:"varint,5,opt,name=enable_slicing,json=enableSlicing" json:"enable_slicing,omitempty"`
	SlicingAccuracy    *float64             `protobuf:"fixed64,6,opt,name=slicing_accuracy,json=slicingAccuracy" json:"slicing_accuracy,omitempty"`
	MutatingOptions    *TMutatingOptions    `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	TabletRangeOptions *TTabletRangeOptions `protobuf:"bytes,104,opt,name=tablet_range_options,json=tabletRangeOptions" json:"tablet_range_options,omitempty"`
	RowsetDescriptor   *TRowsetDescriptor   `protobuf:"bytes,200,opt,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqReshardTable) Descriptor deprecated

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

Deprecated: Use TReqReshardTable.ProtoReflect.Descriptor instead.

func (*TReqReshardTable) GetEnableSlicing

func (x *TReqReshardTable) GetEnableSlicing() bool

func (*TReqReshardTable) GetMutatingOptions

func (x *TReqReshardTable) GetMutatingOptions() *TMutatingOptions

func (*TReqReshardTable) GetPath

func (x *TReqReshardTable) GetPath() string

func (*TReqReshardTable) GetRowsetDescriptor

func (x *TReqReshardTable) GetRowsetDescriptor() *TRowsetDescriptor

func (*TReqReshardTable) GetSlicingAccuracy

func (x *TReqReshardTable) GetSlicingAccuracy() float64

func (*TReqReshardTable) GetTabletCount

func (x *TReqReshardTable) GetTabletCount() int32

func (*TReqReshardTable) GetTabletRangeOptions

func (x *TReqReshardTable) GetTabletRangeOptions() *TTabletRangeOptions

func (*TReqReshardTable) GetUniform

func (x *TReqReshardTable) GetUniform() bool

func (*TReqReshardTable) ProtoMessage

func (*TReqReshardTable) ProtoMessage()

func (*TReqReshardTable) ProtoReflect

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

func (*TReqReshardTable) Reset

func (x *TReqReshardTable) Reset()

func (*TReqReshardTable) String

func (x *TReqReshardTable) String() string

type TReqReshardTableAutomatic

type TReqReshardTableAutomatic struct {
	Path               *string              `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	KeepActions        *bool                `protobuf:"varint,2,req,name=keep_actions,json=keepActions,def=0" json:"keep_actions,omitempty"`
	MutatingOptions    *TMutatingOptions    `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	TabletRangeOptions *TTabletRangeOptions `protobuf:"bytes,104,opt,name=tablet_range_options,json=tabletRangeOptions" json:"tablet_range_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqReshardTableAutomatic) Descriptor deprecated

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

Deprecated: Use TReqReshardTableAutomatic.ProtoReflect.Descriptor instead.

func (*TReqReshardTableAutomatic) GetKeepActions

func (x *TReqReshardTableAutomatic) GetKeepActions() bool

func (*TReqReshardTableAutomatic) GetMutatingOptions

func (x *TReqReshardTableAutomatic) GetMutatingOptions() *TMutatingOptions

func (*TReqReshardTableAutomatic) GetPath

func (x *TReqReshardTableAutomatic) GetPath() string

func (*TReqReshardTableAutomatic) GetTabletRangeOptions

func (x *TReqReshardTableAutomatic) GetTabletRangeOptions() *TTabletRangeOptions

func (*TReqReshardTableAutomatic) ProtoMessage

func (*TReqReshardTableAutomatic) ProtoMessage()

func (*TReqReshardTableAutomatic) ProtoReflect

func (*TReqReshardTableAutomatic) Reset

func (x *TReqReshardTableAutomatic) Reset()

func (*TReqReshardTableAutomatic) String

func (x *TReqReshardTableAutomatic) String() string

type TReqRestoreTableBackup added in v0.0.14

type TReqRestoreTableBackup struct {
	Manifest        *TBackupManifest `protobuf:"bytes,1,req,name=manifest" json:"manifest,omitempty"`
	Force           *bool            `protobuf:"varint,2,req,name=force" json:"force,omitempty"`
	Mount           *bool            `protobuf:"varint,3,req,name=mount" json:"mount,omitempty"`
	EnableReplicas  *bool            `protobuf:"varint,4,req,name=enable_replicas,json=enableReplicas" json:"enable_replicas,omitempty"`
	PreserveAccount *bool            `protobuf:"varint,5,req,name=preserve_account,json=preserveAccount" json:"preserve_account,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqRestoreTableBackup) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqRestoreTableBackup.ProtoReflect.Descriptor instead.

func (*TReqRestoreTableBackup) GetEnableReplicas added in v0.0.14

func (x *TReqRestoreTableBackup) GetEnableReplicas() bool

func (*TReqRestoreTableBackup) GetForce added in v0.0.14

func (x *TReqRestoreTableBackup) GetForce() bool

func (*TReqRestoreTableBackup) GetManifest added in v0.0.14

func (x *TReqRestoreTableBackup) GetManifest() *TBackupManifest

func (*TReqRestoreTableBackup) GetMount added in v0.0.14

func (x *TReqRestoreTableBackup) GetMount() bool

func (*TReqRestoreTableBackup) GetPreserveAccount added in v0.0.15

func (x *TReqRestoreTableBackup) GetPreserveAccount() bool

func (*TReqRestoreTableBackup) ProtoMessage added in v0.0.14

func (*TReqRestoreTableBackup) ProtoMessage()

func (*TReqRestoreTableBackup) ProtoReflect added in v0.0.14

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

func (*TReqRestoreTableBackup) Reset added in v0.0.14

func (x *TReqRestoreTableBackup) Reset()

func (*TReqRestoreTableBackup) String added in v0.0.14

func (x *TReqRestoreTableBackup) String() string

type TReqResumeChaosCells added in v0.0.5

type TReqResumeChaosCells struct {
	CellIds []*misc.TGuid `protobuf:"bytes,1,rep,name=cell_ids,json=cellIds" json:"cell_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqResumeChaosCells) Descriptor deprecated added in v0.0.5

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

Deprecated: Use TReqResumeChaosCells.ProtoReflect.Descriptor instead.

func (*TReqResumeChaosCells) GetCellIds added in v0.0.5

func (x *TReqResumeChaosCells) GetCellIds() []*misc.TGuid

func (*TReqResumeChaosCells) ProtoMessage added in v0.0.5

func (*TReqResumeChaosCells) ProtoMessage()

func (*TReqResumeChaosCells) ProtoReflect added in v0.0.5

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

func (*TReqResumeChaosCells) Reset added in v0.0.5

func (x *TReqResumeChaosCells) Reset()

func (*TReqResumeChaosCells) String added in v0.0.5

func (x *TReqResumeChaosCells) String() string

type TReqResumeCoordinator

type TReqResumeCoordinator struct {
	CoordinatorCellId *misc.TGuid `protobuf:"bytes,1,opt,name=coordinator_cell_id,json=coordinatorCellId" json:"coordinator_cell_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqResumeCoordinator) Descriptor deprecated

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

Deprecated: Use TReqResumeCoordinator.ProtoReflect.Descriptor instead.

func (*TReqResumeCoordinator) GetCoordinatorCellId

func (x *TReqResumeCoordinator) GetCoordinatorCellId() *misc.TGuid

func (*TReqResumeCoordinator) ProtoMessage

func (*TReqResumeCoordinator) ProtoMessage()

func (*TReqResumeCoordinator) ProtoReflect

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

func (*TReqResumeCoordinator) Reset

func (x *TReqResumeCoordinator) Reset()

func (*TReqResumeCoordinator) String

func (x *TReqResumeCoordinator) String() string

type TReqResumeOperation

type TReqResumeOperation struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqResumeOperation_OperationId
	//	*TReqResumeOperation_OperationAlias
	OperationIdOrAlias isTReqResumeOperation_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	// contains filtered or unexported fields
}

func (*TReqResumeOperation) Descriptor deprecated

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

Deprecated: Use TReqResumeOperation.ProtoReflect.Descriptor instead.

func (*TReqResumeOperation) GetOperationAlias

func (x *TReqResumeOperation) GetOperationAlias() string

func (*TReqResumeOperation) GetOperationId

func (x *TReqResumeOperation) GetOperationId() *misc.TGuid

func (*TReqResumeOperation) GetOperationIdOrAlias

func (m *TReqResumeOperation) GetOperationIdOrAlias() isTReqResumeOperation_OperationIdOrAlias

func (*TReqResumeOperation) ProtoMessage

func (*TReqResumeOperation) ProtoMessage()

func (*TReqResumeOperation) ProtoReflect

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

func (*TReqResumeOperation) Reset

func (x *TReqResumeOperation) Reset()

func (*TReqResumeOperation) String

func (x *TReqResumeOperation) String() string

type TReqResumeOperation_OperationAlias

type TReqResumeOperation_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,2,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqResumeOperation_OperationId

type TReqResumeOperation_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqResurrectChunkLocations

type TReqResurrectChunkLocations struct {
	NodeAddress   *string       `protobuf:"bytes,1,req,name=node_address,json=nodeAddress" json:"node_address,omitempty"`
	LocationUuids []*misc.TGuid `protobuf:"bytes,2,rep,name=location_uuids,json=locationUuids" json:"location_uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqResurrectChunkLocations) Descriptor deprecated

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

Deprecated: Use TReqResurrectChunkLocations.ProtoReflect.Descriptor instead.

func (*TReqResurrectChunkLocations) GetLocationUuids

func (x *TReqResurrectChunkLocations) GetLocationUuids() []*misc.TGuid

func (*TReqResurrectChunkLocations) GetNodeAddress

func (x *TReqResurrectChunkLocations) GetNodeAddress() string

func (*TReqResurrectChunkLocations) ProtoMessage

func (*TReqResurrectChunkLocations) ProtoMessage()

func (*TReqResurrectChunkLocations) ProtoReflect

func (*TReqResurrectChunkLocations) Reset

func (x *TReqResurrectChunkLocations) Reset()

func (*TReqResurrectChunkLocations) String

func (x *TReqResurrectChunkLocations) String() string

type TReqSelectRows

type TReqSelectRows struct {
	Query *string `protobuf:"bytes,1,req,name=query" json:"query,omitempty"`
	// optional NYT.NProto.TGuid transaction_id = 2;
	Timestamp                         *uint64                             `protobuf:"varint,3,opt,name=timestamp,def=4611686018427387649" json:"timestamp,omitempty"`
	RetentionTimestamp                *uint64                             `protobuf:"varint,16,opt,name=retention_timestamp,json=retentionTimestamp,def=0" json:"retention_timestamp,omitempty"`
	InputRowLimit                     *uint64                             `protobuf:"varint,4,opt,name=input_row_limit,json=inputRowLimit" json:"input_row_limit,omitempty"`
	OutputRowLimit                    *uint64                             `protobuf:"varint,5,opt,name=output_row_limit,json=outputRowLimit" json:"output_row_limit,omitempty"`
	RangeExpansionLimit               *uint64                             `protobuf:"varint,6,opt,name=range_expansion_limit,json=rangeExpansionLimit" json:"range_expansion_limit,omitempty"`
	FailOnIncompleteResult            *bool                               `protobuf:"varint,7,opt,name=fail_on_incomplete_result,json=failOnIncompleteResult" json:"fail_on_incomplete_result,omitempty"`
	VerboseLogging                    *bool                               `protobuf:"varint,8,opt,name=verbose_logging,json=verboseLogging" json:"verbose_logging,omitempty"`
	EnableCodeCache                   *bool                               `protobuf:"varint,9,opt,name=enable_code_cache,json=enableCodeCache" json:"enable_code_cache,omitempty"`
	MaxSubqueries                     *int32                              `protobuf:"varint,10,opt,name=max_subqueries,json=maxSubqueries" json:"max_subqueries,omitempty"`
	AllowFullScan                     *bool                               `protobuf:"varint,11,opt,name=allow_full_scan,json=allowFullScan" json:"allow_full_scan,omitempty"`
	AllowJoinWithoutIndex             *bool                               `protobuf:"varint,12,opt,name=allow_join_without_index,json=allowJoinWithoutIndex" json:"allow_join_without_index,omitempty"`
	UdfRegistryPath                   *string                             `protobuf:"bytes,13,opt,name=udf_registry_path,json=udfRegistryPath" json:"udf_registry_path,omitempty"`
	MemoryLimitPerNode                *uint64                             `protobuf:"varint,14,opt,name=memory_limit_per_node,json=memoryLimitPerNode" json:"memory_limit_per_node,omitempty"`
	ExecutionPool                     *string                             `protobuf:"bytes,15,opt,name=execution_pool,json=executionPool" json:"execution_pool,omitempty"`
	ReplicaConsistency                *EReplicaConsistency                ``                                                                                                           /* 161-byte string literal not displayed */
	PlaceholderValues                 []byte                              `protobuf:"bytes,18,opt,name=placeholder_values,json=placeholderValues" json:"placeholder_values,omitempty"` // YSON
	NewRangeInference                 *bool                               `protobuf:"varint,19,opt,name=new_range_inference,json=newRangeInference" json:"new_range_inference,omitempty"`
	UseCanonicalNullRelations         *bool                               `` /* 135-byte string literal not displayed */
	MergeVersionedRows                *bool                               `protobuf:"varint,21,opt,name=merge_versioned_rows,json=mergeVersionedRows" json:"merge_versioned_rows,omitempty"`
	SyntaxVersion                     *int32                              `protobuf:"varint,22,opt,name=syntax_version,json=syntaxVersion,def=1" json:"syntax_version,omitempty"`
	ExecutionBackend                  *int32                              `protobuf:"varint,23,opt,name=execution_backend,json=executionBackend" json:"execution_backend,omitempty"` // EExecutionBackend
	SuppressableAccessTrackingOptions *TSuppressableAccessTrackingOptions ``                                                                                                         /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqSelectRows) Descriptor deprecated

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

Deprecated: Use TReqSelectRows.ProtoReflect.Descriptor instead.

func (*TReqSelectRows) GetAllowFullScan

func (x *TReqSelectRows) GetAllowFullScan() bool

func (*TReqSelectRows) GetAllowJoinWithoutIndex

func (x *TReqSelectRows) GetAllowJoinWithoutIndex() bool

func (*TReqSelectRows) GetEnableCodeCache

func (x *TReqSelectRows) GetEnableCodeCache() bool

func (*TReqSelectRows) GetExecutionBackend added in v0.0.15

func (x *TReqSelectRows) GetExecutionBackend() int32

func (*TReqSelectRows) GetExecutionPool

func (x *TReqSelectRows) GetExecutionPool() string

func (*TReqSelectRows) GetFailOnIncompleteResult

func (x *TReqSelectRows) GetFailOnIncompleteResult() bool

func (*TReqSelectRows) GetInputRowLimit

func (x *TReqSelectRows) GetInputRowLimit() uint64

func (*TReqSelectRows) GetMaxSubqueries

func (x *TReqSelectRows) GetMaxSubqueries() int32

func (*TReqSelectRows) GetMemoryLimitPerNode

func (x *TReqSelectRows) GetMemoryLimitPerNode() uint64

func (*TReqSelectRows) GetMergeVersionedRows added in v0.0.14

func (x *TReqSelectRows) GetMergeVersionedRows() bool

func (*TReqSelectRows) GetNewRangeInference added in v0.0.8

func (x *TReqSelectRows) GetNewRangeInference() bool

func (*TReqSelectRows) GetOutputRowLimit

func (x *TReqSelectRows) GetOutputRowLimit() uint64

func (*TReqSelectRows) GetPlaceholderValues

func (x *TReqSelectRows) GetPlaceholderValues() []byte

func (*TReqSelectRows) GetQuery

func (x *TReqSelectRows) GetQuery() string

func (*TReqSelectRows) GetRangeExpansionLimit

func (x *TReqSelectRows) GetRangeExpansionLimit() uint64

func (*TReqSelectRows) GetReplicaConsistency

func (x *TReqSelectRows) GetReplicaConsistency() EReplicaConsistency

func (*TReqSelectRows) GetRetentionTimestamp

func (x *TReqSelectRows) GetRetentionTimestamp() uint64

func (*TReqSelectRows) GetSuppressableAccessTrackingOptions

func (x *TReqSelectRows) GetSuppressableAccessTrackingOptions() *TSuppressableAccessTrackingOptions

func (*TReqSelectRows) GetSyntaxVersion added in v0.0.14

func (x *TReqSelectRows) GetSyntaxVersion() int32

func (*TReqSelectRows) GetTimestamp

func (x *TReqSelectRows) GetTimestamp() uint64

func (*TReqSelectRows) GetUdfRegistryPath

func (x *TReqSelectRows) GetUdfRegistryPath() string

func (*TReqSelectRows) GetUseCanonicalNullRelations added in v0.0.10

func (x *TReqSelectRows) GetUseCanonicalNullRelations() bool

func (*TReqSelectRows) GetVerboseLogging

func (x *TReqSelectRows) GetVerboseLogging() bool

func (*TReqSelectRows) ProtoMessage

func (*TReqSelectRows) ProtoMessage()

func (*TReqSelectRows) ProtoReflect

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

func (*TReqSelectRows) Reset

func (x *TReqSelectRows) Reset()

func (*TReqSelectRows) String

func (x *TReqSelectRows) String() string

type TReqSetNode

type TReqSetNode struct {
	Path                              *string                             `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`   // YPath
	Value                             []byte                              `protobuf:"bytes,2,req,name=value" json:"value,omitempty"` // YSON
	Recursive                         *bool                               `protobuf:"varint,3,opt,name=recursive" json:"recursive,omitempty"`
	Force                             *bool                               `protobuf:"varint,4,opt,name=force" json:"force,omitempty"`
	TransactionalOptions              *TTransactionalOptions              `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions               *TPrerequisiteOptions               `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions                   *TMutatingOptions                   `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	SuppressableAccessTrackingOptions *TSuppressableAccessTrackingOptions `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReqSetNode) Descriptor deprecated

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

Deprecated: Use TReqSetNode.ProtoReflect.Descriptor instead.

func (*TReqSetNode) GetForce

func (x *TReqSetNode) GetForce() bool

func (*TReqSetNode) GetMutatingOptions

func (x *TReqSetNode) GetMutatingOptions() *TMutatingOptions

func (*TReqSetNode) GetPath

func (x *TReqSetNode) GetPath() string

func (*TReqSetNode) GetPrerequisiteOptions

func (x *TReqSetNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqSetNode) GetRecursive

func (x *TReqSetNode) GetRecursive() bool

func (*TReqSetNode) GetSuppressableAccessTrackingOptions

func (x *TReqSetNode) GetSuppressableAccessTrackingOptions() *TSuppressableAccessTrackingOptions

func (*TReqSetNode) GetTransactionalOptions

func (x *TReqSetNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqSetNode) GetValue

func (x *TReqSetNode) GetValue() []byte

func (*TReqSetNode) ProtoMessage

func (*TReqSetNode) ProtoMessage()

func (*TReqSetNode) ProtoReflect

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

func (*TReqSetNode) Reset

func (x *TReqSetNode) Reset()

func (*TReqSetNode) String

func (x *TReqSetNode) String() string

type TReqSetPipelineDynamicSpec added in v0.0.14

type TReqSetPipelineDynamicSpec struct {
	PipelinePath    *string `protobuf:"bytes,1,req,name=pipeline_path,json=pipelinePath" json:"pipeline_path,omitempty"`
	ExpectedVersion *int64  `protobuf:"varint,2,opt,name=expected_version,json=expectedVersion" json:"expected_version,omitempty"`
	Spec            []byte  `protobuf:"bytes,3,req,name=spec" json:"spec,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TReqSetPipelineDynamicSpec) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqSetPipelineDynamicSpec.ProtoReflect.Descriptor instead.

func (*TReqSetPipelineDynamicSpec) GetExpectedVersion added in v0.0.14

func (x *TReqSetPipelineDynamicSpec) GetExpectedVersion() int64

func (*TReqSetPipelineDynamicSpec) GetPipelinePath added in v0.0.14

func (x *TReqSetPipelineDynamicSpec) GetPipelinePath() string

func (*TReqSetPipelineDynamicSpec) GetSpec added in v0.0.14

func (x *TReqSetPipelineDynamicSpec) GetSpec() []byte

func (*TReqSetPipelineDynamicSpec) ProtoMessage added in v0.0.14

func (*TReqSetPipelineDynamicSpec) ProtoMessage()

func (*TReqSetPipelineDynamicSpec) ProtoReflect added in v0.0.14

func (*TReqSetPipelineDynamicSpec) Reset added in v0.0.14

func (x *TReqSetPipelineDynamicSpec) Reset()

func (*TReqSetPipelineDynamicSpec) String added in v0.0.14

func (x *TReqSetPipelineDynamicSpec) String() string

type TReqSetPipelineSpec added in v0.0.14

type TReqSetPipelineSpec struct {
	PipelinePath    *string `protobuf:"bytes,1,req,name=pipeline_path,json=pipelinePath" json:"pipeline_path,omitempty"`
	ExpectedVersion *int64  `protobuf:"varint,2,opt,name=expected_version,json=expectedVersion" json:"expected_version,omitempty"`
	Spec            []byte  `protobuf:"bytes,3,req,name=spec" json:"spec,omitempty"` // YSON
	// Update spec even if pipeline is not stopped, just paused.
	Force *bool `protobuf:"varint,4,opt,name=force" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqSetPipelineSpec) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqSetPipelineSpec.ProtoReflect.Descriptor instead.

func (*TReqSetPipelineSpec) GetExpectedVersion added in v0.0.14

func (x *TReqSetPipelineSpec) GetExpectedVersion() int64

func (*TReqSetPipelineSpec) GetForce added in v0.0.14

func (x *TReqSetPipelineSpec) GetForce() bool

func (*TReqSetPipelineSpec) GetPipelinePath added in v0.0.14

func (x *TReqSetPipelineSpec) GetPipelinePath() string

func (*TReqSetPipelineSpec) GetSpec added in v0.0.14

func (x *TReqSetPipelineSpec) GetSpec() []byte

func (*TReqSetPipelineSpec) ProtoMessage added in v0.0.14

func (*TReqSetPipelineSpec) ProtoMessage()

func (*TReqSetPipelineSpec) ProtoReflect added in v0.0.14

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

func (*TReqSetPipelineSpec) Reset added in v0.0.14

func (x *TReqSetPipelineSpec) Reset()

func (*TReqSetPipelineSpec) String added in v0.0.14

func (x *TReqSetPipelineSpec) String() string

type TReqStartOperation

type TReqStartOperation struct {
	Type                 *EOperationType        `protobuf:"varint,1,req,name=type,enum=NYT.NApi.NRpcProxy.NProto.EOperationType" json:"type,omitempty"`
	Spec                 []byte                 `protobuf:"bytes,2,req,name=spec" json:"spec,omitempty"` // YSON
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	MutatingOptions      *TMutatingOptions      `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqStartOperation) Descriptor deprecated

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

Deprecated: Use TReqStartOperation.ProtoReflect.Descriptor instead.

func (*TReqStartOperation) GetMutatingOptions

func (x *TReqStartOperation) GetMutatingOptions() *TMutatingOptions

func (*TReqStartOperation) GetSpec

func (x *TReqStartOperation) GetSpec() []byte

func (*TReqStartOperation) GetTransactionalOptions

func (x *TReqStartOperation) GetTransactionalOptions() *TTransactionalOptions

func (*TReqStartOperation) GetType

func (x *TReqStartOperation) GetType() EOperationType

func (*TReqStartOperation) ProtoMessage

func (*TReqStartOperation) ProtoMessage()

func (*TReqStartOperation) ProtoReflect

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

func (*TReqStartOperation) Reset

func (x *TReqStartOperation) Reset()

func (*TReqStartOperation) String

func (x *TReqStartOperation) String() string

type TReqStartPipeline added in v0.0.14

type TReqStartPipeline struct {
	PipelinePath *string `protobuf:"bytes,1,req,name=pipeline_path,json=pipelinePath" json:"pipeline_path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqStartPipeline) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqStartPipeline.ProtoReflect.Descriptor instead.

func (*TReqStartPipeline) GetPipelinePath added in v0.0.14

func (x *TReqStartPipeline) GetPipelinePath() string

func (*TReqStartPipeline) ProtoMessage added in v0.0.14

func (*TReqStartPipeline) ProtoMessage()

func (*TReqStartPipeline) ProtoReflect added in v0.0.14

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

func (*TReqStartPipeline) Reset added in v0.0.14

func (x *TReqStartPipeline) Reset()

func (*TReqStartPipeline) String added in v0.0.14

func (x *TReqStartPipeline) String() string

type TReqStartQuery added in v0.0.16

type TReqStartQuery struct {
	QueryTrackerStage   *string                      `protobuf:"bytes,1,req,name=query_tracker_stage,json=queryTrackerStage" json:"query_tracker_stage,omitempty"`
	Engine              *EQueryEngine                `protobuf:"varint,2,req,name=engine,enum=NYT.NApi.NRpcProxy.NProto.EQueryEngine" json:"engine,omitempty"`
	Query               *string                      `protobuf:"bytes,3,req,name=query" json:"query,omitempty"`
	Settings            []byte                       `protobuf:"bytes,4,opt,name=settings" json:"settings,omitempty"` // YSON
	Draft               *bool                        `protobuf:"varint,5,opt,name=draft" json:"draft,omitempty"`
	Annotations         []byte                       `protobuf:"bytes,6,opt,name=annotations" json:"annotations,omitempty"` // YSON
	Files               []*TReqStartQuery_TQueryFile `protobuf:"bytes,7,rep,name=files" json:"files,omitempty"`
	AccessControlObject *string                      `protobuf:"bytes,8,opt,name=access_control_object,json=accessControlObject" json:"access_control_object,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqStartQuery) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqStartQuery.ProtoReflect.Descriptor instead.

func (*TReqStartQuery) GetAccessControlObject added in v0.0.16

func (x *TReqStartQuery) GetAccessControlObject() string

func (*TReqStartQuery) GetAnnotations added in v0.0.16

func (x *TReqStartQuery) GetAnnotations() []byte

func (*TReqStartQuery) GetDraft added in v0.0.16

func (x *TReqStartQuery) GetDraft() bool

func (*TReqStartQuery) GetEngine added in v0.0.16

func (x *TReqStartQuery) GetEngine() EQueryEngine

func (*TReqStartQuery) GetFiles added in v0.0.16

func (x *TReqStartQuery) GetFiles() []*TReqStartQuery_TQueryFile

func (*TReqStartQuery) GetQuery added in v0.0.16

func (x *TReqStartQuery) GetQuery() string

func (*TReqStartQuery) GetQueryTrackerStage added in v0.0.16

func (x *TReqStartQuery) GetQueryTrackerStage() string

func (*TReqStartQuery) GetSettings added in v0.0.16

func (x *TReqStartQuery) GetSettings() []byte

func (*TReqStartQuery) ProtoMessage added in v0.0.16

func (*TReqStartQuery) ProtoMessage()

func (*TReqStartQuery) ProtoReflect added in v0.0.16

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

func (*TReqStartQuery) Reset added in v0.0.16

func (x *TReqStartQuery) Reset()

func (*TReqStartQuery) String added in v0.0.16

func (x *TReqStartQuery) String() string

type TReqStartQuery_TQueryFile added in v0.0.16

type TReqStartQuery_TQueryFile struct {
	Name    *string       `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Content *string       `protobuf:"bytes,2,req,name=content" json:"content,omitempty"`
	Type    *EContentType `protobuf:"varint,3,req,name=type,enum=NYT.NApi.NRpcProxy.NProto.EContentType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqStartQuery_TQueryFile) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TReqStartQuery_TQueryFile.ProtoReflect.Descriptor instead.

func (*TReqStartQuery_TQueryFile) GetContent added in v0.0.16

func (x *TReqStartQuery_TQueryFile) GetContent() string

func (*TReqStartQuery_TQueryFile) GetName added in v0.0.16

func (x *TReqStartQuery_TQueryFile) GetName() string

func (*TReqStartQuery_TQueryFile) GetType added in v0.0.16

func (*TReqStartQuery_TQueryFile) ProtoMessage added in v0.0.16

func (*TReqStartQuery_TQueryFile) ProtoMessage()

func (*TReqStartQuery_TQueryFile) ProtoReflect added in v0.0.16

func (*TReqStartQuery_TQueryFile) Reset added in v0.0.16

func (x *TReqStartQuery_TQueryFile) Reset()

func (*TReqStartQuery_TQueryFile) String added in v0.0.16

func (x *TReqStartQuery_TQueryFile) String() string

type TReqStartTransaction

type TReqStartTransaction struct {
	Type    *ETransactionType `protobuf:"varint,1,req,name=type,enum=NYT.NApi.NRpcProxy.NProto.ETransactionType" json:"type,omitempty"`
	Timeout *int64            `protobuf:"varint,2,opt,name=timeout" json:"timeout,omitempty"`
	// If not null then the transaction must use this externally provided id.
	// Only applicable to tablet transactions.
	Id       *misc.TGuid `protobuf:"bytes,3,opt,name=id" json:"id,omitempty"`
	ParentId *misc.TGuid `protobuf:"bytes,4,opt,name=parent_id,json=parentId" json:"parent_id,omitempty"`
	// COMPAT(kiselyovp) next option is unused and should get removed
	AutoAbort                  *bool                                            `protobuf:"varint,5,opt,name=auto_abort,json=autoAbort,def=0" json:"auto_abort,omitempty"`
	Sticky                     *bool                                            `protobuf:"varint,6,opt,name=sticky,def=0" json:"sticky,omitempty"`
	Ping                       *bool                                            `protobuf:"varint,7,opt,name=ping,def=1" json:"ping,omitempty"`
	PingAncestors              *bool                                            `protobuf:"varint,8,opt,name=ping_ancestors,json=pingAncestors,def=1" json:"ping_ancestors,omitempty"`
	Atomicity                  *EAtomicity                                      `protobuf:"varint,9,opt,name=atomicity,enum=NYT.NApi.NRpcProxy.NProto.EAtomicity,def=0" json:"atomicity,omitempty"`
	Durability                 *EDurability                                     `protobuf:"varint,10,opt,name=durability,enum=NYT.NApi.NRpcProxy.NProto.EDurability,def=0" json:"durability,omitempty"`
	Attributes                 *ytree.TAttributeDictionary                      `protobuf:"bytes,11,opt,name=attributes" json:"attributes,omitempty"`
	Deadline                   *uint64                                          `protobuf:"varint,12,opt,name=deadline" json:"deadline,omitempty"`
	PrerequisiteTransactionIds []*misc.TGuid                                    `` /* 135-byte string literal not displayed */
	StartTimestamp             *uint64                                          `protobuf:"varint,14,opt,name=start_timestamp,json=startTimestamp" json:"start_timestamp,omitempty"`
	ReplicateToMasterCellTags  *TReqStartTransaction_TReplicateToMasterCellTags `` /* 136-byte string literal not displayed */
	MutatingOptions            *TMutatingOptions                                `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqStartTransaction) Descriptor deprecated

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

Deprecated: Use TReqStartTransaction.ProtoReflect.Descriptor instead.

func (*TReqStartTransaction) GetAtomicity

func (x *TReqStartTransaction) GetAtomicity() EAtomicity

func (*TReqStartTransaction) GetAttributes

func (x *TReqStartTransaction) GetAttributes() *ytree.TAttributeDictionary

func (*TReqStartTransaction) GetAutoAbort

func (x *TReqStartTransaction) GetAutoAbort() bool

func (*TReqStartTransaction) GetDeadline

func (x *TReqStartTransaction) GetDeadline() uint64

func (*TReqStartTransaction) GetDurability

func (x *TReqStartTransaction) GetDurability() EDurability

func (*TReqStartTransaction) GetId

func (x *TReqStartTransaction) GetId() *misc.TGuid

func (*TReqStartTransaction) GetMutatingOptions

func (x *TReqStartTransaction) GetMutatingOptions() *TMutatingOptions

func (*TReqStartTransaction) GetParentId

func (x *TReqStartTransaction) GetParentId() *misc.TGuid

func (*TReqStartTransaction) GetPing

func (x *TReqStartTransaction) GetPing() bool

func (*TReqStartTransaction) GetPingAncestors

func (x *TReqStartTransaction) GetPingAncestors() bool

func (*TReqStartTransaction) GetPrerequisiteTransactionIds

func (x *TReqStartTransaction) GetPrerequisiteTransactionIds() []*misc.TGuid

func (*TReqStartTransaction) GetReplicateToMasterCellTags added in v0.0.17

func (x *TReqStartTransaction) GetReplicateToMasterCellTags() *TReqStartTransaction_TReplicateToMasterCellTags

func (*TReqStartTransaction) GetStartTimestamp

func (x *TReqStartTransaction) GetStartTimestamp() uint64

func (*TReqStartTransaction) GetSticky

func (x *TReqStartTransaction) GetSticky() bool

func (*TReqStartTransaction) GetTimeout

func (x *TReqStartTransaction) GetTimeout() int64

func (*TReqStartTransaction) GetType

func (*TReqStartTransaction) ProtoMessage

func (*TReqStartTransaction) ProtoMessage()

func (*TReqStartTransaction) ProtoReflect

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

func (*TReqStartTransaction) Reset

func (x *TReqStartTransaction) Reset()

func (*TReqStartTransaction) String

func (x *TReqStartTransaction) String() string

type TReqStartTransaction_TReplicateToMasterCellTags added in v0.0.17

type TReqStartTransaction_TReplicateToMasterCellTags struct {
	CellTags []int32 `protobuf:"varint,1,rep,name=cell_tags,json=cellTags" json:"cell_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqStartTransaction_TReplicateToMasterCellTags) Descriptor deprecated added in v0.0.17

Deprecated: Use TReqStartTransaction_TReplicateToMasterCellTags.ProtoReflect.Descriptor instead.

func (*TReqStartTransaction_TReplicateToMasterCellTags) GetCellTags added in v0.0.17

func (*TReqStartTransaction_TReplicateToMasterCellTags) ProtoMessage added in v0.0.17

func (*TReqStartTransaction_TReplicateToMasterCellTags) ProtoReflect added in v0.0.17

func (*TReqStartTransaction_TReplicateToMasterCellTags) Reset added in v0.0.17

func (*TReqStartTransaction_TReplicateToMasterCellTags) String added in v0.0.17

type TReqStopPipeline added in v0.0.14

type TReqStopPipeline struct {
	PipelinePath *string `protobuf:"bytes,1,req,name=pipeline_path,json=pipelinePath" json:"pipeline_path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqStopPipeline) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TReqStopPipeline.ProtoReflect.Descriptor instead.

func (*TReqStopPipeline) GetPipelinePath added in v0.0.14

func (x *TReqStopPipeline) GetPipelinePath() string

func (*TReqStopPipeline) ProtoMessage added in v0.0.14

func (*TReqStopPipeline) ProtoMessage()

func (*TReqStopPipeline) ProtoReflect added in v0.0.14

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

func (*TReqStopPipeline) Reset added in v0.0.14

func (x *TReqStopPipeline) Reset()

func (*TReqStopPipeline) String added in v0.0.14

func (x *TReqStopPipeline) String() string

type TReqSuspendChaosCells added in v0.0.5

type TReqSuspendChaosCells struct {
	CellIds []*misc.TGuid `protobuf:"bytes,1,rep,name=cell_ids,json=cellIds" json:"cell_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqSuspendChaosCells) Descriptor deprecated added in v0.0.5

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

Deprecated: Use TReqSuspendChaosCells.ProtoReflect.Descriptor instead.

func (*TReqSuspendChaosCells) GetCellIds added in v0.0.5

func (x *TReqSuspendChaosCells) GetCellIds() []*misc.TGuid

func (*TReqSuspendChaosCells) ProtoMessage added in v0.0.5

func (*TReqSuspendChaosCells) ProtoMessage()

func (*TReqSuspendChaosCells) ProtoReflect added in v0.0.5

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

func (*TReqSuspendChaosCells) Reset added in v0.0.5

func (x *TReqSuspendChaosCells) Reset()

func (*TReqSuspendChaosCells) String added in v0.0.5

func (x *TReqSuspendChaosCells) String() string

type TReqSuspendCoordinator

type TReqSuspendCoordinator struct {
	CoordinatorCellId *misc.TGuid `protobuf:"bytes,1,opt,name=coordinator_cell_id,json=coordinatorCellId" json:"coordinator_cell_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqSuspendCoordinator) Descriptor deprecated

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

Deprecated: Use TReqSuspendCoordinator.ProtoReflect.Descriptor instead.

func (*TReqSuspendCoordinator) GetCoordinatorCellId

func (x *TReqSuspendCoordinator) GetCoordinatorCellId() *misc.TGuid

func (*TReqSuspendCoordinator) ProtoMessage

func (*TReqSuspendCoordinator) ProtoMessage()

func (*TReqSuspendCoordinator) ProtoReflect

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

func (*TReqSuspendCoordinator) Reset

func (x *TReqSuspendCoordinator) Reset()

func (*TReqSuspendCoordinator) String

func (x *TReqSuspendCoordinator) String() string

type TReqSuspendOperation

type TReqSuspendOperation struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqSuspendOperation_OperationId
	//	*TReqSuspendOperation_OperationAlias
	OperationIdOrAlias isTReqSuspendOperation_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	AbortRunningJobs   *bool                                     `protobuf:"varint,2,opt,name=abort_running_jobs,json=abortRunningJobs,def=0" json:"abort_running_jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqSuspendOperation) Descriptor deprecated

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

Deprecated: Use TReqSuspendOperation.ProtoReflect.Descriptor instead.

func (*TReqSuspendOperation) GetAbortRunningJobs

func (x *TReqSuspendOperation) GetAbortRunningJobs() bool

func (*TReqSuspendOperation) GetOperationAlias

func (x *TReqSuspendOperation) GetOperationAlias() string

func (*TReqSuspendOperation) GetOperationId

func (x *TReqSuspendOperation) GetOperationId() *misc.TGuid

func (*TReqSuspendOperation) GetOperationIdOrAlias

func (m *TReqSuspendOperation) GetOperationIdOrAlias() isTReqSuspendOperation_OperationIdOrAlias

func (*TReqSuspendOperation) ProtoMessage

func (*TReqSuspendOperation) ProtoMessage()

func (*TReqSuspendOperation) ProtoReflect

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

func (*TReqSuspendOperation) Reset

func (x *TReqSuspendOperation) Reset()

func (*TReqSuspendOperation) String

func (x *TReqSuspendOperation) String() string

type TReqSuspendOperation_OperationAlias

type TReqSuspendOperation_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,3,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqSuspendOperation_OperationId

type TReqSuspendOperation_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqTransferAccountResources

type TReqTransferAccountResources struct {
	SrcAccount      *string           `protobuf:"bytes,1,req,name=src_account,json=srcAccount" json:"src_account,omitempty"`
	DstAccount      *string           `protobuf:"bytes,2,req,name=dst_account,json=dstAccount" json:"dst_account,omitempty"`
	ResourceDelta   []byte            `protobuf:"bytes,3,req,name=resource_delta,json=resourceDelta" json:"resource_delta,omitempty"` // YSON
	MutatingOptions *TMutatingOptions `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqTransferAccountResources) Descriptor deprecated

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

Deprecated: Use TReqTransferAccountResources.ProtoReflect.Descriptor instead.

func (*TReqTransferAccountResources) GetDstAccount

func (x *TReqTransferAccountResources) GetDstAccount() string

func (*TReqTransferAccountResources) GetMutatingOptions

func (x *TReqTransferAccountResources) GetMutatingOptions() *TMutatingOptions

func (*TReqTransferAccountResources) GetResourceDelta

func (x *TReqTransferAccountResources) GetResourceDelta() []byte

func (*TReqTransferAccountResources) GetSrcAccount

func (x *TReqTransferAccountResources) GetSrcAccount() string

func (*TReqTransferAccountResources) ProtoMessage

func (*TReqTransferAccountResources) ProtoMessage()

func (*TReqTransferAccountResources) ProtoReflect

func (*TReqTransferAccountResources) Reset

func (x *TReqTransferAccountResources) Reset()

func (*TReqTransferAccountResources) String

type TReqTransferPoolResources

type TReqTransferPoolResources struct {
	SrcPool         *string           `protobuf:"bytes,1,req,name=src_pool,json=srcPool" json:"src_pool,omitempty"`
	DstPool         *string           `protobuf:"bytes,2,req,name=dst_pool,json=dstPool" json:"dst_pool,omitempty"`
	PoolTree        *string           `protobuf:"bytes,3,req,name=pool_tree,json=poolTree" json:"pool_tree,omitempty"`
	ResourceDelta   []byte            `protobuf:"bytes,4,req,name=resource_delta,json=resourceDelta" json:"resource_delta,omitempty"` // YSON
	MutatingOptions *TMutatingOptions `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqTransferPoolResources) Descriptor deprecated

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

Deprecated: Use TReqTransferPoolResources.ProtoReflect.Descriptor instead.

func (*TReqTransferPoolResources) GetDstPool

func (x *TReqTransferPoolResources) GetDstPool() string

func (*TReqTransferPoolResources) GetMutatingOptions

func (x *TReqTransferPoolResources) GetMutatingOptions() *TMutatingOptions

func (*TReqTransferPoolResources) GetPoolTree

func (x *TReqTransferPoolResources) GetPoolTree() string

func (*TReqTransferPoolResources) GetResourceDelta

func (x *TReqTransferPoolResources) GetResourceDelta() []byte

func (*TReqTransferPoolResources) GetSrcPool

func (x *TReqTransferPoolResources) GetSrcPool() string

func (*TReqTransferPoolResources) ProtoMessage

func (*TReqTransferPoolResources) ProtoMessage()

func (*TReqTransferPoolResources) ProtoReflect

func (*TReqTransferPoolResources) Reset

func (x *TReqTransferPoolResources) Reset()

func (*TReqTransferPoolResources) String

func (x *TReqTransferPoolResources) String() string

type TReqTrimTable

type TReqTrimTable struct {
	Path            *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	TabletIndex     *int32  `protobuf:"varint,2,req,name=tablet_index,json=tabletIndex" json:"tablet_index,omitempty"`
	TrimmedRowCount *uint64 `protobuf:"varint,3,req,name=trimmed_row_count,json=trimmedRowCount" json:"trimmed_row_count,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqTrimTable) Descriptor deprecated

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

Deprecated: Use TReqTrimTable.ProtoReflect.Descriptor instead.

func (*TReqTrimTable) GetPath

func (x *TReqTrimTable) GetPath() string

func (*TReqTrimTable) GetTabletIndex

func (x *TReqTrimTable) GetTabletIndex() int32

func (*TReqTrimTable) GetTrimmedRowCount

func (x *TReqTrimTable) GetTrimmedRowCount() uint64

func (*TReqTrimTable) ProtoMessage

func (*TReqTrimTable) ProtoMessage()

func (*TReqTrimTable) ProtoReflect

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

func (*TReqTrimTable) Reset

func (x *TReqTrimTable) Reset()

func (*TReqTrimTable) String

func (x *TReqTrimTable) String() string

type TReqTruncateJournal

type TReqTruncateJournal struct {
	Path                *string               `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	RowCount            *int64                `protobuf:"varint,2,req,name=row_count,json=rowCount" json:"row_count,omitempty"`
	PrerequisiteOptions *TPrerequisiteOptions `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions     *TMutatingOptions     `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqTruncateJournal) Descriptor deprecated

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

Deprecated: Use TReqTruncateJournal.ProtoReflect.Descriptor instead.

func (*TReqTruncateJournal) GetMutatingOptions

func (x *TReqTruncateJournal) GetMutatingOptions() *TMutatingOptions

func (*TReqTruncateJournal) GetPath

func (x *TReqTruncateJournal) GetPath() string

func (*TReqTruncateJournal) GetPrerequisiteOptions

func (x *TReqTruncateJournal) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqTruncateJournal) GetRowCount

func (x *TReqTruncateJournal) GetRowCount() int64

func (*TReqTruncateJournal) ProtoMessage

func (*TReqTruncateJournal) ProtoMessage()

func (*TReqTruncateJournal) ProtoReflect

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

func (*TReqTruncateJournal) Reset

func (x *TReqTruncateJournal) Reset()

func (*TReqTruncateJournal) String

func (x *TReqTruncateJournal) String() string

type TReqUnfreezeTable

type TReqUnfreezeTable struct {
	Path               *string              `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	MutatingOptions    *TMutatingOptions    `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	TabletRangeOptions *TTabletRangeOptions `protobuf:"bytes,104,opt,name=tablet_range_options,json=tabletRangeOptions" json:"tablet_range_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqUnfreezeTable) Descriptor deprecated

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

Deprecated: Use TReqUnfreezeTable.ProtoReflect.Descriptor instead.

func (*TReqUnfreezeTable) GetMutatingOptions

func (x *TReqUnfreezeTable) GetMutatingOptions() *TMutatingOptions

func (*TReqUnfreezeTable) GetPath

func (x *TReqUnfreezeTable) GetPath() string

func (*TReqUnfreezeTable) GetTabletRangeOptions

func (x *TReqUnfreezeTable) GetTabletRangeOptions() *TTabletRangeOptions

func (*TReqUnfreezeTable) ProtoMessage

func (*TReqUnfreezeTable) ProtoMessage()

func (*TReqUnfreezeTable) ProtoReflect

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

func (*TReqUnfreezeTable) Reset

func (x *TReqUnfreezeTable) Reset()

func (*TReqUnfreezeTable) String

func (x *TReqUnfreezeTable) String() string

type TReqUnlockNode

type TReqUnlockNode struct {
	Path                 *string                `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions  *TPrerequisiteOptions  `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	MutatingOptions      *TMutatingOptions      `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqUnlockNode) Descriptor deprecated

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

Deprecated: Use TReqUnlockNode.ProtoReflect.Descriptor instead.

func (*TReqUnlockNode) GetMutatingOptions

func (x *TReqUnlockNode) GetMutatingOptions() *TMutatingOptions

func (*TReqUnlockNode) GetPath

func (x *TReqUnlockNode) GetPath() string

func (*TReqUnlockNode) GetPrerequisiteOptions

func (x *TReqUnlockNode) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqUnlockNode) GetTransactionalOptions

func (x *TReqUnlockNode) GetTransactionalOptions() *TTransactionalOptions

func (*TReqUnlockNode) ProtoMessage

func (*TReqUnlockNode) ProtoMessage()

func (*TReqUnlockNode) ProtoReflect

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

func (*TReqUnlockNode) Reset

func (x *TReqUnlockNode) Reset()

func (*TReqUnlockNode) String

func (x *TReqUnlockNode) String() string

type TReqUnmountTable

type TReqUnmountTable struct {
	Path               *string              `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // YPath
	Force              *bool                `protobuf:"varint,2,opt,name=force,def=0" json:"force,omitempty"`
	MutatingOptions    *TMutatingOptions    `protobuf:"bytes,103,opt,name=mutating_options,json=mutatingOptions" json:"mutating_options,omitempty"`
	TabletRangeOptions *TTabletRangeOptions `protobuf:"bytes,104,opt,name=tablet_range_options,json=tabletRangeOptions" json:"tablet_range_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqUnmountTable) Descriptor deprecated

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

Deprecated: Use TReqUnmountTable.ProtoReflect.Descriptor instead.

func (*TReqUnmountTable) GetForce

func (x *TReqUnmountTable) GetForce() bool

func (*TReqUnmountTable) GetMutatingOptions

func (x *TReqUnmountTable) GetMutatingOptions() *TMutatingOptions

func (*TReqUnmountTable) GetPath

func (x *TReqUnmountTable) GetPath() string

func (*TReqUnmountTable) GetTabletRangeOptions

func (x *TReqUnmountTable) GetTabletRangeOptions() *TTabletRangeOptions

func (*TReqUnmountTable) ProtoMessage

func (*TReqUnmountTable) ProtoMessage()

func (*TReqUnmountTable) ProtoReflect

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

func (*TReqUnmountTable) Reset

func (x *TReqUnmountTable) Reset()

func (*TReqUnmountTable) String

func (x *TReqUnmountTable) String() string

type TReqUnregisterQueueConsumer

type TReqUnregisterQueueConsumer struct {
	QueuePath    *string `protobuf:"bytes,1,opt,name=queue_path,json=queuePath" json:"queue_path,omitempty"`
	ConsumerPath *string `protobuf:"bytes,2,opt,name=consumer_path,json=consumerPath" json:"consumer_path,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqUnregisterQueueConsumer) Descriptor deprecated

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

Deprecated: Use TReqUnregisterQueueConsumer.ProtoReflect.Descriptor instead.

func (*TReqUnregisterQueueConsumer) GetConsumerPath

func (x *TReqUnregisterQueueConsumer) GetConsumerPath() string

func (*TReqUnregisterQueueConsumer) GetQueuePath

func (x *TReqUnregisterQueueConsumer) GetQueuePath() string

func (*TReqUnregisterQueueConsumer) ProtoMessage

func (*TReqUnregisterQueueConsumer) ProtoMessage()

func (*TReqUnregisterQueueConsumer) ProtoReflect

func (*TReqUnregisterQueueConsumer) Reset

func (x *TReqUnregisterQueueConsumer) Reset()

func (*TReqUnregisterQueueConsumer) String

func (x *TReqUnregisterQueueConsumer) String() string

type TReqUpdateOperationParameters

type TReqUpdateOperationParameters struct {

	// Types that are assignable to OperationIdOrAlias:
	//
	//	*TReqUpdateOperationParameters_OperationId
	//	*TReqUpdateOperationParameters_OperationAlias
	OperationIdOrAlias isTReqUpdateOperationParameters_OperationIdOrAlias `protobuf_oneof:"operation_id_or_alias"`
	Parameters         []byte                                             `protobuf:"bytes,2,req,name=parameters" json:"parameters,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TReqUpdateOperationParameters) Descriptor deprecated

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

Deprecated: Use TReqUpdateOperationParameters.ProtoReflect.Descriptor instead.

func (*TReqUpdateOperationParameters) GetOperationAlias

func (x *TReqUpdateOperationParameters) GetOperationAlias() string

func (*TReqUpdateOperationParameters) GetOperationId

func (x *TReqUpdateOperationParameters) GetOperationId() *misc.TGuid

func (*TReqUpdateOperationParameters) GetOperationIdOrAlias

func (m *TReqUpdateOperationParameters) GetOperationIdOrAlias() isTReqUpdateOperationParameters_OperationIdOrAlias

func (*TReqUpdateOperationParameters) GetParameters

func (x *TReqUpdateOperationParameters) GetParameters() []byte

func (*TReqUpdateOperationParameters) ProtoMessage

func (*TReqUpdateOperationParameters) ProtoMessage()

func (*TReqUpdateOperationParameters) ProtoReflect

func (*TReqUpdateOperationParameters) Reset

func (x *TReqUpdateOperationParameters) Reset()

func (*TReqUpdateOperationParameters) String

type TReqUpdateOperationParameters_OperationAlias

type TReqUpdateOperationParameters_OperationAlias struct {
	OperationAlias string `protobuf:"bytes,3,opt,name=operation_alias,json=operationAlias,oneof"`
}

type TReqUpdateOperationParameters_OperationId

type TReqUpdateOperationParameters_OperationId struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,opt,name=operation_id,json=operationId,oneof"`
}

type TReqVersionedLookupRows

type TReqVersionedLookupRows struct {
	Path                *string              `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	Timestamp           *uint64              `protobuf:"varint,3,opt,name=timestamp,def=4611686018427387649" json:"timestamp,omitempty"`
	Columns             []string             `protobuf:"bytes,2,rep,name=columns" json:"columns,omitempty"`
	KeepMissingRows     *bool                `protobuf:"varint,4,opt,name=keep_missing_rows,json=keepMissingRows,def=1" json:"keep_missing_rows,omitempty"`
	RetentionConfig     *TRetentionConfig    `protobuf:"bytes,6,opt,name=retention_config,json=retentionConfig" json:"retention_config,omitempty"`
	EnablePartialResult *bool                `protobuf:"varint,7,opt,name=enable_partial_result,json=enablePartialResult,def=0" json:"enable_partial_result,omitempty"`
	UseLookupCache      *bool                `protobuf:"varint,9,opt,name=use_lookup_cache,json=useLookupCache,def=0" json:"use_lookup_cache,omitempty"`
	TabletReadOptions   *TTabletReadOptions  `protobuf:"bytes,106,opt,name=tablet_read_options,json=tabletReadOptions" json:"tablet_read_options,omitempty"`
	ReplicaConsistency  *EReplicaConsistency `` /* 161-byte string literal not displayed */
	MultiplexingBand    *EMultiplexingBand   `` /* 152-byte string literal not displayed */
	RowsetDescriptor    *TRowsetDescriptor   `protobuf:"bytes,200,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqVersionedLookupRows) Descriptor deprecated

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

Deprecated: Use TReqVersionedLookupRows.ProtoReflect.Descriptor instead.

func (*TReqVersionedLookupRows) GetColumns

func (x *TReqVersionedLookupRows) GetColumns() []string

func (*TReqVersionedLookupRows) GetEnablePartialResult

func (x *TReqVersionedLookupRows) GetEnablePartialResult() bool

func (*TReqVersionedLookupRows) GetKeepMissingRows

func (x *TReqVersionedLookupRows) GetKeepMissingRows() bool

func (*TReqVersionedLookupRows) GetMultiplexingBand

func (x *TReqVersionedLookupRows) GetMultiplexingBand() EMultiplexingBand

func (*TReqVersionedLookupRows) GetPath

func (x *TReqVersionedLookupRows) GetPath() string

func (*TReqVersionedLookupRows) GetReplicaConsistency

func (x *TReqVersionedLookupRows) GetReplicaConsistency() EReplicaConsistency

func (*TReqVersionedLookupRows) GetRetentionConfig

func (x *TReqVersionedLookupRows) GetRetentionConfig() *TRetentionConfig

func (*TReqVersionedLookupRows) GetRowsetDescriptor

func (x *TReqVersionedLookupRows) GetRowsetDescriptor() *TRowsetDescriptor

func (*TReqVersionedLookupRows) GetTabletReadOptions

func (x *TReqVersionedLookupRows) GetTabletReadOptions() *TTabletReadOptions

func (*TReqVersionedLookupRows) GetTimestamp

func (x *TReqVersionedLookupRows) GetTimestamp() uint64

func (*TReqVersionedLookupRows) GetUseLookupCache

func (x *TReqVersionedLookupRows) GetUseLookupCache() bool

func (*TReqVersionedLookupRows) ProtoMessage

func (*TReqVersionedLookupRows) ProtoMessage()

func (*TReqVersionedLookupRows) ProtoReflect

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

func (*TReqVersionedLookupRows) Reset

func (x *TReqVersionedLookupRows) Reset()

func (*TReqVersionedLookupRows) String

func (x *TReqVersionedLookupRows) String() string

type TReqWriteFile

type TReqWriteFile struct {
	Path                 *string                `protobuf:"bytes,1,req,name=path" json:"path,omitempty"` // RichYPath
	ComputeMd5           *bool                  `protobuf:"varint,2,opt,name=compute_md5,json=computeMd5,def=0" json:"compute_md5,omitempty"`
	Config               []byte                 `protobuf:"bytes,3,opt,name=config" json:"config,omitempty"` // YSON-serialized TFileWriterConfig
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions  *TPrerequisiteOptions  `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqWriteFile) Descriptor deprecated

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

Deprecated: Use TReqWriteFile.ProtoReflect.Descriptor instead.

func (*TReqWriteFile) GetComputeMd5

func (x *TReqWriteFile) GetComputeMd5() bool

func (*TReqWriteFile) GetConfig

func (x *TReqWriteFile) GetConfig() []byte

func (*TReqWriteFile) GetPath

func (x *TReqWriteFile) GetPath() string

func (*TReqWriteFile) GetPrerequisiteOptions

func (x *TReqWriteFile) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqWriteFile) GetTransactionalOptions

func (x *TReqWriteFile) GetTransactionalOptions() *TTransactionalOptions

func (*TReqWriteFile) ProtoMessage

func (*TReqWriteFile) ProtoMessage()

func (*TReqWriteFile) ProtoReflect

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

func (*TReqWriteFile) Reset

func (x *TReqWriteFile) Reset()

func (*TReqWriteFile) String

func (x *TReqWriteFile) String() string

type TReqWriteJournal

type TReqWriteJournal struct {
	Path                     *string                `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`     // YPath
	Config                   []byte                 `protobuf:"bytes,2,opt,name=config" json:"config,omitempty"` // YSON-serialized TJournalWriterConfig
	EnableMultiplexing       *bool                  `protobuf:"varint,3,opt,name=enable_multiplexing,json=enableMultiplexing,def=1" json:"enable_multiplexing,omitempty"`
	EnableChunkPreallocation *bool                  `` /* 135-byte string literal not displayed */
	ReplicaLagLimit          *int64                 `protobuf:"varint,5,opt,name=replica_lag_limit,json=replicaLagLimit,def=32768" json:"replica_lag_limit,omitempty"`
	TransactionalOptions     *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	PrerequisiteOptions      *TPrerequisiteOptions  `protobuf:"bytes,101,opt,name=prerequisite_options,json=prerequisiteOptions" json:"prerequisite_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqWriteJournal) Descriptor deprecated

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

Deprecated: Use TReqWriteJournal.ProtoReflect.Descriptor instead.

func (*TReqWriteJournal) GetConfig

func (x *TReqWriteJournal) GetConfig() []byte

func (*TReqWriteJournal) GetEnableChunkPreallocation

func (x *TReqWriteJournal) GetEnableChunkPreallocation() bool

func (*TReqWriteJournal) GetEnableMultiplexing

func (x *TReqWriteJournal) GetEnableMultiplexing() bool

func (*TReqWriteJournal) GetPath

func (x *TReqWriteJournal) GetPath() string

func (*TReqWriteJournal) GetPrerequisiteOptions

func (x *TReqWriteJournal) GetPrerequisiteOptions() *TPrerequisiteOptions

func (*TReqWriteJournal) GetReplicaLagLimit

func (x *TReqWriteJournal) GetReplicaLagLimit() int64

func (*TReqWriteJournal) GetTransactionalOptions

func (x *TReqWriteJournal) GetTransactionalOptions() *TTransactionalOptions

func (*TReqWriteJournal) ProtoMessage

func (*TReqWriteJournal) ProtoMessage()

func (*TReqWriteJournal) ProtoReflect

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

func (*TReqWriteJournal) Reset

func (x *TReqWriteJournal) Reset()

func (*TReqWriteJournal) String

func (x *TReqWriteJournal) String() string

type TReqWriteTable

type TReqWriteTable struct {
	Path                 *string                `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`     // RichYPath
	Config               []byte                 `protobuf:"bytes,2,opt,name=config" json:"config,omitempty"` // YSON-serialized TTableWriterConfig
	Format               []byte                 `protobuf:"bytes,3,opt,name=format" json:"format,omitempty"` // YSON-serialized TFormat
	TransactionalOptions *TTransactionalOptions `protobuf:"bytes,100,opt,name=transactional_options,json=transactionalOptions" json:"transactional_options,omitempty"`
	// contains filtered or unexported fields
}

func (*TReqWriteTable) Descriptor deprecated

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

Deprecated: Use TReqWriteTable.ProtoReflect.Descriptor instead.

func (*TReqWriteTable) GetConfig

func (x *TReqWriteTable) GetConfig() []byte

func (*TReqWriteTable) GetFormat

func (x *TReqWriteTable) GetFormat() []byte

func (*TReqWriteTable) GetPath

func (x *TReqWriteTable) GetPath() string

func (*TReqWriteTable) GetTransactionalOptions

func (x *TReqWriteTable) GetTransactionalOptions() *TTransactionalOptions

func (*TReqWriteTable) ProtoMessage

func (*TReqWriteTable) ProtoMessage()

func (*TReqWriteTable) ProtoReflect

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

func (*TReqWriteTable) Reset

func (x *TReqWriteTable) Reset()

func (*TReqWriteTable) String

func (x *TReqWriteTable) String() string

type TRetentionConfig

type TRetentionConfig struct {
	MinDataVersions      *uint64 `protobuf:"varint,1,opt,name=min_data_versions,json=minDataVersions,def=1" json:"min_data_versions,omitempty"`
	MaxDataVersions      *uint64 `protobuf:"varint,2,opt,name=max_data_versions,json=maxDataVersions,def=1" json:"max_data_versions,omitempty"`
	MinDataTtl           *uint64 `protobuf:"varint,3,opt,name=min_data_ttl,json=minDataTtl,def=1800000000" json:"min_data_ttl,omitempty"` // TDuration, 30 minutes by default
	MaxDataTtl           *uint64 `protobuf:"varint,4,opt,name=max_data_ttl,json=maxDataTtl,def=1800000000" json:"max_data_ttl,omitempty"` // TDuration, 30 minutes by default
	IgnoreMajorTimestamp *bool   `protobuf:"varint,5,opt,name=ignore_major_timestamp,json=ignoreMajorTimestamp,def=0" json:"ignore_major_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*TRetentionConfig) Descriptor deprecated

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

Deprecated: Use TRetentionConfig.ProtoReflect.Descriptor instead.

func (*TRetentionConfig) GetIgnoreMajorTimestamp

func (x *TRetentionConfig) GetIgnoreMajorTimestamp() bool

func (*TRetentionConfig) GetMaxDataTtl

func (x *TRetentionConfig) GetMaxDataTtl() uint64

func (*TRetentionConfig) GetMaxDataVersions

func (x *TRetentionConfig) GetMaxDataVersions() uint64

func (*TRetentionConfig) GetMinDataTtl

func (x *TRetentionConfig) GetMinDataTtl() uint64

func (*TRetentionConfig) GetMinDataVersions

func (x *TRetentionConfig) GetMinDataVersions() uint64

func (*TRetentionConfig) ProtoMessage

func (*TRetentionConfig) ProtoMessage()

func (*TRetentionConfig) ProtoReflect

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

func (*TRetentionConfig) Reset

func (x *TRetentionConfig) Reset()

func (*TRetentionConfig) String

func (x *TRetentionConfig) String() string

type TRowBatchReadOptions

type TRowBatchReadOptions struct {
	MaxRowCount          *int64 `protobuf:"varint,1,opt,name=max_row_count,json=maxRowCount" json:"max_row_count,omitempty"`
	MaxDataWeight        *int64 `protobuf:"varint,2,opt,name=max_data_weight,json=maxDataWeight" json:"max_data_weight,omitempty"`
	DataWeightPerRowHint *int64 `protobuf:"varint,3,opt,name=data_weight_per_row_hint,json=dataWeightPerRowHint" json:"data_weight_per_row_hint,omitempty"`
	// contains filtered or unexported fields
}

func (*TRowBatchReadOptions) Descriptor deprecated

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

Deprecated: Use TRowBatchReadOptions.ProtoReflect.Descriptor instead.

func (*TRowBatchReadOptions) GetDataWeightPerRowHint

func (x *TRowBatchReadOptions) GetDataWeightPerRowHint() int64

func (*TRowBatchReadOptions) GetMaxDataWeight

func (x *TRowBatchReadOptions) GetMaxDataWeight() int64

func (*TRowBatchReadOptions) GetMaxRowCount

func (x *TRowBatchReadOptions) GetMaxRowCount() int64

func (*TRowBatchReadOptions) ProtoMessage

func (*TRowBatchReadOptions) ProtoMessage()

func (*TRowBatchReadOptions) ProtoReflect

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

func (*TRowBatchReadOptions) Reset

func (x *TRowBatchReadOptions) Reset()

func (*TRowBatchReadOptions) String

func (x *TRowBatchReadOptions) String() string

type TRowsetDescriptor

type TRowsetDescriptor struct {

	// Currently, there is only one version. This field is reserved for future changes.
	WireFormatVersion *int32 `protobuf:"varint,1,opt,name=wire_format_version,json=wireFormatVersion,def=1" json:"wire_format_version,omitempty"`
	// Specifies the kind of rows comprising the rowset.
	RowsetKind *ERowsetKind `` /* 134-byte string literal not displayed */
	// Specifies the format of data representation.
	RowsetFormat *ERowsetFormat `` /* 142-byte string literal not displayed */
	// Specifies column names.
	// COMPAT(babenko): also types.
	NameTableEntries []*TRowsetDescriptor_TNameTableEntry `protobuf:"bytes,3,rep,name=name_table_entries,json=nameTableEntries" json:"name_table_entries,omitempty"`
	// Specifies rowset schema.
	// Could be missing (in this case name table is always present).
	Schema *TTableSchema `protobuf:"bytes,5,opt,name=schema" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

Each rowset is decodeable solely with the descriptor, which encodes rowset kind, column names and column types. Actual data is passed via attachments in the wire protocol.

func (*TRowsetDescriptor) Descriptor deprecated

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

Deprecated: Use TRowsetDescriptor.ProtoReflect.Descriptor instead.

func (*TRowsetDescriptor) GetNameTableEntries

func (x *TRowsetDescriptor) GetNameTableEntries() []*TRowsetDescriptor_TNameTableEntry

func (*TRowsetDescriptor) GetRowsetFormat

func (x *TRowsetDescriptor) GetRowsetFormat() ERowsetFormat

func (*TRowsetDescriptor) GetRowsetKind

func (x *TRowsetDescriptor) GetRowsetKind() ERowsetKind

func (*TRowsetDescriptor) GetSchema

func (x *TRowsetDescriptor) GetSchema() *TTableSchema

func (*TRowsetDescriptor) GetWireFormatVersion

func (x *TRowsetDescriptor) GetWireFormatVersion() int32

func (*TRowsetDescriptor) ProtoMessage

func (*TRowsetDescriptor) ProtoMessage()

func (*TRowsetDescriptor) ProtoReflect

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

func (*TRowsetDescriptor) Reset

func (x *TRowsetDescriptor) Reset()

func (*TRowsetDescriptor) String

func (x *TRowsetDescriptor) String() string

type TRowsetDescriptor_TNameTableEntry

type TRowsetDescriptor_TNameTableEntry struct {
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// COMPAT(babenko)
	Type *int32 `protobuf:"varint,2,opt,name=type" json:"type,omitempty"`
	// COMPAT(babenko)
	LogicalType *int32 `protobuf:"varint,3,opt,name=logical_type,json=logicalType" json:"logical_type,omitempty"`
	// contains filtered or unexported fields
}

func (*TRowsetDescriptor_TNameTableEntry) Descriptor deprecated

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

Deprecated: Use TRowsetDescriptor_TNameTableEntry.ProtoReflect.Descriptor instead.

func (*TRowsetDescriptor_TNameTableEntry) GetLogicalType

func (x *TRowsetDescriptor_TNameTableEntry) GetLogicalType() int32

func (*TRowsetDescriptor_TNameTableEntry) GetName

func (*TRowsetDescriptor_TNameTableEntry) GetType

func (*TRowsetDescriptor_TNameTableEntry) ProtoMessage

func (*TRowsetDescriptor_TNameTableEntry) ProtoMessage()

func (*TRowsetDescriptor_TNameTableEntry) ProtoReflect

func (*TRowsetDescriptor_TNameTableEntry) Reset

func (*TRowsetDescriptor_TNameTableEntry) String

type TRowsetStatistics

type TRowsetStatistics struct {
	TotalRowCount  *int64                        `protobuf:"varint,1,req,name=total_row_count,json=totalRowCount" json:"total_row_count,omitempty"`
	DataStatistics *chunk_client.TDataStatistics `protobuf:"bytes,2,req,name=data_statistics,json=dataStatistics" json:"data_statistics,omitempty"`
	// contains filtered or unexported fields
}

Could be embedded into response attachment block sequence along with the actual data to indidate the progress of table reader/writer.

func (*TRowsetStatistics) Descriptor deprecated

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

Deprecated: Use TRowsetStatistics.ProtoReflect.Descriptor instead.

func (*TRowsetStatistics) GetDataStatistics

func (x *TRowsetStatistics) GetDataStatistics() *chunk_client.TDataStatistics

func (*TRowsetStatistics) GetTotalRowCount

func (x *TRowsetStatistics) GetTotalRowCount() int64

func (*TRowsetStatistics) ProtoMessage

func (*TRowsetStatistics) ProtoMessage()

func (*TRowsetStatistics) ProtoReflect

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

func (*TRowsetStatistics) Reset

func (x *TRowsetStatistics) Reset()

func (*TRowsetStatistics) String

func (x *TRowsetStatistics) String() string

type TRspAbandonJob

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

func (*TRspAbandonJob) Descriptor deprecated

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

Deprecated: Use TRspAbandonJob.ProtoReflect.Descriptor instead.

func (*TRspAbandonJob) ProtoMessage

func (*TRspAbandonJob) ProtoMessage()

func (*TRspAbandonJob) ProtoReflect

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

func (*TRspAbandonJob) Reset

func (x *TRspAbandonJob) Reset()

func (*TRspAbandonJob) String

func (x *TRspAbandonJob) String() string

type TRspAbortJob

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

func (*TRspAbortJob) Descriptor deprecated

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

Deprecated: Use TRspAbortJob.ProtoReflect.Descriptor instead.

func (*TRspAbortJob) ProtoMessage

func (*TRspAbortJob) ProtoMessage()

func (*TRspAbortJob) ProtoReflect

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

func (*TRspAbortJob) Reset

func (x *TRspAbortJob) Reset()

func (*TRspAbortJob) String

func (x *TRspAbortJob) String() string

type TRspAbortOperation

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

func (*TRspAbortOperation) Descriptor deprecated

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

Deprecated: Use TRspAbortOperation.ProtoReflect.Descriptor instead.

func (*TRspAbortOperation) ProtoMessage

func (*TRspAbortOperation) ProtoMessage()

func (*TRspAbortOperation) ProtoReflect

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

func (*TRspAbortOperation) Reset

func (x *TRspAbortOperation) Reset()

func (*TRspAbortOperation) String

func (x *TRspAbortOperation) String() string

type TRspAbortQuery added in v0.0.16

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

func (*TRspAbortQuery) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TRspAbortQuery.ProtoReflect.Descriptor instead.

func (*TRspAbortQuery) ProtoMessage added in v0.0.16

func (*TRspAbortQuery) ProtoMessage()

func (*TRspAbortQuery) ProtoReflect added in v0.0.16

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

func (*TRspAbortQuery) Reset added in v0.0.16

func (x *TRspAbortQuery) Reset()

func (*TRspAbortQuery) String added in v0.0.16

func (x *TRspAbortQuery) String() string

type TRspAbortTransaction

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

func (*TRspAbortTransaction) Descriptor deprecated

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

Deprecated: Use TRspAbortTransaction.ProtoReflect.Descriptor instead.

func (*TRspAbortTransaction) ProtoMessage

func (*TRspAbortTransaction) ProtoMessage()

func (*TRspAbortTransaction) ProtoReflect

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

func (*TRspAbortTransaction) Reset

func (x *TRspAbortTransaction) Reset()

func (*TRspAbortTransaction) String

func (x *TRspAbortTransaction) String() string

type TRspAddMaintenance

type TRspAddMaintenance struct {

	// COMPAT(kvk1920): For compatibility with pre-24.2 RPC clients.
	Id *misc.TGuid `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"` // TMaintenanceId
	// Key: component address
	// Value: TMaintenanceId
	IdPerTarget map[string]*misc.TGuid `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TRspAddMaintenance) Descriptor deprecated

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

Deprecated: Use TRspAddMaintenance.ProtoReflect.Descriptor instead.

func (*TRspAddMaintenance) GetId

func (x *TRspAddMaintenance) GetId() *misc.TGuid

func (*TRspAddMaintenance) GetIdPerTarget added in v0.0.16

func (x *TRspAddMaintenance) GetIdPerTarget() map[string]*misc.TGuid

func (*TRspAddMaintenance) ProtoMessage

func (*TRspAddMaintenance) ProtoMessage()

func (*TRspAddMaintenance) ProtoReflect

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

func (*TRspAddMaintenance) Reset

func (x *TRspAddMaintenance) Reset()

func (*TRspAddMaintenance) String

func (x *TRspAddMaintenance) String() string

type TRspAddMember

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

func (*TRspAddMember) Descriptor deprecated

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

Deprecated: Use TRspAddMember.ProtoReflect.Descriptor instead.

func (*TRspAddMember) ProtoMessage

func (*TRspAddMember) ProtoMessage()

func (*TRspAddMember) ProtoReflect

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

func (*TRspAddMember) Reset

func (x *TRspAddMember) Reset()

func (*TRspAddMember) String

func (x *TRspAddMember) String() string

type TRspAdvanceConsumer added in v0.0.14

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

func (*TRspAdvanceConsumer) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspAdvanceConsumer.ProtoReflect.Descriptor instead.

func (*TRspAdvanceConsumer) ProtoMessage added in v0.0.14

func (*TRspAdvanceConsumer) ProtoMessage()

func (*TRspAdvanceConsumer) ProtoReflect added in v0.0.14

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

func (*TRspAdvanceConsumer) Reset added in v0.0.14

func (x *TRspAdvanceConsumer) Reset()

func (*TRspAdvanceConsumer) String added in v0.0.14

func (x *TRspAdvanceConsumer) String() string

type TRspAlterQuery added in v0.0.16

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

func (*TRspAlterQuery) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TRspAlterQuery.ProtoReflect.Descriptor instead.

func (*TRspAlterQuery) ProtoMessage added in v0.0.16

func (*TRspAlterQuery) ProtoMessage()

func (*TRspAlterQuery) ProtoReflect added in v0.0.16

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

func (*TRspAlterQuery) Reset added in v0.0.16

func (x *TRspAlterQuery) Reset()

func (*TRspAlterQuery) String added in v0.0.16

func (x *TRspAlterQuery) String() string

type TRspAlterReplicationCard

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

func (*TRspAlterReplicationCard) Descriptor deprecated

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

Deprecated: Use TRspAlterReplicationCard.ProtoReflect.Descriptor instead.

func (*TRspAlterReplicationCard) ProtoMessage

func (*TRspAlterReplicationCard) ProtoMessage()

func (*TRspAlterReplicationCard) ProtoReflect

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

func (*TRspAlterReplicationCard) Reset

func (x *TRspAlterReplicationCard) Reset()

func (*TRspAlterReplicationCard) String

func (x *TRspAlterReplicationCard) String() string

type TRspAlterTable

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

func (*TRspAlterTable) Descriptor deprecated

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

Deprecated: Use TRspAlterTable.ProtoReflect.Descriptor instead.

func (*TRspAlterTable) ProtoMessage

func (*TRspAlterTable) ProtoMessage()

func (*TRspAlterTable) ProtoReflect

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

func (*TRspAlterTable) Reset

func (x *TRspAlterTable) Reset()

func (*TRspAlterTable) String

func (x *TRspAlterTable) String() string

type TRspAlterTableReplica

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

func (*TRspAlterTableReplica) Descriptor deprecated

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

Deprecated: Use TRspAlterTableReplica.ProtoReflect.Descriptor instead.

func (*TRspAlterTableReplica) ProtoMessage

func (*TRspAlterTableReplica) ProtoMessage()

func (*TRspAlterTableReplica) ProtoReflect

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

func (*TRspAlterTableReplica) Reset

func (x *TRspAlterTableReplica) Reset()

func (*TRspAlterTableReplica) String

func (x *TRspAlterTableReplica) String() string

type TRspAttachTransaction

type TRspAttachTransaction struct {
	Type           *ETransactionType `protobuf:"varint,1,req,name=type,enum=NYT.NApi.NRpcProxy.NProto.ETransactionType" json:"type,omitempty"`
	StartTimestamp *uint64           `protobuf:"varint,2,req,name=start_timestamp,json=startTimestamp" json:"start_timestamp,omitempty"`
	Atomicity      *EAtomicity       `protobuf:"varint,3,req,name=atomicity,enum=NYT.NApi.NRpcProxy.NProto.EAtomicity" json:"atomicity,omitempty"`
	Durability     *EDurability      `protobuf:"varint,4,req,name=durability,enum=NYT.NApi.NRpcProxy.NProto.EDurability" json:"durability,omitempty"`
	Timeout        *int64            `protobuf:"varint,5,req,name=timeout" json:"timeout,omitempty"`
	// Sequence number source id allocated for this client if transaction is tablet.
	// Client is free not to use this source id and generate source id on its own,
	// for example, for backward compatibility. In this case client is responsible for
	// source id uniqueness between all transaction clients.
	// See TReqModifyRows.sequence_number_source_id for details.
	SequenceNumberSourceId *int64 `protobuf:"varint,6,opt,name=sequence_number_source_id,json=sequenceNumberSourceId" json:"sequence_number_source_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspAttachTransaction) Descriptor deprecated

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

Deprecated: Use TRspAttachTransaction.ProtoReflect.Descriptor instead.

func (*TRspAttachTransaction) GetAtomicity

func (x *TRspAttachTransaction) GetAtomicity() EAtomicity

func (*TRspAttachTransaction) GetDurability

func (x *TRspAttachTransaction) GetDurability() EDurability

func (*TRspAttachTransaction) GetSequenceNumberSourceId

func (x *TRspAttachTransaction) GetSequenceNumberSourceId() int64

func (*TRspAttachTransaction) GetStartTimestamp

func (x *TRspAttachTransaction) GetStartTimestamp() uint64

func (*TRspAttachTransaction) GetTimeout

func (x *TRspAttachTransaction) GetTimeout() int64

func (*TRspAttachTransaction) GetType

func (*TRspAttachTransaction) ProtoMessage

func (*TRspAttachTransaction) ProtoMessage()

func (*TRspAttachTransaction) ProtoReflect

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

func (*TRspAttachTransaction) Reset

func (x *TRspAttachTransaction) Reset()

func (*TRspAttachTransaction) String

func (x *TRspAttachTransaction) String() string

type TRspBalanceTabletCells

type TRspBalanceTabletCells struct {
	TabletActions []*misc.TGuid `protobuf:"bytes,1,rep,name=tablet_actions,json=tabletActions" json:"tablet_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspBalanceTabletCells) Descriptor deprecated

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

Deprecated: Use TRspBalanceTabletCells.ProtoReflect.Descriptor instead.

func (*TRspBalanceTabletCells) GetTabletActions

func (x *TRspBalanceTabletCells) GetTabletActions() []*misc.TGuid

func (*TRspBalanceTabletCells) ProtoMessage

func (*TRspBalanceTabletCells) ProtoMessage()

func (*TRspBalanceTabletCells) ProtoReflect

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

func (*TRspBalanceTabletCells) Reset

func (x *TRspBalanceTabletCells) Reset()

func (*TRspBalanceTabletCells) String

func (x *TRspBalanceTabletCells) String() string

type TRspBatchModifyRows

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

func (*TRspBatchModifyRows) Descriptor deprecated

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

Deprecated: Use TRspBatchModifyRows.ProtoReflect.Descriptor instead.

func (*TRspBatchModifyRows) ProtoMessage

func (*TRspBatchModifyRows) ProtoMessage()

func (*TRspBatchModifyRows) ProtoReflect

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

func (*TRspBatchModifyRows) Reset

func (x *TRspBatchModifyRows) Reset()

func (*TRspBatchModifyRows) String

func (x *TRspBatchModifyRows) String() string

type TRspBuildSnapshot

type TRspBuildSnapshot struct {
	SnapshotId *int64 `protobuf:"varint,1,req,name=snapshot_id,json=snapshotId" json:"snapshot_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspBuildSnapshot) Descriptor deprecated

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

Deprecated: Use TRspBuildSnapshot.ProtoReflect.Descriptor instead.

func (*TRspBuildSnapshot) GetSnapshotId

func (x *TRspBuildSnapshot) GetSnapshotId() int64

func (*TRspBuildSnapshot) ProtoMessage

func (*TRspBuildSnapshot) ProtoMessage()

func (*TRspBuildSnapshot) ProtoReflect

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

func (*TRspBuildSnapshot) Reset

func (x *TRspBuildSnapshot) Reset()

func (*TRspBuildSnapshot) String

func (x *TRspBuildSnapshot) String() string

type TRspCheckClusterLiveness

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

func (*TRspCheckClusterLiveness) Descriptor deprecated

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

Deprecated: Use TRspCheckClusterLiveness.ProtoReflect.Descriptor instead.

func (*TRspCheckClusterLiveness) ProtoMessage

func (*TRspCheckClusterLiveness) ProtoMessage()

func (*TRspCheckClusterLiveness) ProtoReflect

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

func (*TRspCheckClusterLiveness) Reset

func (x *TRspCheckClusterLiveness) Reset()

func (*TRspCheckClusterLiveness) String

func (x *TRspCheckClusterLiveness) String() string

type TRspCheckPermission

type TRspCheckPermission struct {
	Result  *TCheckPermissionResult       `protobuf:"bytes,1,req,name=result" json:"result,omitempty"`
	Columns *TRspCheckPermission_TColumns `protobuf:"bytes,2,opt,name=columns" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspCheckPermission) Descriptor deprecated

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

Deprecated: Use TRspCheckPermission.ProtoReflect.Descriptor instead.

func (*TRspCheckPermission) GetColumns

func (*TRspCheckPermission) GetResult

func (*TRspCheckPermission) ProtoMessage

func (*TRspCheckPermission) ProtoMessage()

func (*TRspCheckPermission) ProtoReflect

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

func (*TRspCheckPermission) Reset

func (x *TRspCheckPermission) Reset()

func (*TRspCheckPermission) String

func (x *TRspCheckPermission) String() string

type TRspCheckPermissionByAcl

type TRspCheckPermissionByAcl struct {
	Result *TCheckPermissionByAclResult `protobuf:"bytes,1,req,name=result" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspCheckPermissionByAcl) Descriptor deprecated

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

Deprecated: Use TRspCheckPermissionByAcl.ProtoReflect.Descriptor instead.

func (*TRspCheckPermissionByAcl) GetResult

func (*TRspCheckPermissionByAcl) ProtoMessage

func (*TRspCheckPermissionByAcl) ProtoMessage()

func (*TRspCheckPermissionByAcl) ProtoReflect

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

func (*TRspCheckPermissionByAcl) Reset

func (x *TRspCheckPermissionByAcl) Reset()

func (*TRspCheckPermissionByAcl) String

func (x *TRspCheckPermissionByAcl) String() string

type TRspCheckPermission_TColumns

type TRspCheckPermission_TColumns struct {
	Items []*TCheckPermissionResult `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspCheckPermission_TColumns) Descriptor deprecated

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

Deprecated: Use TRspCheckPermission_TColumns.ProtoReflect.Descriptor instead.

func (*TRspCheckPermission_TColumns) GetItems

func (*TRspCheckPermission_TColumns) ProtoMessage

func (*TRspCheckPermission_TColumns) ProtoMessage()

func (*TRspCheckPermission_TColumns) ProtoReflect

func (*TRspCheckPermission_TColumns) Reset

func (x *TRspCheckPermission_TColumns) Reset()

func (*TRspCheckPermission_TColumns) String

type TRspCommitTransaction

type TRspCommitTransaction struct {
	CommitTimestamps       *hive.TTimestampMap `protobuf:"bytes,1,opt,name=commit_timestamps,json=commitTimestamps" json:"commit_timestamps,omitempty"`
	PrimaryCommitTimestamp *uint64             `protobuf:"varint,2,opt,name=primary_commit_timestamp,json=primaryCommitTimestamp" json:"primary_commit_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspCommitTransaction) Descriptor deprecated

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

Deprecated: Use TRspCommitTransaction.ProtoReflect.Descriptor instead.

func (*TRspCommitTransaction) GetCommitTimestamps

func (x *TRspCommitTransaction) GetCommitTimestamps() *hive.TTimestampMap

func (*TRspCommitTransaction) GetPrimaryCommitTimestamp

func (x *TRspCommitTransaction) GetPrimaryCommitTimestamp() uint64

func (*TRspCommitTransaction) ProtoMessage

func (*TRspCommitTransaction) ProtoMessage()

func (*TRspCommitTransaction) ProtoReflect

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

func (*TRspCommitTransaction) Reset

func (x *TRspCommitTransaction) Reset()

func (*TRspCommitTransaction) String

func (x *TRspCommitTransaction) String() string

type TRspCompleteOperation

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

func (*TRspCompleteOperation) Descriptor deprecated

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

Deprecated: Use TRspCompleteOperation.ProtoReflect.Descriptor instead.

func (*TRspCompleteOperation) ProtoMessage

func (*TRspCompleteOperation) ProtoMessage()

func (*TRspCompleteOperation) ProtoReflect

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

func (*TRspCompleteOperation) Reset

func (x *TRspCompleteOperation) Reset()

func (*TRspCompleteOperation) String

func (x *TRspCompleteOperation) String() string

type TRspConcatenateNodes

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

func (*TRspConcatenateNodes) Descriptor deprecated

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

Deprecated: Use TRspConcatenateNodes.ProtoReflect.Descriptor instead.

func (*TRspConcatenateNodes) ProtoMessage

func (*TRspConcatenateNodes) ProtoMessage()

func (*TRspConcatenateNodes) ProtoReflect

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

func (*TRspConcatenateNodes) Reset

func (x *TRspConcatenateNodes) Reset()

func (*TRspConcatenateNodes) String

func (x *TRspConcatenateNodes) String() string

type TRspCopyNode

type TRspCopyNode struct {
	NodeId *misc.TGuid `protobuf:"bytes,1,req,name=node_id,json=nodeId" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspCopyNode) Descriptor deprecated

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

Deprecated: Use TRspCopyNode.ProtoReflect.Descriptor instead.

func (*TRspCopyNode) GetNodeId

func (x *TRspCopyNode) GetNodeId() *misc.TGuid

func (*TRspCopyNode) ProtoMessage

func (*TRspCopyNode) ProtoMessage()

func (*TRspCopyNode) ProtoReflect

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

func (*TRspCopyNode) Reset

func (x *TRspCopyNode) Reset()

func (*TRspCopyNode) String

func (x *TRspCopyNode) String() string

type TRspCreateNode

type TRspCreateNode struct {
	NodeId *misc.TGuid `protobuf:"bytes,1,req,name=node_id,json=nodeId" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspCreateNode) Descriptor deprecated

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

Deprecated: Use TRspCreateNode.ProtoReflect.Descriptor instead.

func (*TRspCreateNode) GetNodeId

func (x *TRspCreateNode) GetNodeId() *misc.TGuid

func (*TRspCreateNode) ProtoMessage

func (*TRspCreateNode) ProtoMessage()

func (*TRspCreateNode) ProtoReflect

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

func (*TRspCreateNode) Reset

func (x *TRspCreateNode) Reset()

func (*TRspCreateNode) String

func (x *TRspCreateNode) String() string

type TRspCreateObject

type TRspCreateObject struct {
	ObjectId *misc.TGuid `protobuf:"bytes,1,req,name=object_id,json=objectId" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspCreateObject) Descriptor deprecated

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

Deprecated: Use TRspCreateObject.ProtoReflect.Descriptor instead.

func (*TRspCreateObject) GetObjectId

func (x *TRspCreateObject) GetObjectId() *misc.TGuid

func (*TRspCreateObject) ProtoMessage

func (*TRspCreateObject) ProtoMessage()

func (*TRspCreateObject) ProtoReflect

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

func (*TRspCreateObject) Reset

func (x *TRspCreateObject) Reset()

func (*TRspCreateObject) String

func (x *TRspCreateObject) String() string

type TRspCreateTableBackup added in v0.0.14

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

func (*TRspCreateTableBackup) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspCreateTableBackup.ProtoReflect.Descriptor instead.

func (*TRspCreateTableBackup) ProtoMessage added in v0.0.14

func (*TRspCreateTableBackup) ProtoMessage()

func (*TRspCreateTableBackup) ProtoReflect added in v0.0.14

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

func (*TRspCreateTableBackup) Reset added in v0.0.14

func (x *TRspCreateTableBackup) Reset()

func (*TRspCreateTableBackup) String added in v0.0.14

func (x *TRspCreateTableBackup) String() string

type TRspDestroyChunkLocations

type TRspDestroyChunkLocations struct {
	LocationUuids []*misc.TGuid `protobuf:"bytes,1,rep,name=location_uuids,json=locationUuids" json:"location_uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspDestroyChunkLocations) Descriptor deprecated

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

Deprecated: Use TRspDestroyChunkLocations.ProtoReflect.Descriptor instead.

func (*TRspDestroyChunkLocations) GetLocationUuids

func (x *TRspDestroyChunkLocations) GetLocationUuids() []*misc.TGuid

func (*TRspDestroyChunkLocations) ProtoMessage

func (*TRspDestroyChunkLocations) ProtoMessage()

func (*TRspDestroyChunkLocations) ProtoReflect

func (*TRspDestroyChunkLocations) Reset

func (x *TRspDestroyChunkLocations) Reset()

func (*TRspDestroyChunkLocations) String

func (x *TRspDestroyChunkLocations) String() string

type TRspDetachTransaction

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

func (*TRspDetachTransaction) Descriptor deprecated

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

Deprecated: Use TRspDetachTransaction.ProtoReflect.Descriptor instead.

func (*TRspDetachTransaction) ProtoMessage

func (*TRspDetachTransaction) ProtoMessage()

func (*TRspDetachTransaction) ProtoReflect

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

func (*TRspDetachTransaction) Reset

func (x *TRspDetachTransaction) Reset()

func (*TRspDetachTransaction) String

func (x *TRspDetachTransaction) String() string

type TRspDisableChunkLocations

type TRspDisableChunkLocations struct {
	LocationUuids []*misc.TGuid `protobuf:"bytes,1,rep,name=location_uuids,json=locationUuids" json:"location_uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspDisableChunkLocations) Descriptor deprecated

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

Deprecated: Use TRspDisableChunkLocations.ProtoReflect.Descriptor instead.

func (*TRspDisableChunkLocations) GetLocationUuids

func (x *TRspDisableChunkLocations) GetLocationUuids() []*misc.TGuid

func (*TRspDisableChunkLocations) ProtoMessage

func (*TRspDisableChunkLocations) ProtoMessage()

func (*TRspDisableChunkLocations) ProtoReflect

func (*TRspDisableChunkLocations) Reset

func (x *TRspDisableChunkLocations) Reset()

func (*TRspDisableChunkLocations) String

func (x *TRspDisableChunkLocations) String() string

type TRspDiscombobulateNonvotingPeers added in v0.0.10

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

func (*TRspDiscombobulateNonvotingPeers) Descriptor deprecated added in v0.0.10

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

Deprecated: Use TRspDiscombobulateNonvotingPeers.ProtoReflect.Descriptor instead.

func (*TRspDiscombobulateNonvotingPeers) ProtoMessage added in v0.0.10

func (*TRspDiscombobulateNonvotingPeers) ProtoMessage()

func (*TRspDiscombobulateNonvotingPeers) ProtoReflect added in v0.0.10

func (*TRspDiscombobulateNonvotingPeers) Reset added in v0.0.10

func (*TRspDiscombobulateNonvotingPeers) String added in v0.0.10

type TRspDiscoverProxies

type TRspDiscoverProxies struct {
	Addresses []string `protobuf:"bytes,1,rep,name=addresses" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspDiscoverProxies) Descriptor deprecated

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

Deprecated: Use TRspDiscoverProxies.ProtoReflect.Descriptor instead.

func (*TRspDiscoverProxies) GetAddresses

func (x *TRspDiscoverProxies) GetAddresses() []string

func (*TRspDiscoverProxies) ProtoMessage

func (*TRspDiscoverProxies) ProtoMessage()

func (*TRspDiscoverProxies) ProtoReflect

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

func (*TRspDiscoverProxies) Reset

func (x *TRspDiscoverProxies) Reset()

func (*TRspDiscoverProxies) String

func (x *TRspDiscoverProxies) String() string

type TRspDumpJobContext

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

func (*TRspDumpJobContext) Descriptor deprecated

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

Deprecated: Use TRspDumpJobContext.ProtoReflect.Descriptor instead.

func (*TRspDumpJobContext) ProtoMessage

func (*TRspDumpJobContext) ProtoMessage()

func (*TRspDumpJobContext) ProtoReflect

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

func (*TRspDumpJobContext) Reset

func (x *TRspDumpJobContext) Reset()

func (*TRspDumpJobContext) String

func (x *TRspDumpJobContext) String() string

type TRspExistsNode

type TRspExistsNode struct {
	Exists *bool `protobuf:"varint,1,req,name=exists" json:"exists,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspExistsNode) Descriptor deprecated

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

Deprecated: Use TRspExistsNode.ProtoReflect.Descriptor instead.

func (*TRspExistsNode) GetExists

func (x *TRspExistsNode) GetExists() bool

func (*TRspExistsNode) ProtoMessage

func (*TRspExistsNode) ProtoMessage()

func (*TRspExistsNode) ProtoReflect

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

func (*TRspExistsNode) Reset

func (x *TRspExistsNode) Reset()

func (*TRspExistsNode) String

func (x *TRspExistsNode) String() string

type TRspExitReadOnly added in v0.0.10

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

func (*TRspExitReadOnly) Descriptor deprecated added in v0.0.10

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

Deprecated: Use TRspExitReadOnly.ProtoReflect.Descriptor instead.

func (*TRspExitReadOnly) ProtoMessage added in v0.0.10

func (*TRspExitReadOnly) ProtoMessage()

func (*TRspExitReadOnly) ProtoReflect added in v0.0.10

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

func (*TRspExitReadOnly) Reset added in v0.0.10

func (x *TRspExitReadOnly) Reset()

func (*TRspExitReadOnly) String added in v0.0.10

func (x *TRspExitReadOnly) String() string

type TRspExplainQuery

type TRspExplainQuery struct {
	Value []byte `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspExplainQuery) Descriptor deprecated

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

Deprecated: Use TRspExplainQuery.ProtoReflect.Descriptor instead.

func (*TRspExplainQuery) GetValue

func (x *TRspExplainQuery) GetValue() []byte

func (*TRspExplainQuery) ProtoMessage

func (*TRspExplainQuery) ProtoMessage()

func (*TRspExplainQuery) ProtoReflect

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

func (*TRspExplainQuery) Reset

func (x *TRspExplainQuery) Reset()

func (*TRspExplainQuery) String

func (x *TRspExplainQuery) String() string

type TRspExternalizeNode

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

func (*TRspExternalizeNode) Descriptor deprecated

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

Deprecated: Use TRspExternalizeNode.ProtoReflect.Descriptor instead.

func (*TRspExternalizeNode) ProtoMessage

func (*TRspExternalizeNode) ProtoMessage()

func (*TRspExternalizeNode) ProtoReflect

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

func (*TRspExternalizeNode) Reset

func (x *TRspExternalizeNode) Reset()

func (*TRspExternalizeNode) String

func (x *TRspExternalizeNode) String() string

type TRspFlushTransaction

type TRspFlushTransaction struct {
	ParticipantCellIds []*misc.TGuid `protobuf:"bytes,1,rep,name=participant_cell_ids,json=participantCellIds" json:"participant_cell_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspFlushTransaction) Descriptor deprecated

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

Deprecated: Use TRspFlushTransaction.ProtoReflect.Descriptor instead.

func (*TRspFlushTransaction) GetParticipantCellIds

func (x *TRspFlushTransaction) GetParticipantCellIds() []*misc.TGuid

func (*TRspFlushTransaction) ProtoMessage

func (*TRspFlushTransaction) ProtoMessage()

func (*TRspFlushTransaction) ProtoReflect

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

func (*TRspFlushTransaction) Reset

func (x *TRspFlushTransaction) Reset()

func (*TRspFlushTransaction) String

func (x *TRspFlushTransaction) String() string

type TRspFreezeTable

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

func (*TRspFreezeTable) Descriptor deprecated

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

Deprecated: Use TRspFreezeTable.ProtoReflect.Descriptor instead.

func (*TRspFreezeTable) ProtoMessage

func (*TRspFreezeTable) ProtoMessage()

func (*TRspFreezeTable) ProtoReflect

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

func (*TRspFreezeTable) Reset

func (x *TRspFreezeTable) Reset()

func (*TRspFreezeTable) String

func (x *TRspFreezeTable) String() string

type TRspGCCollect

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

func (*TRspGCCollect) Descriptor deprecated

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

Deprecated: Use TRspGCCollect.ProtoReflect.Descriptor instead.

func (*TRspGCCollect) ProtoMessage

func (*TRspGCCollect) ProtoMessage()

func (*TRspGCCollect) ProtoReflect

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

func (*TRspGCCollect) Reset

func (x *TRspGCCollect) Reset()

func (*TRspGCCollect) String

func (x *TRspGCCollect) String() string

type TRspGenerateTimestamps

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

func (*TRspGenerateTimestamps) Descriptor deprecated

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

Deprecated: Use TRspGenerateTimestamps.ProtoReflect.Descriptor instead.

func (*TRspGenerateTimestamps) GetTimestamp

func (x *TRspGenerateTimestamps) GetTimestamp() uint64

func (*TRspGenerateTimestamps) ProtoMessage

func (*TRspGenerateTimestamps) ProtoMessage()

func (*TRspGenerateTimestamps) ProtoReflect

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

func (*TRspGenerateTimestamps) Reset

func (x *TRspGenerateTimestamps) Reset()

func (*TRspGenerateTimestamps) String

func (x *TRspGenerateTimestamps) String() string

type TRspGetColumnarStatistics

type TRspGetColumnarStatistics struct {
	Statistics []*TColumnarStatistics `protobuf:"bytes,1,rep,name=statistics" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetColumnarStatistics) Descriptor deprecated

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

Deprecated: Use TRspGetColumnarStatistics.ProtoReflect.Descriptor instead.

func (*TRspGetColumnarStatistics) GetStatistics

func (x *TRspGetColumnarStatistics) GetStatistics() []*TColumnarStatistics

func (*TRspGetColumnarStatistics) ProtoMessage

func (*TRspGetColumnarStatistics) ProtoMessage()

func (*TRspGetColumnarStatistics) ProtoReflect

func (*TRspGetColumnarStatistics) Reset

func (x *TRspGetColumnarStatistics) Reset()

func (*TRspGetColumnarStatistics) String

func (x *TRspGetColumnarStatistics) String() string

type TRspGetFileFromCache

type TRspGetFileFromCache struct {
	Result *TGetFileFromCacheResult `protobuf:"bytes,1,req,name=result" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetFileFromCache) Descriptor deprecated

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

Deprecated: Use TRspGetFileFromCache.ProtoReflect.Descriptor instead.

func (*TRspGetFileFromCache) GetResult

func (*TRspGetFileFromCache) ProtoMessage

func (*TRspGetFileFromCache) ProtoMessage()

func (*TRspGetFileFromCache) ProtoReflect

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

func (*TRspGetFileFromCache) Reset

func (x *TRspGetFileFromCache) Reset()

func (*TRspGetFileFromCache) String

func (x *TRspGetFileFromCache) String() string

type TRspGetInSyncReplicas

type TRspGetInSyncReplicas struct {
	ReplicaIds []*misc.TGuid `protobuf:"bytes,1,rep,name=replica_ids,json=replicaIds" json:"replica_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetInSyncReplicas) Descriptor deprecated

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

Deprecated: Use TRspGetInSyncReplicas.ProtoReflect.Descriptor instead.

func (*TRspGetInSyncReplicas) GetReplicaIds

func (x *TRspGetInSyncReplicas) GetReplicaIds() []*misc.TGuid

func (*TRspGetInSyncReplicas) ProtoMessage

func (*TRspGetInSyncReplicas) ProtoMessage()

func (*TRspGetInSyncReplicas) ProtoReflect

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

func (*TRspGetInSyncReplicas) Reset

func (x *TRspGetInSyncReplicas) Reset()

func (*TRspGetInSyncReplicas) String

func (x *TRspGetInSyncReplicas) String() string

type TRspGetJob

type TRspGetJob struct {
	Info []byte `protobuf:"bytes,1,req,name=info" json:"info,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspGetJob) Descriptor deprecated

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

Deprecated: Use TRspGetJob.ProtoReflect.Descriptor instead.

func (*TRspGetJob) GetInfo

func (x *TRspGetJob) GetInfo() []byte

func (*TRspGetJob) ProtoMessage

func (*TRspGetJob) ProtoMessage()

func (*TRspGetJob) ProtoReflect

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

func (*TRspGetJob) Reset

func (x *TRspGetJob) Reset()

func (*TRspGetJob) String

func (x *TRspGetJob) String() string

type TRspGetJobFailContext

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

func (*TRspGetJobFailContext) Descriptor deprecated

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

Deprecated: Use TRspGetJobFailContext.ProtoReflect.Descriptor instead.

func (*TRspGetJobFailContext) ProtoMessage

func (*TRspGetJobFailContext) ProtoMessage()

func (*TRspGetJobFailContext) ProtoReflect

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

func (*TRspGetJobFailContext) Reset

func (x *TRspGetJobFailContext) Reset()

func (*TRspGetJobFailContext) String

func (x *TRspGetJobFailContext) String() string

type TRspGetJobInput

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

func (*TRspGetJobInput) Descriptor deprecated

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

Deprecated: Use TRspGetJobInput.ProtoReflect.Descriptor instead.

func (*TRspGetJobInput) ProtoMessage

func (*TRspGetJobInput) ProtoMessage()

func (*TRspGetJobInput) ProtoReflect

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

func (*TRspGetJobInput) Reset

func (x *TRspGetJobInput) Reset()

func (*TRspGetJobInput) String

func (x *TRspGetJobInput) String() string

type TRspGetJobInputPaths

type TRspGetJobInputPaths struct {
	Paths []byte `protobuf:"bytes,1,req,name=paths" json:"paths,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspGetJobInputPaths) Descriptor deprecated

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

Deprecated: Use TRspGetJobInputPaths.ProtoReflect.Descriptor instead.

func (*TRspGetJobInputPaths) GetPaths

func (x *TRspGetJobInputPaths) GetPaths() []byte

func (*TRspGetJobInputPaths) ProtoMessage

func (*TRspGetJobInputPaths) ProtoMessage()

func (*TRspGetJobInputPaths) ProtoReflect

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

func (*TRspGetJobInputPaths) Reset

func (x *TRspGetJobInputPaths) Reset()

func (*TRspGetJobInputPaths) String

func (x *TRspGetJobInputPaths) String() string

type TRspGetJobSpec

type TRspGetJobSpec struct {
	JobSpec []byte `protobuf:"bytes,1,req,name=job_spec,json=jobSpec" json:"job_spec,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspGetJobSpec) Descriptor deprecated

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

Deprecated: Use TRspGetJobSpec.ProtoReflect.Descriptor instead.

func (*TRspGetJobSpec) GetJobSpec

func (x *TRspGetJobSpec) GetJobSpec() []byte

func (*TRspGetJobSpec) ProtoMessage

func (*TRspGetJobSpec) ProtoMessage()

func (*TRspGetJobSpec) ProtoReflect

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

func (*TRspGetJobSpec) Reset

func (x *TRspGetJobSpec) Reset()

func (*TRspGetJobSpec) String

func (x *TRspGetJobSpec) String() string

type TRspGetJobStderr

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

func (*TRspGetJobStderr) Descriptor deprecated

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

Deprecated: Use TRspGetJobStderr.ProtoReflect.Descriptor instead.

func (*TRspGetJobStderr) ProtoMessage

func (*TRspGetJobStderr) ProtoMessage()

func (*TRspGetJobStderr) ProtoReflect

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

func (*TRspGetJobStderr) Reset

func (x *TRspGetJobStderr) Reset()

func (*TRspGetJobStderr) String

func (x *TRspGetJobStderr) String() string

type TRspGetNode

type TRspGetNode struct {
	Value []byte `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspGetNode) Descriptor deprecated

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

Deprecated: Use TRspGetNode.ProtoReflect.Descriptor instead.

func (*TRspGetNode) GetValue

func (x *TRspGetNode) GetValue() []byte

func (*TRspGetNode) ProtoMessage

func (*TRspGetNode) ProtoMessage()

func (*TRspGetNode) ProtoReflect

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

func (*TRspGetNode) Reset

func (x *TRspGetNode) Reset()

func (*TRspGetNode) String

func (x *TRspGetNode) String() string

type TRspGetOperation

type TRspGetOperation struct {
	Meta []byte `protobuf:"bytes,1,req,name=meta" json:"meta,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspGetOperation) Descriptor deprecated

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

Deprecated: Use TRspGetOperation.ProtoReflect.Descriptor instead.

func (*TRspGetOperation) GetMeta

func (x *TRspGetOperation) GetMeta() []byte

func (*TRspGetOperation) ProtoMessage

func (*TRspGetOperation) ProtoMessage()

func (*TRspGetOperation) ProtoReflect

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

func (*TRspGetOperation) Reset

func (x *TRspGetOperation) Reset()

func (*TRspGetOperation) String

func (x *TRspGetOperation) String() string

type TRspGetPipelineDynamicSpec added in v0.0.14

type TRspGetPipelineDynamicSpec struct {
	Version *int64 `protobuf:"varint,1,req,name=version" json:"version,omitempty"`
	Spec    []byte `protobuf:"bytes,2,req,name=spec" json:"spec,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspGetPipelineDynamicSpec) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspGetPipelineDynamicSpec.ProtoReflect.Descriptor instead.

func (*TRspGetPipelineDynamicSpec) GetSpec added in v0.0.14

func (x *TRspGetPipelineDynamicSpec) GetSpec() []byte

func (*TRspGetPipelineDynamicSpec) GetVersion added in v0.0.14

func (x *TRspGetPipelineDynamicSpec) GetVersion() int64

func (*TRspGetPipelineDynamicSpec) ProtoMessage added in v0.0.14

func (*TRspGetPipelineDynamicSpec) ProtoMessage()

func (*TRspGetPipelineDynamicSpec) ProtoReflect added in v0.0.14

func (*TRspGetPipelineDynamicSpec) Reset added in v0.0.14

func (x *TRspGetPipelineDynamicSpec) Reset()

func (*TRspGetPipelineDynamicSpec) String added in v0.0.14

func (x *TRspGetPipelineDynamicSpec) String() string

type TRspGetPipelineSpec added in v0.0.14

type TRspGetPipelineSpec struct {
	Version *int64 `protobuf:"varint,1,req,name=version" json:"version,omitempty"`
	Spec    []byte `protobuf:"bytes,2,req,name=spec" json:"spec,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspGetPipelineSpec) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspGetPipelineSpec.ProtoReflect.Descriptor instead.

func (*TRspGetPipelineSpec) GetSpec added in v0.0.14

func (x *TRspGetPipelineSpec) GetSpec() []byte

func (*TRspGetPipelineSpec) GetVersion added in v0.0.14

func (x *TRspGetPipelineSpec) GetVersion() int64

func (*TRspGetPipelineSpec) ProtoMessage added in v0.0.14

func (*TRspGetPipelineSpec) ProtoMessage()

func (*TRspGetPipelineSpec) ProtoReflect added in v0.0.14

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

func (*TRspGetPipelineSpec) Reset added in v0.0.14

func (x *TRspGetPipelineSpec) Reset()

func (*TRspGetPipelineSpec) String added in v0.0.14

func (x *TRspGetPipelineSpec) String() string

type TRspGetPipelineStatus added in v0.0.14

type TRspGetPipelineStatus struct {

	// TODO(babenko): provide native proto enum
	State *int32 `protobuf:"varint,1,req,name=state" json:"state,omitempty"` // EPipelineState
	// contains filtered or unexported fields
}

func (*TRspGetPipelineStatus) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspGetPipelineStatus.ProtoReflect.Descriptor instead.

func (*TRspGetPipelineStatus) GetState added in v0.0.14

func (x *TRspGetPipelineStatus) GetState() int32

func (*TRspGetPipelineStatus) ProtoMessage added in v0.0.14

func (*TRspGetPipelineStatus) ProtoMessage()

func (*TRspGetPipelineStatus) ProtoReflect added in v0.0.14

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

func (*TRspGetPipelineStatus) Reset added in v0.0.14

func (x *TRspGetPipelineStatus) Reset()

func (*TRspGetPipelineStatus) String added in v0.0.14

func (x *TRspGetPipelineStatus) String() string

type TRspGetQuery added in v0.0.16

type TRspGetQuery struct {
	Query *TQuery `protobuf:"bytes,1,opt,name=query" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetQuery) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TRspGetQuery.ProtoReflect.Descriptor instead.

func (*TRspGetQuery) GetQuery added in v0.0.16

func (x *TRspGetQuery) GetQuery() *TQuery

func (*TRspGetQuery) ProtoMessage added in v0.0.16

func (*TRspGetQuery) ProtoMessage()

func (*TRspGetQuery) ProtoReflect added in v0.0.16

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

func (*TRspGetQuery) Reset added in v0.0.16

func (x *TRspGetQuery) Reset()

func (*TRspGetQuery) String added in v0.0.16

func (x *TRspGetQuery) String() string

type TRspGetQueryResult added in v0.0.16

type TRspGetQueryResult struct {
	QueryId        *misc.TGuid                   `protobuf:"bytes,1,req,name=query_id,json=queryId" json:"query_id,omitempty"`
	ResultIndex    *int64                        `protobuf:"varint,2,req,name=result_index,json=resultIndex" json:"result_index,omitempty"`
	Error          *misc.TError                  `protobuf:"bytes,3,opt,name=error" json:"error,omitempty"`
	Schema         *TTableSchema                 `protobuf:"bytes,4,opt,name=schema" json:"schema,omitempty"`
	DataStatistics *chunk_client.TDataStatistics `protobuf:"bytes,5,req,name=data_statistics,json=dataStatistics" json:"data_statistics,omitempty"`
	IsTruncated    *bool                         `protobuf:"varint,6,req,name=is_truncated,json=isTruncated" json:"is_truncated,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetQueryResult) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TRspGetQueryResult.ProtoReflect.Descriptor instead.

func (*TRspGetQueryResult) GetDataStatistics added in v0.0.16

func (x *TRspGetQueryResult) GetDataStatistics() *chunk_client.TDataStatistics

func (*TRspGetQueryResult) GetError added in v0.0.16

func (x *TRspGetQueryResult) GetError() *misc.TError

func (*TRspGetQueryResult) GetIsTruncated added in v0.0.16

func (x *TRspGetQueryResult) GetIsTruncated() bool

func (*TRspGetQueryResult) GetQueryId added in v0.0.16

func (x *TRspGetQueryResult) GetQueryId() *misc.TGuid

func (*TRspGetQueryResult) GetResultIndex added in v0.0.16

func (x *TRspGetQueryResult) GetResultIndex() int64

func (*TRspGetQueryResult) GetSchema added in v0.0.16

func (x *TRspGetQueryResult) GetSchema() *TTableSchema

func (*TRspGetQueryResult) ProtoMessage added in v0.0.16

func (*TRspGetQueryResult) ProtoMessage()

func (*TRspGetQueryResult) ProtoReflect added in v0.0.16

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

func (*TRspGetQueryResult) Reset added in v0.0.16

func (x *TRspGetQueryResult) Reset()

func (*TRspGetQueryResult) String added in v0.0.16

func (x *TRspGetQueryResult) String() string

type TRspGetQueryTrackerInfo added in v0.0.16

type TRspGetQueryTrackerInfo struct {
	ClusterName          *string  `protobuf:"bytes,1,req,name=cluster_name,json=clusterName" json:"cluster_name,omitempty"`
	SupportedFeatures    []byte   `protobuf:"bytes,2,req,name=supported_features,json=supportedFeatures" json:"supported_features,omitempty"` // YSON
	AccessControlObjects []string `protobuf:"bytes,3,rep,name=access_control_objects,json=accessControlObjects" json:"access_control_objects,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetQueryTrackerInfo) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TRspGetQueryTrackerInfo.ProtoReflect.Descriptor instead.

func (*TRspGetQueryTrackerInfo) GetAccessControlObjects added in v0.0.16

func (x *TRspGetQueryTrackerInfo) GetAccessControlObjects() []string

func (*TRspGetQueryTrackerInfo) GetClusterName added in v0.0.16

func (x *TRspGetQueryTrackerInfo) GetClusterName() string

func (*TRspGetQueryTrackerInfo) GetSupportedFeatures added in v0.0.16

func (x *TRspGetQueryTrackerInfo) GetSupportedFeatures() []byte

func (*TRspGetQueryTrackerInfo) ProtoMessage added in v0.0.16

func (*TRspGetQueryTrackerInfo) ProtoMessage()

func (*TRspGetQueryTrackerInfo) ProtoReflect added in v0.0.16

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

func (*TRspGetQueryTrackerInfo) Reset added in v0.0.16

func (x *TRspGetQueryTrackerInfo) Reset()

func (*TRspGetQueryTrackerInfo) String added in v0.0.16

func (x *TRspGetQueryTrackerInfo) String() string

type TRspGetTableMountInfo

type TRspGetTableMountInfo struct {
	TableId           *misc.TGuid     `protobuf:"bytes,1,req,name=table_id,json=tableId" json:"table_id,omitempty"`
	Schema            *TTableSchema   `protobuf:"bytes,2,req,name=schema" json:"schema,omitempty"`
	Tablets           []*TTabletInfo  `protobuf:"bytes,3,rep,name=tablets" json:"tablets,omitempty"`
	Dynamic           *bool           `protobuf:"varint,4,req,name=dynamic" json:"dynamic,omitempty"`
	UpstreamReplicaId *misc.TGuid     `protobuf:"bytes,5,req,name=upstream_replica_id,json=upstreamReplicaId" json:"upstream_replica_id,omitempty"`
	Replicas          []*TReplicaInfo `protobuf:"bytes,6,rep,name=replicas" json:"replicas,omitempty"`
	PhysicalPath      *string         `protobuf:"bytes,7,opt,name=physical_path,json=physicalPath" json:"physical_path,omitempty"`
	Indices           []*TIndexInfo   `protobuf:"bytes,8,rep,name=indices" json:"indices,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetTableMountInfo) Descriptor deprecated

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

Deprecated: Use TRspGetTableMountInfo.ProtoReflect.Descriptor instead.

func (*TRspGetTableMountInfo) GetDynamic

func (x *TRspGetTableMountInfo) GetDynamic() bool

func (*TRspGetTableMountInfo) GetIndices added in v0.0.14

func (x *TRspGetTableMountInfo) GetIndices() []*TIndexInfo

func (*TRspGetTableMountInfo) GetPhysicalPath added in v0.0.7

func (x *TRspGetTableMountInfo) GetPhysicalPath() string

func (*TRspGetTableMountInfo) GetReplicas

func (x *TRspGetTableMountInfo) GetReplicas() []*TReplicaInfo

func (*TRspGetTableMountInfo) GetSchema

func (x *TRspGetTableMountInfo) GetSchema() *TTableSchema

func (*TRspGetTableMountInfo) GetTableId

func (x *TRspGetTableMountInfo) GetTableId() *misc.TGuid

func (*TRspGetTableMountInfo) GetTablets

func (x *TRspGetTableMountInfo) GetTablets() []*TTabletInfo

func (*TRspGetTableMountInfo) GetUpstreamReplicaId

func (x *TRspGetTableMountInfo) GetUpstreamReplicaId() *misc.TGuid

func (*TRspGetTableMountInfo) ProtoMessage

func (*TRspGetTableMountInfo) ProtoMessage()

func (*TRspGetTableMountInfo) ProtoReflect

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

func (*TRspGetTableMountInfo) Reset

func (x *TRspGetTableMountInfo) Reset()

func (*TRspGetTableMountInfo) String

func (x *TRspGetTableMountInfo) String() string

type TRspGetTablePivotKeys

type TRspGetTablePivotKeys struct {
	Value []byte `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspGetTablePivotKeys) Descriptor deprecated

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

Deprecated: Use TRspGetTablePivotKeys.ProtoReflect.Descriptor instead.

func (*TRspGetTablePivotKeys) GetValue

func (x *TRspGetTablePivotKeys) GetValue() []byte

func (*TRspGetTablePivotKeys) ProtoMessage

func (*TRspGetTablePivotKeys) ProtoMessage()

func (*TRspGetTablePivotKeys) ProtoReflect

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

func (*TRspGetTablePivotKeys) Reset

func (x *TRspGetTablePivotKeys) Reset()

func (*TRspGetTablePivotKeys) String

func (x *TRspGetTablePivotKeys) String() string

type TRspGetTabletErrors

type TRspGetTabletErrors struct {
	TabletIds         []*misc.TGuid                     `protobuf:"bytes,1,rep,name=tablet_ids,json=tabletIds" json:"tablet_ids,omitempty"`
	TabletErrors      []*TRspGetTabletErrors_TErrorList `protobuf:"bytes,2,rep,name=tablet_errors,json=tabletErrors" json:"tablet_errors,omitempty"`
	ReplicaIds        []*misc.TGuid                     `protobuf:"bytes,3,rep,name=replica_ids,json=replicaIds" json:"replica_ids,omitempty"`
	ReplicationErrors []*TRspGetTabletErrors_TErrorList `protobuf:"bytes,4,rep,name=replication_errors,json=replicationErrors" json:"replication_errors,omitempty"`
	Incomplete        *bool                             `protobuf:"varint,5,opt,name=incomplete" json:"incomplete,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetTabletErrors) Descriptor deprecated

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

Deprecated: Use TRspGetTabletErrors.ProtoReflect.Descriptor instead.

func (*TRspGetTabletErrors) GetIncomplete

func (x *TRspGetTabletErrors) GetIncomplete() bool

func (*TRspGetTabletErrors) GetReplicaIds

func (x *TRspGetTabletErrors) GetReplicaIds() []*misc.TGuid

func (*TRspGetTabletErrors) GetReplicationErrors

func (x *TRspGetTabletErrors) GetReplicationErrors() []*TRspGetTabletErrors_TErrorList

func (*TRspGetTabletErrors) GetTabletErrors

func (x *TRspGetTabletErrors) GetTabletErrors() []*TRspGetTabletErrors_TErrorList

func (*TRspGetTabletErrors) GetTabletIds

func (x *TRspGetTabletErrors) GetTabletIds() []*misc.TGuid

func (*TRspGetTabletErrors) ProtoMessage

func (*TRspGetTabletErrors) ProtoMessage()

func (*TRspGetTabletErrors) ProtoReflect

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

func (*TRspGetTabletErrors) Reset

func (x *TRspGetTabletErrors) Reset()

func (*TRspGetTabletErrors) String

func (x *TRspGetTabletErrors) String() string

type TRspGetTabletErrors_TErrorList

type TRspGetTabletErrors_TErrorList struct {
	Errors []*misc.TError `protobuf:"bytes,1,rep,name=errors" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetTabletErrors_TErrorList) Descriptor deprecated

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

Deprecated: Use TRspGetTabletErrors_TErrorList.ProtoReflect.Descriptor instead.

func (*TRspGetTabletErrors_TErrorList) GetErrors

func (x *TRspGetTabletErrors_TErrorList) GetErrors() []*misc.TError

func (*TRspGetTabletErrors_TErrorList) ProtoMessage

func (*TRspGetTabletErrors_TErrorList) ProtoMessage()

func (*TRspGetTabletErrors_TErrorList) ProtoReflect

func (*TRspGetTabletErrors_TErrorList) Reset

func (x *TRspGetTabletErrors_TErrorList) Reset()

func (*TRspGetTabletErrors_TErrorList) String

type TRspGetTabletInfos

type TRspGetTabletInfos struct {
	Tablets []*TRspGetTabletInfos_TTabletInfo `protobuf:"bytes,1,rep,name=tablets" json:"tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetTabletInfos) Descriptor deprecated

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

Deprecated: Use TRspGetTabletInfos.ProtoReflect.Descriptor instead.

func (*TRspGetTabletInfos) GetTablets

func (*TRspGetTabletInfos) ProtoMessage

func (*TRspGetTabletInfos) ProtoMessage()

func (*TRspGetTabletInfos) ProtoReflect

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

func (*TRspGetTabletInfos) Reset

func (x *TRspGetTabletInfos) Reset()

func (*TRspGetTabletInfos) String

func (x *TRspGetTabletInfos) String() string

type TRspGetTabletInfos_TTabletInfo

type TRspGetTabletInfos_TTabletInfo struct {
	TotalRowCount           *int64                                         `protobuf:"varint,1,req,name=total_row_count,json=totalRowCount" json:"total_row_count,omitempty"`
	TrimmedRowCount         *int64                                         `protobuf:"varint,2,req,name=trimmed_row_count,json=trimmedRowCount" json:"trimmed_row_count,omitempty"`
	DelayedLocklessRowCount *int64                                         `` /* 128-byte string literal not displayed */
	BarrierTimestamp        *uint64                                        `protobuf:"varint,3,opt,name=barrier_timestamp,json=barrierTimestamp" json:"barrier_timestamp,omitempty"`
	LastWriteTimestamp      *uint64                                        `protobuf:"varint,4,opt,name=last_write_timestamp,json=lastWriteTimestamp" json:"last_write_timestamp,omitempty"`
	Replicas                []*TRspGetTabletInfos_TTabletInfo_TReplicaInfo `protobuf:"bytes,5,rep,name=replicas" json:"replicas,omitempty"`
	TabletErrors            []*misc.TError                                 `protobuf:"bytes,6,rep,name=tablet_errors,json=tabletErrors" json:"tablet_errors,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetTabletInfos_TTabletInfo) Descriptor deprecated

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

Deprecated: Use TRspGetTabletInfos_TTabletInfo.ProtoReflect.Descriptor instead.

func (*TRspGetTabletInfos_TTabletInfo) GetBarrierTimestamp

func (x *TRspGetTabletInfos_TTabletInfo) GetBarrierTimestamp() uint64

func (*TRspGetTabletInfos_TTabletInfo) GetDelayedLocklessRowCount

func (x *TRspGetTabletInfos_TTabletInfo) GetDelayedLocklessRowCount() int64

func (*TRspGetTabletInfos_TTabletInfo) GetLastWriteTimestamp

func (x *TRspGetTabletInfos_TTabletInfo) GetLastWriteTimestamp() uint64

func (*TRspGetTabletInfos_TTabletInfo) GetReplicas

func (*TRspGetTabletInfos_TTabletInfo) GetTabletErrors

func (x *TRspGetTabletInfos_TTabletInfo) GetTabletErrors() []*misc.TError

func (*TRspGetTabletInfos_TTabletInfo) GetTotalRowCount

func (x *TRspGetTabletInfos_TTabletInfo) GetTotalRowCount() int64

func (*TRspGetTabletInfos_TTabletInfo) GetTrimmedRowCount

func (x *TRspGetTabletInfos_TTabletInfo) GetTrimmedRowCount() int64

func (*TRspGetTabletInfos_TTabletInfo) ProtoMessage

func (*TRspGetTabletInfos_TTabletInfo) ProtoMessage()

func (*TRspGetTabletInfos_TTabletInfo) ProtoReflect

func (*TRspGetTabletInfos_TTabletInfo) Reset

func (x *TRspGetTabletInfos_TTabletInfo) Reset()

func (*TRspGetTabletInfos_TTabletInfo) String

type TRspGetTabletInfos_TTabletInfo_TReplicaInfo

type TRspGetTabletInfos_TTabletInfo_TReplicaInfo struct {
	ReplicaId                    *misc.TGuid  `protobuf:"bytes,1,req,name=replica_id,json=replicaId" json:"replica_id,omitempty"`
	LastReplicationTimestamp     *uint64      ``                                                        /* 129-byte string literal not displayed */
	Mode                         *int32       `protobuf:"varint,3,req,name=mode" json:"mode,omitempty"` // ETableReplicaMode
	CurrentReplicationRowIndex   *int64       ``                                                        /* 137-byte string literal not displayed */
	CommittedReplicationRowIndex *int64       ``                                                        /* 143-byte string literal not displayed */
	ReplicationError             *misc.TError `protobuf:"bytes,5,opt,name=replication_error,json=replicationError" json:"replication_error,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) Descriptor deprecated

Deprecated: Use TRspGetTabletInfos_TTabletInfo_TReplicaInfo.ProtoReflect.Descriptor instead.

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetCommittedReplicationRowIndex

func (x *TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetCommittedReplicationRowIndex() int64

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetCurrentReplicationRowIndex

func (x *TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetCurrentReplicationRowIndex() int64

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetLastReplicationTimestamp

func (x *TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetLastReplicationTimestamp() uint64

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetMode

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetReplicaId

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetReplicationError

func (x *TRspGetTabletInfos_TTabletInfo_TReplicaInfo) GetReplicationError() *misc.TError

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) ProtoMessage

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) ProtoReflect

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) Reset

func (*TRspGetTabletInfos_TTabletInfo_TReplicaInfo) String

type TRspInternalizeNode

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

func (*TRspInternalizeNode) Descriptor deprecated

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

Deprecated: Use TRspInternalizeNode.ProtoReflect.Descriptor instead.

func (*TRspInternalizeNode) ProtoMessage

func (*TRspInternalizeNode) ProtoMessage()

func (*TRspInternalizeNode) ProtoReflect

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

func (*TRspInternalizeNode) Reset

func (x *TRspInternalizeNode) Reset()

func (*TRspInternalizeNode) String

func (x *TRspInternalizeNode) String() string

type TRspLinkNode

type TRspLinkNode struct {
	NodeId *misc.TGuid `protobuf:"bytes,1,req,name=node_id,json=nodeId" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspLinkNode) Descriptor deprecated

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

Deprecated: Use TRspLinkNode.ProtoReflect.Descriptor instead.

func (*TRspLinkNode) GetNodeId

func (x *TRspLinkNode) GetNodeId() *misc.TGuid

func (*TRspLinkNode) ProtoMessage

func (*TRspLinkNode) ProtoMessage()

func (*TRspLinkNode) ProtoReflect

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

func (*TRspLinkNode) Reset

func (x *TRspLinkNode) Reset()

func (*TRspLinkNode) String

func (x *TRspLinkNode) String() string

type TRspListJobs

type TRspListJobs struct {
	Result *TListJobsResult `protobuf:"bytes,1,req,name=result" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspListJobs) Descriptor deprecated

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

Deprecated: Use TRspListJobs.ProtoReflect.Descriptor instead.

func (*TRspListJobs) GetResult

func (x *TRspListJobs) GetResult() *TListJobsResult

func (*TRspListJobs) ProtoMessage

func (*TRspListJobs) ProtoMessage()

func (*TRspListJobs) ProtoReflect

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

func (*TRspListJobs) Reset

func (x *TRspListJobs) Reset()

func (*TRspListJobs) String

func (x *TRspListJobs) String() string

type TRspListNode

type TRspListNode struct {
	Value []byte `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspListNode) Descriptor deprecated

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

Deprecated: Use TRspListNode.ProtoReflect.Descriptor instead.

func (*TRspListNode) GetValue

func (x *TRspListNode) GetValue() []byte

func (*TRspListNode) ProtoMessage

func (*TRspListNode) ProtoMessage()

func (*TRspListNode) ProtoReflect

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

func (*TRspListNode) Reset

func (x *TRspListNode) Reset()

func (*TRspListNode) String

func (x *TRspListNode) String() string

type TRspListOperations

type TRspListOperations struct {
	Result *TListOperationsResult `protobuf:"bytes,1,req,name=result" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspListOperations) Descriptor deprecated

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

Deprecated: Use TRspListOperations.ProtoReflect.Descriptor instead.

func (*TRspListOperations) GetResult

func (x *TRspListOperations) GetResult() *TListOperationsResult

func (*TRspListOperations) ProtoMessage

func (*TRspListOperations) ProtoMessage()

func (*TRspListOperations) ProtoReflect

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

func (*TRspListOperations) Reset

func (x *TRspListOperations) Reset()

func (*TRspListOperations) String

func (x *TRspListOperations) String() string

type TRspListQueries added in v0.0.16

type TRspListQueries struct {
	Queries    []*TQuery `protobuf:"bytes,1,rep,name=queries" json:"queries,omitempty"`
	Incomplete *bool     `protobuf:"varint,2,req,name=incomplete" json:"incomplete,omitempty"`
	Timestamp  *uint64   `protobuf:"varint,3,req,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspListQueries) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TRspListQueries.ProtoReflect.Descriptor instead.

func (*TRspListQueries) GetIncomplete added in v0.0.16

func (x *TRspListQueries) GetIncomplete() bool

func (*TRspListQueries) GetQueries added in v0.0.16

func (x *TRspListQueries) GetQueries() []*TQuery

func (*TRspListQueries) GetTimestamp added in v0.0.16

func (x *TRspListQueries) GetTimestamp() uint64

func (*TRspListQueries) ProtoMessage added in v0.0.16

func (*TRspListQueries) ProtoMessage()

func (*TRspListQueries) ProtoReflect added in v0.0.16

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

func (*TRspListQueries) Reset added in v0.0.16

func (x *TRspListQueries) Reset()

func (*TRspListQueries) String added in v0.0.16

func (x *TRspListQueries) String() string

type TRspListQueueConsumerRegistrations added in v0.0.5

type TRspListQueueConsumerRegistrations struct {
	Registrations []*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration `protobuf:"bytes,1,rep,name=registrations" json:"registrations,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspListQueueConsumerRegistrations) Descriptor deprecated added in v0.0.5

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

Deprecated: Use TRspListQueueConsumerRegistrations.ProtoReflect.Descriptor instead.

func (*TRspListQueueConsumerRegistrations) GetRegistrations added in v0.0.5

func (*TRspListQueueConsumerRegistrations) ProtoMessage added in v0.0.5

func (*TRspListQueueConsumerRegistrations) ProtoMessage()

func (*TRspListQueueConsumerRegistrations) ProtoReflect added in v0.0.5

func (*TRspListQueueConsumerRegistrations) Reset added in v0.0.5

func (*TRspListQueueConsumerRegistrations) String added in v0.0.5

type TRspListQueueConsumerRegistrations_TQueueConsumerRegistration added in v0.0.5

type TRspListQueueConsumerRegistrations_TQueueConsumerRegistration struct {
	QueuePath    *string                                                                                `protobuf:"bytes,1,opt,name=queue_path,json=queuePath" json:"queue_path,omitempty"`
	ConsumerPath *string                                                                                `protobuf:"bytes,2,opt,name=consumer_path,json=consumerPath" json:"consumer_path,omitempty"`
	Vital        *bool                                                                                  `protobuf:"varint,3,opt,name=vital" json:"vital,omitempty"`
	Partitions   *TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions `protobuf:"bytes,4,opt,name=partitions" json:"partitions,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration) Descriptor deprecated added in v0.0.5

Deprecated: Use TRspListQueueConsumerRegistrations_TQueueConsumerRegistration.ProtoReflect.Descriptor instead.

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration) GetConsumerPath added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration) GetPartitions added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration) GetQueuePath added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration) GetVital added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration) ProtoMessage added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration) ProtoReflect added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration) Reset added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration) String added in v0.0.5

type TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions added in v0.0.5

type TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions struct {
	Items []int32 `protobuf:"varint,1,rep,name=items" json:"items,omitempty"`
	// contains filtered or unexported fields
}

The most reasonable way to make a std::optional<std::vector<int>> field.

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions) Descriptor deprecated added in v0.0.5

Deprecated: Use TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions.ProtoReflect.Descriptor instead.

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions) GetItems added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions) ProtoMessage added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions) ProtoReflect added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions) Reset added in v0.0.5

func (*TRspListQueueConsumerRegistrations_TQueueConsumerRegistration_TRegistrationPartitions) String added in v0.0.5

type TRspLockNode

type TRspLockNode struct {
	NodeId   *misc.TGuid `protobuf:"bytes,1,req,name=node_id,json=nodeId" json:"node_id,omitempty"`
	LockId   *misc.TGuid `protobuf:"bytes,2,req,name=lock_id,json=lockId" json:"lock_id,omitempty"`
	Revision *uint64     `protobuf:"varint,3,opt,name=revision" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspLockNode) Descriptor deprecated

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

Deprecated: Use TRspLockNode.ProtoReflect.Descriptor instead.

func (*TRspLockNode) GetLockId

func (x *TRspLockNode) GetLockId() *misc.TGuid

func (*TRspLockNode) GetNodeId

func (x *TRspLockNode) GetNodeId() *misc.TGuid

func (*TRspLockNode) GetRevision

func (x *TRspLockNode) GetRevision() uint64

func (*TRspLockNode) ProtoMessage

func (*TRspLockNode) ProtoMessage()

func (*TRspLockNode) ProtoReflect

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

func (*TRspLockNode) Reset

func (x *TRspLockNode) Reset()

func (*TRspLockNode) String

func (x *TRspLockNode) String() string

type TRspLookupRows

type TRspLookupRows struct {
	RowsetDescriptor *TRowsetDescriptor `protobuf:"bytes,200,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspLookupRows) Descriptor deprecated

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

Deprecated: Use TRspLookupRows.ProtoReflect.Descriptor instead.

func (*TRspLookupRows) GetRowsetDescriptor

func (x *TRspLookupRows) GetRowsetDescriptor() *TRowsetDescriptor

func (*TRspLookupRows) ProtoMessage

func (*TRspLookupRows) ProtoMessage()

func (*TRspLookupRows) ProtoReflect

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

func (*TRspLookupRows) Reset

func (x *TRspLookupRows) Reset()

func (*TRspLookupRows) String

func (x *TRspLookupRows) String() string

type TRspMasterExitReadOnly added in v0.0.10

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

func (*TRspMasterExitReadOnly) Descriptor deprecated added in v0.0.10

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

Deprecated: Use TRspMasterExitReadOnly.ProtoReflect.Descriptor instead.

func (*TRspMasterExitReadOnly) ProtoMessage added in v0.0.10

func (*TRspMasterExitReadOnly) ProtoMessage()

func (*TRspMasterExitReadOnly) ProtoReflect added in v0.0.10

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

func (*TRspMasterExitReadOnly) Reset added in v0.0.10

func (x *TRspMasterExitReadOnly) Reset()

func (*TRspMasterExitReadOnly) String added in v0.0.10

func (x *TRspMasterExitReadOnly) String() string

type TRspMigrateReplicationCards

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

func (*TRspMigrateReplicationCards) Descriptor deprecated

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

Deprecated: Use TRspMigrateReplicationCards.ProtoReflect.Descriptor instead.

func (*TRspMigrateReplicationCards) ProtoMessage

func (*TRspMigrateReplicationCards) ProtoMessage()

func (*TRspMigrateReplicationCards) ProtoReflect

func (*TRspMigrateReplicationCards) Reset

func (x *TRspMigrateReplicationCards) Reset()

func (*TRspMigrateReplicationCards) String

func (x *TRspMigrateReplicationCards) String() string

type TRspModifyRows

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

func (*TRspModifyRows) Descriptor deprecated

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

Deprecated: Use TRspModifyRows.ProtoReflect.Descriptor instead.

func (*TRspModifyRows) ProtoMessage

func (*TRspModifyRows) ProtoMessage()

func (*TRspModifyRows) ProtoReflect

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

func (*TRspModifyRows) Reset

func (x *TRspModifyRows) Reset()

func (*TRspModifyRows) String

func (x *TRspModifyRows) String() string

type TRspMountTable

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

func (*TRspMountTable) Descriptor deprecated

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

Deprecated: Use TRspMountTable.ProtoReflect.Descriptor instead.

func (*TRspMountTable) ProtoMessage

func (*TRspMountTable) ProtoMessage()

func (*TRspMountTable) ProtoReflect

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

func (*TRspMountTable) Reset

func (x *TRspMountTable) Reset()

func (*TRspMountTable) String

func (x *TRspMountTable) String() string

type TRspMoveNode

type TRspMoveNode struct {
	NodeId *misc.TGuid `protobuf:"bytes,1,req,name=node_id,json=nodeId" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspMoveNode) Descriptor deprecated

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

Deprecated: Use TRspMoveNode.ProtoReflect.Descriptor instead.

func (*TRspMoveNode) GetNodeId

func (x *TRspMoveNode) GetNodeId() *misc.TGuid

func (*TRspMoveNode) ProtoMessage

func (*TRspMoveNode) ProtoMessage()

func (*TRspMoveNode) ProtoReflect

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

func (*TRspMoveNode) Reset

func (x *TRspMoveNode) Reset()

func (*TRspMoveNode) String

func (x *TRspMoveNode) String() string

type TRspMultiLookup

type TRspMultiLookup struct {
	Subresponses []*TRspMultiLookup_TSubresponse `protobuf:"bytes,1,rep,name=subresponses" json:"subresponses,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspMultiLookup) Descriptor deprecated

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

Deprecated: Use TRspMultiLookup.ProtoReflect.Descriptor instead.

func (*TRspMultiLookup) GetSubresponses

func (x *TRspMultiLookup) GetSubresponses() []*TRspMultiLookup_TSubresponse

func (*TRspMultiLookup) ProtoMessage

func (*TRspMultiLookup) ProtoMessage()

func (*TRspMultiLookup) ProtoReflect

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

func (*TRspMultiLookup) Reset

func (x *TRspMultiLookup) Reset()

func (*TRspMultiLookup) String

func (x *TRspMultiLookup) String() string

type TRspMultiLookup_TSubresponse

type TRspMultiLookup_TSubresponse struct {
	RowsetDescriptor *TRowsetDescriptor `protobuf:"bytes,1,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	AttachmentCount  *int32             `protobuf:"varint,2,req,name=attachment_count,json=attachmentCount" json:"attachment_count,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspMultiLookup_TSubresponse) Descriptor deprecated

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

Deprecated: Use TRspMultiLookup_TSubresponse.ProtoReflect.Descriptor instead.

func (*TRspMultiLookup_TSubresponse) GetAttachmentCount

func (x *TRspMultiLookup_TSubresponse) GetAttachmentCount() int32

func (*TRspMultiLookup_TSubresponse) GetRowsetDescriptor

func (x *TRspMultiLookup_TSubresponse) GetRowsetDescriptor() *TRowsetDescriptor

func (*TRspMultiLookup_TSubresponse) ProtoMessage

func (*TRspMultiLookup_TSubresponse) ProtoMessage()

func (*TRspMultiLookup_TSubresponse) ProtoReflect

func (*TRspMultiLookup_TSubresponse) Reset

func (x *TRspMultiLookup_TSubresponse) Reset()

func (*TRspMultiLookup_TSubresponse) String

type TRspMultisetAttributesNode

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

func (*TRspMultisetAttributesNode) Descriptor deprecated

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

Deprecated: Use TRspMultisetAttributesNode.ProtoReflect.Descriptor instead.

func (*TRspMultisetAttributesNode) ProtoMessage

func (*TRspMultisetAttributesNode) ProtoMessage()

func (*TRspMultisetAttributesNode) ProtoReflect

func (*TRspMultisetAttributesNode) Reset

func (x *TRspMultisetAttributesNode) Reset()

func (*TRspMultisetAttributesNode) String

func (x *TRspMultisetAttributesNode) String() string

type TRspPartitionTables

type TRspPartitionTables struct {
	Partitions []*TMultiTablePartition `protobuf:"bytes,1,rep,name=partitions" json:"partitions,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspPartitionTables) Descriptor deprecated

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

Deprecated: Use TRspPartitionTables.ProtoReflect.Descriptor instead.

func (*TRspPartitionTables) GetPartitions

func (x *TRspPartitionTables) GetPartitions() []*TMultiTablePartition

func (*TRspPartitionTables) ProtoMessage

func (*TRspPartitionTables) ProtoMessage()

func (*TRspPartitionTables) ProtoReflect

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

func (*TRspPartitionTables) Reset

func (x *TRspPartitionTables) Reset()

func (*TRspPartitionTables) String

func (x *TRspPartitionTables) String() string

type TRspPausePipeline added in v0.0.14

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

func (*TRspPausePipeline) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspPausePipeline.ProtoReflect.Descriptor instead.

func (*TRspPausePipeline) ProtoMessage added in v0.0.14

func (*TRspPausePipeline) ProtoMessage()

func (*TRspPausePipeline) ProtoReflect added in v0.0.14

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

func (*TRspPausePipeline) Reset added in v0.0.14

func (x *TRspPausePipeline) Reset()

func (*TRspPausePipeline) String added in v0.0.14

func (x *TRspPausePipeline) String() string

type TRspPingTransaction

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

func (*TRspPingTransaction) Descriptor deprecated

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

Deprecated: Use TRspPingTransaction.ProtoReflect.Descriptor instead.

func (*TRspPingTransaction) ProtoMessage

func (*TRspPingTransaction) ProtoMessage()

func (*TRspPingTransaction) ProtoReflect

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

func (*TRspPingTransaction) Reset

func (x *TRspPingTransaction) Reset()

func (*TRspPingTransaction) String

func (x *TRspPingTransaction) String() string

type TRspPollJobShell

type TRspPollJobShell struct {
	Result []byte `protobuf:"bytes,1,req,name=result" json:"result,omitempty"` // YSON
	// contains filtered or unexported fields
}

func (*TRspPollJobShell) Descriptor deprecated

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

Deprecated: Use TRspPollJobShell.ProtoReflect.Descriptor instead.

func (*TRspPollJobShell) GetResult

func (x *TRspPollJobShell) GetResult() []byte

func (*TRspPollJobShell) ProtoMessage

func (*TRspPollJobShell) ProtoMessage()

func (*TRspPollJobShell) ProtoReflect

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

func (*TRspPollJobShell) Reset

func (x *TRspPollJobShell) Reset()

func (*TRspPollJobShell) String

func (x *TRspPollJobShell) String() string

type TRspPullConsumer

type TRspPullConsumer struct {
	RowsetDescriptor *TRowsetDescriptor `protobuf:"bytes,1,opt,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	StartOffset      *int64             `protobuf:"varint,2,opt,name=start_offset,json=startOffset" json:"start_offset,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspPullConsumer) Descriptor deprecated

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

Deprecated: Use TRspPullConsumer.ProtoReflect.Descriptor instead.

func (*TRspPullConsumer) GetRowsetDescriptor

func (x *TRspPullConsumer) GetRowsetDescriptor() *TRowsetDescriptor

func (*TRspPullConsumer) GetStartOffset

func (x *TRspPullConsumer) GetStartOffset() int64

func (*TRspPullConsumer) ProtoMessage

func (*TRspPullConsumer) ProtoMessage()

func (*TRspPullConsumer) ProtoReflect

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

func (*TRspPullConsumer) Reset

func (x *TRspPullConsumer) Reset()

func (*TRspPullConsumer) String

func (x *TRspPullConsumer) String() string

type TRspPullQueue

type TRspPullQueue struct {
	RowsetDescriptor *TRowsetDescriptor `protobuf:"bytes,1,opt,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	StartOffset      *int64             `protobuf:"varint,2,opt,name=start_offset,json=startOffset" json:"start_offset,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspPullQueue) Descriptor deprecated

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

Deprecated: Use TRspPullQueue.ProtoReflect.Descriptor instead.

func (*TRspPullQueue) GetRowsetDescriptor

func (x *TRspPullQueue) GetRowsetDescriptor() *TRowsetDescriptor

func (*TRspPullQueue) GetStartOffset

func (x *TRspPullQueue) GetStartOffset() int64

func (*TRspPullQueue) ProtoMessage

func (*TRspPullQueue) ProtoMessage()

func (*TRspPullQueue) ProtoReflect

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

func (*TRspPullQueue) Reset

func (x *TRspPullQueue) Reset()

func (*TRspPullQueue) String

func (x *TRspPullQueue) String() string

type TRspPullRows

type TRspPullRows struct {
	RowCount                 *int64                             `protobuf:"varint,1,req,name=row_count,json=rowCount" json:"row_count,omitempty"`
	DataWeight               *int64                             `protobuf:"varint,2,req,name=data_weight,json=dataWeight" json:"data_weight,omitempty"`
	ReplicationProgress      *chaos_client.TReplicationProgress `protobuf:"bytes,3,req,name=replication_progress,json=replicationProgress" json:"replication_progress,omitempty"`
	EndReplicationRowIndexes []*TReplicationRowIndex            `` /* 130-byte string literal not displayed */
	RowsetDescriptor         *TRowsetDescriptor                 `protobuf:"bytes,5,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	Versioned                *bool                              `protobuf:"varint,6,opt,name=versioned,def=1" json:"versioned,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspPullRows) Descriptor deprecated

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

Deprecated: Use TRspPullRows.ProtoReflect.Descriptor instead.

func (*TRspPullRows) GetDataWeight

func (x *TRspPullRows) GetDataWeight() int64

func (*TRspPullRows) GetEndReplicationRowIndexes

func (x *TRspPullRows) GetEndReplicationRowIndexes() []*TReplicationRowIndex

func (*TRspPullRows) GetReplicationProgress

func (x *TRspPullRows) GetReplicationProgress() *chaos_client.TReplicationProgress

func (*TRspPullRows) GetRowCount

func (x *TRspPullRows) GetRowCount() int64

func (*TRspPullRows) GetRowsetDescriptor

func (x *TRspPullRows) GetRowsetDescriptor() *TRowsetDescriptor

func (*TRspPullRows) GetVersioned

func (x *TRspPullRows) GetVersioned() bool

func (*TRspPullRows) ProtoMessage

func (*TRspPullRows) ProtoMessage()

func (*TRspPullRows) ProtoReflect

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

func (*TRspPullRows) Reset

func (x *TRspPullRows) Reset()

func (*TRspPullRows) String

func (x *TRspPullRows) String() string

type TRspPutFileToCache

type TRspPutFileToCache struct {
	Result *TPutFileToCacheResult `protobuf:"bytes,1,req,name=result" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspPutFileToCache) Descriptor deprecated

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

Deprecated: Use TRspPutFileToCache.ProtoReflect.Descriptor instead.

func (*TRspPutFileToCache) GetResult

func (x *TRspPutFileToCache) GetResult() *TPutFileToCacheResult

func (*TRspPutFileToCache) ProtoMessage

func (*TRspPutFileToCache) ProtoMessage()

func (*TRspPutFileToCache) ProtoReflect

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

func (*TRspPutFileToCache) Reset

func (x *TRspPutFileToCache) Reset()

func (*TRspPutFileToCache) String

func (x *TRspPutFileToCache) String() string

type TRspReadFile

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

func (*TRspReadFile) Descriptor deprecated

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

Deprecated: Use TRspReadFile.ProtoReflect.Descriptor instead.

func (*TRspReadFile) ProtoMessage

func (*TRspReadFile) ProtoMessage()

func (*TRspReadFile) ProtoReflect

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

func (*TRspReadFile) Reset

func (x *TRspReadFile) Reset()

func (*TRspReadFile) String

func (x *TRspReadFile) String() string

type TRspReadJournal

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

func (*TRspReadJournal) Descriptor deprecated

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

Deprecated: Use TRspReadJournal.ProtoReflect.Descriptor instead.

func (*TRspReadJournal) ProtoMessage

func (*TRspReadJournal) ProtoMessage()

func (*TRspReadJournal) ProtoReflect

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

func (*TRspReadJournal) Reset

func (x *TRspReadJournal) Reset()

func (*TRspReadJournal) String

func (x *TRspReadJournal) String() string

type TRspReadQueryResult added in v0.0.16

type TRspReadQueryResult struct {
	RowsetDescriptor *TRowsetDescriptor `protobuf:"bytes,1,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspReadQueryResult) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TRspReadQueryResult.ProtoReflect.Descriptor instead.

func (*TRspReadQueryResult) GetRowsetDescriptor added in v0.0.16

func (x *TRspReadQueryResult) GetRowsetDescriptor() *TRowsetDescriptor

func (*TRspReadQueryResult) ProtoMessage added in v0.0.16

func (*TRspReadQueryResult) ProtoMessage()

func (*TRspReadQueryResult) ProtoReflect added in v0.0.16

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

func (*TRspReadQueryResult) Reset added in v0.0.16

func (x *TRspReadQueryResult) Reset()

func (*TRspReadQueryResult) String added in v0.0.16

func (x *TRspReadQueryResult) String() string

type TRspReadTable

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

func (*TRspReadTable) Descriptor deprecated

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

Deprecated: Use TRspReadTable.ProtoReflect.Descriptor instead.

func (*TRspReadTable) ProtoMessage

func (*TRspReadTable) ProtoMessage()

func (*TRspReadTable) ProtoReflect

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

func (*TRspReadTable) Reset

func (x *TRspReadTable) Reset()

func (*TRspReadTable) String

func (x *TRspReadTable) String() string

type TRspReadTableMeta

type TRspReadTableMeta struct {
	StartRowIndex              *int64             `protobuf:"varint,1,req,name=start_row_index,json=startRowIndex" json:"start_row_index,omitempty"`
	OmittedInaccessibleColumns []string           `` /* 134-byte string literal not displayed */
	Schema                     *TTableSchema      `protobuf:"bytes,5,req,name=schema" json:"schema,omitempty"`
	Statistics                 *TRowsetStatistics `protobuf:"bytes,4,req,name=statistics" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspReadTableMeta) Descriptor deprecated

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

Deprecated: Use TRspReadTableMeta.ProtoReflect.Descriptor instead.

func (*TRspReadTableMeta) GetOmittedInaccessibleColumns

func (x *TRspReadTableMeta) GetOmittedInaccessibleColumns() []string

func (*TRspReadTableMeta) GetSchema

func (x *TRspReadTableMeta) GetSchema() *TTableSchema

func (*TRspReadTableMeta) GetStartRowIndex

func (x *TRspReadTableMeta) GetStartRowIndex() int64

func (*TRspReadTableMeta) GetStatistics

func (x *TRspReadTableMeta) GetStatistics() *TRowsetStatistics

func (*TRspReadTableMeta) ProtoMessage

func (*TRspReadTableMeta) ProtoMessage()

func (*TRspReadTableMeta) ProtoReflect

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

func (*TRspReadTableMeta) Reset

func (x *TRspReadTableMeta) Reset()

func (*TRspReadTableMeta) String

func (x *TRspReadTableMeta) String() string

type TRspRegisterQueueConsumer

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

func (*TRspRegisterQueueConsumer) Descriptor deprecated

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

Deprecated: Use TRspRegisterQueueConsumer.ProtoReflect.Descriptor instead.

func (*TRspRegisterQueueConsumer) ProtoMessage

func (*TRspRegisterQueueConsumer) ProtoMessage()

func (*TRspRegisterQueueConsumer) ProtoReflect

func (*TRspRegisterQueueConsumer) Reset

func (x *TRspRegisterQueueConsumer) Reset()

func (*TRspRegisterQueueConsumer) String

func (x *TRspRegisterQueueConsumer) String() string

type TRspRemountTable

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

func (*TRspRemountTable) Descriptor deprecated

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

Deprecated: Use TRspRemountTable.ProtoReflect.Descriptor instead.

func (*TRspRemountTable) ProtoMessage

func (*TRspRemountTable) ProtoMessage()

func (*TRspRemountTable) ProtoReflect

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

func (*TRspRemountTable) Reset

func (x *TRspRemountTable) Reset()

func (*TRspRemountTable) String

func (x *TRspRemountTable) String() string

type TRspRemoveMaintenance

type TRspRemoveMaintenance struct {

	// COMPAT(kvk1920): For compatibility with pre-23.2.
	Ban                   *int32 `protobuf:"varint,1,opt,name=ban" json:"ban,omitempty"`
	Decommission          *int32 `protobuf:"varint,2,opt,name=decommission" json:"decommission,omitempty"`
	DisableSchedulerJobs  *int32 `protobuf:"varint,3,opt,name=disable_scheduler_jobs,json=disableSchedulerJobs" json:"disable_scheduler_jobs,omitempty"`
	DisableWriteSessions  *int32 `protobuf:"varint,4,opt,name=disable_write_sessions,json=disableWriteSessions" json:"disable_write_sessions,omitempty"`
	DisableTabletCells    *int32 `protobuf:"varint,5,opt,name=disable_tablet_cells,json=disableTabletCells" json:"disable_tablet_cells,omitempty"`
	PendingRestart        *int32 `protobuf:"varint,8,opt,name=pending_restart,json=pendingRestart" json:"pending_restart,omitempty"`
	UseMapInsteadOfFields *bool  `` /* 130-byte string literal not displayed */
	// COMPAT(kvk1920): For compatibility with pre-24.2 RPC clients.
	RemovedMaintenanceCounts map[int32]int32 `` // Key: EMaintenanceType
	/* 204-byte string literal not displayed */
	// COMPAT(kvk1920): For compatibility with pre-24.2 RPC proxies.
	SupportsPerTargetResponse *bool `` /* 140-byte string literal not displayed */
	// Key: component address
	RemovedMaintenanceCountsPerTarget map[string]*TRspRemoveMaintenance_TMaintenanceCounts `` /* 234-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TRspRemoveMaintenance) Descriptor deprecated

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

Deprecated: Use TRspRemoveMaintenance.ProtoReflect.Descriptor instead.

func (*TRspRemoveMaintenance) GetBan added in v0.0.5

func (x *TRspRemoveMaintenance) GetBan() int32

func (*TRspRemoveMaintenance) GetDecommission added in v0.0.5

func (x *TRspRemoveMaintenance) GetDecommission() int32

func (*TRspRemoveMaintenance) GetDisableSchedulerJobs added in v0.0.5

func (x *TRspRemoveMaintenance) GetDisableSchedulerJobs() int32

func (*TRspRemoveMaintenance) GetDisableTabletCells added in v0.0.5

func (x *TRspRemoveMaintenance) GetDisableTabletCells() int32

func (*TRspRemoveMaintenance) GetDisableWriteSessions added in v0.0.5

func (x *TRspRemoveMaintenance) GetDisableWriteSessions() int32

func (*TRspRemoveMaintenance) GetPendingRestart added in v0.0.7

func (x *TRspRemoveMaintenance) GetPendingRestart() int32

func (*TRspRemoveMaintenance) GetRemovedMaintenanceCounts added in v0.0.5

func (x *TRspRemoveMaintenance) GetRemovedMaintenanceCounts() map[int32]int32

func (*TRspRemoveMaintenance) GetRemovedMaintenanceCountsPerTarget added in v0.0.16

func (x *TRspRemoveMaintenance) GetRemovedMaintenanceCountsPerTarget() map[string]*TRspRemoveMaintenance_TMaintenanceCounts

func (*TRspRemoveMaintenance) GetSupportsPerTargetResponse added in v0.0.16

func (x *TRspRemoveMaintenance) GetSupportsPerTargetResponse() bool

func (*TRspRemoveMaintenance) GetUseMapInsteadOfFields added in v0.0.5

func (x *TRspRemoveMaintenance) GetUseMapInsteadOfFields() bool

func (*TRspRemoveMaintenance) ProtoMessage

func (*TRspRemoveMaintenance) ProtoMessage()

func (*TRspRemoveMaintenance) ProtoReflect

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

func (*TRspRemoveMaintenance) Reset

func (x *TRspRemoveMaintenance) Reset()

func (*TRspRemoveMaintenance) String

func (x *TRspRemoveMaintenance) String() string

type TRspRemoveMaintenance_TMaintenanceCounts added in v0.0.16

type TRspRemoveMaintenance_TMaintenanceCounts struct {
	Counts map[int32]int32 `` // Key: EMaintenanceType
	/* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TRspRemoveMaintenance_TMaintenanceCounts) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TRspRemoveMaintenance_TMaintenanceCounts.ProtoReflect.Descriptor instead.

func (*TRspRemoveMaintenance_TMaintenanceCounts) GetCounts added in v0.0.16

func (*TRspRemoveMaintenance_TMaintenanceCounts) ProtoMessage added in v0.0.16

func (*TRspRemoveMaintenance_TMaintenanceCounts) ProtoReflect added in v0.0.16

func (*TRspRemoveMaintenance_TMaintenanceCounts) Reset added in v0.0.16

func (*TRspRemoveMaintenance_TMaintenanceCounts) String added in v0.0.16

type TRspRemoveMember

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

func (*TRspRemoveMember) Descriptor deprecated

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

Deprecated: Use TRspRemoveMember.ProtoReflect.Descriptor instead.

func (*TRspRemoveMember) ProtoMessage

func (*TRspRemoveMember) ProtoMessage()

func (*TRspRemoveMember) ProtoReflect

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

func (*TRspRemoveMember) Reset

func (x *TRspRemoveMember) Reset()

func (*TRspRemoveMember) String

func (x *TRspRemoveMember) String() string

type TRspRemoveNode

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

func (*TRspRemoveNode) Descriptor deprecated

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

Deprecated: Use TRspRemoveNode.ProtoReflect.Descriptor instead.

func (*TRspRemoveNode) ProtoMessage

func (*TRspRemoveNode) ProtoMessage()

func (*TRspRemoveNode) ProtoReflect

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

func (*TRspRemoveNode) Reset

func (x *TRspRemoveNode) Reset()

func (*TRspRemoveNode) String

func (x *TRspRemoveNode) String() string

type TRspRequestRestart added in v0.0.10

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

func (*TRspRequestRestart) Descriptor deprecated added in v0.0.10

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

Deprecated: Use TRspRequestRestart.ProtoReflect.Descriptor instead.

func (*TRspRequestRestart) ProtoMessage added in v0.0.10

func (*TRspRequestRestart) ProtoMessage()

func (*TRspRequestRestart) ProtoReflect added in v0.0.10

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

func (*TRspRequestRestart) Reset added in v0.0.10

func (x *TRspRequestRestart) Reset()

func (*TRspRequestRestart) String added in v0.0.10

func (x *TRspRequestRestart) String() string

type TRspReshardTable

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

func (*TRspReshardTable) Descriptor deprecated

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

Deprecated: Use TRspReshardTable.ProtoReflect.Descriptor instead.

func (*TRspReshardTable) ProtoMessage

func (*TRspReshardTable) ProtoMessage()

func (*TRspReshardTable) ProtoReflect

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

func (*TRspReshardTable) Reset

func (x *TRspReshardTable) Reset()

func (*TRspReshardTable) String

func (x *TRspReshardTable) String() string

type TRspReshardTableAutomatic

type TRspReshardTableAutomatic struct {
	TabletActions []*misc.TGuid `protobuf:"bytes,1,rep,name=tablet_actions,json=tabletActions" json:"tablet_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspReshardTableAutomatic) Descriptor deprecated

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

Deprecated: Use TRspReshardTableAutomatic.ProtoReflect.Descriptor instead.

func (*TRspReshardTableAutomatic) GetTabletActions

func (x *TRspReshardTableAutomatic) GetTabletActions() []*misc.TGuid

func (*TRspReshardTableAutomatic) ProtoMessage

func (*TRspReshardTableAutomatic) ProtoMessage()

func (*TRspReshardTableAutomatic) ProtoReflect

func (*TRspReshardTableAutomatic) Reset

func (x *TRspReshardTableAutomatic) Reset()

func (*TRspReshardTableAutomatic) String

func (x *TRspReshardTableAutomatic) String() string

type TRspRestoreTableBackup added in v0.0.14

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

func (*TRspRestoreTableBackup) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspRestoreTableBackup.ProtoReflect.Descriptor instead.

func (*TRspRestoreTableBackup) ProtoMessage added in v0.0.14

func (*TRspRestoreTableBackup) ProtoMessage()

func (*TRspRestoreTableBackup) ProtoReflect added in v0.0.14

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

func (*TRspRestoreTableBackup) Reset added in v0.0.14

func (x *TRspRestoreTableBackup) Reset()

func (*TRspRestoreTableBackup) String added in v0.0.14

func (x *TRspRestoreTableBackup) String() string

type TRspResumeChaosCells added in v0.0.5

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

func (*TRspResumeChaosCells) Descriptor deprecated added in v0.0.5

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

Deprecated: Use TRspResumeChaosCells.ProtoReflect.Descriptor instead.

func (*TRspResumeChaosCells) ProtoMessage added in v0.0.5

func (*TRspResumeChaosCells) ProtoMessage()

func (*TRspResumeChaosCells) ProtoReflect added in v0.0.5

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

func (*TRspResumeChaosCells) Reset added in v0.0.5

func (x *TRspResumeChaosCells) Reset()

func (*TRspResumeChaosCells) String added in v0.0.5

func (x *TRspResumeChaosCells) String() string

type TRspResumeCoordinator

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

func (*TRspResumeCoordinator) Descriptor deprecated

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

Deprecated: Use TRspResumeCoordinator.ProtoReflect.Descriptor instead.

func (*TRspResumeCoordinator) ProtoMessage

func (*TRspResumeCoordinator) ProtoMessage()

func (*TRspResumeCoordinator) ProtoReflect

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

func (*TRspResumeCoordinator) Reset

func (x *TRspResumeCoordinator) Reset()

func (*TRspResumeCoordinator) String

func (x *TRspResumeCoordinator) String() string

type TRspResumeOperation

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

func (*TRspResumeOperation) Descriptor deprecated

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

Deprecated: Use TRspResumeOperation.ProtoReflect.Descriptor instead.

func (*TRspResumeOperation) ProtoMessage

func (*TRspResumeOperation) ProtoMessage()

func (*TRspResumeOperation) ProtoReflect

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

func (*TRspResumeOperation) Reset

func (x *TRspResumeOperation) Reset()

func (*TRspResumeOperation) String

func (x *TRspResumeOperation) String() string

type TRspResurrectChunkLocations

type TRspResurrectChunkLocations struct {
	LocationUuids []*misc.TGuid `protobuf:"bytes,1,rep,name=location_uuids,json=locationUuids" json:"location_uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspResurrectChunkLocations) Descriptor deprecated

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

Deprecated: Use TRspResurrectChunkLocations.ProtoReflect.Descriptor instead.

func (*TRspResurrectChunkLocations) GetLocationUuids

func (x *TRspResurrectChunkLocations) GetLocationUuids() []*misc.TGuid

func (*TRspResurrectChunkLocations) ProtoMessage

func (*TRspResurrectChunkLocations) ProtoMessage()

func (*TRspResurrectChunkLocations) ProtoReflect

func (*TRspResurrectChunkLocations) Reset

func (x *TRspResurrectChunkLocations) Reset()

func (*TRspResurrectChunkLocations) String

func (x *TRspResurrectChunkLocations) String() string

type TRspSelectRows

type TRspSelectRows struct {
	RowsetDescriptor *TRowsetDescriptor `protobuf:"bytes,200,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	Statistics       *TQueryStatistics  `protobuf:"bytes,201,opt,name=statistics" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspSelectRows) Descriptor deprecated

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

Deprecated: Use TRspSelectRows.ProtoReflect.Descriptor instead.

func (*TRspSelectRows) GetRowsetDescriptor

func (x *TRspSelectRows) GetRowsetDescriptor() *TRowsetDescriptor

func (*TRspSelectRows) GetStatistics

func (x *TRspSelectRows) GetStatistics() *TQueryStatistics

func (*TRspSelectRows) ProtoMessage

func (*TRspSelectRows) ProtoMessage()

func (*TRspSelectRows) ProtoReflect

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

func (*TRspSelectRows) Reset

func (x *TRspSelectRows) Reset()

func (*TRspSelectRows) String

func (x *TRspSelectRows) String() string

type TRspSetNode

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

func (*TRspSetNode) Descriptor deprecated

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

Deprecated: Use TRspSetNode.ProtoReflect.Descriptor instead.

func (*TRspSetNode) ProtoMessage

func (*TRspSetNode) ProtoMessage()

func (*TRspSetNode) ProtoReflect

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

func (*TRspSetNode) Reset

func (x *TRspSetNode) Reset()

func (*TRspSetNode) String

func (x *TRspSetNode) String() string

type TRspSetPipelineDynamicSpec added in v0.0.14

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

func (*TRspSetPipelineDynamicSpec) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspSetPipelineDynamicSpec.ProtoReflect.Descriptor instead.

func (*TRspSetPipelineDynamicSpec) GetVersion added in v0.0.14

func (x *TRspSetPipelineDynamicSpec) GetVersion() int64

func (*TRspSetPipelineDynamicSpec) ProtoMessage added in v0.0.14

func (*TRspSetPipelineDynamicSpec) ProtoMessage()

func (*TRspSetPipelineDynamicSpec) ProtoReflect added in v0.0.14

func (*TRspSetPipelineDynamicSpec) Reset added in v0.0.14

func (x *TRspSetPipelineDynamicSpec) Reset()

func (*TRspSetPipelineDynamicSpec) String added in v0.0.14

func (x *TRspSetPipelineDynamicSpec) String() string

type TRspSetPipelineSpec added in v0.0.14

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

func (*TRspSetPipelineSpec) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspSetPipelineSpec.ProtoReflect.Descriptor instead.

func (*TRspSetPipelineSpec) GetVersion added in v0.0.14

func (x *TRspSetPipelineSpec) GetVersion() int64

func (*TRspSetPipelineSpec) ProtoMessage added in v0.0.14

func (*TRspSetPipelineSpec) ProtoMessage()

func (*TRspSetPipelineSpec) ProtoReflect added in v0.0.14

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

func (*TRspSetPipelineSpec) Reset added in v0.0.14

func (x *TRspSetPipelineSpec) Reset()

func (*TRspSetPipelineSpec) String added in v0.0.14

func (x *TRspSetPipelineSpec) String() string

type TRspStartOperation

type TRspStartOperation struct {
	OperationId *misc.TGuid `protobuf:"bytes,1,req,name=operation_id,json=operationId" json:"operation_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspStartOperation) Descriptor deprecated

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

Deprecated: Use TRspStartOperation.ProtoReflect.Descriptor instead.

func (*TRspStartOperation) GetOperationId

func (x *TRspStartOperation) GetOperationId() *misc.TGuid

func (*TRspStartOperation) ProtoMessage

func (*TRspStartOperation) ProtoMessage()

func (*TRspStartOperation) ProtoReflect

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

func (*TRspStartOperation) Reset

func (x *TRspStartOperation) Reset()

func (*TRspStartOperation) String

func (x *TRspStartOperation) String() string

type TRspStartPipeline added in v0.0.14

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

func (*TRspStartPipeline) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspStartPipeline.ProtoReflect.Descriptor instead.

func (*TRspStartPipeline) ProtoMessage added in v0.0.14

func (*TRspStartPipeline) ProtoMessage()

func (*TRspStartPipeline) ProtoReflect added in v0.0.14

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

func (*TRspStartPipeline) Reset added in v0.0.14

func (x *TRspStartPipeline) Reset()

func (*TRspStartPipeline) String added in v0.0.14

func (x *TRspStartPipeline) String() string

type TRspStartQuery added in v0.0.16

type TRspStartQuery struct {
	QueryId *misc.TGuid `protobuf:"bytes,1,opt,name=query_id,json=queryId" json:"query_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspStartQuery) Descriptor deprecated added in v0.0.16

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

Deprecated: Use TRspStartQuery.ProtoReflect.Descriptor instead.

func (*TRspStartQuery) GetQueryId added in v0.0.16

func (x *TRspStartQuery) GetQueryId() *misc.TGuid

func (*TRspStartQuery) ProtoMessage added in v0.0.16

func (*TRspStartQuery) ProtoMessage()

func (*TRspStartQuery) ProtoReflect added in v0.0.16

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

func (*TRspStartQuery) Reset added in v0.0.16

func (x *TRspStartQuery) Reset()

func (*TRspStartQuery) String added in v0.0.16

func (x *TRspStartQuery) String() string

type TRspStartTransaction

type TRspStartTransaction struct {
	Id             *misc.TGuid `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	StartTimestamp *uint64     `protobuf:"varint,2,req,name=start_timestamp,json=startTimestamp" json:"start_timestamp,omitempty"`
	// Sequence number source id allocated for this client if transaction is tablet.
	// Client is free not to use this source id and generate source id on its own,
	// for example, for backward compatibility. In this case client is responsible for
	// source id uniqueness between all transaction clients.
	// See TReqModifyRows.sequence_number_source_id for details.
	SequenceNumberSourceId *int64 `protobuf:"varint,3,opt,name=sequence_number_source_id,json=sequenceNumberSourceId" json:"sequence_number_source_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspStartTransaction) Descriptor deprecated

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

Deprecated: Use TRspStartTransaction.ProtoReflect.Descriptor instead.

func (*TRspStartTransaction) GetId

func (x *TRspStartTransaction) GetId() *misc.TGuid

func (*TRspStartTransaction) GetSequenceNumberSourceId

func (x *TRspStartTransaction) GetSequenceNumberSourceId() int64

func (*TRspStartTransaction) GetStartTimestamp

func (x *TRspStartTransaction) GetStartTimestamp() uint64

func (*TRspStartTransaction) ProtoMessage

func (*TRspStartTransaction) ProtoMessage()

func (*TRspStartTransaction) ProtoReflect

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

func (*TRspStartTransaction) Reset

func (x *TRspStartTransaction) Reset()

func (*TRspStartTransaction) String

func (x *TRspStartTransaction) String() string

type TRspStopPipeline added in v0.0.14

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

func (*TRspStopPipeline) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TRspStopPipeline.ProtoReflect.Descriptor instead.

func (*TRspStopPipeline) ProtoMessage added in v0.0.14

func (*TRspStopPipeline) ProtoMessage()

func (*TRspStopPipeline) ProtoReflect added in v0.0.14

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

func (*TRspStopPipeline) Reset added in v0.0.14

func (x *TRspStopPipeline) Reset()

func (*TRspStopPipeline) String added in v0.0.14

func (x *TRspStopPipeline) String() string

type TRspSuspendChaosCells added in v0.0.5

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

func (*TRspSuspendChaosCells) Descriptor deprecated added in v0.0.5

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

Deprecated: Use TRspSuspendChaosCells.ProtoReflect.Descriptor instead.

func (*TRspSuspendChaosCells) ProtoMessage added in v0.0.5

func (*TRspSuspendChaosCells) ProtoMessage()

func (*TRspSuspendChaosCells) ProtoReflect added in v0.0.5

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

func (*TRspSuspendChaosCells) Reset added in v0.0.5

func (x *TRspSuspendChaosCells) Reset()

func (*TRspSuspendChaosCells) String added in v0.0.5

func (x *TRspSuspendChaosCells) String() string

type TRspSuspendCoordinator

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

func (*TRspSuspendCoordinator) Descriptor deprecated

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

Deprecated: Use TRspSuspendCoordinator.ProtoReflect.Descriptor instead.

func (*TRspSuspendCoordinator) ProtoMessage

func (*TRspSuspendCoordinator) ProtoMessage()

func (*TRspSuspendCoordinator) ProtoReflect

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

func (*TRspSuspendCoordinator) Reset

func (x *TRspSuspendCoordinator) Reset()

func (*TRspSuspendCoordinator) String

func (x *TRspSuspendCoordinator) String() string

type TRspSuspendOperation

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

func (*TRspSuspendOperation) Descriptor deprecated

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

Deprecated: Use TRspSuspendOperation.ProtoReflect.Descriptor instead.

func (*TRspSuspendOperation) ProtoMessage

func (*TRspSuspendOperation) ProtoMessage()

func (*TRspSuspendOperation) ProtoReflect

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

func (*TRspSuspendOperation) Reset

func (x *TRspSuspendOperation) Reset()

func (*TRspSuspendOperation) String

func (x *TRspSuspendOperation) String() string

type TRspTransferAccountResources

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

func (*TRspTransferAccountResources) Descriptor deprecated

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

Deprecated: Use TRspTransferAccountResources.ProtoReflect.Descriptor instead.

func (*TRspTransferAccountResources) ProtoMessage

func (*TRspTransferAccountResources) ProtoMessage()

func (*TRspTransferAccountResources) ProtoReflect

func (*TRspTransferAccountResources) Reset

func (x *TRspTransferAccountResources) Reset()

func (*TRspTransferAccountResources) String

type TRspTransferPoolResources

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

func (*TRspTransferPoolResources) Descriptor deprecated

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

Deprecated: Use TRspTransferPoolResources.ProtoReflect.Descriptor instead.

func (*TRspTransferPoolResources) ProtoMessage

func (*TRspTransferPoolResources) ProtoMessage()

func (*TRspTransferPoolResources) ProtoReflect

func (*TRspTransferPoolResources) Reset

func (x *TRspTransferPoolResources) Reset()

func (*TRspTransferPoolResources) String

func (x *TRspTransferPoolResources) String() string

type TRspTrimTable

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

func (*TRspTrimTable) Descriptor deprecated

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

Deprecated: Use TRspTrimTable.ProtoReflect.Descriptor instead.

func (*TRspTrimTable) ProtoMessage

func (*TRspTrimTable) ProtoMessage()

func (*TRspTrimTable) ProtoReflect

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

func (*TRspTrimTable) Reset

func (x *TRspTrimTable) Reset()

func (*TRspTrimTable) String

func (x *TRspTrimTable) String() string

type TRspTruncateJournal

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

func (*TRspTruncateJournal) Descriptor deprecated

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

Deprecated: Use TRspTruncateJournal.ProtoReflect.Descriptor instead.

func (*TRspTruncateJournal) ProtoMessage

func (*TRspTruncateJournal) ProtoMessage()

func (*TRspTruncateJournal) ProtoReflect

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

func (*TRspTruncateJournal) Reset

func (x *TRspTruncateJournal) Reset()

func (*TRspTruncateJournal) String

func (x *TRspTruncateJournal) String() string

type TRspUnfreezeTable

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

func (*TRspUnfreezeTable) Descriptor deprecated

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

Deprecated: Use TRspUnfreezeTable.ProtoReflect.Descriptor instead.

func (*TRspUnfreezeTable) ProtoMessage

func (*TRspUnfreezeTable) ProtoMessage()

func (*TRspUnfreezeTable) ProtoReflect

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

func (*TRspUnfreezeTable) Reset

func (x *TRspUnfreezeTable) Reset()

func (*TRspUnfreezeTable) String

func (x *TRspUnfreezeTable) String() string

type TRspUnlockNode

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

func (*TRspUnlockNode) Descriptor deprecated

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

Deprecated: Use TRspUnlockNode.ProtoReflect.Descriptor instead.

func (*TRspUnlockNode) ProtoMessage

func (*TRspUnlockNode) ProtoMessage()

func (*TRspUnlockNode) ProtoReflect

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

func (*TRspUnlockNode) Reset

func (x *TRspUnlockNode) Reset()

func (*TRspUnlockNode) String

func (x *TRspUnlockNode) String() string

type TRspUnmountTable

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

func (*TRspUnmountTable) Descriptor deprecated

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

Deprecated: Use TRspUnmountTable.ProtoReflect.Descriptor instead.

func (*TRspUnmountTable) ProtoMessage

func (*TRspUnmountTable) ProtoMessage()

func (*TRspUnmountTable) ProtoReflect

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

func (*TRspUnmountTable) Reset

func (x *TRspUnmountTable) Reset()

func (*TRspUnmountTable) String

func (x *TRspUnmountTable) String() string

type TRspUnregisterQueueConsumer

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

func (*TRspUnregisterQueueConsumer) Descriptor deprecated

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

Deprecated: Use TRspUnregisterQueueConsumer.ProtoReflect.Descriptor instead.

func (*TRspUnregisterQueueConsumer) ProtoMessage

func (*TRspUnregisterQueueConsumer) ProtoMessage()

func (*TRspUnregisterQueueConsumer) ProtoReflect

func (*TRspUnregisterQueueConsumer) Reset

func (x *TRspUnregisterQueueConsumer) Reset()

func (*TRspUnregisterQueueConsumer) String

func (x *TRspUnregisterQueueConsumer) String() string

type TRspUpdateOperationParameters

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

func (*TRspUpdateOperationParameters) Descriptor deprecated

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

Deprecated: Use TRspUpdateOperationParameters.ProtoReflect.Descriptor instead.

func (*TRspUpdateOperationParameters) ProtoMessage

func (*TRspUpdateOperationParameters) ProtoMessage()

func (*TRspUpdateOperationParameters) ProtoReflect

func (*TRspUpdateOperationParameters) Reset

func (x *TRspUpdateOperationParameters) Reset()

func (*TRspUpdateOperationParameters) String

type TRspVersionedLookupRows

type TRspVersionedLookupRows struct {
	RowsetDescriptor *TRowsetDescriptor `protobuf:"bytes,200,req,name=rowset_descriptor,json=rowsetDescriptor" json:"rowset_descriptor,omitempty"`
	// contains filtered or unexported fields
}

func (*TRspVersionedLookupRows) Descriptor deprecated

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

Deprecated: Use TRspVersionedLookupRows.ProtoReflect.Descriptor instead.

func (*TRspVersionedLookupRows) GetRowsetDescriptor

func (x *TRspVersionedLookupRows) GetRowsetDescriptor() *TRowsetDescriptor

func (*TRspVersionedLookupRows) ProtoMessage

func (*TRspVersionedLookupRows) ProtoMessage()

func (*TRspVersionedLookupRows) ProtoReflect

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

func (*TRspVersionedLookupRows) Reset

func (x *TRspVersionedLookupRows) Reset()

func (*TRspVersionedLookupRows) String

func (x *TRspVersionedLookupRows) String() string

type TRspWriteFile

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

func (*TRspWriteFile) Descriptor deprecated

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

Deprecated: Use TRspWriteFile.ProtoReflect.Descriptor instead.

func (*TRspWriteFile) ProtoMessage

func (*TRspWriteFile) ProtoMessage()

func (*TRspWriteFile) ProtoReflect

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

func (*TRspWriteFile) Reset

func (x *TRspWriteFile) Reset()

func (*TRspWriteFile) String

func (x *TRspWriteFile) String() string

type TRspWriteJournal

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

func (*TRspWriteJournal) Descriptor deprecated

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

Deprecated: Use TRspWriteJournal.ProtoReflect.Descriptor instead.

func (*TRspWriteJournal) ProtoMessage

func (*TRspWriteJournal) ProtoMessage()

func (*TRspWriteJournal) ProtoReflect

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

func (*TRspWriteJournal) Reset

func (x *TRspWriteJournal) Reset()

func (*TRspWriteJournal) String

func (x *TRspWriteJournal) String() string

type TRspWriteTable

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

func (*TRspWriteTable) Descriptor deprecated

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

Deprecated: Use TRspWriteTable.ProtoReflect.Descriptor instead.

func (*TRspWriteTable) ProtoMessage

func (*TRspWriteTable) ProtoMessage()

func (*TRspWriteTable) ProtoReflect

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

func (*TRspWriteTable) Reset

func (x *TRspWriteTable) Reset()

func (*TRspWriteTable) String

func (x *TRspWriteTable) String() string

type TSuppressableAccessTrackingOptions

type TSuppressableAccessTrackingOptions struct {
	SuppressAccessTracking           *bool `` /* 129-byte string literal not displayed */
	SuppressModificationTracking     *bool `` /* 147-byte string literal not displayed */
	SuppressExpirationTimeoutRenewal *bool `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

104

func (*TSuppressableAccessTrackingOptions) Descriptor deprecated

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

Deprecated: Use TSuppressableAccessTrackingOptions.ProtoReflect.Descriptor instead.

func (*TSuppressableAccessTrackingOptions) GetSuppressAccessTracking

func (x *TSuppressableAccessTrackingOptions) GetSuppressAccessTracking() bool

func (*TSuppressableAccessTrackingOptions) GetSuppressExpirationTimeoutRenewal

func (x *TSuppressableAccessTrackingOptions) GetSuppressExpirationTimeoutRenewal() bool

func (*TSuppressableAccessTrackingOptions) GetSuppressModificationTracking

func (x *TSuppressableAccessTrackingOptions) GetSuppressModificationTracking() bool

func (*TSuppressableAccessTrackingOptions) ProtoMessage

func (*TSuppressableAccessTrackingOptions) ProtoMessage()

func (*TSuppressableAccessTrackingOptions) ProtoReflect

func (*TSuppressableAccessTrackingOptions) Reset

func (*TSuppressableAccessTrackingOptions) String

type TTableBackupManifest added in v0.0.14

type TTableBackupManifest struct {
	SourcePath      *string `protobuf:"bytes,1,req,name=source_path,json=sourcePath" json:"source_path,omitempty"`                // YPath
	DestinationPath *string `protobuf:"bytes,2,req,name=destination_path,json=destinationPath" json:"destination_path,omitempty"` // YPath
	OrderedMode     *int32  `protobuf:"varint,3,req,name=ordered_mode,json=orderedMode" json:"ordered_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*TTableBackupManifest) Descriptor deprecated added in v0.0.14

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

Deprecated: Use TTableBackupManifest.ProtoReflect.Descriptor instead.

func (*TTableBackupManifest) GetDestinationPath added in v0.0.14

func (x *TTableBackupManifest) GetDestinationPath() string

func (*TTableBackupManifest) GetOrderedMode added in v0.0.14

func (x *TTableBackupManifest) GetOrderedMode() int32

func (*TTableBackupManifest) GetSourcePath added in v0.0.14

func (x *TTableBackupManifest) GetSourcePath() string

func (*TTableBackupManifest) ProtoMessage added in v0.0.14

func (*TTableBackupManifest) ProtoMessage()

func (*TTableBackupManifest) ProtoReflect added in v0.0.14

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

func (*TTableBackupManifest) Reset added in v0.0.14

func (x *TTableBackupManifest) Reset()

func (*TTableBackupManifest) String added in v0.0.14

func (x *TTableBackupManifest) String() string

type TTableSchema

type TTableSchema struct {
	Columns        []*TColumnSchema  `protobuf:"bytes,1,rep,name=columns" json:"columns,omitempty"`
	Strict         *bool             `protobuf:"varint,2,opt,name=strict,def=1" json:"strict,omitempty"`
	UniqueKeys     *bool             `protobuf:"varint,3,opt,name=unique_keys,json=uniqueKeys,def=0" json:"unique_keys,omitempty"`
	DeletedColumns []*TDeletedColumn `protobuf:"bytes,5,rep,name=deleted_columns,json=deletedColumns" json:"deleted_columns,omitempty"`
	// contains filtered or unexported fields
}

func (*TTableSchema) Descriptor deprecated

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

Deprecated: Use TTableSchema.ProtoReflect.Descriptor instead.

func (*TTableSchema) GetColumns

func (x *TTableSchema) GetColumns() []*TColumnSchema

func (*TTableSchema) GetDeletedColumns added in v0.0.6

func (x *TTableSchema) GetDeletedColumns() []*TDeletedColumn

func (*TTableSchema) GetStrict

func (x *TTableSchema) GetStrict() bool

func (*TTableSchema) GetUniqueKeys

func (x *TTableSchema) GetUniqueKeys() bool

func (*TTableSchema) ProtoMessage

func (*TTableSchema) ProtoMessage()

func (*TTableSchema) ProtoReflect

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

func (*TTableSchema) Reset

func (x *TTableSchema) Reset()

func (*TTableSchema) String

func (x *TTableSchema) String() string

type TTabletInfo

type TTabletInfo struct {
	TabletId          *misc.TGuid `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	MountRevision     *uint64     `protobuf:"varint,2,req,name=mount_revision,json=mountRevision" json:"mount_revision,omitempty"`
	State             *int32      `protobuf:"varint,3,req,name=state" json:"state,omitempty"`
	PivotKey          []byte      `protobuf:"bytes,4,req,name=pivot_key,json=pivotKey" json:"pivot_key,omitempty"`
	CellId            *misc.TGuid `protobuf:"bytes,5,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
	CellConfigVersion *int32      `protobuf:"varint,6,opt,name=cell_config_version,json=cellConfigVersion" json:"cell_config_version,omitempty"`
	// contains filtered or unexported fields
}

func (*TTabletInfo) Descriptor deprecated

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

Deprecated: Use TTabletInfo.ProtoReflect.Descriptor instead.

func (*TTabletInfo) GetCellConfigVersion

func (x *TTabletInfo) GetCellConfigVersion() int32

func (*TTabletInfo) GetCellId

func (x *TTabletInfo) GetCellId() *misc.TGuid

func (*TTabletInfo) GetMountRevision

func (x *TTabletInfo) GetMountRevision() uint64

func (*TTabletInfo) GetPivotKey

func (x *TTabletInfo) GetPivotKey() []byte

func (*TTabletInfo) GetState

func (x *TTabletInfo) GetState() int32

func (*TTabletInfo) GetTabletId

func (x *TTabletInfo) GetTabletId() *misc.TGuid

func (*TTabletInfo) ProtoMessage

func (*TTabletInfo) ProtoMessage()

func (*TTabletInfo) ProtoReflect

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

func (*TTabletInfo) Reset

func (x *TTabletInfo) Reset()

func (*TTabletInfo) String

func (x *TTabletInfo) String() string

type TTabletRangeOptions

type TTabletRangeOptions struct {
	FirstTabletIndex *int32 `protobuf:"varint,1,opt,name=first_tablet_index,json=firstTabletIndex" json:"first_tablet_index,omitempty"`
	LastTabletIndex  *int32 `protobuf:"varint,2,opt,name=last_tablet_index,json=lastTabletIndex" json:"last_tablet_index,omitempty"`
	// contains filtered or unexported fields
}

105

func (*TTabletRangeOptions) Descriptor deprecated

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

Deprecated: Use TTabletRangeOptions.ProtoReflect.Descriptor instead.

func (*TTabletRangeOptions) GetFirstTabletIndex

func (x *TTabletRangeOptions) GetFirstTabletIndex() int32

func (*TTabletRangeOptions) GetLastTabletIndex

func (x *TTabletRangeOptions) GetLastTabletIndex() int32

func (*TTabletRangeOptions) ProtoMessage

func (*TTabletRangeOptions) ProtoMessage()

func (*TTabletRangeOptions) ProtoReflect

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

func (*TTabletRangeOptions) Reset

func (x *TTabletRangeOptions) Reset()

func (*TTabletRangeOptions) String

func (x *TTabletRangeOptions) String() string

type TTabletReadOptions

type TTabletReadOptions struct {
	ReadFrom                  *ETabletReadKind `` /* 132-byte string literal not displayed */
	CachedSyncReplicasTimeout *uint64          `` // TDuration
	/* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

106

func (*TTabletReadOptions) Descriptor deprecated

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

Deprecated: Use TTabletReadOptions.ProtoReflect.Descriptor instead.

func (*TTabletReadOptions) GetCachedSyncReplicasTimeout

func (x *TTabletReadOptions) GetCachedSyncReplicasTimeout() uint64

func (*TTabletReadOptions) GetReadFrom

func (x *TTabletReadOptions) GetReadFrom() ETabletReadKind

func (*TTabletReadOptions) ProtoMessage

func (*TTabletReadOptions) ProtoMessage()

func (*TTabletReadOptions) ProtoReflect

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

func (*TTabletReadOptions) Reset

func (x *TTabletReadOptions) Reset()

func (*TTabletReadOptions) String

func (x *TTabletReadOptions) String() string

type TTransactionalOptions

type TTransactionalOptions struct {
	TransactionId                      *misc.TGuid `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	Ping                               *bool       `protobuf:"varint,2,opt,name=ping,def=0" json:"ping,omitempty"`
	PingAncestors                      *bool       `protobuf:"varint,3,opt,name=ping_ancestors,json=pingAncestors,def=0" json:"ping_ancestors,omitempty"`
	SuppressTransactionCoordinatorSync *bool       `` /* 161-byte string literal not displayed */
	SuppressUpstreamSync               *bool       `protobuf:"varint,6,opt,name=suppress_upstream_sync,json=suppressUpstreamSync" json:"suppress_upstream_sync,omitempty"`
	// contains filtered or unexported fields
}

100

func (*TTransactionalOptions) Descriptor deprecated

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

Deprecated: Use TTransactionalOptions.ProtoReflect.Descriptor instead.

func (*TTransactionalOptions) GetPing

func (x *TTransactionalOptions) GetPing() bool

func (*TTransactionalOptions) GetPingAncestors

func (x *TTransactionalOptions) GetPingAncestors() bool

func (*TTransactionalOptions) GetSuppressTransactionCoordinatorSync

func (x *TTransactionalOptions) GetSuppressTransactionCoordinatorSync() bool

func (*TTransactionalOptions) GetSuppressUpstreamSync

func (x *TTransactionalOptions) GetSuppressUpstreamSync() bool

func (*TTransactionalOptions) GetTransactionId

func (x *TTransactionalOptions) GetTransactionId() *misc.TGuid

func (*TTransactionalOptions) ProtoMessage

func (*TTransactionalOptions) ProtoMessage()

func (*TTransactionalOptions) ProtoReflect

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

func (*TTransactionalOptions) Reset

func (x *TTransactionalOptions) Reset()

func (*TTransactionalOptions) String

func (x *TTransactionalOptions) String() string

type TWriteTableMeta

type TWriteTableMeta struct {
	Schema *TTableSchema `protobuf:"bytes,1,req,name=schema" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*TWriteTableMeta) Descriptor deprecated

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

Deprecated: Use TWriteTableMeta.ProtoReflect.Descriptor instead.

func (*TWriteTableMeta) GetSchema

func (x *TWriteTableMeta) GetSchema() *TTableSchema

func (*TWriteTableMeta) ProtoMessage

func (*TWriteTableMeta) ProtoMessage()

func (*TWriteTableMeta) ProtoReflect

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

func (*TWriteTableMeta) Reset

func (x *TWriteTableMeta) Reset()

func (*TWriteTableMeta) String

func (x *TWriteTableMeta) String() string

Jump to

Keyboard shortcuts

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