Versions in this module Expand all Collapse all v0 v0.15.10 Jul 31, 2024 v0.15.9 Jul 31, 2024 v0.15.8 Jul 31, 2024 Changes in this version + var ErrIntOverflow = fmt.Errorf("proto: integer overflow") + var ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") + var File_vtctldata_proto protoreflect.FileDescriptor + var MaterializationIntent_name = map[int32]string + var MaterializationIntent_value = map[string]int32 + var QueryOrdering_name = map[int32]string + var QueryOrdering_value = map[string]int32 + var SchemaMigration_Status_name = map[int32]string + var SchemaMigration_Status_value = map[string]int32 + var SchemaMigration_Strategy_name = map[int32]string + var SchemaMigration_Strategy_value = map[string]int32 + type AddCellInfoRequest struct + CellInfo *topodata.CellInfo + Name string + func (*AddCellInfoRequest) Descriptor() ([]byte, []int) + func (*AddCellInfoRequest) ProtoMessage() + func (m *AddCellInfoRequest) CloneMessageVT() proto.Message + func (m *AddCellInfoRequest) CloneVT() *AddCellInfoRequest + func (m *AddCellInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *AddCellInfoRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *AddCellInfoRequest) MarshalVT() (dAtA []byte, err error) + func (m *AddCellInfoRequest) SizeVT() (n int) + func (m *AddCellInfoRequest) UnmarshalVT(dAtA []byte) error + func (x *AddCellInfoRequest) GetCellInfo() *topodata.CellInfo + func (x *AddCellInfoRequest) GetName() string + func (x *AddCellInfoRequest) ProtoReflect() protoreflect.Message + func (x *AddCellInfoRequest) Reset() + func (x *AddCellInfoRequest) String() string + type AddCellInfoResponse struct + func (*AddCellInfoResponse) Descriptor() ([]byte, []int) + func (*AddCellInfoResponse) ProtoMessage() + func (m *AddCellInfoResponse) CloneMessageVT() proto.Message + func (m *AddCellInfoResponse) CloneVT() *AddCellInfoResponse + func (m *AddCellInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *AddCellInfoResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *AddCellInfoResponse) MarshalVT() (dAtA []byte, err error) + func (m *AddCellInfoResponse) SizeVT() (n int) + func (m *AddCellInfoResponse) UnmarshalVT(dAtA []byte) error + func (x *AddCellInfoResponse) ProtoReflect() protoreflect.Message + func (x *AddCellInfoResponse) Reset() + func (x *AddCellInfoResponse) String() string + type AddCellsAliasRequest struct + Cells []string + Name string + func (*AddCellsAliasRequest) Descriptor() ([]byte, []int) + func (*AddCellsAliasRequest) ProtoMessage() + func (m *AddCellsAliasRequest) CloneMessageVT() proto.Message + func (m *AddCellsAliasRequest) CloneVT() *AddCellsAliasRequest + func (m *AddCellsAliasRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *AddCellsAliasRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *AddCellsAliasRequest) MarshalVT() (dAtA []byte, err error) + func (m *AddCellsAliasRequest) SizeVT() (n int) + func (m *AddCellsAliasRequest) UnmarshalVT(dAtA []byte) error + func (x *AddCellsAliasRequest) GetCells() []string + func (x *AddCellsAliasRequest) GetName() string + func (x *AddCellsAliasRequest) ProtoReflect() protoreflect.Message + func (x *AddCellsAliasRequest) Reset() + func (x *AddCellsAliasRequest) String() string + type AddCellsAliasResponse struct + func (*AddCellsAliasResponse) Descriptor() ([]byte, []int) + func (*AddCellsAliasResponse) ProtoMessage() + func (m *AddCellsAliasResponse) CloneMessageVT() proto.Message + func (m *AddCellsAliasResponse) CloneVT() *AddCellsAliasResponse + func (m *AddCellsAliasResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *AddCellsAliasResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *AddCellsAliasResponse) MarshalVT() (dAtA []byte, err error) + func (m *AddCellsAliasResponse) SizeVT() (n int) + func (m *AddCellsAliasResponse) UnmarshalVT(dAtA []byte) error + func (x *AddCellsAliasResponse) ProtoReflect() protoreflect.Message + func (x *AddCellsAliasResponse) Reset() + func (x *AddCellsAliasResponse) String() string + type ApplyKeyspaceRoutingRulesRequest struct + KeyspaceRoutingRules *vschema.KeyspaceRoutingRules + RebuildCells []string + SkipRebuild bool + func (*ApplyKeyspaceRoutingRulesRequest) Descriptor() ([]byte, []int) + func (*ApplyKeyspaceRoutingRulesRequest) ProtoMessage() + func (m *ApplyKeyspaceRoutingRulesRequest) CloneMessageVT() proto.Message + func (m *ApplyKeyspaceRoutingRulesRequest) CloneVT() *ApplyKeyspaceRoutingRulesRequest + func (m *ApplyKeyspaceRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplyKeyspaceRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplyKeyspaceRoutingRulesRequest) MarshalVT() (dAtA []byte, err error) + func (m *ApplyKeyspaceRoutingRulesRequest) SizeVT() (n int) + func (m *ApplyKeyspaceRoutingRulesRequest) UnmarshalVT(dAtA []byte) error + func (x *ApplyKeyspaceRoutingRulesRequest) GetKeyspaceRoutingRules() *vschema.KeyspaceRoutingRules + func (x *ApplyKeyspaceRoutingRulesRequest) GetRebuildCells() []string + func (x *ApplyKeyspaceRoutingRulesRequest) GetSkipRebuild() bool + func (x *ApplyKeyspaceRoutingRulesRequest) ProtoReflect() protoreflect.Message + func (x *ApplyKeyspaceRoutingRulesRequest) Reset() + func (x *ApplyKeyspaceRoutingRulesRequest) String() string + type ApplyKeyspaceRoutingRulesResponse struct + KeyspaceRoutingRules *vschema.KeyspaceRoutingRules + func (*ApplyKeyspaceRoutingRulesResponse) Descriptor() ([]byte, []int) + func (*ApplyKeyspaceRoutingRulesResponse) ProtoMessage() + func (m *ApplyKeyspaceRoutingRulesResponse) CloneMessageVT() proto.Message + func (m *ApplyKeyspaceRoutingRulesResponse) CloneVT() *ApplyKeyspaceRoutingRulesResponse + func (m *ApplyKeyspaceRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplyKeyspaceRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplyKeyspaceRoutingRulesResponse) MarshalVT() (dAtA []byte, err error) + func (m *ApplyKeyspaceRoutingRulesResponse) SizeVT() (n int) + func (m *ApplyKeyspaceRoutingRulesResponse) UnmarshalVT(dAtA []byte) error + func (x *ApplyKeyspaceRoutingRulesResponse) GetKeyspaceRoutingRules() *vschema.KeyspaceRoutingRules + func (x *ApplyKeyspaceRoutingRulesResponse) ProtoReflect() protoreflect.Message + func (x *ApplyKeyspaceRoutingRulesResponse) Reset() + func (x *ApplyKeyspaceRoutingRulesResponse) String() string + type ApplyRoutingRulesRequest struct + RebuildCells []string + RoutingRules *vschema.RoutingRules + SkipRebuild bool + func (*ApplyRoutingRulesRequest) Descriptor() ([]byte, []int) + func (*ApplyRoutingRulesRequest) ProtoMessage() + func (m *ApplyRoutingRulesRequest) CloneMessageVT() proto.Message + func (m *ApplyRoutingRulesRequest) CloneVT() *ApplyRoutingRulesRequest + func (m *ApplyRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplyRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplyRoutingRulesRequest) MarshalVT() (dAtA []byte, err error) + func (m *ApplyRoutingRulesRequest) SizeVT() (n int) + func (m *ApplyRoutingRulesRequest) UnmarshalVT(dAtA []byte) error + func (x *ApplyRoutingRulesRequest) GetRebuildCells() []string + func (x *ApplyRoutingRulesRequest) GetRoutingRules() *vschema.RoutingRules + func (x *ApplyRoutingRulesRequest) GetSkipRebuild() bool + func (x *ApplyRoutingRulesRequest) ProtoReflect() protoreflect.Message + func (x *ApplyRoutingRulesRequest) Reset() + func (x *ApplyRoutingRulesRequest) String() string + type ApplyRoutingRulesResponse struct + func (*ApplyRoutingRulesResponse) Descriptor() ([]byte, []int) + func (*ApplyRoutingRulesResponse) ProtoMessage() + func (m *ApplyRoutingRulesResponse) CloneMessageVT() proto.Message + func (m *ApplyRoutingRulesResponse) CloneVT() *ApplyRoutingRulesResponse + func (m *ApplyRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplyRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplyRoutingRulesResponse) MarshalVT() (dAtA []byte, err error) + func (m *ApplyRoutingRulesResponse) SizeVT() (n int) + func (m *ApplyRoutingRulesResponse) UnmarshalVT(dAtA []byte) error + func (x *ApplyRoutingRulesResponse) ProtoReflect() protoreflect.Message + func (x *ApplyRoutingRulesResponse) Reset() + func (x *ApplyRoutingRulesResponse) String() string + type ApplySchemaRequest struct + BatchSize int64 + CallerId *vtrpc.CallerID + DdlStrategy string + Keyspace string + MigrationContext string + Sql []string + UuidList []string + WaitReplicasTimeout *vttime.Duration + func (*ApplySchemaRequest) Descriptor() ([]byte, []int) + func (*ApplySchemaRequest) ProtoMessage() + func (m *ApplySchemaRequest) CloneMessageVT() proto.Message + func (m *ApplySchemaRequest) CloneVT() *ApplySchemaRequest + func (m *ApplySchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplySchemaRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplySchemaRequest) MarshalVT() (dAtA []byte, err error) + func (m *ApplySchemaRequest) SizeVT() (n int) + func (m *ApplySchemaRequest) UnmarshalVT(dAtA []byte) error + func (x *ApplySchemaRequest) GetBatchSize() int64 + func (x *ApplySchemaRequest) GetCallerId() *vtrpc.CallerID + func (x *ApplySchemaRequest) GetDdlStrategy() string + func (x *ApplySchemaRequest) GetKeyspace() string + func (x *ApplySchemaRequest) GetMigrationContext() string + func (x *ApplySchemaRequest) GetSql() []string + func (x *ApplySchemaRequest) GetUuidList() []string + func (x *ApplySchemaRequest) GetWaitReplicasTimeout() *vttime.Duration + func (x *ApplySchemaRequest) ProtoReflect() protoreflect.Message + func (x *ApplySchemaRequest) Reset() + func (x *ApplySchemaRequest) String() string + type ApplySchemaResponse struct + RowsAffectedByShard map[string]uint64 + UuidList []string + func (*ApplySchemaResponse) Descriptor() ([]byte, []int) + func (*ApplySchemaResponse) ProtoMessage() + func (m *ApplySchemaResponse) CloneMessageVT() proto.Message + func (m *ApplySchemaResponse) CloneVT() *ApplySchemaResponse + func (m *ApplySchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplySchemaResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplySchemaResponse) MarshalVT() (dAtA []byte, err error) + func (m *ApplySchemaResponse) SizeVT() (n int) + func (m *ApplySchemaResponse) UnmarshalVT(dAtA []byte) error + func (x *ApplySchemaResponse) GetRowsAffectedByShard() map[string]uint64 + func (x *ApplySchemaResponse) GetUuidList() []string + func (x *ApplySchemaResponse) ProtoReflect() protoreflect.Message + func (x *ApplySchemaResponse) Reset() + func (x *ApplySchemaResponse) String() string + type ApplyShardRoutingRulesRequest struct + RebuildCells []string + ShardRoutingRules *vschema.ShardRoutingRules + SkipRebuild bool + func (*ApplyShardRoutingRulesRequest) Descriptor() ([]byte, []int) + func (*ApplyShardRoutingRulesRequest) ProtoMessage() + func (m *ApplyShardRoutingRulesRequest) CloneMessageVT() proto.Message + func (m *ApplyShardRoutingRulesRequest) CloneVT() *ApplyShardRoutingRulesRequest + func (m *ApplyShardRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplyShardRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplyShardRoutingRulesRequest) MarshalVT() (dAtA []byte, err error) + func (m *ApplyShardRoutingRulesRequest) SizeVT() (n int) + func (m *ApplyShardRoutingRulesRequest) UnmarshalVT(dAtA []byte) error + func (x *ApplyShardRoutingRulesRequest) GetRebuildCells() []string + func (x *ApplyShardRoutingRulesRequest) GetShardRoutingRules() *vschema.ShardRoutingRules + func (x *ApplyShardRoutingRulesRequest) GetSkipRebuild() bool + func (x *ApplyShardRoutingRulesRequest) ProtoReflect() protoreflect.Message + func (x *ApplyShardRoutingRulesRequest) Reset() + func (x *ApplyShardRoutingRulesRequest) String() string + type ApplyShardRoutingRulesResponse struct + func (*ApplyShardRoutingRulesResponse) Descriptor() ([]byte, []int) + func (*ApplyShardRoutingRulesResponse) ProtoMessage() + func (m *ApplyShardRoutingRulesResponse) CloneMessageVT() proto.Message + func (m *ApplyShardRoutingRulesResponse) CloneVT() *ApplyShardRoutingRulesResponse + func (m *ApplyShardRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplyShardRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplyShardRoutingRulesResponse) MarshalVT() (dAtA []byte, err error) + func (m *ApplyShardRoutingRulesResponse) SizeVT() (n int) + func (m *ApplyShardRoutingRulesResponse) UnmarshalVT(dAtA []byte) error + func (x *ApplyShardRoutingRulesResponse) ProtoReflect() protoreflect.Message + func (x *ApplyShardRoutingRulesResponse) Reset() + func (x *ApplyShardRoutingRulesResponse) String() string + type ApplyVSchemaRequest struct + Cells []string + DryRun bool + Keyspace string + SkipRebuild bool + Sql string + Strict bool + VSchema *vschema.Keyspace + func (*ApplyVSchemaRequest) Descriptor() ([]byte, []int) + func (*ApplyVSchemaRequest) ProtoMessage() + func (m *ApplyVSchemaRequest) CloneMessageVT() proto.Message + func (m *ApplyVSchemaRequest) CloneVT() *ApplyVSchemaRequest + func (m *ApplyVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplyVSchemaRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplyVSchemaRequest) MarshalVT() (dAtA []byte, err error) + func (m *ApplyVSchemaRequest) SizeVT() (n int) + func (m *ApplyVSchemaRequest) UnmarshalVT(dAtA []byte) error + func (x *ApplyVSchemaRequest) GetCells() []string + func (x *ApplyVSchemaRequest) GetDryRun() bool + func (x *ApplyVSchemaRequest) GetKeyspace() string + func (x *ApplyVSchemaRequest) GetSkipRebuild() bool + func (x *ApplyVSchemaRequest) GetSql() string + func (x *ApplyVSchemaRequest) GetStrict() bool + func (x *ApplyVSchemaRequest) GetVSchema() *vschema.Keyspace + func (x *ApplyVSchemaRequest) ProtoReflect() protoreflect.Message + func (x *ApplyVSchemaRequest) Reset() + func (x *ApplyVSchemaRequest) String() string + type ApplyVSchemaResponse struct + UnknownVindexParams map[string]*ApplyVSchemaResponse_ParamList + VSchema *vschema.Keyspace + func (*ApplyVSchemaResponse) Descriptor() ([]byte, []int) + func (*ApplyVSchemaResponse) ProtoMessage() + func (m *ApplyVSchemaResponse) CloneMessageVT() proto.Message + func (m *ApplyVSchemaResponse) CloneVT() *ApplyVSchemaResponse + func (m *ApplyVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplyVSchemaResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplyVSchemaResponse) MarshalVT() (dAtA []byte, err error) + func (m *ApplyVSchemaResponse) SizeVT() (n int) + func (m *ApplyVSchemaResponse) UnmarshalVT(dAtA []byte) error + func (x *ApplyVSchemaResponse) GetUnknownVindexParams() map[string]*ApplyVSchemaResponse_ParamList + func (x *ApplyVSchemaResponse) GetVSchema() *vschema.Keyspace + func (x *ApplyVSchemaResponse) ProtoReflect() protoreflect.Message + func (x *ApplyVSchemaResponse) Reset() + func (x *ApplyVSchemaResponse) String() string + type ApplyVSchemaResponse_ParamList struct + Params []string + func (*ApplyVSchemaResponse_ParamList) Descriptor() ([]byte, []int) + func (*ApplyVSchemaResponse_ParamList) ProtoMessage() + func (m *ApplyVSchemaResponse_ParamList) CloneMessageVT() proto.Message + func (m *ApplyVSchemaResponse_ParamList) CloneVT() *ApplyVSchemaResponse_ParamList + func (m *ApplyVSchemaResponse_ParamList) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ApplyVSchemaResponse_ParamList) MarshalToVT(dAtA []byte) (int, error) + func (m *ApplyVSchemaResponse_ParamList) MarshalVT() (dAtA []byte, err error) + func (m *ApplyVSchemaResponse_ParamList) SizeVT() (n int) + func (m *ApplyVSchemaResponse_ParamList) UnmarshalVT(dAtA []byte) error + func (x *ApplyVSchemaResponse_ParamList) GetParams() []string + func (x *ApplyVSchemaResponse_ParamList) ProtoReflect() protoreflect.Message + func (x *ApplyVSchemaResponse_ParamList) Reset() + func (x *ApplyVSchemaResponse_ParamList) String() string + type BackupRequest struct + AllowPrimary bool + Concurrency int32 + IncrementalFromPos string + TabletAlias *topodata.TabletAlias + UpgradeSafe bool + func (*BackupRequest) Descriptor() ([]byte, []int) + func (*BackupRequest) ProtoMessage() + func (m *BackupRequest) CloneMessageVT() proto.Message + func (m *BackupRequest) CloneVT() *BackupRequest + func (m *BackupRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *BackupRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *BackupRequest) MarshalVT() (dAtA []byte, err error) + func (m *BackupRequest) SizeVT() (n int) + func (m *BackupRequest) UnmarshalVT(dAtA []byte) error + func (x *BackupRequest) GetAllowPrimary() bool + func (x *BackupRequest) GetConcurrency() int32 + func (x *BackupRequest) GetIncrementalFromPos() string + func (x *BackupRequest) GetTabletAlias() *topodata.TabletAlias + func (x *BackupRequest) GetUpgradeSafe() bool + func (x *BackupRequest) ProtoReflect() protoreflect.Message + func (x *BackupRequest) Reset() + func (x *BackupRequest) String() string + type BackupResponse struct + Event *logutil.Event + Keyspace string + Shard string + TabletAlias *topodata.TabletAlias + func (*BackupResponse) Descriptor() ([]byte, []int) + func (*BackupResponse) ProtoMessage() + func (m *BackupResponse) CloneMessageVT() proto.Message + func (m *BackupResponse) CloneVT() *BackupResponse + func (m *BackupResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *BackupResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *BackupResponse) MarshalVT() (dAtA []byte, err error) + func (m *BackupResponse) SizeVT() (n int) + func (m *BackupResponse) UnmarshalVT(dAtA []byte) error + func (x *BackupResponse) GetEvent() *logutil.Event + func (x *BackupResponse) GetKeyspace() string + func (x *BackupResponse) GetShard() string + func (x *BackupResponse) GetTabletAlias() *topodata.TabletAlias + func (x *BackupResponse) ProtoReflect() protoreflect.Message + func (x *BackupResponse) Reset() + func (x *BackupResponse) String() string + type BackupShardRequest struct + AllowPrimary bool + Concurrency int32 + IncrementalFromPos string + Keyspace string + Shard string + UpgradeSafe bool + func (*BackupShardRequest) Descriptor() ([]byte, []int) + func (*BackupShardRequest) ProtoMessage() + func (m *BackupShardRequest) CloneMessageVT() proto.Message + func (m *BackupShardRequest) CloneVT() *BackupShardRequest + func (m *BackupShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *BackupShardRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *BackupShardRequest) MarshalVT() (dAtA []byte, err error) + func (m *BackupShardRequest) SizeVT() (n int) + func (m *BackupShardRequest) UnmarshalVT(dAtA []byte) error + func (x *BackupShardRequest) GetAllowPrimary() bool + func (x *BackupShardRequest) GetConcurrency() int32 + func (x *BackupShardRequest) GetIncrementalFromPos() string + func (x *BackupShardRequest) GetKeyspace() string + func (x *BackupShardRequest) GetShard() string + func (x *BackupShardRequest) GetUpgradeSafe() bool + func (x *BackupShardRequest) ProtoReflect() protoreflect.Message + func (x *BackupShardRequest) Reset() + func (x *BackupShardRequest) String() string + type CancelSchemaMigrationRequest struct + Keyspace string + Uuid string + func (*CancelSchemaMigrationRequest) Descriptor() ([]byte, []int) + func (*CancelSchemaMigrationRequest) ProtoMessage() + func (m *CancelSchemaMigrationRequest) CloneMessageVT() proto.Message + func (m *CancelSchemaMigrationRequest) CloneVT() *CancelSchemaMigrationRequest + func (m *CancelSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CancelSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *CancelSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error) + func (m *CancelSchemaMigrationRequest) SizeVT() (n int) + func (m *CancelSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error + func (x *CancelSchemaMigrationRequest) GetKeyspace() string + func (x *CancelSchemaMigrationRequest) GetUuid() string + func (x *CancelSchemaMigrationRequest) ProtoReflect() protoreflect.Message + func (x *CancelSchemaMigrationRequest) Reset() + func (x *CancelSchemaMigrationRequest) String() string + type CancelSchemaMigrationResponse struct + RowsAffectedByShard map[string]uint64 + func (*CancelSchemaMigrationResponse) Descriptor() ([]byte, []int) + func (*CancelSchemaMigrationResponse) ProtoMessage() + func (m *CancelSchemaMigrationResponse) CloneMessageVT() proto.Message + func (m *CancelSchemaMigrationResponse) CloneVT() *CancelSchemaMigrationResponse + func (m *CancelSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CancelSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *CancelSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error) + func (m *CancelSchemaMigrationResponse) SizeVT() (n int) + func (m *CancelSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error + func (x *CancelSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64 + func (x *CancelSchemaMigrationResponse) ProtoReflect() protoreflect.Message + func (x *CancelSchemaMigrationResponse) Reset() + func (x *CancelSchemaMigrationResponse) String() string + type ChangeTabletTypeRequest struct + DbType topodata.TabletType + DryRun bool + TabletAlias *topodata.TabletAlias + func (*ChangeTabletTypeRequest) Descriptor() ([]byte, []int) + func (*ChangeTabletTypeRequest) ProtoMessage() + func (m *ChangeTabletTypeRequest) CloneMessageVT() proto.Message + func (m *ChangeTabletTypeRequest) CloneVT() *ChangeTabletTypeRequest + func (m *ChangeTabletTypeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ChangeTabletTypeRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ChangeTabletTypeRequest) MarshalVT() (dAtA []byte, err error) + func (m *ChangeTabletTypeRequest) SizeVT() (n int) + func (m *ChangeTabletTypeRequest) UnmarshalVT(dAtA []byte) error + func (x *ChangeTabletTypeRequest) GetDbType() topodata.TabletType + func (x *ChangeTabletTypeRequest) GetDryRun() bool + func (x *ChangeTabletTypeRequest) GetTabletAlias() *topodata.TabletAlias + func (x *ChangeTabletTypeRequest) ProtoReflect() protoreflect.Message + func (x *ChangeTabletTypeRequest) Reset() + func (x *ChangeTabletTypeRequest) String() string + type ChangeTabletTypeResponse struct + AfterTablet *topodata.Tablet + BeforeTablet *topodata.Tablet + WasDryRun bool + func (*ChangeTabletTypeResponse) Descriptor() ([]byte, []int) + func (*ChangeTabletTypeResponse) ProtoMessage() + func (m *ChangeTabletTypeResponse) CloneMessageVT() proto.Message + func (m *ChangeTabletTypeResponse) CloneVT() *ChangeTabletTypeResponse + func (m *ChangeTabletTypeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ChangeTabletTypeResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ChangeTabletTypeResponse) MarshalVT() (dAtA []byte, err error) + func (m *ChangeTabletTypeResponse) SizeVT() (n int) + func (m *ChangeTabletTypeResponse) UnmarshalVT(dAtA []byte) error + func (x *ChangeTabletTypeResponse) GetAfterTablet() *topodata.Tablet + func (x *ChangeTabletTypeResponse) GetBeforeTablet() *topodata.Tablet + func (x *ChangeTabletTypeResponse) GetWasDryRun() bool + func (x *ChangeTabletTypeResponse) ProtoReflect() protoreflect.Message + func (x *ChangeTabletTypeResponse) Reset() + func (x *ChangeTabletTypeResponse) String() string + type CheckThrottlerRequest struct + AppName string + OkIfNotExists bool + Scope string + SkipRequestHeartbeats bool + TabletAlias *topodata.TabletAlias + func (*CheckThrottlerRequest) Descriptor() ([]byte, []int) + func (*CheckThrottlerRequest) ProtoMessage() + func (m *CheckThrottlerRequest) CloneMessageVT() proto.Message + func (m *CheckThrottlerRequest) CloneVT() *CheckThrottlerRequest + func (m *CheckThrottlerRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CheckThrottlerRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *CheckThrottlerRequest) MarshalVT() (dAtA []byte, err error) + func (m *CheckThrottlerRequest) SizeVT() (n int) + func (m *CheckThrottlerRequest) UnmarshalVT(dAtA []byte) error + func (x *CheckThrottlerRequest) GetAppName() string + func (x *CheckThrottlerRequest) GetOkIfNotExists() bool + func (x *CheckThrottlerRequest) GetScope() string + func (x *CheckThrottlerRequest) GetSkipRequestHeartbeats() bool + func (x *CheckThrottlerRequest) GetTabletAlias() *topodata.TabletAlias + func (x *CheckThrottlerRequest) ProtoReflect() protoreflect.Message + func (x *CheckThrottlerRequest) Reset() + func (x *CheckThrottlerRequest) String() string + type CheckThrottlerResponse struct + Error string + Message string + Metrics map[string]*CheckThrottlerResponse_Metric + RecentlyChecked bool + StatusCode int32 + Threshold float64 + Value float64 + func (*CheckThrottlerResponse) Descriptor() ([]byte, []int) + func (*CheckThrottlerResponse) ProtoMessage() + func (m *CheckThrottlerResponse) CloneMessageVT() proto.Message + func (m *CheckThrottlerResponse) CloneVT() *CheckThrottlerResponse + func (m *CheckThrottlerResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CheckThrottlerResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *CheckThrottlerResponse) MarshalVT() (dAtA []byte, err error) + func (m *CheckThrottlerResponse) SizeVT() (n int) + func (m *CheckThrottlerResponse) UnmarshalVT(dAtA []byte) error + func (x *CheckThrottlerResponse) GetError() string + func (x *CheckThrottlerResponse) GetMessage() string + func (x *CheckThrottlerResponse) GetMetrics() map[string]*CheckThrottlerResponse_Metric + func (x *CheckThrottlerResponse) GetRecentlyChecked() bool + func (x *CheckThrottlerResponse) GetStatusCode() int32 + func (x *CheckThrottlerResponse) GetThreshold() float64 + func (x *CheckThrottlerResponse) GetValue() float64 + func (x *CheckThrottlerResponse) ProtoReflect() protoreflect.Message + func (x *CheckThrottlerResponse) Reset() + func (x *CheckThrottlerResponse) String() string + type CheckThrottlerResponse_Metric struct + Error string + Message string + Name string + Scope string + StatusCode int32 + Threshold float64 + Value float64 + func (*CheckThrottlerResponse_Metric) Descriptor() ([]byte, []int) + func (*CheckThrottlerResponse_Metric) ProtoMessage() + func (m *CheckThrottlerResponse_Metric) CloneMessageVT() proto.Message + func (m *CheckThrottlerResponse_Metric) CloneVT() *CheckThrottlerResponse_Metric + func (m *CheckThrottlerResponse_Metric) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CheckThrottlerResponse_Metric) MarshalToVT(dAtA []byte) (int, error) + func (m *CheckThrottlerResponse_Metric) MarshalVT() (dAtA []byte, err error) + func (m *CheckThrottlerResponse_Metric) SizeVT() (n int) + func (m *CheckThrottlerResponse_Metric) UnmarshalVT(dAtA []byte) error + func (x *CheckThrottlerResponse_Metric) GetError() string + func (x *CheckThrottlerResponse_Metric) GetMessage() string + func (x *CheckThrottlerResponse_Metric) GetName() string + func (x *CheckThrottlerResponse_Metric) GetScope() string + func (x *CheckThrottlerResponse_Metric) GetStatusCode() int32 + func (x *CheckThrottlerResponse_Metric) GetThreshold() float64 + func (x *CheckThrottlerResponse_Metric) GetValue() float64 + func (x *CheckThrottlerResponse_Metric) ProtoReflect() protoreflect.Message + func (x *CheckThrottlerResponse_Metric) Reset() + func (x *CheckThrottlerResponse_Metric) String() string + type CleanupSchemaMigrationRequest struct + Keyspace string + Uuid string + func (*CleanupSchemaMigrationRequest) Descriptor() ([]byte, []int) + func (*CleanupSchemaMigrationRequest) ProtoMessage() + func (m *CleanupSchemaMigrationRequest) CloneMessageVT() proto.Message + func (m *CleanupSchemaMigrationRequest) CloneVT() *CleanupSchemaMigrationRequest + func (m *CleanupSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CleanupSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *CleanupSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error) + func (m *CleanupSchemaMigrationRequest) SizeVT() (n int) + func (m *CleanupSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error + func (x *CleanupSchemaMigrationRequest) GetKeyspace() string + func (x *CleanupSchemaMigrationRequest) GetUuid() string + func (x *CleanupSchemaMigrationRequest) ProtoReflect() protoreflect.Message + func (x *CleanupSchemaMigrationRequest) Reset() + func (x *CleanupSchemaMigrationRequest) String() string + type CleanupSchemaMigrationResponse struct + RowsAffectedByShard map[string]uint64 + func (*CleanupSchemaMigrationResponse) Descriptor() ([]byte, []int) + func (*CleanupSchemaMigrationResponse) ProtoMessage() + func (m *CleanupSchemaMigrationResponse) CloneMessageVT() proto.Message + func (m *CleanupSchemaMigrationResponse) CloneVT() *CleanupSchemaMigrationResponse + func (m *CleanupSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CleanupSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *CleanupSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error) + func (m *CleanupSchemaMigrationResponse) SizeVT() (n int) + func (m *CleanupSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error + func (x *CleanupSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64 + func (x *CleanupSchemaMigrationResponse) ProtoReflect() protoreflect.Message + func (x *CleanupSchemaMigrationResponse) Reset() + func (x *CleanupSchemaMigrationResponse) String() string + type CompleteSchemaMigrationRequest struct + Keyspace string + Uuid string + func (*CompleteSchemaMigrationRequest) Descriptor() ([]byte, []int) + func (*CompleteSchemaMigrationRequest) ProtoMessage() + func (m *CompleteSchemaMigrationRequest) CloneMessageVT() proto.Message + func (m *CompleteSchemaMigrationRequest) CloneVT() *CompleteSchemaMigrationRequest + func (m *CompleteSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CompleteSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *CompleteSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error) + func (m *CompleteSchemaMigrationRequest) SizeVT() (n int) + func (m *CompleteSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error + func (x *CompleteSchemaMigrationRequest) GetKeyspace() string + func (x *CompleteSchemaMigrationRequest) GetUuid() string + func (x *CompleteSchemaMigrationRequest) ProtoReflect() protoreflect.Message + func (x *CompleteSchemaMigrationRequest) Reset() + func (x *CompleteSchemaMigrationRequest) String() string + type CompleteSchemaMigrationResponse struct + RowsAffectedByShard map[string]uint64 + func (*CompleteSchemaMigrationResponse) Descriptor() ([]byte, []int) + func (*CompleteSchemaMigrationResponse) ProtoMessage() + func (m *CompleteSchemaMigrationResponse) CloneMessageVT() proto.Message + func (m *CompleteSchemaMigrationResponse) CloneVT() *CompleteSchemaMigrationResponse + func (m *CompleteSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CompleteSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *CompleteSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error) + func (m *CompleteSchemaMigrationResponse) SizeVT() (n int) + func (m *CompleteSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error + func (x *CompleteSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64 + func (x *CompleteSchemaMigrationResponse) ProtoReflect() protoreflect.Message + func (x *CompleteSchemaMigrationResponse) Reset() + func (x *CompleteSchemaMigrationResponse) String() string + type CreateKeyspaceRequest struct + AllowEmptyVSchema bool + BaseKeyspace string + DurabilityPolicy string + Force bool + Name string + SidecarDbName string + SnapshotTime *vttime.Time + Type topodata.KeyspaceType + func (*CreateKeyspaceRequest) Descriptor() ([]byte, []int) + func (*CreateKeyspaceRequest) ProtoMessage() + func (m *CreateKeyspaceRequest) CloneMessageVT() proto.Message + func (m *CreateKeyspaceRequest) CloneVT() *CreateKeyspaceRequest + func (m *CreateKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CreateKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *CreateKeyspaceRequest) MarshalVT() (dAtA []byte, err error) + func (m *CreateKeyspaceRequest) SizeVT() (n int) + func (m *CreateKeyspaceRequest) UnmarshalVT(dAtA []byte) error + func (x *CreateKeyspaceRequest) GetAllowEmptyVSchema() bool + func (x *CreateKeyspaceRequest) GetBaseKeyspace() string + func (x *CreateKeyspaceRequest) GetDurabilityPolicy() string + func (x *CreateKeyspaceRequest) GetForce() bool + func (x *CreateKeyspaceRequest) GetName() string + func (x *CreateKeyspaceRequest) GetSidecarDbName() string + func (x *CreateKeyspaceRequest) GetSnapshotTime() *vttime.Time + func (x *CreateKeyspaceRequest) GetType() topodata.KeyspaceType + func (x *CreateKeyspaceRequest) ProtoReflect() protoreflect.Message + func (x *CreateKeyspaceRequest) Reset() + func (x *CreateKeyspaceRequest) String() string + type CreateKeyspaceResponse struct + Keyspace *Keyspace + func (*CreateKeyspaceResponse) Descriptor() ([]byte, []int) + func (*CreateKeyspaceResponse) ProtoMessage() + func (m *CreateKeyspaceResponse) CloneMessageVT() proto.Message + func (m *CreateKeyspaceResponse) CloneVT() *CreateKeyspaceResponse + func (m *CreateKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CreateKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *CreateKeyspaceResponse) MarshalVT() (dAtA []byte, err error) + func (m *CreateKeyspaceResponse) SizeVT() (n int) + func (m *CreateKeyspaceResponse) UnmarshalVT(dAtA []byte) error + func (x *CreateKeyspaceResponse) GetKeyspace() *Keyspace + func (x *CreateKeyspaceResponse) ProtoReflect() protoreflect.Message + func (x *CreateKeyspaceResponse) Reset() + func (x *CreateKeyspaceResponse) String() string + type CreateShardRequest struct + Force bool + IncludeParent bool + Keyspace string + ShardName string + func (*CreateShardRequest) Descriptor() ([]byte, []int) + func (*CreateShardRequest) ProtoMessage() + func (m *CreateShardRequest) CloneMessageVT() proto.Message + func (m *CreateShardRequest) CloneVT() *CreateShardRequest + func (m *CreateShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CreateShardRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *CreateShardRequest) MarshalVT() (dAtA []byte, err error) + func (m *CreateShardRequest) SizeVT() (n int) + func (m *CreateShardRequest) UnmarshalVT(dAtA []byte) error + func (x *CreateShardRequest) GetForce() bool + func (x *CreateShardRequest) GetIncludeParent() bool + func (x *CreateShardRequest) GetKeyspace() string + func (x *CreateShardRequest) GetShardName() string + func (x *CreateShardRequest) ProtoReflect() protoreflect.Message + func (x *CreateShardRequest) Reset() + func (x *CreateShardRequest) String() string + type CreateShardResponse struct + Keyspace *Keyspace + Shard *Shard + ShardAlreadyExists bool + func (*CreateShardResponse) Descriptor() ([]byte, []int) + func (*CreateShardResponse) ProtoMessage() + func (m *CreateShardResponse) CloneMessageVT() proto.Message + func (m *CreateShardResponse) CloneVT() *CreateShardResponse + func (m *CreateShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CreateShardResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *CreateShardResponse) MarshalVT() (dAtA []byte, err error) + func (m *CreateShardResponse) SizeVT() (n int) + func (m *CreateShardResponse) UnmarshalVT(dAtA []byte) error + func (x *CreateShardResponse) GetKeyspace() *Keyspace + func (x *CreateShardResponse) GetShard() *Shard + func (x *CreateShardResponse) GetShardAlreadyExists() bool + func (x *CreateShardResponse) ProtoReflect() protoreflect.Message + func (x *CreateShardResponse) Reset() + func (x *CreateShardResponse) String() string + type DeleteCellInfoRequest struct + Force bool + Name string + func (*DeleteCellInfoRequest) Descriptor() ([]byte, []int) + func (*DeleteCellInfoRequest) ProtoMessage() + func (m *DeleteCellInfoRequest) CloneMessageVT() proto.Message + func (m *DeleteCellInfoRequest) CloneVT() *DeleteCellInfoRequest + func (m *DeleteCellInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteCellInfoRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteCellInfoRequest) MarshalVT() (dAtA []byte, err error) + func (m *DeleteCellInfoRequest) SizeVT() (n int) + func (m *DeleteCellInfoRequest) UnmarshalVT(dAtA []byte) error + func (x *DeleteCellInfoRequest) GetForce() bool + func (x *DeleteCellInfoRequest) GetName() string + func (x *DeleteCellInfoRequest) ProtoReflect() protoreflect.Message + func (x *DeleteCellInfoRequest) Reset() + func (x *DeleteCellInfoRequest) String() string + type DeleteCellInfoResponse struct + func (*DeleteCellInfoResponse) Descriptor() ([]byte, []int) + func (*DeleteCellInfoResponse) ProtoMessage() + func (m *DeleteCellInfoResponse) CloneMessageVT() proto.Message + func (m *DeleteCellInfoResponse) CloneVT() *DeleteCellInfoResponse + func (m *DeleteCellInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteCellInfoResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteCellInfoResponse) MarshalVT() (dAtA []byte, err error) + func (m *DeleteCellInfoResponse) SizeVT() (n int) + func (m *DeleteCellInfoResponse) UnmarshalVT(dAtA []byte) error + func (x *DeleteCellInfoResponse) ProtoReflect() protoreflect.Message + func (x *DeleteCellInfoResponse) Reset() + func (x *DeleteCellInfoResponse) String() string + type DeleteCellsAliasRequest struct + Name string + func (*DeleteCellsAliasRequest) Descriptor() ([]byte, []int) + func (*DeleteCellsAliasRequest) ProtoMessage() + func (m *DeleteCellsAliasRequest) CloneMessageVT() proto.Message + func (m *DeleteCellsAliasRequest) CloneVT() *DeleteCellsAliasRequest + func (m *DeleteCellsAliasRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteCellsAliasRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteCellsAliasRequest) MarshalVT() (dAtA []byte, err error) + func (m *DeleteCellsAliasRequest) SizeVT() (n int) + func (m *DeleteCellsAliasRequest) UnmarshalVT(dAtA []byte) error + func (x *DeleteCellsAliasRequest) GetName() string + func (x *DeleteCellsAliasRequest) ProtoReflect() protoreflect.Message + func (x *DeleteCellsAliasRequest) Reset() + func (x *DeleteCellsAliasRequest) String() string + type DeleteCellsAliasResponse struct + func (*DeleteCellsAliasResponse) Descriptor() ([]byte, []int) + func (*DeleteCellsAliasResponse) ProtoMessage() + func (m *DeleteCellsAliasResponse) CloneMessageVT() proto.Message + func (m *DeleteCellsAliasResponse) CloneVT() *DeleteCellsAliasResponse + func (m *DeleteCellsAliasResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteCellsAliasResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteCellsAliasResponse) MarshalVT() (dAtA []byte, err error) + func (m *DeleteCellsAliasResponse) SizeVT() (n int) + func (m *DeleteCellsAliasResponse) UnmarshalVT(dAtA []byte) error + func (x *DeleteCellsAliasResponse) ProtoReflect() protoreflect.Message + func (x *DeleteCellsAliasResponse) Reset() + func (x *DeleteCellsAliasResponse) String() string + type DeleteKeyspaceRequest struct + Force bool + Keyspace string + Recursive bool + func (*DeleteKeyspaceRequest) Descriptor() ([]byte, []int) + func (*DeleteKeyspaceRequest) ProtoMessage() + func (m *DeleteKeyspaceRequest) CloneMessageVT() proto.Message + func (m *DeleteKeyspaceRequest) CloneVT() *DeleteKeyspaceRequest + func (m *DeleteKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteKeyspaceRequest) MarshalVT() (dAtA []byte, err error) + func (m *DeleteKeyspaceRequest) SizeVT() (n int) + func (m *DeleteKeyspaceRequest) UnmarshalVT(dAtA []byte) error + func (x *DeleteKeyspaceRequest) GetForce() bool + func (x *DeleteKeyspaceRequest) GetKeyspace() string + func (x *DeleteKeyspaceRequest) GetRecursive() bool + func (x *DeleteKeyspaceRequest) ProtoReflect() protoreflect.Message + func (x *DeleteKeyspaceRequest) Reset() + func (x *DeleteKeyspaceRequest) String() string + type DeleteKeyspaceResponse struct + func (*DeleteKeyspaceResponse) Descriptor() ([]byte, []int) + func (*DeleteKeyspaceResponse) ProtoMessage() + func (m *DeleteKeyspaceResponse) CloneMessageVT() proto.Message + func (m *DeleteKeyspaceResponse) CloneVT() *DeleteKeyspaceResponse + func (m *DeleteKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteKeyspaceResponse) MarshalVT() (dAtA []byte, err error) + func (m *DeleteKeyspaceResponse) SizeVT() (n int) + func (m *DeleteKeyspaceResponse) UnmarshalVT(dAtA []byte) error + func (x *DeleteKeyspaceResponse) ProtoReflect() protoreflect.Message + func (x *DeleteKeyspaceResponse) Reset() + func (x *DeleteKeyspaceResponse) String() string + type DeleteShardsRequest struct + EvenIfServing bool + Force bool + Recursive bool + Shards []*Shard + func (*DeleteShardsRequest) Descriptor() ([]byte, []int) + func (*DeleteShardsRequest) ProtoMessage() + func (m *DeleteShardsRequest) CloneMessageVT() proto.Message + func (m *DeleteShardsRequest) CloneVT() *DeleteShardsRequest + func (m *DeleteShardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteShardsRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteShardsRequest) MarshalVT() (dAtA []byte, err error) + func (m *DeleteShardsRequest) SizeVT() (n int) + func (m *DeleteShardsRequest) UnmarshalVT(dAtA []byte) error + func (x *DeleteShardsRequest) GetEvenIfServing() bool + func (x *DeleteShardsRequest) GetForce() bool + func (x *DeleteShardsRequest) GetRecursive() bool + func (x *DeleteShardsRequest) GetShards() []*Shard + func (x *DeleteShardsRequest) ProtoReflect() protoreflect.Message + func (x *DeleteShardsRequest) Reset() + func (x *DeleteShardsRequest) String() string + type DeleteShardsResponse struct + func (*DeleteShardsResponse) Descriptor() ([]byte, []int) + func (*DeleteShardsResponse) ProtoMessage() + func (m *DeleteShardsResponse) CloneMessageVT() proto.Message + func (m *DeleteShardsResponse) CloneVT() *DeleteShardsResponse + func (m *DeleteShardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteShardsResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteShardsResponse) MarshalVT() (dAtA []byte, err error) + func (m *DeleteShardsResponse) SizeVT() (n int) + func (m *DeleteShardsResponse) UnmarshalVT(dAtA []byte) error + func (x *DeleteShardsResponse) ProtoReflect() protoreflect.Message + func (x *DeleteShardsResponse) Reset() + func (x *DeleteShardsResponse) String() string + type DeleteSrvVSchemaRequest struct + Cell string + func (*DeleteSrvVSchemaRequest) Descriptor() ([]byte, []int) + func (*DeleteSrvVSchemaRequest) ProtoMessage() + func (m *DeleteSrvVSchemaRequest) CloneMessageVT() proto.Message + func (m *DeleteSrvVSchemaRequest) CloneVT() *DeleteSrvVSchemaRequest + func (m *DeleteSrvVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteSrvVSchemaRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteSrvVSchemaRequest) MarshalVT() (dAtA []byte, err error) + func (m *DeleteSrvVSchemaRequest) SizeVT() (n int) + func (m *DeleteSrvVSchemaRequest) UnmarshalVT(dAtA []byte) error + func (x *DeleteSrvVSchemaRequest) GetCell() string + func (x *DeleteSrvVSchemaRequest) ProtoReflect() protoreflect.Message + func (x *DeleteSrvVSchemaRequest) Reset() + func (x *DeleteSrvVSchemaRequest) String() string + type DeleteSrvVSchemaResponse struct + func (*DeleteSrvVSchemaResponse) Descriptor() ([]byte, []int) + func (*DeleteSrvVSchemaResponse) ProtoMessage() + func (m *DeleteSrvVSchemaResponse) CloneMessageVT() proto.Message + func (m *DeleteSrvVSchemaResponse) CloneVT() *DeleteSrvVSchemaResponse + func (m *DeleteSrvVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteSrvVSchemaResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteSrvVSchemaResponse) MarshalVT() (dAtA []byte, err error) + func (m *DeleteSrvVSchemaResponse) SizeVT() (n int) + func (m *DeleteSrvVSchemaResponse) UnmarshalVT(dAtA []byte) error + func (x *DeleteSrvVSchemaResponse) ProtoReflect() protoreflect.Message + func (x *DeleteSrvVSchemaResponse) Reset() + func (x *DeleteSrvVSchemaResponse) String() string + type DeleteTabletsRequest struct + AllowPrimary bool + TabletAliases []*topodata.TabletAlias + func (*DeleteTabletsRequest) Descriptor() ([]byte, []int) + func (*DeleteTabletsRequest) ProtoMessage() + func (m *DeleteTabletsRequest) CloneMessageVT() proto.Message + func (m *DeleteTabletsRequest) CloneVT() *DeleteTabletsRequest + func (m *DeleteTabletsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteTabletsRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteTabletsRequest) MarshalVT() (dAtA []byte, err error) + func (m *DeleteTabletsRequest) SizeVT() (n int) + func (m *DeleteTabletsRequest) UnmarshalVT(dAtA []byte) error + func (x *DeleteTabletsRequest) GetAllowPrimary() bool + func (x *DeleteTabletsRequest) GetTabletAliases() []*topodata.TabletAlias + func (x *DeleteTabletsRequest) ProtoReflect() protoreflect.Message + func (x *DeleteTabletsRequest) Reset() + func (x *DeleteTabletsRequest) String() string + type DeleteTabletsResponse struct + func (*DeleteTabletsResponse) Descriptor() ([]byte, []int) + func (*DeleteTabletsResponse) ProtoMessage() + func (m *DeleteTabletsResponse) CloneMessageVT() proto.Message + func (m *DeleteTabletsResponse) CloneVT() *DeleteTabletsResponse + func (m *DeleteTabletsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *DeleteTabletsResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *DeleteTabletsResponse) MarshalVT() (dAtA []byte, err error) + func (m *DeleteTabletsResponse) SizeVT() (n int) + func (m *DeleteTabletsResponse) UnmarshalVT(dAtA []byte) error + func (x *DeleteTabletsResponse) ProtoReflect() protoreflect.Message + func (x *DeleteTabletsResponse) Reset() + func (x *DeleteTabletsResponse) String() string + type EmergencyReparentShardRequest struct + IgnoreReplicas []*topodata.TabletAlias + Keyspace string + NewPrimary *topodata.TabletAlias + PreventCrossCellPromotion bool + Shard string + WaitForAllTablets bool + WaitReplicasTimeout *vttime.Duration + func (*EmergencyReparentShardRequest) Descriptor() ([]byte, []int) + func (*EmergencyReparentShardRequest) ProtoMessage() + func (m *EmergencyReparentShardRequest) CloneMessageVT() proto.Message + func (m *EmergencyReparentShardRequest) CloneVT() *EmergencyReparentShardRequest + func (m *EmergencyReparentShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *EmergencyReparentShardRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *EmergencyReparentShardRequest) MarshalVT() (dAtA []byte, err error) + func (m *EmergencyReparentShardRequest) SizeVT() (n int) + func (m *EmergencyReparentShardRequest) UnmarshalVT(dAtA []byte) error + func (x *EmergencyReparentShardRequest) GetIgnoreReplicas() []*topodata.TabletAlias + func (x *EmergencyReparentShardRequest) GetKeyspace() string + func (x *EmergencyReparentShardRequest) GetNewPrimary() *topodata.TabletAlias + func (x *EmergencyReparentShardRequest) GetPreventCrossCellPromotion() bool + func (x *EmergencyReparentShardRequest) GetShard() string + func (x *EmergencyReparentShardRequest) GetWaitForAllTablets() bool + func (x *EmergencyReparentShardRequest) GetWaitReplicasTimeout() *vttime.Duration + func (x *EmergencyReparentShardRequest) ProtoReflect() protoreflect.Message + func (x *EmergencyReparentShardRequest) Reset() + func (x *EmergencyReparentShardRequest) String() string + type EmergencyReparentShardResponse struct + Events []*logutil.Event + Keyspace string + PromotedPrimary *topodata.TabletAlias + Shard string + func (*EmergencyReparentShardResponse) Descriptor() ([]byte, []int) + func (*EmergencyReparentShardResponse) ProtoMessage() + func (m *EmergencyReparentShardResponse) CloneMessageVT() proto.Message + func (m *EmergencyReparentShardResponse) CloneVT() *EmergencyReparentShardResponse + func (m *EmergencyReparentShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *EmergencyReparentShardResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *EmergencyReparentShardResponse) MarshalVT() (dAtA []byte, err error) + func (m *EmergencyReparentShardResponse) SizeVT() (n int) + func (m *EmergencyReparentShardResponse) UnmarshalVT(dAtA []byte) error + func (x *EmergencyReparentShardResponse) GetEvents() []*logutil.Event + func (x *EmergencyReparentShardResponse) GetKeyspace() string + func (x *EmergencyReparentShardResponse) GetPromotedPrimary() *topodata.TabletAlias + func (x *EmergencyReparentShardResponse) GetShard() string + func (x *EmergencyReparentShardResponse) ProtoReflect() protoreflect.Message + func (x *EmergencyReparentShardResponse) Reset() + func (x *EmergencyReparentShardResponse) String() string + type ExecuteFetchAsAppRequest struct + MaxRows int64 + Query string + TabletAlias *topodata.TabletAlias + UsePool bool + func (*ExecuteFetchAsAppRequest) Descriptor() ([]byte, []int) + func (*ExecuteFetchAsAppRequest) ProtoMessage() + func (m *ExecuteFetchAsAppRequest) CloneMessageVT() proto.Message + func (m *ExecuteFetchAsAppRequest) CloneVT() *ExecuteFetchAsAppRequest + func (m *ExecuteFetchAsAppRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteFetchAsAppRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteFetchAsAppRequest) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteFetchAsAppRequest) SizeVT() (n int) + func (m *ExecuteFetchAsAppRequest) UnmarshalVT(dAtA []byte) error + func (x *ExecuteFetchAsAppRequest) GetMaxRows() int64 + func (x *ExecuteFetchAsAppRequest) GetQuery() string + func (x *ExecuteFetchAsAppRequest) GetTabletAlias() *topodata.TabletAlias + func (x *ExecuteFetchAsAppRequest) GetUsePool() bool + func (x *ExecuteFetchAsAppRequest) ProtoReflect() protoreflect.Message + func (x *ExecuteFetchAsAppRequest) Reset() + func (x *ExecuteFetchAsAppRequest) String() string + type ExecuteFetchAsAppResponse struct + Result *query.QueryResult + func (*ExecuteFetchAsAppResponse) Descriptor() ([]byte, []int) + func (*ExecuteFetchAsAppResponse) ProtoMessage() + func (m *ExecuteFetchAsAppResponse) CloneMessageVT() proto.Message + func (m *ExecuteFetchAsAppResponse) CloneVT() *ExecuteFetchAsAppResponse + func (m *ExecuteFetchAsAppResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteFetchAsAppResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteFetchAsAppResponse) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteFetchAsAppResponse) SizeVT() (n int) + func (m *ExecuteFetchAsAppResponse) UnmarshalVT(dAtA []byte) error + func (x *ExecuteFetchAsAppResponse) GetResult() *query.QueryResult + func (x *ExecuteFetchAsAppResponse) ProtoReflect() protoreflect.Message + func (x *ExecuteFetchAsAppResponse) Reset() + func (x *ExecuteFetchAsAppResponse) String() string + type ExecuteFetchAsDBARequest struct + DisableBinlogs bool + MaxRows int64 + Query string + ReloadSchema bool + TabletAlias *topodata.TabletAlias + func (*ExecuteFetchAsDBARequest) Descriptor() ([]byte, []int) + func (*ExecuteFetchAsDBARequest) ProtoMessage() + func (m *ExecuteFetchAsDBARequest) CloneMessageVT() proto.Message + func (m *ExecuteFetchAsDBARequest) CloneVT() *ExecuteFetchAsDBARequest + func (m *ExecuteFetchAsDBARequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteFetchAsDBARequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteFetchAsDBARequest) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteFetchAsDBARequest) SizeVT() (n int) + func (m *ExecuteFetchAsDBARequest) UnmarshalVT(dAtA []byte) error + func (x *ExecuteFetchAsDBARequest) GetDisableBinlogs() bool + func (x *ExecuteFetchAsDBARequest) GetMaxRows() int64 + func (x *ExecuteFetchAsDBARequest) GetQuery() string + func (x *ExecuteFetchAsDBARequest) GetReloadSchema() bool + func (x *ExecuteFetchAsDBARequest) GetTabletAlias() *topodata.TabletAlias + func (x *ExecuteFetchAsDBARequest) ProtoReflect() protoreflect.Message + func (x *ExecuteFetchAsDBARequest) Reset() + func (x *ExecuteFetchAsDBARequest) String() string + type ExecuteFetchAsDBAResponse struct + Result *query.QueryResult + func (*ExecuteFetchAsDBAResponse) Descriptor() ([]byte, []int) + func (*ExecuteFetchAsDBAResponse) ProtoMessage() + func (m *ExecuteFetchAsDBAResponse) CloneMessageVT() proto.Message + func (m *ExecuteFetchAsDBAResponse) CloneVT() *ExecuteFetchAsDBAResponse + func (m *ExecuteFetchAsDBAResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteFetchAsDBAResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteFetchAsDBAResponse) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteFetchAsDBAResponse) SizeVT() (n int) + func (m *ExecuteFetchAsDBAResponse) UnmarshalVT(dAtA []byte) error + func (x *ExecuteFetchAsDBAResponse) GetResult() *query.QueryResult + func (x *ExecuteFetchAsDBAResponse) ProtoReflect() protoreflect.Message + func (x *ExecuteFetchAsDBAResponse) Reset() + func (x *ExecuteFetchAsDBAResponse) String() string + type ExecuteHookRequest struct + TabletAlias *topodata.TabletAlias + TabletHookRequest *tabletmanagerdata.ExecuteHookRequest + func (*ExecuteHookRequest) Descriptor() ([]byte, []int) + func (*ExecuteHookRequest) ProtoMessage() + func (m *ExecuteHookRequest) CloneMessageVT() proto.Message + func (m *ExecuteHookRequest) CloneVT() *ExecuteHookRequest + func (m *ExecuteHookRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteHookRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteHookRequest) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteHookRequest) SizeVT() (n int) + func (m *ExecuteHookRequest) UnmarshalVT(dAtA []byte) error + func (x *ExecuteHookRequest) GetTabletAlias() *topodata.TabletAlias + func (x *ExecuteHookRequest) GetTabletHookRequest() *tabletmanagerdata.ExecuteHookRequest + func (x *ExecuteHookRequest) ProtoReflect() protoreflect.Message + func (x *ExecuteHookRequest) Reset() + func (x *ExecuteHookRequest) String() string + type ExecuteHookResponse struct + HookResult *tabletmanagerdata.ExecuteHookResponse + func (*ExecuteHookResponse) Descriptor() ([]byte, []int) + func (*ExecuteHookResponse) ProtoMessage() + func (m *ExecuteHookResponse) CloneMessageVT() proto.Message + func (m *ExecuteHookResponse) CloneVT() *ExecuteHookResponse + func (m *ExecuteHookResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteHookResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteHookResponse) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteHookResponse) SizeVT() (n int) + func (m *ExecuteHookResponse) UnmarshalVT(dAtA []byte) error + func (x *ExecuteHookResponse) GetHookResult() *tabletmanagerdata.ExecuteHookResponse + func (x *ExecuteHookResponse) ProtoReflect() protoreflect.Message + func (x *ExecuteHookResponse) Reset() + func (x *ExecuteHookResponse) String() string + type ExecuteMultiFetchAsDBARequest struct + DisableBinlogs bool + MaxRows int64 + ReloadSchema bool + Sql string + TabletAlias *topodata.TabletAlias + func (*ExecuteMultiFetchAsDBARequest) Descriptor() ([]byte, []int) + func (*ExecuteMultiFetchAsDBARequest) ProtoMessage() + func (m *ExecuteMultiFetchAsDBARequest) CloneMessageVT() proto.Message + func (m *ExecuteMultiFetchAsDBARequest) CloneVT() *ExecuteMultiFetchAsDBARequest + func (m *ExecuteMultiFetchAsDBARequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteMultiFetchAsDBARequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteMultiFetchAsDBARequest) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteMultiFetchAsDBARequest) SizeVT() (n int) + func (m *ExecuteMultiFetchAsDBARequest) UnmarshalVT(dAtA []byte) error + func (x *ExecuteMultiFetchAsDBARequest) GetDisableBinlogs() bool + func (x *ExecuteMultiFetchAsDBARequest) GetMaxRows() int64 + func (x *ExecuteMultiFetchAsDBARequest) GetReloadSchema() bool + func (x *ExecuteMultiFetchAsDBARequest) GetSql() string + func (x *ExecuteMultiFetchAsDBARequest) GetTabletAlias() *topodata.TabletAlias + func (x *ExecuteMultiFetchAsDBARequest) ProtoReflect() protoreflect.Message + func (x *ExecuteMultiFetchAsDBARequest) Reset() + func (x *ExecuteMultiFetchAsDBARequest) String() string + type ExecuteMultiFetchAsDBAResponse struct + Results []*query.QueryResult + func (*ExecuteMultiFetchAsDBAResponse) Descriptor() ([]byte, []int) + func (*ExecuteMultiFetchAsDBAResponse) ProtoMessage() + func (m *ExecuteMultiFetchAsDBAResponse) CloneMessageVT() proto.Message + func (m *ExecuteMultiFetchAsDBAResponse) CloneVT() *ExecuteMultiFetchAsDBAResponse + func (m *ExecuteMultiFetchAsDBAResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteMultiFetchAsDBAResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteMultiFetchAsDBAResponse) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteMultiFetchAsDBAResponse) SizeVT() (n int) + func (m *ExecuteMultiFetchAsDBAResponse) UnmarshalVT(dAtA []byte) error + func (x *ExecuteMultiFetchAsDBAResponse) GetResults() []*query.QueryResult + func (x *ExecuteMultiFetchAsDBAResponse) ProtoReflect() protoreflect.Message + func (x *ExecuteMultiFetchAsDBAResponse) Reset() + func (x *ExecuteMultiFetchAsDBAResponse) String() string + type ExecuteVtctlCommandRequest struct + ActionTimeout int64 + Args []string + func (*ExecuteVtctlCommandRequest) Descriptor() ([]byte, []int) + func (*ExecuteVtctlCommandRequest) ProtoMessage() + func (m *ExecuteVtctlCommandRequest) CloneMessageVT() proto.Message + func (m *ExecuteVtctlCommandRequest) CloneVT() *ExecuteVtctlCommandRequest + func (m *ExecuteVtctlCommandRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteVtctlCommandRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteVtctlCommandRequest) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteVtctlCommandRequest) SizeVT() (n int) + func (m *ExecuteVtctlCommandRequest) UnmarshalVT(dAtA []byte) error + func (x *ExecuteVtctlCommandRequest) GetActionTimeout() int64 + func (x *ExecuteVtctlCommandRequest) GetArgs() []string + func (x *ExecuteVtctlCommandRequest) ProtoReflect() protoreflect.Message + func (x *ExecuteVtctlCommandRequest) Reset() + func (x *ExecuteVtctlCommandRequest) String() string + type ExecuteVtctlCommandResponse struct + Event *logutil.Event + func (*ExecuteVtctlCommandResponse) Descriptor() ([]byte, []int) + func (*ExecuteVtctlCommandResponse) ProtoMessage() + func (m *ExecuteVtctlCommandResponse) CloneMessageVT() proto.Message + func (m *ExecuteVtctlCommandResponse) CloneVT() *ExecuteVtctlCommandResponse + func (m *ExecuteVtctlCommandResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ExecuteVtctlCommandResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ExecuteVtctlCommandResponse) MarshalVT() (dAtA []byte, err error) + func (m *ExecuteVtctlCommandResponse) SizeVT() (n int) + func (m *ExecuteVtctlCommandResponse) UnmarshalVT(dAtA []byte) error + func (x *ExecuteVtctlCommandResponse) GetEvent() *logutil.Event + func (x *ExecuteVtctlCommandResponse) ProtoReflect() protoreflect.Message + func (x *ExecuteVtctlCommandResponse) Reset() + func (x *ExecuteVtctlCommandResponse) String() string + type FindAllShardsInKeyspaceRequest struct + Keyspace string + func (*FindAllShardsInKeyspaceRequest) Descriptor() ([]byte, []int) + func (*FindAllShardsInKeyspaceRequest) ProtoMessage() + func (m *FindAllShardsInKeyspaceRequest) CloneMessageVT() proto.Message + func (m *FindAllShardsInKeyspaceRequest) CloneVT() *FindAllShardsInKeyspaceRequest + func (m *FindAllShardsInKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *FindAllShardsInKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *FindAllShardsInKeyspaceRequest) MarshalVT() (dAtA []byte, err error) + func (m *FindAllShardsInKeyspaceRequest) SizeVT() (n int) + func (m *FindAllShardsInKeyspaceRequest) UnmarshalVT(dAtA []byte) error + func (x *FindAllShardsInKeyspaceRequest) GetKeyspace() string + func (x *FindAllShardsInKeyspaceRequest) ProtoReflect() protoreflect.Message + func (x *FindAllShardsInKeyspaceRequest) Reset() + func (x *FindAllShardsInKeyspaceRequest) String() string + type FindAllShardsInKeyspaceResponse struct + Shards map[string]*Shard + func (*FindAllShardsInKeyspaceResponse) Descriptor() ([]byte, []int) + func (*FindAllShardsInKeyspaceResponse) ProtoMessage() + func (m *FindAllShardsInKeyspaceResponse) CloneMessageVT() proto.Message + func (m *FindAllShardsInKeyspaceResponse) CloneVT() *FindAllShardsInKeyspaceResponse + func (m *FindAllShardsInKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *FindAllShardsInKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *FindAllShardsInKeyspaceResponse) MarshalVT() (dAtA []byte, err error) + func (m *FindAllShardsInKeyspaceResponse) SizeVT() (n int) + func (m *FindAllShardsInKeyspaceResponse) UnmarshalVT(dAtA []byte) error + func (x *FindAllShardsInKeyspaceResponse) GetShards() map[string]*Shard + func (x *FindAllShardsInKeyspaceResponse) ProtoReflect() protoreflect.Message + func (x *FindAllShardsInKeyspaceResponse) Reset() + func (x *FindAllShardsInKeyspaceResponse) String() string + type ForceCutOverSchemaMigrationRequest struct + Keyspace string + Uuid string + func (*ForceCutOverSchemaMigrationRequest) Descriptor() ([]byte, []int) + func (*ForceCutOverSchemaMigrationRequest) ProtoMessage() + func (m *ForceCutOverSchemaMigrationRequest) CloneMessageVT() proto.Message + func (m *ForceCutOverSchemaMigrationRequest) CloneVT() *ForceCutOverSchemaMigrationRequest + func (m *ForceCutOverSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ForceCutOverSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ForceCutOverSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error) + func (m *ForceCutOverSchemaMigrationRequest) SizeVT() (n int) + func (m *ForceCutOverSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error + func (x *ForceCutOverSchemaMigrationRequest) GetKeyspace() string + func (x *ForceCutOverSchemaMigrationRequest) GetUuid() string + func (x *ForceCutOverSchemaMigrationRequest) ProtoReflect() protoreflect.Message + func (x *ForceCutOverSchemaMigrationRequest) Reset() + func (x *ForceCutOverSchemaMigrationRequest) String() string + type ForceCutOverSchemaMigrationResponse struct + RowsAffectedByShard map[string]uint64 + func (*ForceCutOverSchemaMigrationResponse) Descriptor() ([]byte, []int) + func (*ForceCutOverSchemaMigrationResponse) ProtoMessage() + func (m *ForceCutOverSchemaMigrationResponse) CloneMessageVT() proto.Message + func (m *ForceCutOverSchemaMigrationResponse) CloneVT() *ForceCutOverSchemaMigrationResponse + func (m *ForceCutOverSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ForceCutOverSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ForceCutOverSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error) + func (m *ForceCutOverSchemaMigrationResponse) SizeVT() (n int) + func (m *ForceCutOverSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error + func (x *ForceCutOverSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64 + func (x *ForceCutOverSchemaMigrationResponse) ProtoReflect() protoreflect.Message + func (x *ForceCutOverSchemaMigrationResponse) Reset() + func (x *ForceCutOverSchemaMigrationResponse) String() string + type GetBackupsRequest struct + Detailed bool + DetailedLimit uint32 + Keyspace string + Limit uint32 + Shard string + func (*GetBackupsRequest) Descriptor() ([]byte, []int) + func (*GetBackupsRequest) ProtoMessage() + func (m *GetBackupsRequest) CloneMessageVT() proto.Message + func (m *GetBackupsRequest) CloneVT() *GetBackupsRequest + func (m *GetBackupsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetBackupsRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetBackupsRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetBackupsRequest) SizeVT() (n int) + func (m *GetBackupsRequest) UnmarshalVT(dAtA []byte) error + func (x *GetBackupsRequest) GetDetailed() bool + func (x *GetBackupsRequest) GetDetailedLimit() uint32 + func (x *GetBackupsRequest) GetKeyspace() string + func (x *GetBackupsRequest) GetLimit() uint32 + func (x *GetBackupsRequest) GetShard() string + func (x *GetBackupsRequest) ProtoReflect() protoreflect.Message + func (x *GetBackupsRequest) Reset() + func (x *GetBackupsRequest) String() string + type GetBackupsResponse struct + Backups []*mysqlctl.BackupInfo + func (*GetBackupsResponse) Descriptor() ([]byte, []int) + func (*GetBackupsResponse) ProtoMessage() + func (m *GetBackupsResponse) CloneMessageVT() proto.Message + func (m *GetBackupsResponse) CloneVT() *GetBackupsResponse + func (m *GetBackupsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetBackupsResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetBackupsResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetBackupsResponse) SizeVT() (n int) + func (m *GetBackupsResponse) UnmarshalVT(dAtA []byte) error + func (x *GetBackupsResponse) GetBackups() []*mysqlctl.BackupInfo + func (x *GetBackupsResponse) ProtoReflect() protoreflect.Message + func (x *GetBackupsResponse) Reset() + func (x *GetBackupsResponse) String() string + type GetCellInfoNamesRequest struct + func (*GetCellInfoNamesRequest) Descriptor() ([]byte, []int) + func (*GetCellInfoNamesRequest) ProtoMessage() + func (m *GetCellInfoNamesRequest) CloneMessageVT() proto.Message + func (m *GetCellInfoNamesRequest) CloneVT() *GetCellInfoNamesRequest + func (m *GetCellInfoNamesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetCellInfoNamesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetCellInfoNamesRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetCellInfoNamesRequest) SizeVT() (n int) + func (m *GetCellInfoNamesRequest) UnmarshalVT(dAtA []byte) error + func (x *GetCellInfoNamesRequest) ProtoReflect() protoreflect.Message + func (x *GetCellInfoNamesRequest) Reset() + func (x *GetCellInfoNamesRequest) String() string + type GetCellInfoNamesResponse struct + Names []string + func (*GetCellInfoNamesResponse) Descriptor() ([]byte, []int) + func (*GetCellInfoNamesResponse) ProtoMessage() + func (m *GetCellInfoNamesResponse) CloneMessageVT() proto.Message + func (m *GetCellInfoNamesResponse) CloneVT() *GetCellInfoNamesResponse + func (m *GetCellInfoNamesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetCellInfoNamesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetCellInfoNamesResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetCellInfoNamesResponse) SizeVT() (n int) + func (m *GetCellInfoNamesResponse) UnmarshalVT(dAtA []byte) error + func (x *GetCellInfoNamesResponse) GetNames() []string + func (x *GetCellInfoNamesResponse) ProtoReflect() protoreflect.Message + func (x *GetCellInfoNamesResponse) Reset() + func (x *GetCellInfoNamesResponse) String() string + type GetCellInfoRequest struct + Cell string + func (*GetCellInfoRequest) Descriptor() ([]byte, []int) + func (*GetCellInfoRequest) ProtoMessage() + func (m *GetCellInfoRequest) CloneMessageVT() proto.Message + func (m *GetCellInfoRequest) CloneVT() *GetCellInfoRequest + func (m *GetCellInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetCellInfoRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetCellInfoRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetCellInfoRequest) SizeVT() (n int) + func (m *GetCellInfoRequest) UnmarshalVT(dAtA []byte) error + func (x *GetCellInfoRequest) GetCell() string + func (x *GetCellInfoRequest) ProtoReflect() protoreflect.Message + func (x *GetCellInfoRequest) Reset() + func (x *GetCellInfoRequest) String() string + type GetCellInfoResponse struct + CellInfo *topodata.CellInfo + func (*GetCellInfoResponse) Descriptor() ([]byte, []int) + func (*GetCellInfoResponse) ProtoMessage() + func (m *GetCellInfoResponse) CloneMessageVT() proto.Message + func (m *GetCellInfoResponse) CloneVT() *GetCellInfoResponse + func (m *GetCellInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetCellInfoResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetCellInfoResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetCellInfoResponse) SizeVT() (n int) + func (m *GetCellInfoResponse) UnmarshalVT(dAtA []byte) error + func (x *GetCellInfoResponse) GetCellInfo() *topodata.CellInfo + func (x *GetCellInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetCellInfoResponse) Reset() + func (x *GetCellInfoResponse) String() string + type GetCellsAliasesRequest struct + func (*GetCellsAliasesRequest) Descriptor() ([]byte, []int) + func (*GetCellsAliasesRequest) ProtoMessage() + func (m *GetCellsAliasesRequest) CloneMessageVT() proto.Message + func (m *GetCellsAliasesRequest) CloneVT() *GetCellsAliasesRequest + func (m *GetCellsAliasesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetCellsAliasesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetCellsAliasesRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetCellsAliasesRequest) SizeVT() (n int) + func (m *GetCellsAliasesRequest) UnmarshalVT(dAtA []byte) error + func (x *GetCellsAliasesRequest) ProtoReflect() protoreflect.Message + func (x *GetCellsAliasesRequest) Reset() + func (x *GetCellsAliasesRequest) String() string + type GetCellsAliasesResponse struct + Aliases map[string]*topodata.CellsAlias + func (*GetCellsAliasesResponse) Descriptor() ([]byte, []int) + func (*GetCellsAliasesResponse) ProtoMessage() + func (m *GetCellsAliasesResponse) CloneMessageVT() proto.Message + func (m *GetCellsAliasesResponse) CloneVT() *GetCellsAliasesResponse + func (m *GetCellsAliasesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetCellsAliasesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetCellsAliasesResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetCellsAliasesResponse) SizeVT() (n int) + func (m *GetCellsAliasesResponse) UnmarshalVT(dAtA []byte) error + func (x *GetCellsAliasesResponse) GetAliases() map[string]*topodata.CellsAlias + func (x *GetCellsAliasesResponse) ProtoReflect() protoreflect.Message + func (x *GetCellsAliasesResponse) Reset() + func (x *GetCellsAliasesResponse) String() string + type GetFullStatusRequest struct + TabletAlias *topodata.TabletAlias + func (*GetFullStatusRequest) Descriptor() ([]byte, []int) + func (*GetFullStatusRequest) ProtoMessage() + func (m *GetFullStatusRequest) CloneMessageVT() proto.Message + func (m *GetFullStatusRequest) CloneVT() *GetFullStatusRequest + func (m *GetFullStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetFullStatusRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetFullStatusRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetFullStatusRequest) SizeVT() (n int) + func (m *GetFullStatusRequest) UnmarshalVT(dAtA []byte) error + func (x *GetFullStatusRequest) GetTabletAlias() *topodata.TabletAlias + func (x *GetFullStatusRequest) ProtoReflect() protoreflect.Message + func (x *GetFullStatusRequest) Reset() + func (x *GetFullStatusRequest) String() string + type GetFullStatusResponse struct + Status *replicationdata.FullStatus + func (*GetFullStatusResponse) Descriptor() ([]byte, []int) + func (*GetFullStatusResponse) ProtoMessage() + func (m *GetFullStatusResponse) CloneMessageVT() proto.Message + func (m *GetFullStatusResponse) CloneVT() *GetFullStatusResponse + func (m *GetFullStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetFullStatusResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetFullStatusResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetFullStatusResponse) SizeVT() (n int) + func (m *GetFullStatusResponse) UnmarshalVT(dAtA []byte) error + func (x *GetFullStatusResponse) GetStatus() *replicationdata.FullStatus + func (x *GetFullStatusResponse) ProtoReflect() protoreflect.Message + func (x *GetFullStatusResponse) Reset() + func (x *GetFullStatusResponse) String() string + type GetKeyspaceRequest struct + Keyspace string + func (*GetKeyspaceRequest) Descriptor() ([]byte, []int) + func (*GetKeyspaceRequest) ProtoMessage() + func (m *GetKeyspaceRequest) CloneMessageVT() proto.Message + func (m *GetKeyspaceRequest) CloneVT() *GetKeyspaceRequest + func (m *GetKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetKeyspaceRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetKeyspaceRequest) SizeVT() (n int) + func (m *GetKeyspaceRequest) UnmarshalVT(dAtA []byte) error + func (x *GetKeyspaceRequest) GetKeyspace() string + func (x *GetKeyspaceRequest) ProtoReflect() protoreflect.Message + func (x *GetKeyspaceRequest) Reset() + func (x *GetKeyspaceRequest) String() string + type GetKeyspaceResponse struct + Keyspace *Keyspace + func (*GetKeyspaceResponse) Descriptor() ([]byte, []int) + func (*GetKeyspaceResponse) ProtoMessage() + func (m *GetKeyspaceResponse) CloneMessageVT() proto.Message + func (m *GetKeyspaceResponse) CloneVT() *GetKeyspaceResponse + func (m *GetKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetKeyspaceResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetKeyspaceResponse) SizeVT() (n int) + func (m *GetKeyspaceResponse) UnmarshalVT(dAtA []byte) error + func (x *GetKeyspaceResponse) GetKeyspace() *Keyspace + func (x *GetKeyspaceResponse) ProtoReflect() protoreflect.Message + func (x *GetKeyspaceResponse) Reset() + func (x *GetKeyspaceResponse) String() string + type GetKeyspaceRoutingRulesRequest struct + func (*GetKeyspaceRoutingRulesRequest) Descriptor() ([]byte, []int) + func (*GetKeyspaceRoutingRulesRequest) ProtoMessage() + func (m *GetKeyspaceRoutingRulesRequest) CloneMessageVT() proto.Message + func (m *GetKeyspaceRoutingRulesRequest) CloneVT() *GetKeyspaceRoutingRulesRequest + func (m *GetKeyspaceRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetKeyspaceRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetKeyspaceRoutingRulesRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetKeyspaceRoutingRulesRequest) SizeVT() (n int) + func (m *GetKeyspaceRoutingRulesRequest) UnmarshalVT(dAtA []byte) error + func (x *GetKeyspaceRoutingRulesRequest) ProtoReflect() protoreflect.Message + func (x *GetKeyspaceRoutingRulesRequest) Reset() + func (x *GetKeyspaceRoutingRulesRequest) String() string + type GetKeyspaceRoutingRulesResponse struct + KeyspaceRoutingRules *vschema.KeyspaceRoutingRules + func (*GetKeyspaceRoutingRulesResponse) Descriptor() ([]byte, []int) + func (*GetKeyspaceRoutingRulesResponse) ProtoMessage() + func (m *GetKeyspaceRoutingRulesResponse) CloneMessageVT() proto.Message + func (m *GetKeyspaceRoutingRulesResponse) CloneVT() *GetKeyspaceRoutingRulesResponse + func (m *GetKeyspaceRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetKeyspaceRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetKeyspaceRoutingRulesResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetKeyspaceRoutingRulesResponse) SizeVT() (n int) + func (m *GetKeyspaceRoutingRulesResponse) UnmarshalVT(dAtA []byte) error + func (x *GetKeyspaceRoutingRulesResponse) GetKeyspaceRoutingRules() *vschema.KeyspaceRoutingRules + func (x *GetKeyspaceRoutingRulesResponse) ProtoReflect() protoreflect.Message + func (x *GetKeyspaceRoutingRulesResponse) Reset() + func (x *GetKeyspaceRoutingRulesResponse) String() string + type GetKeyspacesRequest struct + func (*GetKeyspacesRequest) Descriptor() ([]byte, []int) + func (*GetKeyspacesRequest) ProtoMessage() + func (m *GetKeyspacesRequest) CloneMessageVT() proto.Message + func (m *GetKeyspacesRequest) CloneVT() *GetKeyspacesRequest + func (m *GetKeyspacesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetKeyspacesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetKeyspacesRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetKeyspacesRequest) SizeVT() (n int) + func (m *GetKeyspacesRequest) UnmarshalVT(dAtA []byte) error + func (x *GetKeyspacesRequest) ProtoReflect() protoreflect.Message + func (x *GetKeyspacesRequest) Reset() + func (x *GetKeyspacesRequest) String() string + type GetKeyspacesResponse struct + Keyspaces []*Keyspace + func (*GetKeyspacesResponse) Descriptor() ([]byte, []int) + func (*GetKeyspacesResponse) ProtoMessage() + func (m *GetKeyspacesResponse) CloneMessageVT() proto.Message + func (m *GetKeyspacesResponse) CloneVT() *GetKeyspacesResponse + func (m *GetKeyspacesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetKeyspacesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetKeyspacesResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetKeyspacesResponse) SizeVT() (n int) + func (m *GetKeyspacesResponse) UnmarshalVT(dAtA []byte) error + func (x *GetKeyspacesResponse) GetKeyspaces() []*Keyspace + func (x *GetKeyspacesResponse) ProtoReflect() protoreflect.Message + func (x *GetKeyspacesResponse) Reset() + func (x *GetKeyspacesResponse) String() string + type GetPermissionsRequest struct + TabletAlias *topodata.TabletAlias + func (*GetPermissionsRequest) Descriptor() ([]byte, []int) + func (*GetPermissionsRequest) ProtoMessage() + func (m *GetPermissionsRequest) CloneMessageVT() proto.Message + func (m *GetPermissionsRequest) CloneVT() *GetPermissionsRequest + func (m *GetPermissionsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetPermissionsRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetPermissionsRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetPermissionsRequest) SizeVT() (n int) + func (m *GetPermissionsRequest) UnmarshalVT(dAtA []byte) error + func (x *GetPermissionsRequest) GetTabletAlias() *topodata.TabletAlias + func (x *GetPermissionsRequest) ProtoReflect() protoreflect.Message + func (x *GetPermissionsRequest) Reset() + func (x *GetPermissionsRequest) String() string + type GetPermissionsResponse struct + Permissions *tabletmanagerdata.Permissions + func (*GetPermissionsResponse) Descriptor() ([]byte, []int) + func (*GetPermissionsResponse) ProtoMessage() + func (m *GetPermissionsResponse) CloneMessageVT() proto.Message + func (m *GetPermissionsResponse) CloneVT() *GetPermissionsResponse + func (m *GetPermissionsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetPermissionsResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetPermissionsResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetPermissionsResponse) SizeVT() (n int) + func (m *GetPermissionsResponse) UnmarshalVT(dAtA []byte) error + func (x *GetPermissionsResponse) GetPermissions() *tabletmanagerdata.Permissions + func (x *GetPermissionsResponse) ProtoReflect() protoreflect.Message + func (x *GetPermissionsResponse) Reset() + func (x *GetPermissionsResponse) String() string + type GetRoutingRulesRequest struct + func (*GetRoutingRulesRequest) Descriptor() ([]byte, []int) + func (*GetRoutingRulesRequest) ProtoMessage() + func (m *GetRoutingRulesRequest) CloneMessageVT() proto.Message + func (m *GetRoutingRulesRequest) CloneVT() *GetRoutingRulesRequest + func (m *GetRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetRoutingRulesRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetRoutingRulesRequest) SizeVT() (n int) + func (m *GetRoutingRulesRequest) UnmarshalVT(dAtA []byte) error + func (x *GetRoutingRulesRequest) ProtoReflect() protoreflect.Message + func (x *GetRoutingRulesRequest) Reset() + func (x *GetRoutingRulesRequest) String() string + type GetRoutingRulesResponse struct + RoutingRules *vschema.RoutingRules + func (*GetRoutingRulesResponse) Descriptor() ([]byte, []int) + func (*GetRoutingRulesResponse) ProtoMessage() + func (m *GetRoutingRulesResponse) CloneMessageVT() proto.Message + func (m *GetRoutingRulesResponse) CloneVT() *GetRoutingRulesResponse + func (m *GetRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetRoutingRulesResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetRoutingRulesResponse) SizeVT() (n int) + func (m *GetRoutingRulesResponse) UnmarshalVT(dAtA []byte) error + func (x *GetRoutingRulesResponse) GetRoutingRules() *vschema.RoutingRules + func (x *GetRoutingRulesResponse) ProtoReflect() protoreflect.Message + func (x *GetRoutingRulesResponse) Reset() + func (x *GetRoutingRulesResponse) String() string + type GetSchemaMigrationsRequest struct + Keyspace string + Limit uint64 + MigrationContext string + Order QueryOrdering + Recent *vttime.Duration + Skip uint64 + Status SchemaMigration_Status + Uuid string + func (*GetSchemaMigrationsRequest) Descriptor() ([]byte, []int) + func (*GetSchemaMigrationsRequest) ProtoMessage() + func (m *GetSchemaMigrationsRequest) CloneMessageVT() proto.Message + func (m *GetSchemaMigrationsRequest) CloneVT() *GetSchemaMigrationsRequest + func (m *GetSchemaMigrationsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSchemaMigrationsRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSchemaMigrationsRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetSchemaMigrationsRequest) SizeVT() (n int) + func (m *GetSchemaMigrationsRequest) UnmarshalVT(dAtA []byte) error + func (x *GetSchemaMigrationsRequest) GetKeyspace() string + func (x *GetSchemaMigrationsRequest) GetLimit() uint64 + func (x *GetSchemaMigrationsRequest) GetMigrationContext() string + func (x *GetSchemaMigrationsRequest) GetOrder() QueryOrdering + func (x *GetSchemaMigrationsRequest) GetRecent() *vttime.Duration + func (x *GetSchemaMigrationsRequest) GetSkip() uint64 + func (x *GetSchemaMigrationsRequest) GetStatus() SchemaMigration_Status + func (x *GetSchemaMigrationsRequest) GetUuid() string + func (x *GetSchemaMigrationsRequest) ProtoReflect() protoreflect.Message + func (x *GetSchemaMigrationsRequest) Reset() + func (x *GetSchemaMigrationsRequest) String() string + type GetSchemaMigrationsResponse struct + Migrations []*SchemaMigration + func (*GetSchemaMigrationsResponse) Descriptor() ([]byte, []int) + func (*GetSchemaMigrationsResponse) ProtoMessage() + func (m *GetSchemaMigrationsResponse) CloneMessageVT() proto.Message + func (m *GetSchemaMigrationsResponse) CloneVT() *GetSchemaMigrationsResponse + func (m *GetSchemaMigrationsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSchemaMigrationsResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSchemaMigrationsResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetSchemaMigrationsResponse) SizeVT() (n int) + func (m *GetSchemaMigrationsResponse) UnmarshalVT(dAtA []byte) error + func (x *GetSchemaMigrationsResponse) GetMigrations() []*SchemaMigration + func (x *GetSchemaMigrationsResponse) ProtoReflect() protoreflect.Message + func (x *GetSchemaMigrationsResponse) Reset() + func (x *GetSchemaMigrationsResponse) String() string + type GetSchemaRequest struct + ExcludeTables []string + IncludeViews bool + TableNamesOnly bool + TableSchemaOnly bool + TableSizesOnly bool + Tables []string + TabletAlias *topodata.TabletAlias + func (*GetSchemaRequest) Descriptor() ([]byte, []int) + func (*GetSchemaRequest) ProtoMessage() + func (m *GetSchemaRequest) CloneMessageVT() proto.Message + func (m *GetSchemaRequest) CloneVT() *GetSchemaRequest + func (m *GetSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSchemaRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSchemaRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetSchemaRequest) SizeVT() (n int) + func (m *GetSchemaRequest) UnmarshalVT(dAtA []byte) error + func (x *GetSchemaRequest) GetExcludeTables() []string + func (x *GetSchemaRequest) GetIncludeViews() bool + func (x *GetSchemaRequest) GetTableNamesOnly() bool + func (x *GetSchemaRequest) GetTableSchemaOnly() bool + func (x *GetSchemaRequest) GetTableSizesOnly() bool + func (x *GetSchemaRequest) GetTables() []string + func (x *GetSchemaRequest) GetTabletAlias() *topodata.TabletAlias + func (x *GetSchemaRequest) ProtoReflect() protoreflect.Message + func (x *GetSchemaRequest) Reset() + func (x *GetSchemaRequest) String() string + type GetSchemaResponse struct + Schema *tabletmanagerdata.SchemaDefinition + func (*GetSchemaResponse) Descriptor() ([]byte, []int) + func (*GetSchemaResponse) ProtoMessage() + func (m *GetSchemaResponse) CloneMessageVT() proto.Message + func (m *GetSchemaResponse) CloneVT() *GetSchemaResponse + func (m *GetSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSchemaResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSchemaResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetSchemaResponse) SizeVT() (n int) + func (m *GetSchemaResponse) UnmarshalVT(dAtA []byte) error + func (x *GetSchemaResponse) GetSchema() *tabletmanagerdata.SchemaDefinition + func (x *GetSchemaResponse) ProtoReflect() protoreflect.Message + func (x *GetSchemaResponse) Reset() + func (x *GetSchemaResponse) String() string + type GetShardReplicationRequest struct + Cells []string + Keyspace string + Shard string + func (*GetShardReplicationRequest) Descriptor() ([]byte, []int) + func (*GetShardReplicationRequest) ProtoMessage() + func (m *GetShardReplicationRequest) CloneMessageVT() proto.Message + func (m *GetShardReplicationRequest) CloneVT() *GetShardReplicationRequest + func (m *GetShardReplicationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetShardReplicationRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetShardReplicationRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetShardReplicationRequest) SizeVT() (n int) + func (m *GetShardReplicationRequest) UnmarshalVT(dAtA []byte) error + func (x *GetShardReplicationRequest) GetCells() []string + func (x *GetShardReplicationRequest) GetKeyspace() string + func (x *GetShardReplicationRequest) GetShard() string + func (x *GetShardReplicationRequest) ProtoReflect() protoreflect.Message + func (x *GetShardReplicationRequest) Reset() + func (x *GetShardReplicationRequest) String() string + type GetShardReplicationResponse struct + ShardReplicationByCell map[string]*topodata.ShardReplication + func (*GetShardReplicationResponse) Descriptor() ([]byte, []int) + func (*GetShardReplicationResponse) ProtoMessage() + func (m *GetShardReplicationResponse) CloneMessageVT() proto.Message + func (m *GetShardReplicationResponse) CloneVT() *GetShardReplicationResponse + func (m *GetShardReplicationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetShardReplicationResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetShardReplicationResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetShardReplicationResponse) SizeVT() (n int) + func (m *GetShardReplicationResponse) UnmarshalVT(dAtA []byte) error + func (x *GetShardReplicationResponse) GetShardReplicationByCell() map[string]*topodata.ShardReplication + func (x *GetShardReplicationResponse) ProtoReflect() protoreflect.Message + func (x *GetShardReplicationResponse) Reset() + func (x *GetShardReplicationResponse) String() string + type GetShardRequest struct + Keyspace string + ShardName string + func (*GetShardRequest) Descriptor() ([]byte, []int) + func (*GetShardRequest) ProtoMessage() + func (m *GetShardRequest) CloneMessageVT() proto.Message + func (m *GetShardRequest) CloneVT() *GetShardRequest + func (m *GetShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetShardRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetShardRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetShardRequest) SizeVT() (n int) + func (m *GetShardRequest) UnmarshalVT(dAtA []byte) error + func (x *GetShardRequest) GetKeyspace() string + func (x *GetShardRequest) GetShardName() string + func (x *GetShardRequest) ProtoReflect() protoreflect.Message + func (x *GetShardRequest) Reset() + func (x *GetShardRequest) String() string + type GetShardResponse struct + Shard *Shard + func (*GetShardResponse) Descriptor() ([]byte, []int) + func (*GetShardResponse) ProtoMessage() + func (m *GetShardResponse) CloneMessageVT() proto.Message + func (m *GetShardResponse) CloneVT() *GetShardResponse + func (m *GetShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetShardResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetShardResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetShardResponse) SizeVT() (n int) + func (m *GetShardResponse) UnmarshalVT(dAtA []byte) error + func (x *GetShardResponse) GetShard() *Shard + func (x *GetShardResponse) ProtoReflect() protoreflect.Message + func (x *GetShardResponse) Reset() + func (x *GetShardResponse) String() string + type GetShardRoutingRulesRequest struct + func (*GetShardRoutingRulesRequest) Descriptor() ([]byte, []int) + func (*GetShardRoutingRulesRequest) ProtoMessage() + func (m *GetShardRoutingRulesRequest) CloneMessageVT() proto.Message + func (m *GetShardRoutingRulesRequest) CloneVT() *GetShardRoutingRulesRequest + func (m *GetShardRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetShardRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetShardRoutingRulesRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetShardRoutingRulesRequest) SizeVT() (n int) + func (m *GetShardRoutingRulesRequest) UnmarshalVT(dAtA []byte) error + func (x *GetShardRoutingRulesRequest) ProtoReflect() protoreflect.Message + func (x *GetShardRoutingRulesRequest) Reset() + func (x *GetShardRoutingRulesRequest) String() string + type GetShardRoutingRulesResponse struct + ShardRoutingRules *vschema.ShardRoutingRules + func (*GetShardRoutingRulesResponse) Descriptor() ([]byte, []int) + func (*GetShardRoutingRulesResponse) ProtoMessage() + func (m *GetShardRoutingRulesResponse) CloneMessageVT() proto.Message + func (m *GetShardRoutingRulesResponse) CloneVT() *GetShardRoutingRulesResponse + func (m *GetShardRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetShardRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetShardRoutingRulesResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetShardRoutingRulesResponse) SizeVT() (n int) + func (m *GetShardRoutingRulesResponse) UnmarshalVT(dAtA []byte) error + func (x *GetShardRoutingRulesResponse) GetShardRoutingRules() *vschema.ShardRoutingRules + func (x *GetShardRoutingRulesResponse) ProtoReflect() protoreflect.Message + func (x *GetShardRoutingRulesResponse) Reset() + func (x *GetShardRoutingRulesResponse) String() string + type GetSrvKeyspaceNamesRequest struct + Cells []string + func (*GetSrvKeyspaceNamesRequest) Descriptor() ([]byte, []int) + func (*GetSrvKeyspaceNamesRequest) ProtoMessage() + func (m *GetSrvKeyspaceNamesRequest) CloneMessageVT() proto.Message + func (m *GetSrvKeyspaceNamesRequest) CloneVT() *GetSrvKeyspaceNamesRequest + func (m *GetSrvKeyspaceNamesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspaceNamesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspaceNamesRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetSrvKeyspaceNamesRequest) SizeVT() (n int) + func (m *GetSrvKeyspaceNamesRequest) UnmarshalVT(dAtA []byte) error + func (x *GetSrvKeyspaceNamesRequest) GetCells() []string + func (x *GetSrvKeyspaceNamesRequest) ProtoReflect() protoreflect.Message + func (x *GetSrvKeyspaceNamesRequest) Reset() + func (x *GetSrvKeyspaceNamesRequest) String() string + type GetSrvKeyspaceNamesResponse struct + Names map[string]*GetSrvKeyspaceNamesResponse_NameList + func (*GetSrvKeyspaceNamesResponse) Descriptor() ([]byte, []int) + func (*GetSrvKeyspaceNamesResponse) ProtoMessage() + func (m *GetSrvKeyspaceNamesResponse) CloneMessageVT() proto.Message + func (m *GetSrvKeyspaceNamesResponse) CloneVT() *GetSrvKeyspaceNamesResponse + func (m *GetSrvKeyspaceNamesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspaceNamesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspaceNamesResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetSrvKeyspaceNamesResponse) SizeVT() (n int) + func (m *GetSrvKeyspaceNamesResponse) UnmarshalVT(dAtA []byte) error + func (x *GetSrvKeyspaceNamesResponse) GetNames() map[string]*GetSrvKeyspaceNamesResponse_NameList + func (x *GetSrvKeyspaceNamesResponse) ProtoReflect() protoreflect.Message + func (x *GetSrvKeyspaceNamesResponse) Reset() + func (x *GetSrvKeyspaceNamesResponse) String() string + type GetSrvKeyspaceNamesResponse_NameList struct + Names []string + func (*GetSrvKeyspaceNamesResponse_NameList) Descriptor() ([]byte, []int) + func (*GetSrvKeyspaceNamesResponse_NameList) ProtoMessage() + func (m *GetSrvKeyspaceNamesResponse_NameList) CloneMessageVT() proto.Message + func (m *GetSrvKeyspaceNamesResponse_NameList) CloneVT() *GetSrvKeyspaceNamesResponse_NameList + func (m *GetSrvKeyspaceNamesResponse_NameList) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspaceNamesResponse_NameList) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspaceNamesResponse_NameList) MarshalVT() (dAtA []byte, err error) + func (m *GetSrvKeyspaceNamesResponse_NameList) SizeVT() (n int) + func (m *GetSrvKeyspaceNamesResponse_NameList) UnmarshalVT(dAtA []byte) error + func (x *GetSrvKeyspaceNamesResponse_NameList) GetNames() []string + func (x *GetSrvKeyspaceNamesResponse_NameList) ProtoReflect() protoreflect.Message + func (x *GetSrvKeyspaceNamesResponse_NameList) Reset() + func (x *GetSrvKeyspaceNamesResponse_NameList) String() string + type GetSrvKeyspacesRequest struct + Cells []string + Keyspace string + func (*GetSrvKeyspacesRequest) Descriptor() ([]byte, []int) + func (*GetSrvKeyspacesRequest) ProtoMessage() + func (m *GetSrvKeyspacesRequest) CloneMessageVT() proto.Message + func (m *GetSrvKeyspacesRequest) CloneVT() *GetSrvKeyspacesRequest + func (m *GetSrvKeyspacesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspacesRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspacesRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetSrvKeyspacesRequest) SizeVT() (n int) + func (m *GetSrvKeyspacesRequest) UnmarshalVT(dAtA []byte) error + func (x *GetSrvKeyspacesRequest) GetCells() []string + func (x *GetSrvKeyspacesRequest) GetKeyspace() string + func (x *GetSrvKeyspacesRequest) ProtoReflect() protoreflect.Message + func (x *GetSrvKeyspacesRequest) Reset() + func (x *GetSrvKeyspacesRequest) String() string + type GetSrvKeyspacesResponse struct + SrvKeyspaces map[string]*topodata.SrvKeyspace + func (*GetSrvKeyspacesResponse) Descriptor() ([]byte, []int) + func (*GetSrvKeyspacesResponse) ProtoMessage() + func (m *GetSrvKeyspacesResponse) CloneMessageVT() proto.Message + func (m *GetSrvKeyspacesResponse) CloneVT() *GetSrvKeyspacesResponse + func (m *GetSrvKeyspacesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspacesResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSrvKeyspacesResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetSrvKeyspacesResponse) SizeVT() (n int) + func (m *GetSrvKeyspacesResponse) UnmarshalVT(dAtA []byte) error + func (x *GetSrvKeyspacesResponse) GetSrvKeyspaces() map[string]*topodata.SrvKeyspace + func (x *GetSrvKeyspacesResponse) ProtoReflect() protoreflect.Message + func (x *GetSrvKeyspacesResponse) Reset() + func (x *GetSrvKeyspacesResponse) String() string + type GetSrvVSchemaRequest struct + Cell string + func (*GetSrvVSchemaRequest) Descriptor() ([]byte, []int) + func (*GetSrvVSchemaRequest) ProtoMessage() + func (m *GetSrvVSchemaRequest) CloneMessageVT() proto.Message + func (m *GetSrvVSchemaRequest) CloneVT() *GetSrvVSchemaRequest + func (m *GetSrvVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSrvVSchemaRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSrvVSchemaRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetSrvVSchemaRequest) SizeVT() (n int) + func (m *GetSrvVSchemaRequest) UnmarshalVT(dAtA []byte) error + func (x *GetSrvVSchemaRequest) GetCell() string + func (x *GetSrvVSchemaRequest) ProtoReflect() protoreflect.Message + func (x *GetSrvVSchemaRequest) Reset() + func (x *GetSrvVSchemaRequest) String() string + type GetSrvVSchemaResponse struct + SrvVSchema *vschema.SrvVSchema + func (*GetSrvVSchemaResponse) Descriptor() ([]byte, []int) + func (*GetSrvVSchemaResponse) ProtoMessage() + func (m *GetSrvVSchemaResponse) CloneMessageVT() proto.Message + func (m *GetSrvVSchemaResponse) CloneVT() *GetSrvVSchemaResponse + func (m *GetSrvVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSrvVSchemaResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSrvVSchemaResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetSrvVSchemaResponse) SizeVT() (n int) + func (m *GetSrvVSchemaResponse) UnmarshalVT(dAtA []byte) error + func (x *GetSrvVSchemaResponse) GetSrvVSchema() *vschema.SrvVSchema + func (x *GetSrvVSchemaResponse) ProtoReflect() protoreflect.Message + func (x *GetSrvVSchemaResponse) Reset() + func (x *GetSrvVSchemaResponse) String() string + type GetSrvVSchemasRequest struct + Cells []string + func (*GetSrvVSchemasRequest) Descriptor() ([]byte, []int) + func (*GetSrvVSchemasRequest) ProtoMessage() + func (m *GetSrvVSchemasRequest) CloneMessageVT() proto.Message + func (m *GetSrvVSchemasRequest) CloneVT() *GetSrvVSchemasRequest + func (m *GetSrvVSchemasRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSrvVSchemasRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSrvVSchemasRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetSrvVSchemasRequest) SizeVT() (n int) + func (m *GetSrvVSchemasRequest) UnmarshalVT(dAtA []byte) error + func (x *GetSrvVSchemasRequest) GetCells() []string + func (x *GetSrvVSchemasRequest) ProtoReflect() protoreflect.Message + func (x *GetSrvVSchemasRequest) Reset() + func (x *GetSrvVSchemasRequest) String() string + type GetSrvVSchemasResponse struct + SrvVSchemas map[string]*vschema.SrvVSchema + func (*GetSrvVSchemasResponse) Descriptor() ([]byte, []int) + func (*GetSrvVSchemasResponse) ProtoMessage() + func (m *GetSrvVSchemasResponse) CloneMessageVT() proto.Message + func (m *GetSrvVSchemasResponse) CloneVT() *GetSrvVSchemasResponse + func (m *GetSrvVSchemasResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetSrvVSchemasResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetSrvVSchemasResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetSrvVSchemasResponse) SizeVT() (n int) + func (m *GetSrvVSchemasResponse) UnmarshalVT(dAtA []byte) error + func (x *GetSrvVSchemasResponse) GetSrvVSchemas() map[string]*vschema.SrvVSchema + func (x *GetSrvVSchemasResponse) ProtoReflect() protoreflect.Message + func (x *GetSrvVSchemasResponse) Reset() + func (x *GetSrvVSchemasResponse) String() string + type GetTabletRequest struct + TabletAlias *topodata.TabletAlias + func (*GetTabletRequest) Descriptor() ([]byte, []int) + func (*GetTabletRequest) ProtoMessage() + func (m *GetTabletRequest) CloneMessageVT() proto.Message + func (m *GetTabletRequest) CloneVT() *GetTabletRequest + func (m *GetTabletRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetTabletRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetTabletRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetTabletRequest) SizeVT() (n int) + func (m *GetTabletRequest) UnmarshalVT(dAtA []byte) error + func (x *GetTabletRequest) GetTabletAlias() *topodata.TabletAlias + func (x *GetTabletRequest) ProtoReflect() protoreflect.Message + func (x *GetTabletRequest) Reset() + func (x *GetTabletRequest) String() string + type GetTabletResponse struct + Tablet *topodata.Tablet + func (*GetTabletResponse) Descriptor() ([]byte, []int) + func (*GetTabletResponse) ProtoMessage() + func (m *GetTabletResponse) CloneMessageVT() proto.Message + func (m *GetTabletResponse) CloneVT() *GetTabletResponse + func (m *GetTabletResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetTabletResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetTabletResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetTabletResponse) SizeVT() (n int) + func (m *GetTabletResponse) UnmarshalVT(dAtA []byte) error + func (x *GetTabletResponse) GetTablet() *topodata.Tablet + func (x *GetTabletResponse) ProtoReflect() protoreflect.Message + func (x *GetTabletResponse) Reset() + func (x *GetTabletResponse) String() string + type GetTabletsRequest struct + Cells []string + Keyspace string + Shard string + Strict bool + TabletAliases []*topodata.TabletAlias + TabletType topodata.TabletType + func (*GetTabletsRequest) Descriptor() ([]byte, []int) + func (*GetTabletsRequest) ProtoMessage() + func (m *GetTabletsRequest) CloneMessageVT() proto.Message + func (m *GetTabletsRequest) CloneVT() *GetTabletsRequest + func (m *GetTabletsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetTabletsRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetTabletsRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetTabletsRequest) SizeVT() (n int) + func (m *GetTabletsRequest) UnmarshalVT(dAtA []byte) error + func (x *GetTabletsRequest) GetCells() []string + func (x *GetTabletsRequest) GetKeyspace() string + func (x *GetTabletsRequest) GetShard() string + func (x *GetTabletsRequest) GetStrict() bool + func (x *GetTabletsRequest) GetTabletAliases() []*topodata.TabletAlias + func (x *GetTabletsRequest) GetTabletType() topodata.TabletType + func (x *GetTabletsRequest) ProtoReflect() protoreflect.Message + func (x *GetTabletsRequest) Reset() + func (x *GetTabletsRequest) String() string + type GetTabletsResponse struct + Tablets []*topodata.Tablet + func (*GetTabletsResponse) Descriptor() ([]byte, []int) + func (*GetTabletsResponse) ProtoMessage() + func (m *GetTabletsResponse) CloneMessageVT() proto.Message + func (m *GetTabletsResponse) CloneVT() *GetTabletsResponse + func (m *GetTabletsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetTabletsResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetTabletsResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetTabletsResponse) SizeVT() (n int) + func (m *GetTabletsResponse) UnmarshalVT(dAtA []byte) error + func (x *GetTabletsResponse) GetTablets() []*topodata.Tablet + func (x *GetTabletsResponse) ProtoReflect() protoreflect.Message + func (x *GetTabletsResponse) Reset() + func (x *GetTabletsResponse) String() string + type GetThrottlerStatusRequest struct + TabletAlias *topodata.TabletAlias + func (*GetThrottlerStatusRequest) Descriptor() ([]byte, []int) + func (*GetThrottlerStatusRequest) ProtoMessage() + func (m *GetThrottlerStatusRequest) CloneMessageVT() proto.Message + func (m *GetThrottlerStatusRequest) CloneVT() *GetThrottlerStatusRequest + func (m *GetThrottlerStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetThrottlerStatusRequest) SizeVT() (n int) + func (m *GetThrottlerStatusRequest) UnmarshalVT(dAtA []byte) error + func (x *GetThrottlerStatusRequest) GetTabletAlias() *topodata.TabletAlias + func (x *GetThrottlerStatusRequest) ProtoReflect() protoreflect.Message + func (x *GetThrottlerStatusRequest) Reset() + func (x *GetThrottlerStatusRequest) String() string + type GetThrottlerStatusResponse struct + AggregatedMetrics map[string]*GetThrottlerStatusResponse_MetricResult + AppCheckedMetrics map[string]string + CustomMetricQuery string + DefaultThreshold float64 + IsDormant bool + IsEnabled bool + IsLeader bool + IsOpen bool + Keyspace string + LagMetricQuery string + MetricNameUsedAsDefault string + MetricThresholds map[string]float64 + MetricsHealth map[string]*GetThrottlerStatusResponse_MetricHealth + RecentApps map[string]*GetThrottlerStatusResponse_RecentApp + RecentlyChecked bool + Shard string + TabletAlias string + ThrottledApps map[string]*topodata.ThrottledAppRule + func (*GetThrottlerStatusResponse) Descriptor() ([]byte, []int) + func (*GetThrottlerStatusResponse) ProtoMessage() + func (m *GetThrottlerStatusResponse) CloneMessageVT() proto.Message + func (m *GetThrottlerStatusResponse) CloneVT() *GetThrottlerStatusResponse + func (m *GetThrottlerStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetThrottlerStatusResponse) SizeVT() (n int) + func (m *GetThrottlerStatusResponse) UnmarshalVT(dAtA []byte) error + func (x *GetThrottlerStatusResponse) GetAggregatedMetrics() map[string]*GetThrottlerStatusResponse_MetricResult + func (x *GetThrottlerStatusResponse) GetAppCheckedMetrics() map[string]string + func (x *GetThrottlerStatusResponse) GetCustomMetricQuery() string + func (x *GetThrottlerStatusResponse) GetDefaultThreshold() float64 + func (x *GetThrottlerStatusResponse) GetIsDormant() bool + func (x *GetThrottlerStatusResponse) GetIsEnabled() bool + func (x *GetThrottlerStatusResponse) GetIsLeader() bool + func (x *GetThrottlerStatusResponse) GetIsOpen() bool + func (x *GetThrottlerStatusResponse) GetKeyspace() string + func (x *GetThrottlerStatusResponse) GetLagMetricQuery() string + func (x *GetThrottlerStatusResponse) GetMetricNameUsedAsDefault() string + func (x *GetThrottlerStatusResponse) GetMetricThresholds() map[string]float64 + func (x *GetThrottlerStatusResponse) GetMetricsHealth() map[string]*GetThrottlerStatusResponse_MetricHealth + func (x *GetThrottlerStatusResponse) GetRecentApps() map[string]*GetThrottlerStatusResponse_RecentApp + func (x *GetThrottlerStatusResponse) GetRecentlyChecked() bool + func (x *GetThrottlerStatusResponse) GetShard() string + func (x *GetThrottlerStatusResponse) GetTabletAlias() string + func (x *GetThrottlerStatusResponse) GetThrottledApps() map[string]*topodata.ThrottledAppRule + func (x *GetThrottlerStatusResponse) ProtoReflect() protoreflect.Message + func (x *GetThrottlerStatusResponse) Reset() + func (x *GetThrottlerStatusResponse) String() string + type GetThrottlerStatusResponse_MetricHealth struct + LastHealthyAt *vttime.Time + SecondsSinceLastHealthy int64 + func (*GetThrottlerStatusResponse_MetricHealth) Descriptor() ([]byte, []int) + func (*GetThrottlerStatusResponse_MetricHealth) ProtoMessage() + func (m *GetThrottlerStatusResponse_MetricHealth) CloneMessageVT() proto.Message + func (m *GetThrottlerStatusResponse_MetricHealth) CloneVT() *GetThrottlerStatusResponse_MetricHealth + func (m *GetThrottlerStatusResponse_MetricHealth) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusResponse_MetricHealth) MarshalToVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusResponse_MetricHealth) MarshalVT() (dAtA []byte, err error) + func (m *GetThrottlerStatusResponse_MetricHealth) SizeVT() (n int) + func (m *GetThrottlerStatusResponse_MetricHealth) UnmarshalVT(dAtA []byte) error + func (x *GetThrottlerStatusResponse_MetricHealth) GetLastHealthyAt() *vttime.Time + func (x *GetThrottlerStatusResponse_MetricHealth) GetSecondsSinceLastHealthy() int64 + func (x *GetThrottlerStatusResponse_MetricHealth) ProtoReflect() protoreflect.Message + func (x *GetThrottlerStatusResponse_MetricHealth) Reset() + func (x *GetThrottlerStatusResponse_MetricHealth) String() string + type GetThrottlerStatusResponse_MetricResult struct + Error string + Value float64 + func (*GetThrottlerStatusResponse_MetricResult) Descriptor() ([]byte, []int) + func (*GetThrottlerStatusResponse_MetricResult) ProtoMessage() + func (m *GetThrottlerStatusResponse_MetricResult) CloneMessageVT() proto.Message + func (m *GetThrottlerStatusResponse_MetricResult) CloneVT() *GetThrottlerStatusResponse_MetricResult + func (m *GetThrottlerStatusResponse_MetricResult) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusResponse_MetricResult) MarshalToVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusResponse_MetricResult) MarshalVT() (dAtA []byte, err error) + func (m *GetThrottlerStatusResponse_MetricResult) SizeVT() (n int) + func (m *GetThrottlerStatusResponse_MetricResult) UnmarshalVT(dAtA []byte) error + func (x *GetThrottlerStatusResponse_MetricResult) GetError() string + func (x *GetThrottlerStatusResponse_MetricResult) GetValue() float64 + func (x *GetThrottlerStatusResponse_MetricResult) ProtoReflect() protoreflect.Message + func (x *GetThrottlerStatusResponse_MetricResult) Reset() + func (x *GetThrottlerStatusResponse_MetricResult) String() string + type GetThrottlerStatusResponse_RecentApp struct + CheckedAt *vttime.Time + StatusCode int32 + func (*GetThrottlerStatusResponse_RecentApp) Descriptor() ([]byte, []int) + func (*GetThrottlerStatusResponse_RecentApp) ProtoMessage() + func (m *GetThrottlerStatusResponse_RecentApp) CloneMessageVT() proto.Message + func (m *GetThrottlerStatusResponse_RecentApp) CloneVT() *GetThrottlerStatusResponse_RecentApp + func (m *GetThrottlerStatusResponse_RecentApp) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusResponse_RecentApp) MarshalToVT(dAtA []byte) (int, error) + func (m *GetThrottlerStatusResponse_RecentApp) MarshalVT() (dAtA []byte, err error) + func (m *GetThrottlerStatusResponse_RecentApp) SizeVT() (n int) + func (m *GetThrottlerStatusResponse_RecentApp) UnmarshalVT(dAtA []byte) error + func (x *GetThrottlerStatusResponse_RecentApp) GetCheckedAt() *vttime.Time + func (x *GetThrottlerStatusResponse_RecentApp) GetStatusCode() int32 + func (x *GetThrottlerStatusResponse_RecentApp) ProtoReflect() protoreflect.Message + func (x *GetThrottlerStatusResponse_RecentApp) Reset() + func (x *GetThrottlerStatusResponse_RecentApp) String() string + type GetTopologyPathRequest struct + AsJson bool + Path string + Version int64 + func (*GetTopologyPathRequest) Descriptor() ([]byte, []int) + func (*GetTopologyPathRequest) ProtoMessage() + func (m *GetTopologyPathRequest) CloneMessageVT() proto.Message + func (m *GetTopologyPathRequest) CloneVT() *GetTopologyPathRequest + func (m *GetTopologyPathRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetTopologyPathRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetTopologyPathRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetTopologyPathRequest) SizeVT() (n int) + func (m *GetTopologyPathRequest) UnmarshalVT(dAtA []byte) error + func (x *GetTopologyPathRequest) GetAsJson() bool + func (x *GetTopologyPathRequest) GetPath() string + func (x *GetTopologyPathRequest) GetVersion() int64 + func (x *GetTopologyPathRequest) ProtoReflect() protoreflect.Message + func (x *GetTopologyPathRequest) Reset() + func (x *GetTopologyPathRequest) String() string + type GetTopologyPathResponse struct + Cell *TopologyCell + func (*GetTopologyPathResponse) Descriptor() ([]byte, []int) + func (*GetTopologyPathResponse) ProtoMessage() + func (m *GetTopologyPathResponse) CloneMessageVT() proto.Message + func (m *GetTopologyPathResponse) CloneVT() *GetTopologyPathResponse + func (m *GetTopologyPathResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetTopologyPathResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetTopologyPathResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetTopologyPathResponse) SizeVT() (n int) + func (m *GetTopologyPathResponse) UnmarshalVT(dAtA []byte) error + func (x *GetTopologyPathResponse) GetCell() *TopologyCell + func (x *GetTopologyPathResponse) ProtoReflect() protoreflect.Message + func (x *GetTopologyPathResponse) Reset() + func (x *GetTopologyPathResponse) String() string + type GetVSchemaRequest struct + Keyspace string + func (*GetVSchemaRequest) Descriptor() ([]byte, []int) + func (*GetVSchemaRequest) ProtoMessage() + func (m *GetVSchemaRequest) CloneMessageVT() proto.Message + func (m *GetVSchemaRequest) CloneVT() *GetVSchemaRequest + func (m *GetVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetVSchemaRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetVSchemaRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetVSchemaRequest) SizeVT() (n int) + func (m *GetVSchemaRequest) UnmarshalVT(dAtA []byte) error + func (x *GetVSchemaRequest) GetKeyspace() string + func (x *GetVSchemaRequest) ProtoReflect() protoreflect.Message + func (x *GetVSchemaRequest) Reset() + func (x *GetVSchemaRequest) String() string + type GetVSchemaResponse struct + VSchema *vschema.Keyspace + func (*GetVSchemaResponse) Descriptor() ([]byte, []int) + func (*GetVSchemaResponse) ProtoMessage() + func (m *GetVSchemaResponse) CloneMessageVT() proto.Message + func (m *GetVSchemaResponse) CloneVT() *GetVSchemaResponse + func (m *GetVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetVSchemaResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetVSchemaResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetVSchemaResponse) SizeVT() (n int) + func (m *GetVSchemaResponse) UnmarshalVT(dAtA []byte) error + func (x *GetVSchemaResponse) GetVSchema() *vschema.Keyspace + func (x *GetVSchemaResponse) ProtoReflect() protoreflect.Message + func (x *GetVSchemaResponse) Reset() + func (x *GetVSchemaResponse) String() string + type GetVersionRequest struct + TabletAlias *topodata.TabletAlias + func (*GetVersionRequest) Descriptor() ([]byte, []int) + func (*GetVersionRequest) ProtoMessage() + func (m *GetVersionRequest) CloneMessageVT() proto.Message + func (m *GetVersionRequest) CloneVT() *GetVersionRequest + func (m *GetVersionRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetVersionRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetVersionRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetVersionRequest) SizeVT() (n int) + func (m *GetVersionRequest) UnmarshalVT(dAtA []byte) error + func (x *GetVersionRequest) GetTabletAlias() *topodata.TabletAlias + func (x *GetVersionRequest) ProtoReflect() protoreflect.Message + func (x *GetVersionRequest) Reset() + func (x *GetVersionRequest) String() string + type GetVersionResponse struct + Version string + func (*GetVersionResponse) Descriptor() ([]byte, []int) + func (*GetVersionResponse) ProtoMessage() + func (m *GetVersionResponse) CloneMessageVT() proto.Message + func (m *GetVersionResponse) CloneVT() *GetVersionResponse + func (m *GetVersionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetVersionResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetVersionResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetVersionResponse) SizeVT() (n int) + func (m *GetVersionResponse) UnmarshalVT(dAtA []byte) error + func (x *GetVersionResponse) GetVersion() string + func (x *GetVersionResponse) ProtoReflect() protoreflect.Message + func (x *GetVersionResponse) Reset() + func (x *GetVersionResponse) String() string + type GetWorkflowsRequest struct + ActiveOnly bool + IncludeLogs bool + Keyspace string + NameOnly bool + Shards []string + Workflow string + func (*GetWorkflowsRequest) Descriptor() ([]byte, []int) + func (*GetWorkflowsRequest) ProtoMessage() + func (m *GetWorkflowsRequest) CloneMessageVT() proto.Message + func (m *GetWorkflowsRequest) CloneVT() *GetWorkflowsRequest + func (m *GetWorkflowsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetWorkflowsRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetWorkflowsRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetWorkflowsRequest) SizeVT() (n int) + func (m *GetWorkflowsRequest) UnmarshalVT(dAtA []byte) error + func (x *GetWorkflowsRequest) GetActiveOnly() bool + func (x *GetWorkflowsRequest) GetIncludeLogs() bool + func (x *GetWorkflowsRequest) GetKeyspace() string + func (x *GetWorkflowsRequest) GetNameOnly() bool + func (x *GetWorkflowsRequest) GetShards() []string + func (x *GetWorkflowsRequest) GetWorkflow() string + func (x *GetWorkflowsRequest) ProtoReflect() protoreflect.Message + func (x *GetWorkflowsRequest) Reset() + func (x *GetWorkflowsRequest) String() string + type GetWorkflowsResponse struct + Workflows []*Workflow + func (*GetWorkflowsResponse) Descriptor() ([]byte, []int) + func (*GetWorkflowsResponse) ProtoMessage() + func (m *GetWorkflowsResponse) CloneMessageVT() proto.Message + func (m *GetWorkflowsResponse) CloneVT() *GetWorkflowsResponse + func (m *GetWorkflowsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetWorkflowsResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetWorkflowsResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetWorkflowsResponse) SizeVT() (n int) + func (m *GetWorkflowsResponse) UnmarshalVT(dAtA []byte) error + func (x *GetWorkflowsResponse) GetWorkflows() []*Workflow + func (x *GetWorkflowsResponse) ProtoReflect() protoreflect.Message + func (x *GetWorkflowsResponse) Reset() + func (x *GetWorkflowsResponse) String() string + type InitShardPrimaryRequest struct + Force bool + Keyspace string + PrimaryElectTabletAlias *topodata.TabletAlias + Shard string + WaitReplicasTimeout *vttime.Duration + func (*InitShardPrimaryRequest) Descriptor() ([]byte, []int) + func (*InitShardPrimaryRequest) ProtoMessage() + func (m *InitShardPrimaryRequest) CloneMessageVT() proto.Message + func (m *InitShardPrimaryRequest) CloneVT() *InitShardPrimaryRequest + func (m *InitShardPrimaryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *InitShardPrimaryRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *InitShardPrimaryRequest) MarshalVT() (dAtA []byte, err error) + func (m *InitShardPrimaryRequest) SizeVT() (n int) + func (m *InitShardPrimaryRequest) UnmarshalVT(dAtA []byte) error + func (x *InitShardPrimaryRequest) GetForce() bool + func (x *InitShardPrimaryRequest) GetKeyspace() string + func (x *InitShardPrimaryRequest) GetPrimaryElectTabletAlias() *topodata.TabletAlias + func (x *InitShardPrimaryRequest) GetShard() string + func (x *InitShardPrimaryRequest) GetWaitReplicasTimeout() *vttime.Duration + func (x *InitShardPrimaryRequest) ProtoReflect() protoreflect.Message + func (x *InitShardPrimaryRequest) Reset() + func (x *InitShardPrimaryRequest) String() string + type InitShardPrimaryResponse struct + Events []*logutil.Event + func (*InitShardPrimaryResponse) Descriptor() ([]byte, []int) + func (*InitShardPrimaryResponse) ProtoMessage() + func (m *InitShardPrimaryResponse) CloneMessageVT() proto.Message + func (m *InitShardPrimaryResponse) CloneVT() *InitShardPrimaryResponse + func (m *InitShardPrimaryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *InitShardPrimaryResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *InitShardPrimaryResponse) MarshalVT() (dAtA []byte, err error) + func (m *InitShardPrimaryResponse) SizeVT() (n int) + func (m *InitShardPrimaryResponse) UnmarshalVT(dAtA []byte) error + func (x *InitShardPrimaryResponse) GetEvents() []*logutil.Event + func (x *InitShardPrimaryResponse) ProtoReflect() protoreflect.Message + func (x *InitShardPrimaryResponse) Reset() + func (x *InitShardPrimaryResponse) String() string + type Keyspace struct + Keyspace *topodata.Keyspace + Name string + func (*Keyspace) Descriptor() ([]byte, []int) + func (*Keyspace) ProtoMessage() + func (m *Keyspace) CloneMessageVT() proto.Message + func (m *Keyspace) CloneVT() *Keyspace + func (m *Keyspace) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Keyspace) MarshalToVT(dAtA []byte) (int, error) + func (m *Keyspace) MarshalVT() (dAtA []byte, err error) + func (m *Keyspace) SizeVT() (n int) + func (m *Keyspace) UnmarshalVT(dAtA []byte) error + func (x *Keyspace) GetKeyspace() *topodata.Keyspace + func (x *Keyspace) GetName() string + func (x *Keyspace) ProtoReflect() protoreflect.Message + func (x *Keyspace) Reset() + func (x *Keyspace) String() string + type LaunchSchemaMigrationRequest struct + Keyspace string + Uuid string + func (*LaunchSchemaMigrationRequest) Descriptor() ([]byte, []int) + func (*LaunchSchemaMigrationRequest) ProtoMessage() + func (m *LaunchSchemaMigrationRequest) CloneMessageVT() proto.Message + func (m *LaunchSchemaMigrationRequest) CloneVT() *LaunchSchemaMigrationRequest + func (m *LaunchSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *LaunchSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *LaunchSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error) + func (m *LaunchSchemaMigrationRequest) SizeVT() (n int) + func (m *LaunchSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error + func (x *LaunchSchemaMigrationRequest) GetKeyspace() string + func (x *LaunchSchemaMigrationRequest) GetUuid() string + func (x *LaunchSchemaMigrationRequest) ProtoReflect() protoreflect.Message + func (x *LaunchSchemaMigrationRequest) Reset() + func (x *LaunchSchemaMigrationRequest) String() string + type LaunchSchemaMigrationResponse struct + RowsAffectedByShard map[string]uint64 + func (*LaunchSchemaMigrationResponse) Descriptor() ([]byte, []int) + func (*LaunchSchemaMigrationResponse) ProtoMessage() + func (m *LaunchSchemaMigrationResponse) CloneMessageVT() proto.Message + func (m *LaunchSchemaMigrationResponse) CloneVT() *LaunchSchemaMigrationResponse + func (m *LaunchSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *LaunchSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *LaunchSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error) + func (m *LaunchSchemaMigrationResponse) SizeVT() (n int) + func (m *LaunchSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error + func (x *LaunchSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64 + func (x *LaunchSchemaMigrationResponse) ProtoReflect() protoreflect.Message + func (x *LaunchSchemaMigrationResponse) Reset() + func (x *LaunchSchemaMigrationResponse) String() string + type LookupVindexCreateRequest struct + Cells []string + ContinueAfterCopyWithOwner bool + Keyspace string + TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference + TabletTypes []topodata.TabletType + Vindex *vschema.Keyspace + Workflow string + func (*LookupVindexCreateRequest) Descriptor() ([]byte, []int) + func (*LookupVindexCreateRequest) ProtoMessage() + func (m *LookupVindexCreateRequest) CloneMessageVT() proto.Message + func (m *LookupVindexCreateRequest) CloneVT() *LookupVindexCreateRequest + func (m *LookupVindexCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *LookupVindexCreateRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *LookupVindexCreateRequest) MarshalVT() (dAtA []byte, err error) + func (m *LookupVindexCreateRequest) SizeVT() (n int) + func (m *LookupVindexCreateRequest) UnmarshalVT(dAtA []byte) error + func (x *LookupVindexCreateRequest) GetCells() []string + func (x *LookupVindexCreateRequest) GetContinueAfterCopyWithOwner() bool + func (x *LookupVindexCreateRequest) GetKeyspace() string + func (x *LookupVindexCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference + func (x *LookupVindexCreateRequest) GetTabletTypes() []topodata.TabletType + func (x *LookupVindexCreateRequest) GetVindex() *vschema.Keyspace + func (x *LookupVindexCreateRequest) GetWorkflow() string + func (x *LookupVindexCreateRequest) ProtoReflect() protoreflect.Message + func (x *LookupVindexCreateRequest) Reset() + func (x *LookupVindexCreateRequest) String() string + type LookupVindexCreateResponse struct + func (*LookupVindexCreateResponse) Descriptor() ([]byte, []int) + func (*LookupVindexCreateResponse) ProtoMessage() + func (m *LookupVindexCreateResponse) CloneMessageVT() proto.Message + func (m *LookupVindexCreateResponse) CloneVT() *LookupVindexCreateResponse + func (m *LookupVindexCreateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *LookupVindexCreateResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *LookupVindexCreateResponse) MarshalVT() (dAtA []byte, err error) + func (m *LookupVindexCreateResponse) SizeVT() (n int) + func (m *LookupVindexCreateResponse) UnmarshalVT(dAtA []byte) error + func (x *LookupVindexCreateResponse) ProtoReflect() protoreflect.Message + func (x *LookupVindexCreateResponse) Reset() + func (x *LookupVindexCreateResponse) String() string + type LookupVindexExternalizeRequest struct + Keyspace string + Name string + TableKeyspace string + func (*LookupVindexExternalizeRequest) Descriptor() ([]byte, []int) + func (*LookupVindexExternalizeRequest) ProtoMessage() + func (m *LookupVindexExternalizeRequest) CloneMessageVT() proto.Message + func (m *LookupVindexExternalizeRequest) CloneVT() *LookupVindexExternalizeRequest + func (m *LookupVindexExternalizeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *LookupVindexExternalizeRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *LookupVindexExternalizeRequest) MarshalVT() (dAtA []byte, err error) + func (m *LookupVindexExternalizeRequest) SizeVT() (n int) + func (m *LookupVindexExternalizeRequest) UnmarshalVT(dAtA []byte) error + func (x *LookupVindexExternalizeRequest) GetKeyspace() string + func (x *LookupVindexExternalizeRequest) GetName() string + func (x *LookupVindexExternalizeRequest) GetTableKeyspace() string + func (x *LookupVindexExternalizeRequest) ProtoReflect() protoreflect.Message + func (x *LookupVindexExternalizeRequest) Reset() + func (x *LookupVindexExternalizeRequest) String() string + type LookupVindexExternalizeResponse struct + WorkflowDeleted bool + func (*LookupVindexExternalizeResponse) Descriptor() ([]byte, []int) + func (*LookupVindexExternalizeResponse) ProtoMessage() + func (m *LookupVindexExternalizeResponse) CloneMessageVT() proto.Message + func (m *LookupVindexExternalizeResponse) CloneVT() *LookupVindexExternalizeResponse + func (m *LookupVindexExternalizeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *LookupVindexExternalizeResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *LookupVindexExternalizeResponse) MarshalVT() (dAtA []byte, err error) + func (m *LookupVindexExternalizeResponse) SizeVT() (n int) + func (m *LookupVindexExternalizeResponse) UnmarshalVT(dAtA []byte) error + func (x *LookupVindexExternalizeResponse) GetWorkflowDeleted() bool + func (x *LookupVindexExternalizeResponse) ProtoReflect() protoreflect.Message + func (x *LookupVindexExternalizeResponse) Reset() + func (x *LookupVindexExternalizeResponse) String() string + type MaterializationIntent int32 + const MaterializationIntent_CREATELOOKUPINDEX + const MaterializationIntent_CUSTOM + const MaterializationIntent_MOVETABLES + func (MaterializationIntent) Descriptor() protoreflect.EnumDescriptor + func (MaterializationIntent) EnumDescriptor() ([]byte, []int) + func (MaterializationIntent) Type() protoreflect.EnumType + func (x MaterializationIntent) Enum() *MaterializationIntent + func (x MaterializationIntent) Number() protoreflect.EnumNumber + func (x MaterializationIntent) String() string + type MaterializeCreateRequest struct + Settings *MaterializeSettings + func (*MaterializeCreateRequest) Descriptor() ([]byte, []int) + func (*MaterializeCreateRequest) ProtoMessage() + func (m *MaterializeCreateRequest) CloneMessageVT() proto.Message + func (m *MaterializeCreateRequest) CloneVT() *MaterializeCreateRequest + func (m *MaterializeCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MaterializeCreateRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *MaterializeCreateRequest) MarshalVT() (dAtA []byte, err error) + func (m *MaterializeCreateRequest) SizeVT() (n int) + func (m *MaterializeCreateRequest) UnmarshalVT(dAtA []byte) error + func (x *MaterializeCreateRequest) GetSettings() *MaterializeSettings + func (x *MaterializeCreateRequest) ProtoReflect() protoreflect.Message + func (x *MaterializeCreateRequest) Reset() + func (x *MaterializeCreateRequest) String() string + type MaterializeCreateResponse struct + func (*MaterializeCreateResponse) Descriptor() ([]byte, []int) + func (*MaterializeCreateResponse) ProtoMessage() + func (m *MaterializeCreateResponse) CloneMessageVT() proto.Message + func (m *MaterializeCreateResponse) CloneVT() *MaterializeCreateResponse + func (m *MaterializeCreateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MaterializeCreateResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *MaterializeCreateResponse) MarshalVT() (dAtA []byte, err error) + func (m *MaterializeCreateResponse) SizeVT() (n int) + func (m *MaterializeCreateResponse) UnmarshalVT(dAtA []byte) error + func (x *MaterializeCreateResponse) ProtoReflect() protoreflect.Message + func (x *MaterializeCreateResponse) Reset() + func (x *MaterializeCreateResponse) String() string + type MaterializeSettings struct + AtomicCopy bool + Cell string + DeferSecondaryKeys bool + ExternalCluster string + MaterializationIntent MaterializationIntent + OnDdl string + SourceKeyspace string + SourceShards []string + SourceTimeZone string + StopAfterCopy bool + TableSettings []*TableMaterializeSettings + TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference + TabletTypes string + TargetKeyspace string + TargetTimeZone string + Workflow string + WorkflowOptions *WorkflowOptions + func (*MaterializeSettings) Descriptor() ([]byte, []int) + func (*MaterializeSettings) ProtoMessage() + func (m *MaterializeSettings) CloneMessageVT() proto.Message + func (m *MaterializeSettings) CloneVT() *MaterializeSettings + func (m *MaterializeSettings) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MaterializeSettings) MarshalToVT(dAtA []byte) (int, error) + func (m *MaterializeSettings) MarshalVT() (dAtA []byte, err error) + func (m *MaterializeSettings) SizeVT() (n int) + func (m *MaterializeSettings) UnmarshalVT(dAtA []byte) error + func (x *MaterializeSettings) GetAtomicCopy() bool + func (x *MaterializeSettings) GetCell() string + func (x *MaterializeSettings) GetDeferSecondaryKeys() bool + func (x *MaterializeSettings) GetExternalCluster() string + func (x *MaterializeSettings) GetMaterializationIntent() MaterializationIntent + func (x *MaterializeSettings) GetOnDdl() string + func (x *MaterializeSettings) GetSourceKeyspace() string + func (x *MaterializeSettings) GetSourceShards() []string + func (x *MaterializeSettings) GetSourceTimeZone() string + func (x *MaterializeSettings) GetStopAfterCopy() bool + func (x *MaterializeSettings) GetTableSettings() []*TableMaterializeSettings + func (x *MaterializeSettings) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference + func (x *MaterializeSettings) GetTabletTypes() string + func (x *MaterializeSettings) GetTargetKeyspace() string + func (x *MaterializeSettings) GetTargetTimeZone() string + func (x *MaterializeSettings) GetWorkflow() string + func (x *MaterializeSettings) GetWorkflowOptions() *WorkflowOptions + func (x *MaterializeSettings) ProtoReflect() protoreflect.Message + func (x *MaterializeSettings) Reset() + func (x *MaterializeSettings) String() string + type MigrateCompleteRequest struct + DryRun bool + KeepData bool + KeepRoutingRules bool + RenameTables bool + TargetKeyspace string + Workflow string + func (*MigrateCompleteRequest) Descriptor() ([]byte, []int) + func (*MigrateCompleteRequest) ProtoMessage() + func (m *MigrateCompleteRequest) CloneMessageVT() proto.Message + func (m *MigrateCompleteRequest) CloneVT() *MigrateCompleteRequest + func (m *MigrateCompleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MigrateCompleteRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *MigrateCompleteRequest) MarshalVT() (dAtA []byte, err error) + func (m *MigrateCompleteRequest) SizeVT() (n int) + func (m *MigrateCompleteRequest) UnmarshalVT(dAtA []byte) error + func (x *MigrateCompleteRequest) GetDryRun() bool + func (x *MigrateCompleteRequest) GetKeepData() bool + func (x *MigrateCompleteRequest) GetKeepRoutingRules() bool + func (x *MigrateCompleteRequest) GetRenameTables() bool + func (x *MigrateCompleteRequest) GetTargetKeyspace() string + func (x *MigrateCompleteRequest) GetWorkflow() string + func (x *MigrateCompleteRequest) ProtoReflect() protoreflect.Message + func (x *MigrateCompleteRequest) Reset() + func (x *MigrateCompleteRequest) String() string + type MigrateCompleteResponse struct + DryRunResults []string + Summary string + func (*MigrateCompleteResponse) Descriptor() ([]byte, []int) + func (*MigrateCompleteResponse) ProtoMessage() + func (m *MigrateCompleteResponse) CloneMessageVT() proto.Message + func (m *MigrateCompleteResponse) CloneVT() *MigrateCompleteResponse + func (m *MigrateCompleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MigrateCompleteResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *MigrateCompleteResponse) MarshalVT() (dAtA []byte, err error) + func (m *MigrateCompleteResponse) SizeVT() (n int) + func (m *MigrateCompleteResponse) UnmarshalVT(dAtA []byte) error + func (x *MigrateCompleteResponse) GetDryRunResults() []string + func (x *MigrateCompleteResponse) GetSummary() string + func (x *MigrateCompleteResponse) ProtoReflect() protoreflect.Message + func (x *MigrateCompleteResponse) Reset() + func (x *MigrateCompleteResponse) String() string + type MigrateCreateRequest struct + AllTables bool + AutoStart bool + Cells []string + DeferSecondaryKeys bool + DropForeignKeys bool + ExcludeTables []string + IncludeTables []string + MountName string + NoRoutingRules bool + OnDdl string + SourceKeyspace string + SourceTimeZone string + StopAfterCopy bool + TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference + TabletTypes []topodata.TabletType + TargetKeyspace string + Workflow string + func (*MigrateCreateRequest) Descriptor() ([]byte, []int) + func (*MigrateCreateRequest) ProtoMessage() + func (m *MigrateCreateRequest) CloneMessageVT() proto.Message + func (m *MigrateCreateRequest) CloneVT() *MigrateCreateRequest + func (m *MigrateCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MigrateCreateRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *MigrateCreateRequest) MarshalVT() (dAtA []byte, err error) + func (m *MigrateCreateRequest) SizeVT() (n int) + func (m *MigrateCreateRequest) UnmarshalVT(dAtA []byte) error + func (x *MigrateCreateRequest) GetAllTables() bool + func (x *MigrateCreateRequest) GetAutoStart() bool + func (x *MigrateCreateRequest) GetCells() []string + func (x *MigrateCreateRequest) GetDeferSecondaryKeys() bool + func (x *MigrateCreateRequest) GetDropForeignKeys() bool + func (x *MigrateCreateRequest) GetExcludeTables() []string + func (x *MigrateCreateRequest) GetIncludeTables() []string + func (x *MigrateCreateRequest) GetMountName() string + func (x *MigrateCreateRequest) GetNoRoutingRules() bool + func (x *MigrateCreateRequest) GetOnDdl() string + func (x *MigrateCreateRequest) GetSourceKeyspace() string + func (x *MigrateCreateRequest) GetSourceTimeZone() string + func (x *MigrateCreateRequest) GetStopAfterCopy() bool + func (x *MigrateCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference + func (x *MigrateCreateRequest) GetTabletTypes() []topodata.TabletType + func (x *MigrateCreateRequest) GetTargetKeyspace() string + func (x *MigrateCreateRequest) GetWorkflow() string + func (x *MigrateCreateRequest) ProtoReflect() protoreflect.Message + func (x *MigrateCreateRequest) Reset() + func (x *MigrateCreateRequest) String() string + type MountListRequest struct + func (*MountListRequest) Descriptor() ([]byte, []int) + func (*MountListRequest) ProtoMessage() + func (m *MountListRequest) CloneMessageVT() proto.Message + func (m *MountListRequest) CloneVT() *MountListRequest + func (m *MountListRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MountListRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *MountListRequest) MarshalVT() (dAtA []byte, err error) + func (m *MountListRequest) SizeVT() (n int) + func (m *MountListRequest) UnmarshalVT(dAtA []byte) error + func (x *MountListRequest) ProtoReflect() protoreflect.Message + func (x *MountListRequest) Reset() + func (x *MountListRequest) String() string + type MountListResponse struct + Names []string + func (*MountListResponse) Descriptor() ([]byte, []int) + func (*MountListResponse) ProtoMessage() + func (m *MountListResponse) CloneMessageVT() proto.Message + func (m *MountListResponse) CloneVT() *MountListResponse + func (m *MountListResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MountListResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *MountListResponse) MarshalVT() (dAtA []byte, err error) + func (m *MountListResponse) SizeVT() (n int) + func (m *MountListResponse) UnmarshalVT(dAtA []byte) error + func (x *MountListResponse) GetNames() []string + func (x *MountListResponse) ProtoReflect() protoreflect.Message + func (x *MountListResponse) Reset() + func (x *MountListResponse) String() string + type MountRegisterRequest struct + Name string + TopoRoot string + TopoServer string + TopoType string + func (*MountRegisterRequest) Descriptor() ([]byte, []int) + func (*MountRegisterRequest) ProtoMessage() + func (m *MountRegisterRequest) CloneMessageVT() proto.Message + func (m *MountRegisterRequest) CloneVT() *MountRegisterRequest + func (m *MountRegisterRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MountRegisterRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *MountRegisterRequest) MarshalVT() (dAtA []byte, err error) + func (m *MountRegisterRequest) SizeVT() (n int) + func (m *MountRegisterRequest) UnmarshalVT(dAtA []byte) error + func (x *MountRegisterRequest) GetName() string + func (x *MountRegisterRequest) GetTopoRoot() string + func (x *MountRegisterRequest) GetTopoServer() string + func (x *MountRegisterRequest) GetTopoType() string + func (x *MountRegisterRequest) ProtoReflect() protoreflect.Message + func (x *MountRegisterRequest) Reset() + func (x *MountRegisterRequest) String() string + type MountRegisterResponse struct + func (*MountRegisterResponse) Descriptor() ([]byte, []int) + func (*MountRegisterResponse) ProtoMessage() + func (m *MountRegisterResponse) CloneMessageVT() proto.Message + func (m *MountRegisterResponse) CloneVT() *MountRegisterResponse + func (m *MountRegisterResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MountRegisterResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *MountRegisterResponse) MarshalVT() (dAtA []byte, err error) + func (m *MountRegisterResponse) SizeVT() (n int) + func (m *MountRegisterResponse) UnmarshalVT(dAtA []byte) error + func (x *MountRegisterResponse) ProtoReflect() protoreflect.Message + func (x *MountRegisterResponse) Reset() + func (x *MountRegisterResponse) String() string + type MountShowRequest struct + Name string + func (*MountShowRequest) Descriptor() ([]byte, []int) + func (*MountShowRequest) ProtoMessage() + func (m *MountShowRequest) CloneMessageVT() proto.Message + func (m *MountShowRequest) CloneVT() *MountShowRequest + func (m *MountShowRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MountShowRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *MountShowRequest) MarshalVT() (dAtA []byte, err error) + func (m *MountShowRequest) SizeVT() (n int) + func (m *MountShowRequest) UnmarshalVT(dAtA []byte) error + func (x *MountShowRequest) GetName() string + func (x *MountShowRequest) ProtoReflect() protoreflect.Message + func (x *MountShowRequest) Reset() + func (x *MountShowRequest) String() string + type MountShowResponse struct + Name string + TopoRoot string + TopoServer string + TopoType string + func (*MountShowResponse) Descriptor() ([]byte, []int) + func (*MountShowResponse) ProtoMessage() + func (m *MountShowResponse) CloneMessageVT() proto.Message + func (m *MountShowResponse) CloneVT() *MountShowResponse + func (m *MountShowResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MountShowResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *MountShowResponse) MarshalVT() (dAtA []byte, err error) + func (m *MountShowResponse) SizeVT() (n int) + func (m *MountShowResponse) UnmarshalVT(dAtA []byte) error + func (x *MountShowResponse) GetName() string + func (x *MountShowResponse) GetTopoRoot() string + func (x *MountShowResponse) GetTopoServer() string + func (x *MountShowResponse) GetTopoType() string + func (x *MountShowResponse) ProtoReflect() protoreflect.Message + func (x *MountShowResponse) Reset() + func (x *MountShowResponse) String() string + type MountUnregisterRequest struct + Name string + func (*MountUnregisterRequest) Descriptor() ([]byte, []int) + func (*MountUnregisterRequest) ProtoMessage() + func (m *MountUnregisterRequest) CloneMessageVT() proto.Message + func (m *MountUnregisterRequest) CloneVT() *MountUnregisterRequest + func (m *MountUnregisterRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MountUnregisterRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *MountUnregisterRequest) MarshalVT() (dAtA []byte, err error) + func (m *MountUnregisterRequest) SizeVT() (n int) + func (m *MountUnregisterRequest) UnmarshalVT(dAtA []byte) error + func (x *MountUnregisterRequest) GetName() string + func (x *MountUnregisterRequest) ProtoReflect() protoreflect.Message + func (x *MountUnregisterRequest) Reset() + func (x *MountUnregisterRequest) String() string + type MountUnregisterResponse struct + func (*MountUnregisterResponse) Descriptor() ([]byte, []int) + func (*MountUnregisterResponse) ProtoMessage() + func (m *MountUnregisterResponse) CloneMessageVT() proto.Message + func (m *MountUnregisterResponse) CloneVT() *MountUnregisterResponse + func (m *MountUnregisterResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MountUnregisterResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *MountUnregisterResponse) MarshalVT() (dAtA []byte, err error) + func (m *MountUnregisterResponse) SizeVT() (n int) + func (m *MountUnregisterResponse) UnmarshalVT(dAtA []byte) error + func (x *MountUnregisterResponse) ProtoReflect() protoreflect.Message + func (x *MountUnregisterResponse) Reset() + func (x *MountUnregisterResponse) String() string + type MoveTablesCompleteRequest struct + DryRun bool + KeepData bool + KeepRoutingRules bool + RenameTables bool + Shards []string + TargetKeyspace string + Workflow string + func (*MoveTablesCompleteRequest) Descriptor() ([]byte, []int) + func (*MoveTablesCompleteRequest) ProtoMessage() + func (m *MoveTablesCompleteRequest) CloneMessageVT() proto.Message + func (m *MoveTablesCompleteRequest) CloneVT() *MoveTablesCompleteRequest + func (m *MoveTablesCompleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MoveTablesCompleteRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *MoveTablesCompleteRequest) MarshalVT() (dAtA []byte, err error) + func (m *MoveTablesCompleteRequest) SizeVT() (n int) + func (m *MoveTablesCompleteRequest) UnmarshalVT(dAtA []byte) error + func (x *MoveTablesCompleteRequest) GetDryRun() bool + func (x *MoveTablesCompleteRequest) GetKeepData() bool + func (x *MoveTablesCompleteRequest) GetKeepRoutingRules() bool + func (x *MoveTablesCompleteRequest) GetRenameTables() bool + func (x *MoveTablesCompleteRequest) GetShards() []string + func (x *MoveTablesCompleteRequest) GetTargetKeyspace() string + func (x *MoveTablesCompleteRequest) GetWorkflow() string + func (x *MoveTablesCompleteRequest) ProtoReflect() protoreflect.Message + func (x *MoveTablesCompleteRequest) Reset() + func (x *MoveTablesCompleteRequest) String() string + type MoveTablesCompleteResponse struct + DryRunResults []string + Summary string + func (*MoveTablesCompleteResponse) Descriptor() ([]byte, []int) + func (*MoveTablesCompleteResponse) ProtoMessage() + func (m *MoveTablesCompleteResponse) CloneMessageVT() proto.Message + func (m *MoveTablesCompleteResponse) CloneVT() *MoveTablesCompleteResponse + func (m *MoveTablesCompleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MoveTablesCompleteResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *MoveTablesCompleteResponse) MarshalVT() (dAtA []byte, err error) + func (m *MoveTablesCompleteResponse) SizeVT() (n int) + func (m *MoveTablesCompleteResponse) UnmarshalVT(dAtA []byte) error + func (x *MoveTablesCompleteResponse) GetDryRunResults() []string + func (x *MoveTablesCompleteResponse) GetSummary() string + func (x *MoveTablesCompleteResponse) ProtoReflect() protoreflect.Message + func (x *MoveTablesCompleteResponse) Reset() + func (x *MoveTablesCompleteResponse) String() string + type MoveTablesCreateRequest struct + AllTables bool + AtomicCopy bool + AutoStart bool + Cells []string + DeferSecondaryKeys bool + DropForeignKeys bool + ExcludeTables []string + ExternalClusterName string + IncludeTables []string + NoRoutingRules bool + OnDdl string + SourceKeyspace string + SourceShards []string + SourceTimeZone string + StopAfterCopy bool + TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference + TabletTypes []topodata.TabletType + TargetKeyspace string + Workflow string + WorkflowOptions *WorkflowOptions + func (*MoveTablesCreateRequest) Descriptor() ([]byte, []int) + func (*MoveTablesCreateRequest) ProtoMessage() + func (m *MoveTablesCreateRequest) CloneMessageVT() proto.Message + func (m *MoveTablesCreateRequest) CloneVT() *MoveTablesCreateRequest + func (m *MoveTablesCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MoveTablesCreateRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *MoveTablesCreateRequest) MarshalVT() (dAtA []byte, err error) + func (m *MoveTablesCreateRequest) SizeVT() (n int) + func (m *MoveTablesCreateRequest) UnmarshalVT(dAtA []byte) error + func (x *MoveTablesCreateRequest) GetAllTables() bool + func (x *MoveTablesCreateRequest) GetAtomicCopy() bool + func (x *MoveTablesCreateRequest) GetAutoStart() bool + func (x *MoveTablesCreateRequest) GetCells() []string + func (x *MoveTablesCreateRequest) GetDeferSecondaryKeys() bool + func (x *MoveTablesCreateRequest) GetDropForeignKeys() bool + func (x *MoveTablesCreateRequest) GetExcludeTables() []string + func (x *MoveTablesCreateRequest) GetExternalClusterName() string + func (x *MoveTablesCreateRequest) GetIncludeTables() []string + func (x *MoveTablesCreateRequest) GetNoRoutingRules() bool + func (x *MoveTablesCreateRequest) GetOnDdl() string + func (x *MoveTablesCreateRequest) GetSourceKeyspace() string + func (x *MoveTablesCreateRequest) GetSourceShards() []string + func (x *MoveTablesCreateRequest) GetSourceTimeZone() string + func (x *MoveTablesCreateRequest) GetStopAfterCopy() bool + func (x *MoveTablesCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference + func (x *MoveTablesCreateRequest) GetTabletTypes() []topodata.TabletType + func (x *MoveTablesCreateRequest) GetTargetKeyspace() string + func (x *MoveTablesCreateRequest) GetWorkflow() string + func (x *MoveTablesCreateRequest) GetWorkflowOptions() *WorkflowOptions + func (x *MoveTablesCreateRequest) ProtoReflect() protoreflect.Message + func (x *MoveTablesCreateRequest) Reset() + func (x *MoveTablesCreateRequest) String() string + type MoveTablesCreateResponse struct + Details []*MoveTablesCreateResponse_TabletInfo + Summary string + func (*MoveTablesCreateResponse) Descriptor() ([]byte, []int) + func (*MoveTablesCreateResponse) ProtoMessage() + func (m *MoveTablesCreateResponse) CloneMessageVT() proto.Message + func (m *MoveTablesCreateResponse) CloneVT() *MoveTablesCreateResponse + func (m *MoveTablesCreateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MoveTablesCreateResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *MoveTablesCreateResponse) MarshalVT() (dAtA []byte, err error) + func (m *MoveTablesCreateResponse) SizeVT() (n int) + func (m *MoveTablesCreateResponse) UnmarshalVT(dAtA []byte) error + func (x *MoveTablesCreateResponse) GetDetails() []*MoveTablesCreateResponse_TabletInfo + func (x *MoveTablesCreateResponse) GetSummary() string + func (x *MoveTablesCreateResponse) ProtoReflect() protoreflect.Message + func (x *MoveTablesCreateResponse) Reset() + func (x *MoveTablesCreateResponse) String() string + type MoveTablesCreateResponse_TabletInfo struct + Created bool + Tablet *topodata.TabletAlias + func (*MoveTablesCreateResponse_TabletInfo) Descriptor() ([]byte, []int) + func (*MoveTablesCreateResponse_TabletInfo) ProtoMessage() + func (m *MoveTablesCreateResponse_TabletInfo) CloneMessageVT() proto.Message + func (m *MoveTablesCreateResponse_TabletInfo) CloneVT() *MoveTablesCreateResponse_TabletInfo + func (m *MoveTablesCreateResponse_TabletInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MoveTablesCreateResponse_TabletInfo) MarshalToVT(dAtA []byte) (int, error) + func (m *MoveTablesCreateResponse_TabletInfo) MarshalVT() (dAtA []byte, err error) + func (m *MoveTablesCreateResponse_TabletInfo) SizeVT() (n int) + func (m *MoveTablesCreateResponse_TabletInfo) UnmarshalVT(dAtA []byte) error + func (x *MoveTablesCreateResponse_TabletInfo) GetCreated() bool + func (x *MoveTablesCreateResponse_TabletInfo) GetTablet() *topodata.TabletAlias + func (x *MoveTablesCreateResponse_TabletInfo) ProtoReflect() protoreflect.Message + func (x *MoveTablesCreateResponse_TabletInfo) Reset() + func (x *MoveTablesCreateResponse_TabletInfo) String() string + type PingTabletRequest struct + TabletAlias *topodata.TabletAlias + func (*PingTabletRequest) Descriptor() ([]byte, []int) + func (*PingTabletRequest) ProtoMessage() + func (m *PingTabletRequest) CloneMessageVT() proto.Message + func (m *PingTabletRequest) CloneVT() *PingTabletRequest + func (m *PingTabletRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PingTabletRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *PingTabletRequest) MarshalVT() (dAtA []byte, err error) + func (m *PingTabletRequest) SizeVT() (n int) + func (m *PingTabletRequest) UnmarshalVT(dAtA []byte) error + func (x *PingTabletRequest) GetTabletAlias() *topodata.TabletAlias + func (x *PingTabletRequest) ProtoReflect() protoreflect.Message + func (x *PingTabletRequest) Reset() + func (x *PingTabletRequest) String() string + type PingTabletResponse struct + func (*PingTabletResponse) Descriptor() ([]byte, []int) + func (*PingTabletResponse) ProtoMessage() + func (m *PingTabletResponse) CloneMessageVT() proto.Message + func (m *PingTabletResponse) CloneVT() *PingTabletResponse + func (m *PingTabletResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PingTabletResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *PingTabletResponse) MarshalVT() (dAtA []byte, err error) + func (m *PingTabletResponse) SizeVT() (n int) + func (m *PingTabletResponse) UnmarshalVT(dAtA []byte) error + func (x *PingTabletResponse) ProtoReflect() protoreflect.Message + func (x *PingTabletResponse) Reset() + func (x *PingTabletResponse) String() string + type PlannedReparentShardRequest struct + AvoidPrimary *topodata.TabletAlias + Keyspace string + NewPrimary *topodata.TabletAlias + Shard string + TolerableReplicationLag *vttime.Duration + WaitReplicasTimeout *vttime.Duration + func (*PlannedReparentShardRequest) Descriptor() ([]byte, []int) + func (*PlannedReparentShardRequest) ProtoMessage() + func (m *PlannedReparentShardRequest) CloneMessageVT() proto.Message + func (m *PlannedReparentShardRequest) CloneVT() *PlannedReparentShardRequest + func (m *PlannedReparentShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PlannedReparentShardRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *PlannedReparentShardRequest) MarshalVT() (dAtA []byte, err error) + func (m *PlannedReparentShardRequest) SizeVT() (n int) + func (m *PlannedReparentShardRequest) UnmarshalVT(dAtA []byte) error + func (x *PlannedReparentShardRequest) GetAvoidPrimary() *topodata.TabletAlias + func (x *PlannedReparentShardRequest) GetKeyspace() string + func (x *PlannedReparentShardRequest) GetNewPrimary() *topodata.TabletAlias + func (x *PlannedReparentShardRequest) GetShard() string + func (x *PlannedReparentShardRequest) GetTolerableReplicationLag() *vttime.Duration + func (x *PlannedReparentShardRequest) GetWaitReplicasTimeout() *vttime.Duration + func (x *PlannedReparentShardRequest) ProtoReflect() protoreflect.Message + func (x *PlannedReparentShardRequest) Reset() + func (x *PlannedReparentShardRequest) String() string + type PlannedReparentShardResponse struct + Events []*logutil.Event + Keyspace string + PromotedPrimary *topodata.TabletAlias + Shard string + func (*PlannedReparentShardResponse) Descriptor() ([]byte, []int) + func (*PlannedReparentShardResponse) ProtoMessage() + func (m *PlannedReparentShardResponse) CloneMessageVT() proto.Message + func (m *PlannedReparentShardResponse) CloneVT() *PlannedReparentShardResponse + func (m *PlannedReparentShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PlannedReparentShardResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *PlannedReparentShardResponse) MarshalVT() (dAtA []byte, err error) + func (m *PlannedReparentShardResponse) SizeVT() (n int) + func (m *PlannedReparentShardResponse) UnmarshalVT(dAtA []byte) error + func (x *PlannedReparentShardResponse) GetEvents() []*logutil.Event + func (x *PlannedReparentShardResponse) GetKeyspace() string + func (x *PlannedReparentShardResponse) GetPromotedPrimary() *topodata.TabletAlias + func (x *PlannedReparentShardResponse) GetShard() string + func (x *PlannedReparentShardResponse) ProtoReflect() protoreflect.Message + func (x *PlannedReparentShardResponse) Reset() + func (x *PlannedReparentShardResponse) String() string + type QueryOrdering int32 + const QueryOrdering_ASCENDING + const QueryOrdering_DESCENDING + const QueryOrdering_NONE + func (QueryOrdering) Descriptor() protoreflect.EnumDescriptor + func (QueryOrdering) EnumDescriptor() ([]byte, []int) + func (QueryOrdering) Type() protoreflect.EnumType + func (x QueryOrdering) Enum() *QueryOrdering + func (x QueryOrdering) Number() protoreflect.EnumNumber + func (x QueryOrdering) String() string + type RebuildKeyspaceGraphRequest struct + AllowPartial bool + Cells []string + Keyspace string + func (*RebuildKeyspaceGraphRequest) Descriptor() ([]byte, []int) + func (*RebuildKeyspaceGraphRequest) ProtoMessage() + func (m *RebuildKeyspaceGraphRequest) CloneMessageVT() proto.Message + func (m *RebuildKeyspaceGraphRequest) CloneVT() *RebuildKeyspaceGraphRequest + func (m *RebuildKeyspaceGraphRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RebuildKeyspaceGraphRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RebuildKeyspaceGraphRequest) MarshalVT() (dAtA []byte, err error) + func (m *RebuildKeyspaceGraphRequest) SizeVT() (n int) + func (m *RebuildKeyspaceGraphRequest) UnmarshalVT(dAtA []byte) error + func (x *RebuildKeyspaceGraphRequest) GetAllowPartial() bool + func (x *RebuildKeyspaceGraphRequest) GetCells() []string + func (x *RebuildKeyspaceGraphRequest) GetKeyspace() string + func (x *RebuildKeyspaceGraphRequest) ProtoReflect() protoreflect.Message + func (x *RebuildKeyspaceGraphRequest) Reset() + func (x *RebuildKeyspaceGraphRequest) String() string + type RebuildKeyspaceGraphResponse struct + func (*RebuildKeyspaceGraphResponse) Descriptor() ([]byte, []int) + func (*RebuildKeyspaceGraphResponse) ProtoMessage() + func (m *RebuildKeyspaceGraphResponse) CloneMessageVT() proto.Message + func (m *RebuildKeyspaceGraphResponse) CloneVT() *RebuildKeyspaceGraphResponse + func (m *RebuildKeyspaceGraphResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RebuildKeyspaceGraphResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RebuildKeyspaceGraphResponse) MarshalVT() (dAtA []byte, err error) + func (m *RebuildKeyspaceGraphResponse) SizeVT() (n int) + func (m *RebuildKeyspaceGraphResponse) UnmarshalVT(dAtA []byte) error + func (x *RebuildKeyspaceGraphResponse) ProtoReflect() protoreflect.Message + func (x *RebuildKeyspaceGraphResponse) Reset() + func (x *RebuildKeyspaceGraphResponse) String() string + type RebuildVSchemaGraphRequest struct + Cells []string + func (*RebuildVSchemaGraphRequest) Descriptor() ([]byte, []int) + func (*RebuildVSchemaGraphRequest) ProtoMessage() + func (m *RebuildVSchemaGraphRequest) CloneMessageVT() proto.Message + func (m *RebuildVSchemaGraphRequest) CloneVT() *RebuildVSchemaGraphRequest + func (m *RebuildVSchemaGraphRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RebuildVSchemaGraphRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RebuildVSchemaGraphRequest) MarshalVT() (dAtA []byte, err error) + func (m *RebuildVSchemaGraphRequest) SizeVT() (n int) + func (m *RebuildVSchemaGraphRequest) UnmarshalVT(dAtA []byte) error + func (x *RebuildVSchemaGraphRequest) GetCells() []string + func (x *RebuildVSchemaGraphRequest) ProtoReflect() protoreflect.Message + func (x *RebuildVSchemaGraphRequest) Reset() + func (x *RebuildVSchemaGraphRequest) String() string + type RebuildVSchemaGraphResponse struct + func (*RebuildVSchemaGraphResponse) Descriptor() ([]byte, []int) + func (*RebuildVSchemaGraphResponse) ProtoMessage() + func (m *RebuildVSchemaGraphResponse) CloneMessageVT() proto.Message + func (m *RebuildVSchemaGraphResponse) CloneVT() *RebuildVSchemaGraphResponse + func (m *RebuildVSchemaGraphResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RebuildVSchemaGraphResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RebuildVSchemaGraphResponse) MarshalVT() (dAtA []byte, err error) + func (m *RebuildVSchemaGraphResponse) SizeVT() (n int) + func (m *RebuildVSchemaGraphResponse) UnmarshalVT(dAtA []byte) error + func (x *RebuildVSchemaGraphResponse) ProtoReflect() protoreflect.Message + func (x *RebuildVSchemaGraphResponse) Reset() + func (x *RebuildVSchemaGraphResponse) String() string + type RefreshStateByShardRequest struct + Cells []string + Keyspace string + Shard string + func (*RefreshStateByShardRequest) Descriptor() ([]byte, []int) + func (*RefreshStateByShardRequest) ProtoMessage() + func (m *RefreshStateByShardRequest) CloneMessageVT() proto.Message + func (m *RefreshStateByShardRequest) CloneVT() *RefreshStateByShardRequest + func (m *RefreshStateByShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RefreshStateByShardRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RefreshStateByShardRequest) MarshalVT() (dAtA []byte, err error) + func (m *RefreshStateByShardRequest) SizeVT() (n int) + func (m *RefreshStateByShardRequest) UnmarshalVT(dAtA []byte) error + func (x *RefreshStateByShardRequest) GetCells() []string + func (x *RefreshStateByShardRequest) GetKeyspace() string + func (x *RefreshStateByShardRequest) GetShard() string + func (x *RefreshStateByShardRequest) ProtoReflect() protoreflect.Message + func (x *RefreshStateByShardRequest) Reset() + func (x *RefreshStateByShardRequest) String() string + type RefreshStateByShardResponse struct + IsPartialRefresh bool + PartialRefreshDetails string + func (*RefreshStateByShardResponse) Descriptor() ([]byte, []int) + func (*RefreshStateByShardResponse) ProtoMessage() + func (m *RefreshStateByShardResponse) CloneMessageVT() proto.Message + func (m *RefreshStateByShardResponse) CloneVT() *RefreshStateByShardResponse + func (m *RefreshStateByShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RefreshStateByShardResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RefreshStateByShardResponse) MarshalVT() (dAtA []byte, err error) + func (m *RefreshStateByShardResponse) SizeVT() (n int) + func (m *RefreshStateByShardResponse) UnmarshalVT(dAtA []byte) error + func (x *RefreshStateByShardResponse) GetIsPartialRefresh() bool + func (x *RefreshStateByShardResponse) GetPartialRefreshDetails() string + func (x *RefreshStateByShardResponse) ProtoReflect() protoreflect.Message + func (x *RefreshStateByShardResponse) Reset() + func (x *RefreshStateByShardResponse) String() string + type RefreshStateRequest struct + TabletAlias *topodata.TabletAlias + func (*RefreshStateRequest) Descriptor() ([]byte, []int) + func (*RefreshStateRequest) ProtoMessage() + func (m *RefreshStateRequest) CloneMessageVT() proto.Message + func (m *RefreshStateRequest) CloneVT() *RefreshStateRequest + func (m *RefreshStateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RefreshStateRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RefreshStateRequest) MarshalVT() (dAtA []byte, err error) + func (m *RefreshStateRequest) SizeVT() (n int) + func (m *RefreshStateRequest) UnmarshalVT(dAtA []byte) error + func (x *RefreshStateRequest) GetTabletAlias() *topodata.TabletAlias + func (x *RefreshStateRequest) ProtoReflect() protoreflect.Message + func (x *RefreshStateRequest) Reset() + func (x *RefreshStateRequest) String() string + type RefreshStateResponse struct + func (*RefreshStateResponse) Descriptor() ([]byte, []int) + func (*RefreshStateResponse) ProtoMessage() + func (m *RefreshStateResponse) CloneMessageVT() proto.Message + func (m *RefreshStateResponse) CloneVT() *RefreshStateResponse + func (m *RefreshStateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RefreshStateResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RefreshStateResponse) MarshalVT() (dAtA []byte, err error) + func (m *RefreshStateResponse) SizeVT() (n int) + func (m *RefreshStateResponse) UnmarshalVT(dAtA []byte) error + func (x *RefreshStateResponse) ProtoReflect() protoreflect.Message + func (x *RefreshStateResponse) Reset() + func (x *RefreshStateResponse) String() string + type ReloadSchemaKeyspaceRequest struct + Concurrency int32 + IncludePrimary bool + Keyspace string + WaitPosition string + func (*ReloadSchemaKeyspaceRequest) Descriptor() ([]byte, []int) + func (*ReloadSchemaKeyspaceRequest) ProtoMessage() + func (m *ReloadSchemaKeyspaceRequest) CloneMessageVT() proto.Message + func (m *ReloadSchemaKeyspaceRequest) CloneVT() *ReloadSchemaKeyspaceRequest + func (m *ReloadSchemaKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ReloadSchemaKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ReloadSchemaKeyspaceRequest) MarshalVT() (dAtA []byte, err error) + func (m *ReloadSchemaKeyspaceRequest) SizeVT() (n int) + func (m *ReloadSchemaKeyspaceRequest) UnmarshalVT(dAtA []byte) error + func (x *ReloadSchemaKeyspaceRequest) GetConcurrency() int32 + func (x *ReloadSchemaKeyspaceRequest) GetIncludePrimary() bool + func (x *ReloadSchemaKeyspaceRequest) GetKeyspace() string + func (x *ReloadSchemaKeyspaceRequest) GetWaitPosition() string + func (x *ReloadSchemaKeyspaceRequest) ProtoReflect() protoreflect.Message + func (x *ReloadSchemaKeyspaceRequest) Reset() + func (x *ReloadSchemaKeyspaceRequest) String() string + type ReloadSchemaKeyspaceResponse struct + Events []*logutil.Event + func (*ReloadSchemaKeyspaceResponse) Descriptor() ([]byte, []int) + func (*ReloadSchemaKeyspaceResponse) ProtoMessage() + func (m *ReloadSchemaKeyspaceResponse) CloneMessageVT() proto.Message + func (m *ReloadSchemaKeyspaceResponse) CloneVT() *ReloadSchemaKeyspaceResponse + func (m *ReloadSchemaKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ReloadSchemaKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ReloadSchemaKeyspaceResponse) MarshalVT() (dAtA []byte, err error) + func (m *ReloadSchemaKeyspaceResponse) SizeVT() (n int) + func (m *ReloadSchemaKeyspaceResponse) UnmarshalVT(dAtA []byte) error + func (x *ReloadSchemaKeyspaceResponse) GetEvents() []*logutil.Event + func (x *ReloadSchemaKeyspaceResponse) ProtoReflect() protoreflect.Message + func (x *ReloadSchemaKeyspaceResponse) Reset() + func (x *ReloadSchemaKeyspaceResponse) String() string + type ReloadSchemaRequest struct + TabletAlias *topodata.TabletAlias + func (*ReloadSchemaRequest) Descriptor() ([]byte, []int) + func (*ReloadSchemaRequest) ProtoMessage() + func (m *ReloadSchemaRequest) CloneMessageVT() proto.Message + func (m *ReloadSchemaRequest) CloneVT() *ReloadSchemaRequest + func (m *ReloadSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ReloadSchemaRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ReloadSchemaRequest) MarshalVT() (dAtA []byte, err error) + func (m *ReloadSchemaRequest) SizeVT() (n int) + func (m *ReloadSchemaRequest) UnmarshalVT(dAtA []byte) error + func (x *ReloadSchemaRequest) GetTabletAlias() *topodata.TabletAlias + func (x *ReloadSchemaRequest) ProtoReflect() protoreflect.Message + func (x *ReloadSchemaRequest) Reset() + func (x *ReloadSchemaRequest) String() string + type ReloadSchemaResponse struct + func (*ReloadSchemaResponse) Descriptor() ([]byte, []int) + func (*ReloadSchemaResponse) ProtoMessage() + func (m *ReloadSchemaResponse) CloneMessageVT() proto.Message + func (m *ReloadSchemaResponse) CloneVT() *ReloadSchemaResponse + func (m *ReloadSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ReloadSchemaResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ReloadSchemaResponse) MarshalVT() (dAtA []byte, err error) + func (m *ReloadSchemaResponse) SizeVT() (n int) + func (m *ReloadSchemaResponse) UnmarshalVT(dAtA []byte) error + func (x *ReloadSchemaResponse) ProtoReflect() protoreflect.Message + func (x *ReloadSchemaResponse) Reset() + func (x *ReloadSchemaResponse) String() string + type ReloadSchemaShardRequest struct + Concurrency int32 + IncludePrimary bool + Keyspace string + Shard string + WaitPosition string + func (*ReloadSchemaShardRequest) Descriptor() ([]byte, []int) + func (*ReloadSchemaShardRequest) ProtoMessage() + func (m *ReloadSchemaShardRequest) CloneMessageVT() proto.Message + func (m *ReloadSchemaShardRequest) CloneVT() *ReloadSchemaShardRequest + func (m *ReloadSchemaShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ReloadSchemaShardRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ReloadSchemaShardRequest) MarshalVT() (dAtA []byte, err error) + func (m *ReloadSchemaShardRequest) SizeVT() (n int) + func (m *ReloadSchemaShardRequest) UnmarshalVT(dAtA []byte) error + func (x *ReloadSchemaShardRequest) GetConcurrency() int32 + func (x *ReloadSchemaShardRequest) GetIncludePrimary() bool + func (x *ReloadSchemaShardRequest) GetKeyspace() string + func (x *ReloadSchemaShardRequest) GetShard() string + func (x *ReloadSchemaShardRequest) GetWaitPosition() string + func (x *ReloadSchemaShardRequest) ProtoReflect() protoreflect.Message + func (x *ReloadSchemaShardRequest) Reset() + func (x *ReloadSchemaShardRequest) String() string + type ReloadSchemaShardResponse struct + Events []*logutil.Event + func (*ReloadSchemaShardResponse) Descriptor() ([]byte, []int) + func (*ReloadSchemaShardResponse) ProtoMessage() + func (m *ReloadSchemaShardResponse) CloneMessageVT() proto.Message + func (m *ReloadSchemaShardResponse) CloneVT() *ReloadSchemaShardResponse + func (m *ReloadSchemaShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ReloadSchemaShardResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ReloadSchemaShardResponse) MarshalVT() (dAtA []byte, err error) + func (m *ReloadSchemaShardResponse) SizeVT() (n int) + func (m *ReloadSchemaShardResponse) UnmarshalVT(dAtA []byte) error + func (x *ReloadSchemaShardResponse) GetEvents() []*logutil.Event + func (x *ReloadSchemaShardResponse) ProtoReflect() protoreflect.Message + func (x *ReloadSchemaShardResponse) Reset() + func (x *ReloadSchemaShardResponse) String() string + type RemoveBackupRequest struct + Keyspace string + Name string + Shard string + func (*RemoveBackupRequest) Descriptor() ([]byte, []int) + func (*RemoveBackupRequest) ProtoMessage() + func (m *RemoveBackupRequest) CloneMessageVT() proto.Message + func (m *RemoveBackupRequest) CloneVT() *RemoveBackupRequest + func (m *RemoveBackupRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RemoveBackupRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RemoveBackupRequest) MarshalVT() (dAtA []byte, err error) + func (m *RemoveBackupRequest) SizeVT() (n int) + func (m *RemoveBackupRequest) UnmarshalVT(dAtA []byte) error + func (x *RemoveBackupRequest) GetKeyspace() string + func (x *RemoveBackupRequest) GetName() string + func (x *RemoveBackupRequest) GetShard() string + func (x *RemoveBackupRequest) ProtoReflect() protoreflect.Message + func (x *RemoveBackupRequest) Reset() + func (x *RemoveBackupRequest) String() string + type RemoveBackupResponse struct + func (*RemoveBackupResponse) Descriptor() ([]byte, []int) + func (*RemoveBackupResponse) ProtoMessage() + func (m *RemoveBackupResponse) CloneMessageVT() proto.Message + func (m *RemoveBackupResponse) CloneVT() *RemoveBackupResponse + func (m *RemoveBackupResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RemoveBackupResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RemoveBackupResponse) MarshalVT() (dAtA []byte, err error) + func (m *RemoveBackupResponse) SizeVT() (n int) + func (m *RemoveBackupResponse) UnmarshalVT(dAtA []byte) error + func (x *RemoveBackupResponse) ProtoReflect() protoreflect.Message + func (x *RemoveBackupResponse) Reset() + func (x *RemoveBackupResponse) String() string + type RemoveKeyspaceCellRequest struct + Cell string + Force bool + Keyspace string + Recursive bool + func (*RemoveKeyspaceCellRequest) Descriptor() ([]byte, []int) + func (*RemoveKeyspaceCellRequest) ProtoMessage() + func (m *RemoveKeyspaceCellRequest) CloneMessageVT() proto.Message + func (m *RemoveKeyspaceCellRequest) CloneVT() *RemoveKeyspaceCellRequest + func (m *RemoveKeyspaceCellRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RemoveKeyspaceCellRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RemoveKeyspaceCellRequest) MarshalVT() (dAtA []byte, err error) + func (m *RemoveKeyspaceCellRequest) SizeVT() (n int) + func (m *RemoveKeyspaceCellRequest) UnmarshalVT(dAtA []byte) error + func (x *RemoveKeyspaceCellRequest) GetCell() string + func (x *RemoveKeyspaceCellRequest) GetForce() bool + func (x *RemoveKeyspaceCellRequest) GetKeyspace() string + func (x *RemoveKeyspaceCellRequest) GetRecursive() bool + func (x *RemoveKeyspaceCellRequest) ProtoReflect() protoreflect.Message + func (x *RemoveKeyspaceCellRequest) Reset() + func (x *RemoveKeyspaceCellRequest) String() string + type RemoveKeyspaceCellResponse struct + func (*RemoveKeyspaceCellResponse) Descriptor() ([]byte, []int) + func (*RemoveKeyspaceCellResponse) ProtoMessage() + func (m *RemoveKeyspaceCellResponse) CloneMessageVT() proto.Message + func (m *RemoveKeyspaceCellResponse) CloneVT() *RemoveKeyspaceCellResponse + func (m *RemoveKeyspaceCellResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RemoveKeyspaceCellResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RemoveKeyspaceCellResponse) MarshalVT() (dAtA []byte, err error) + func (m *RemoveKeyspaceCellResponse) SizeVT() (n int) + func (m *RemoveKeyspaceCellResponse) UnmarshalVT(dAtA []byte) error + func (x *RemoveKeyspaceCellResponse) ProtoReflect() protoreflect.Message + func (x *RemoveKeyspaceCellResponse) Reset() + func (x *RemoveKeyspaceCellResponse) String() string + type RemoveShardCellRequest struct + Cell string + Force bool + Keyspace string + Recursive bool + ShardName string + func (*RemoveShardCellRequest) Descriptor() ([]byte, []int) + func (*RemoveShardCellRequest) ProtoMessage() + func (m *RemoveShardCellRequest) CloneMessageVT() proto.Message + func (m *RemoveShardCellRequest) CloneVT() *RemoveShardCellRequest + func (m *RemoveShardCellRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RemoveShardCellRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RemoveShardCellRequest) MarshalVT() (dAtA []byte, err error) + func (m *RemoveShardCellRequest) SizeVT() (n int) + func (m *RemoveShardCellRequest) UnmarshalVT(dAtA []byte) error + func (x *RemoveShardCellRequest) GetCell() string + func (x *RemoveShardCellRequest) GetForce() bool + func (x *RemoveShardCellRequest) GetKeyspace() string + func (x *RemoveShardCellRequest) GetRecursive() bool + func (x *RemoveShardCellRequest) GetShardName() string + func (x *RemoveShardCellRequest) ProtoReflect() protoreflect.Message + func (x *RemoveShardCellRequest) Reset() + func (x *RemoveShardCellRequest) String() string + type RemoveShardCellResponse struct + func (*RemoveShardCellResponse) Descriptor() ([]byte, []int) + func (*RemoveShardCellResponse) ProtoMessage() + func (m *RemoveShardCellResponse) CloneMessageVT() proto.Message + func (m *RemoveShardCellResponse) CloneVT() *RemoveShardCellResponse + func (m *RemoveShardCellResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RemoveShardCellResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RemoveShardCellResponse) MarshalVT() (dAtA []byte, err error) + func (m *RemoveShardCellResponse) SizeVT() (n int) + func (m *RemoveShardCellResponse) UnmarshalVT(dAtA []byte) error + func (x *RemoveShardCellResponse) ProtoReflect() protoreflect.Message + func (x *RemoveShardCellResponse) Reset() + func (x *RemoveShardCellResponse) String() string + type ReparentTabletRequest struct + Tablet *topodata.TabletAlias + func (*ReparentTabletRequest) Descriptor() ([]byte, []int) + func (*ReparentTabletRequest) ProtoMessage() + func (m *ReparentTabletRequest) CloneMessageVT() proto.Message + func (m *ReparentTabletRequest) CloneVT() *ReparentTabletRequest + func (m *ReparentTabletRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ReparentTabletRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ReparentTabletRequest) MarshalVT() (dAtA []byte, err error) + func (m *ReparentTabletRequest) SizeVT() (n int) + func (m *ReparentTabletRequest) UnmarshalVT(dAtA []byte) error + func (x *ReparentTabletRequest) GetTablet() *topodata.TabletAlias + func (x *ReparentTabletRequest) ProtoReflect() protoreflect.Message + func (x *ReparentTabletRequest) Reset() + func (x *ReparentTabletRequest) String() string + type ReparentTabletResponse struct + Keyspace string + Primary *topodata.TabletAlias + Shard string + func (*ReparentTabletResponse) Descriptor() ([]byte, []int) + func (*ReparentTabletResponse) ProtoMessage() + func (m *ReparentTabletResponse) CloneMessageVT() proto.Message + func (m *ReparentTabletResponse) CloneVT() *ReparentTabletResponse + func (m *ReparentTabletResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ReparentTabletResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ReparentTabletResponse) MarshalVT() (dAtA []byte, err error) + func (m *ReparentTabletResponse) SizeVT() (n int) + func (m *ReparentTabletResponse) UnmarshalVT(dAtA []byte) error + func (x *ReparentTabletResponse) GetKeyspace() string + func (x *ReparentTabletResponse) GetPrimary() *topodata.TabletAlias + func (x *ReparentTabletResponse) GetShard() string + func (x *ReparentTabletResponse) ProtoReflect() protoreflect.Message + func (x *ReparentTabletResponse) Reset() + func (x *ReparentTabletResponse) String() string + type ReshardCreateRequest struct + AutoStart bool + Cells []string + DeferSecondaryKeys bool + Keyspace string + OnDdl string + SkipSchemaCopy bool + SourceShards []string + StopAfterCopy bool + TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference + TabletTypes []topodata.TabletType + TargetShards []string + Workflow string + func (*ReshardCreateRequest) Descriptor() ([]byte, []int) + func (*ReshardCreateRequest) ProtoMessage() + func (m *ReshardCreateRequest) CloneMessageVT() proto.Message + func (m *ReshardCreateRequest) CloneVT() *ReshardCreateRequest + func (m *ReshardCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ReshardCreateRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ReshardCreateRequest) MarshalVT() (dAtA []byte, err error) + func (m *ReshardCreateRequest) SizeVT() (n int) + func (m *ReshardCreateRequest) UnmarshalVT(dAtA []byte) error + func (x *ReshardCreateRequest) GetAutoStart() bool + func (x *ReshardCreateRequest) GetCells() []string + func (x *ReshardCreateRequest) GetDeferSecondaryKeys() bool + func (x *ReshardCreateRequest) GetKeyspace() string + func (x *ReshardCreateRequest) GetOnDdl() string + func (x *ReshardCreateRequest) GetSkipSchemaCopy() bool + func (x *ReshardCreateRequest) GetSourceShards() []string + func (x *ReshardCreateRequest) GetStopAfterCopy() bool + func (x *ReshardCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference + func (x *ReshardCreateRequest) GetTabletTypes() []topodata.TabletType + func (x *ReshardCreateRequest) GetTargetShards() []string + func (x *ReshardCreateRequest) GetWorkflow() string + func (x *ReshardCreateRequest) ProtoReflect() protoreflect.Message + func (x *ReshardCreateRequest) Reset() + func (x *ReshardCreateRequest) String() string + type RestoreFromBackupRequest struct + BackupTime *vttime.Time + DryRun bool + RestoreToPos string + RestoreToTimestamp *vttime.Time + TabletAlias *topodata.TabletAlias + func (*RestoreFromBackupRequest) Descriptor() ([]byte, []int) + func (*RestoreFromBackupRequest) ProtoMessage() + func (m *RestoreFromBackupRequest) CloneMessageVT() proto.Message + func (m *RestoreFromBackupRequest) CloneVT() *RestoreFromBackupRequest + func (m *RestoreFromBackupRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RestoreFromBackupRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RestoreFromBackupRequest) MarshalVT() (dAtA []byte, err error) + func (m *RestoreFromBackupRequest) SizeVT() (n int) + func (m *RestoreFromBackupRequest) UnmarshalVT(dAtA []byte) error + func (x *RestoreFromBackupRequest) GetBackupTime() *vttime.Time + func (x *RestoreFromBackupRequest) GetDryRun() bool + func (x *RestoreFromBackupRequest) GetRestoreToPos() string + func (x *RestoreFromBackupRequest) GetRestoreToTimestamp() *vttime.Time + func (x *RestoreFromBackupRequest) GetTabletAlias() *topodata.TabletAlias + func (x *RestoreFromBackupRequest) ProtoReflect() protoreflect.Message + func (x *RestoreFromBackupRequest) Reset() + func (x *RestoreFromBackupRequest) String() string + type RestoreFromBackupResponse struct + Event *logutil.Event + Keyspace string + Shard string + TabletAlias *topodata.TabletAlias + func (*RestoreFromBackupResponse) Descriptor() ([]byte, []int) + func (*RestoreFromBackupResponse) ProtoMessage() + func (m *RestoreFromBackupResponse) CloneMessageVT() proto.Message + func (m *RestoreFromBackupResponse) CloneVT() *RestoreFromBackupResponse + func (m *RestoreFromBackupResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RestoreFromBackupResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RestoreFromBackupResponse) MarshalVT() (dAtA []byte, err error) + func (m *RestoreFromBackupResponse) SizeVT() (n int) + func (m *RestoreFromBackupResponse) UnmarshalVT(dAtA []byte) error + func (x *RestoreFromBackupResponse) GetEvent() *logutil.Event + func (x *RestoreFromBackupResponse) GetKeyspace() string + func (x *RestoreFromBackupResponse) GetShard() string + func (x *RestoreFromBackupResponse) GetTabletAlias() *topodata.TabletAlias + func (x *RestoreFromBackupResponse) ProtoReflect() protoreflect.Message + func (x *RestoreFromBackupResponse) Reset() + func (x *RestoreFromBackupResponse) String() string + type RetrySchemaMigrationRequest struct + Keyspace string + Uuid string + func (*RetrySchemaMigrationRequest) Descriptor() ([]byte, []int) + func (*RetrySchemaMigrationRequest) ProtoMessage() + func (m *RetrySchemaMigrationRequest) CloneMessageVT() proto.Message + func (m *RetrySchemaMigrationRequest) CloneVT() *RetrySchemaMigrationRequest + func (m *RetrySchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RetrySchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RetrySchemaMigrationRequest) MarshalVT() (dAtA []byte, err error) + func (m *RetrySchemaMigrationRequest) SizeVT() (n int) + func (m *RetrySchemaMigrationRequest) UnmarshalVT(dAtA []byte) error + func (x *RetrySchemaMigrationRequest) GetKeyspace() string + func (x *RetrySchemaMigrationRequest) GetUuid() string + func (x *RetrySchemaMigrationRequest) ProtoReflect() protoreflect.Message + func (x *RetrySchemaMigrationRequest) Reset() + func (x *RetrySchemaMigrationRequest) String() string + type RetrySchemaMigrationResponse struct + RowsAffectedByShard map[string]uint64 + func (*RetrySchemaMigrationResponse) Descriptor() ([]byte, []int) + func (*RetrySchemaMigrationResponse) ProtoMessage() + func (m *RetrySchemaMigrationResponse) CloneMessageVT() proto.Message + func (m *RetrySchemaMigrationResponse) CloneVT() *RetrySchemaMigrationResponse + func (m *RetrySchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RetrySchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RetrySchemaMigrationResponse) MarshalVT() (dAtA []byte, err error) + func (m *RetrySchemaMigrationResponse) SizeVT() (n int) + func (m *RetrySchemaMigrationResponse) UnmarshalVT(dAtA []byte) error + func (x *RetrySchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64 + func (x *RetrySchemaMigrationResponse) ProtoReflect() protoreflect.Message + func (x *RetrySchemaMigrationResponse) Reset() + func (x *RetrySchemaMigrationResponse) String() string + type RunHealthCheckRequest struct + TabletAlias *topodata.TabletAlias + func (*RunHealthCheckRequest) Descriptor() ([]byte, []int) + func (*RunHealthCheckRequest) ProtoMessage() + func (m *RunHealthCheckRequest) CloneMessageVT() proto.Message + func (m *RunHealthCheckRequest) CloneVT() *RunHealthCheckRequest + func (m *RunHealthCheckRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RunHealthCheckRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *RunHealthCheckRequest) MarshalVT() (dAtA []byte, err error) + func (m *RunHealthCheckRequest) SizeVT() (n int) + func (m *RunHealthCheckRequest) UnmarshalVT(dAtA []byte) error + func (x *RunHealthCheckRequest) GetTabletAlias() *topodata.TabletAlias + func (x *RunHealthCheckRequest) ProtoReflect() protoreflect.Message + func (x *RunHealthCheckRequest) Reset() + func (x *RunHealthCheckRequest) String() string + type RunHealthCheckResponse struct + func (*RunHealthCheckResponse) Descriptor() ([]byte, []int) + func (*RunHealthCheckResponse) ProtoMessage() + func (m *RunHealthCheckResponse) CloneMessageVT() proto.Message + func (m *RunHealthCheckResponse) CloneVT() *RunHealthCheckResponse + func (m *RunHealthCheckResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *RunHealthCheckResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *RunHealthCheckResponse) MarshalVT() (dAtA []byte, err error) + func (m *RunHealthCheckResponse) SizeVT() (n int) + func (m *RunHealthCheckResponse) UnmarshalVT(dAtA []byte) error + func (x *RunHealthCheckResponse) ProtoReflect() protoreflect.Message + func (x *RunHealthCheckResponse) Reset() + func (x *RunHealthCheckResponse) String() string + type SchemaMigration struct + AddedAt *vttime.Time + AddedUniqueKeys uint32 + AllowConcurrent bool + ArtifactRetention *vttime.Duration + Artifacts string + CancelledAt *vttime.Time + CleanedUpAt *vttime.Time + CompletedAt *vttime.Time + ComponentThrottled string + CutoverAttempts uint32 + DdlAction string + DroppedNoDefaultColumnNames string + EtaSeconds int64 + ExpandedColumnNames string + IsImmediateOperation bool + IsView bool + Keyspace string + LastThrottledAt *vttime.Time + LivenessTimestamp *vttime.Time + LogFile string + LogPath string + Message string + MigrationContext string + MigrationStatement string + Options string + PostponeCompletion bool + PostponeLaunch bool + Progress float32 + ReadyAt *vttime.Time + ReadyToComplete bool + ReadyToCompleteAt *vttime.Time + RemovedForeignKeyNames string + RemovedUniqueKeyNames string + RemovedUniqueKeys uint32 + RequestedAt *vttime.Time + Retries uint64 + RevertedUuid string + RevertibleNotes string + ReviewedAt *vttime.Time + RowsCopied uint64 + Schema string + Shard string + SpecialPlan string + Stage string + StartedAt *vttime.Time + Status SchemaMigration_Status + Strategy SchemaMigration_Strategy + Table string + TableRows int64 + Tablet *topodata.TabletAlias + TabletFailure bool + UserThrottleRatio float32 + Uuid string + VitessLivenessIndicator int64 + func (*SchemaMigration) Descriptor() ([]byte, []int) + func (*SchemaMigration) ProtoMessage() + func (m *SchemaMigration) CloneMessageVT() proto.Message + func (m *SchemaMigration) CloneVT() *SchemaMigration + func (m *SchemaMigration) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SchemaMigration) MarshalToVT(dAtA []byte) (int, error) + func (m *SchemaMigration) MarshalVT() (dAtA []byte, err error) + func (m *SchemaMigration) SizeVT() (n int) + func (m *SchemaMigration) UnmarshalVT(dAtA []byte) error + func (x *SchemaMigration) GetAddedAt() *vttime.Time + func (x *SchemaMigration) GetAddedUniqueKeys() uint32 + func (x *SchemaMigration) GetAllowConcurrent() bool + func (x *SchemaMigration) GetArtifactRetention() *vttime.Duration + func (x *SchemaMigration) GetArtifacts() string + func (x *SchemaMigration) GetCancelledAt() *vttime.Time + func (x *SchemaMigration) GetCleanedUpAt() *vttime.Time + func (x *SchemaMigration) GetCompletedAt() *vttime.Time + func (x *SchemaMigration) GetComponentThrottled() string + func (x *SchemaMigration) GetCutoverAttempts() uint32 + func (x *SchemaMigration) GetDdlAction() string + func (x *SchemaMigration) GetDroppedNoDefaultColumnNames() string + func (x *SchemaMigration) GetEtaSeconds() int64 + func (x *SchemaMigration) GetExpandedColumnNames() string + func (x *SchemaMigration) GetIsImmediateOperation() bool + func (x *SchemaMigration) GetIsView() bool + func (x *SchemaMigration) GetKeyspace() string + func (x *SchemaMigration) GetLastThrottledAt() *vttime.Time + func (x *SchemaMigration) GetLivenessTimestamp() *vttime.Time + func (x *SchemaMigration) GetLogFile() string + func (x *SchemaMigration) GetLogPath() string + func (x *SchemaMigration) GetMessage() string + func (x *SchemaMigration) GetMigrationContext() string + func (x *SchemaMigration) GetMigrationStatement() string + func (x *SchemaMigration) GetOptions() string + func (x *SchemaMigration) GetPostponeCompletion() bool + func (x *SchemaMigration) GetPostponeLaunch() bool + func (x *SchemaMigration) GetProgress() float32 + func (x *SchemaMigration) GetReadyAt() *vttime.Time + func (x *SchemaMigration) GetReadyToComplete() bool + func (x *SchemaMigration) GetReadyToCompleteAt() *vttime.Time + func (x *SchemaMigration) GetRemovedForeignKeyNames() string + func (x *SchemaMigration) GetRemovedUniqueKeyNames() string + func (x *SchemaMigration) GetRemovedUniqueKeys() uint32 + func (x *SchemaMigration) GetRequestedAt() *vttime.Time + func (x *SchemaMigration) GetRetries() uint64 + func (x *SchemaMigration) GetRevertedUuid() string + func (x *SchemaMigration) GetRevertibleNotes() string + func (x *SchemaMigration) GetReviewedAt() *vttime.Time + func (x *SchemaMigration) GetRowsCopied() uint64 + func (x *SchemaMigration) GetSchema() string + func (x *SchemaMigration) GetShard() string + func (x *SchemaMigration) GetSpecialPlan() string + func (x *SchemaMigration) GetStage() string + func (x *SchemaMigration) GetStartedAt() *vttime.Time + func (x *SchemaMigration) GetStatus() SchemaMigration_Status + func (x *SchemaMigration) GetStrategy() SchemaMigration_Strategy + func (x *SchemaMigration) GetTable() string + func (x *SchemaMigration) GetTableRows() int64 + func (x *SchemaMigration) GetTablet() *topodata.TabletAlias + func (x *SchemaMigration) GetTabletFailure() bool + func (x *SchemaMigration) GetUserThrottleRatio() float32 + func (x *SchemaMigration) GetUuid() string + func (x *SchemaMigration) GetVitessLivenessIndicator() int64 + func (x *SchemaMigration) ProtoReflect() protoreflect.Message + func (x *SchemaMigration) Reset() + func (x *SchemaMigration) String() string + type SchemaMigration_Status int32 + const SchemaMigration_CANCELLED + const SchemaMigration_COMPLETE + const SchemaMigration_FAILED + const SchemaMigration_QUEUED + const SchemaMigration_READY + const SchemaMigration_REQUESTED + const SchemaMigration_RUNNING + const SchemaMigration_UNKNOWN + func (SchemaMigration_Status) Descriptor() protoreflect.EnumDescriptor + func (SchemaMigration_Status) EnumDescriptor() ([]byte, []int) + func (SchemaMigration_Status) Type() protoreflect.EnumType + func (x SchemaMigration_Status) Enum() *SchemaMigration_Status + func (x SchemaMigration_Status) Number() protoreflect.EnumNumber + func (x SchemaMigration_Status) String() string + type SchemaMigration_Strategy int32 + const SchemaMigration_DIRECT + const SchemaMigration_GHOST + const SchemaMigration_MYSQL + const SchemaMigration_ONLINE + const SchemaMigration_PTOSC + const SchemaMigration_VITESS + func (SchemaMigration_Strategy) Descriptor() protoreflect.EnumDescriptor + func (SchemaMigration_Strategy) EnumDescriptor() ([]byte, []int) + func (SchemaMigration_Strategy) Type() protoreflect.EnumType + func (x SchemaMigration_Strategy) Enum() *SchemaMigration_Strategy + func (x SchemaMigration_Strategy) Number() protoreflect.EnumNumber + func (x SchemaMigration_Strategy) String() string + type SetKeyspaceDurabilityPolicyRequest struct + DurabilityPolicy string + Keyspace string + func (*SetKeyspaceDurabilityPolicyRequest) Descriptor() ([]byte, []int) + func (*SetKeyspaceDurabilityPolicyRequest) ProtoMessage() + func (m *SetKeyspaceDurabilityPolicyRequest) CloneMessageVT() proto.Message + func (m *SetKeyspaceDurabilityPolicyRequest) CloneVT() *SetKeyspaceDurabilityPolicyRequest + func (m *SetKeyspaceDurabilityPolicyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetKeyspaceDurabilityPolicyRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *SetKeyspaceDurabilityPolicyRequest) MarshalVT() (dAtA []byte, err error) + func (m *SetKeyspaceDurabilityPolicyRequest) SizeVT() (n int) + func (m *SetKeyspaceDurabilityPolicyRequest) UnmarshalVT(dAtA []byte) error + func (x *SetKeyspaceDurabilityPolicyRequest) GetDurabilityPolicy() string + func (x *SetKeyspaceDurabilityPolicyRequest) GetKeyspace() string + func (x *SetKeyspaceDurabilityPolicyRequest) ProtoReflect() protoreflect.Message + func (x *SetKeyspaceDurabilityPolicyRequest) Reset() + func (x *SetKeyspaceDurabilityPolicyRequest) String() string + type SetKeyspaceDurabilityPolicyResponse struct + Keyspace *topodata.Keyspace + func (*SetKeyspaceDurabilityPolicyResponse) Descriptor() ([]byte, []int) + func (*SetKeyspaceDurabilityPolicyResponse) ProtoMessage() + func (m *SetKeyspaceDurabilityPolicyResponse) CloneMessageVT() proto.Message + func (m *SetKeyspaceDurabilityPolicyResponse) CloneVT() *SetKeyspaceDurabilityPolicyResponse + func (m *SetKeyspaceDurabilityPolicyResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetKeyspaceDurabilityPolicyResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *SetKeyspaceDurabilityPolicyResponse) MarshalVT() (dAtA []byte, err error) + func (m *SetKeyspaceDurabilityPolicyResponse) SizeVT() (n int) + func (m *SetKeyspaceDurabilityPolicyResponse) UnmarshalVT(dAtA []byte) error + func (x *SetKeyspaceDurabilityPolicyResponse) GetKeyspace() *topodata.Keyspace + func (x *SetKeyspaceDurabilityPolicyResponse) ProtoReflect() protoreflect.Message + func (x *SetKeyspaceDurabilityPolicyResponse) Reset() + func (x *SetKeyspaceDurabilityPolicyResponse) String() string + type SetKeyspaceShardingInfoRequest struct + Force bool + Keyspace string + func (*SetKeyspaceShardingInfoRequest) Descriptor() ([]byte, []int) + func (*SetKeyspaceShardingInfoRequest) ProtoMessage() + func (m *SetKeyspaceShardingInfoRequest) CloneMessageVT() proto.Message + func (m *SetKeyspaceShardingInfoRequest) CloneVT() *SetKeyspaceShardingInfoRequest + func (m *SetKeyspaceShardingInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetKeyspaceShardingInfoRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *SetKeyspaceShardingInfoRequest) MarshalVT() (dAtA []byte, err error) + func (m *SetKeyspaceShardingInfoRequest) SizeVT() (n int) + func (m *SetKeyspaceShardingInfoRequest) UnmarshalVT(dAtA []byte) error + func (x *SetKeyspaceShardingInfoRequest) GetForce() bool + func (x *SetKeyspaceShardingInfoRequest) GetKeyspace() string + func (x *SetKeyspaceShardingInfoRequest) ProtoReflect() protoreflect.Message + func (x *SetKeyspaceShardingInfoRequest) Reset() + func (x *SetKeyspaceShardingInfoRequest) String() string + type SetKeyspaceShardingInfoResponse struct + Keyspace *topodata.Keyspace + func (*SetKeyspaceShardingInfoResponse) Descriptor() ([]byte, []int) + func (*SetKeyspaceShardingInfoResponse) ProtoMessage() + func (m *SetKeyspaceShardingInfoResponse) CloneMessageVT() proto.Message + func (m *SetKeyspaceShardingInfoResponse) CloneVT() *SetKeyspaceShardingInfoResponse + func (m *SetKeyspaceShardingInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetKeyspaceShardingInfoResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *SetKeyspaceShardingInfoResponse) MarshalVT() (dAtA []byte, err error) + func (m *SetKeyspaceShardingInfoResponse) SizeVT() (n int) + func (m *SetKeyspaceShardingInfoResponse) UnmarshalVT(dAtA []byte) error + func (x *SetKeyspaceShardingInfoResponse) GetKeyspace() *topodata.Keyspace + func (x *SetKeyspaceShardingInfoResponse) ProtoReflect() protoreflect.Message + func (x *SetKeyspaceShardingInfoResponse) Reset() + func (x *SetKeyspaceShardingInfoResponse) String() string + type SetShardIsPrimaryServingRequest struct + IsServing bool + Keyspace string + Shard string + func (*SetShardIsPrimaryServingRequest) Descriptor() ([]byte, []int) + func (*SetShardIsPrimaryServingRequest) ProtoMessage() + func (m *SetShardIsPrimaryServingRequest) CloneMessageVT() proto.Message + func (m *SetShardIsPrimaryServingRequest) CloneVT() *SetShardIsPrimaryServingRequest + func (m *SetShardIsPrimaryServingRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetShardIsPrimaryServingRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *SetShardIsPrimaryServingRequest) MarshalVT() (dAtA []byte, err error) + func (m *SetShardIsPrimaryServingRequest) SizeVT() (n int) + func (m *SetShardIsPrimaryServingRequest) UnmarshalVT(dAtA []byte) error + func (x *SetShardIsPrimaryServingRequest) GetIsServing() bool + func (x *SetShardIsPrimaryServingRequest) GetKeyspace() string + func (x *SetShardIsPrimaryServingRequest) GetShard() string + func (x *SetShardIsPrimaryServingRequest) ProtoReflect() protoreflect.Message + func (x *SetShardIsPrimaryServingRequest) Reset() + func (x *SetShardIsPrimaryServingRequest) String() string + type SetShardIsPrimaryServingResponse struct + Shard *topodata.Shard + func (*SetShardIsPrimaryServingResponse) Descriptor() ([]byte, []int) + func (*SetShardIsPrimaryServingResponse) ProtoMessage() + func (m *SetShardIsPrimaryServingResponse) CloneMessageVT() proto.Message + func (m *SetShardIsPrimaryServingResponse) CloneVT() *SetShardIsPrimaryServingResponse + func (m *SetShardIsPrimaryServingResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetShardIsPrimaryServingResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *SetShardIsPrimaryServingResponse) MarshalVT() (dAtA []byte, err error) + func (m *SetShardIsPrimaryServingResponse) SizeVT() (n int) + func (m *SetShardIsPrimaryServingResponse) UnmarshalVT(dAtA []byte) error + func (x *SetShardIsPrimaryServingResponse) GetShard() *topodata.Shard + func (x *SetShardIsPrimaryServingResponse) ProtoReflect() protoreflect.Message + func (x *SetShardIsPrimaryServingResponse) Reset() + func (x *SetShardIsPrimaryServingResponse) String() string + type SetShardTabletControlRequest struct + Cells []string + DeniedTables []string + DisableQueryService bool + Keyspace string + Remove bool + Shard string + TabletType topodata.TabletType + func (*SetShardTabletControlRequest) Descriptor() ([]byte, []int) + func (*SetShardTabletControlRequest) ProtoMessage() + func (m *SetShardTabletControlRequest) CloneMessageVT() proto.Message + func (m *SetShardTabletControlRequest) CloneVT() *SetShardTabletControlRequest + func (m *SetShardTabletControlRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetShardTabletControlRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *SetShardTabletControlRequest) MarshalVT() (dAtA []byte, err error) + func (m *SetShardTabletControlRequest) SizeVT() (n int) + func (m *SetShardTabletControlRequest) UnmarshalVT(dAtA []byte) error + func (x *SetShardTabletControlRequest) GetCells() []string + func (x *SetShardTabletControlRequest) GetDeniedTables() []string + func (x *SetShardTabletControlRequest) GetDisableQueryService() bool + func (x *SetShardTabletControlRequest) GetKeyspace() string + func (x *SetShardTabletControlRequest) GetRemove() bool + func (x *SetShardTabletControlRequest) GetShard() string + func (x *SetShardTabletControlRequest) GetTabletType() topodata.TabletType + func (x *SetShardTabletControlRequest) ProtoReflect() protoreflect.Message + func (x *SetShardTabletControlRequest) Reset() + func (x *SetShardTabletControlRequest) String() string + type SetShardTabletControlResponse struct + Shard *topodata.Shard + func (*SetShardTabletControlResponse) Descriptor() ([]byte, []int) + func (*SetShardTabletControlResponse) ProtoMessage() + func (m *SetShardTabletControlResponse) CloneMessageVT() proto.Message + func (m *SetShardTabletControlResponse) CloneVT() *SetShardTabletControlResponse + func (m *SetShardTabletControlResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetShardTabletControlResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *SetShardTabletControlResponse) MarshalVT() (dAtA []byte, err error) + func (m *SetShardTabletControlResponse) SizeVT() (n int) + func (m *SetShardTabletControlResponse) UnmarshalVT(dAtA []byte) error + func (x *SetShardTabletControlResponse) GetShard() *topodata.Shard + func (x *SetShardTabletControlResponse) ProtoReflect() protoreflect.Message + func (x *SetShardTabletControlResponse) Reset() + func (x *SetShardTabletControlResponse) String() string + type SetWritableRequest struct + TabletAlias *topodata.TabletAlias + Writable bool + func (*SetWritableRequest) Descriptor() ([]byte, []int) + func (*SetWritableRequest) ProtoMessage() + func (m *SetWritableRequest) CloneMessageVT() proto.Message + func (m *SetWritableRequest) CloneVT() *SetWritableRequest + func (m *SetWritableRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetWritableRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *SetWritableRequest) MarshalVT() (dAtA []byte, err error) + func (m *SetWritableRequest) SizeVT() (n int) + func (m *SetWritableRequest) UnmarshalVT(dAtA []byte) error + func (x *SetWritableRequest) GetTabletAlias() *topodata.TabletAlias + func (x *SetWritableRequest) GetWritable() bool + func (x *SetWritableRequest) ProtoReflect() protoreflect.Message + func (x *SetWritableRequest) Reset() + func (x *SetWritableRequest) String() string + type SetWritableResponse struct + func (*SetWritableResponse) Descriptor() ([]byte, []int) + func (*SetWritableResponse) ProtoMessage() + func (m *SetWritableResponse) CloneMessageVT() proto.Message + func (m *SetWritableResponse) CloneVT() *SetWritableResponse + func (m *SetWritableResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SetWritableResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *SetWritableResponse) MarshalVT() (dAtA []byte, err error) + func (m *SetWritableResponse) SizeVT() (n int) + func (m *SetWritableResponse) UnmarshalVT(dAtA []byte) error + func (x *SetWritableResponse) ProtoReflect() protoreflect.Message + func (x *SetWritableResponse) Reset() + func (x *SetWritableResponse) String() string + type Shard struct + Keyspace string + Name string + Shard *topodata.Shard + func (*Shard) Descriptor() ([]byte, []int) + func (*Shard) ProtoMessage() + func (m *Shard) CloneMessageVT() proto.Message + func (m *Shard) CloneVT() *Shard + func (m *Shard) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Shard) MarshalToVT(dAtA []byte) (int, error) + func (m *Shard) MarshalVT() (dAtA []byte, err error) + func (m *Shard) SizeVT() (n int) + func (m *Shard) UnmarshalVT(dAtA []byte) error + func (x *Shard) GetKeyspace() string + func (x *Shard) GetName() string + func (x *Shard) GetShard() *topodata.Shard + func (x *Shard) ProtoReflect() protoreflect.Message + func (x *Shard) Reset() + func (x *Shard) String() string + type ShardReplicationAddRequest struct + Keyspace string + Shard string + TabletAlias *topodata.TabletAlias + func (*ShardReplicationAddRequest) Descriptor() ([]byte, []int) + func (*ShardReplicationAddRequest) ProtoMessage() + func (m *ShardReplicationAddRequest) CloneMessageVT() proto.Message + func (m *ShardReplicationAddRequest) CloneVT() *ShardReplicationAddRequest + func (m *ShardReplicationAddRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ShardReplicationAddRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ShardReplicationAddRequest) MarshalVT() (dAtA []byte, err error) + func (m *ShardReplicationAddRequest) SizeVT() (n int) + func (m *ShardReplicationAddRequest) UnmarshalVT(dAtA []byte) error + func (x *ShardReplicationAddRequest) GetKeyspace() string + func (x *ShardReplicationAddRequest) GetShard() string + func (x *ShardReplicationAddRequest) GetTabletAlias() *topodata.TabletAlias + func (x *ShardReplicationAddRequest) ProtoReflect() protoreflect.Message + func (x *ShardReplicationAddRequest) Reset() + func (x *ShardReplicationAddRequest) String() string + type ShardReplicationAddResponse struct + func (*ShardReplicationAddResponse) Descriptor() ([]byte, []int) + func (*ShardReplicationAddResponse) ProtoMessage() + func (m *ShardReplicationAddResponse) CloneMessageVT() proto.Message + func (m *ShardReplicationAddResponse) CloneVT() *ShardReplicationAddResponse + func (m *ShardReplicationAddResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ShardReplicationAddResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ShardReplicationAddResponse) MarshalVT() (dAtA []byte, err error) + func (m *ShardReplicationAddResponse) SizeVT() (n int) + func (m *ShardReplicationAddResponse) UnmarshalVT(dAtA []byte) error + func (x *ShardReplicationAddResponse) ProtoReflect() protoreflect.Message + func (x *ShardReplicationAddResponse) Reset() + func (x *ShardReplicationAddResponse) String() string + type ShardReplicationFixRequest struct + Cell string + Keyspace string + Shard string + func (*ShardReplicationFixRequest) Descriptor() ([]byte, []int) + func (*ShardReplicationFixRequest) ProtoMessage() + func (m *ShardReplicationFixRequest) CloneMessageVT() proto.Message + func (m *ShardReplicationFixRequest) CloneVT() *ShardReplicationFixRequest + func (m *ShardReplicationFixRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ShardReplicationFixRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ShardReplicationFixRequest) MarshalVT() (dAtA []byte, err error) + func (m *ShardReplicationFixRequest) SizeVT() (n int) + func (m *ShardReplicationFixRequest) UnmarshalVT(dAtA []byte) error + func (x *ShardReplicationFixRequest) GetCell() string + func (x *ShardReplicationFixRequest) GetKeyspace() string + func (x *ShardReplicationFixRequest) GetShard() string + func (x *ShardReplicationFixRequest) ProtoReflect() protoreflect.Message + func (x *ShardReplicationFixRequest) Reset() + func (x *ShardReplicationFixRequest) String() string + type ShardReplicationFixResponse struct + Error *topodata.ShardReplicationError + func (*ShardReplicationFixResponse) Descriptor() ([]byte, []int) + func (*ShardReplicationFixResponse) ProtoMessage() + func (m *ShardReplicationFixResponse) CloneMessageVT() proto.Message + func (m *ShardReplicationFixResponse) CloneVT() *ShardReplicationFixResponse + func (m *ShardReplicationFixResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ShardReplicationFixResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ShardReplicationFixResponse) MarshalVT() (dAtA []byte, err error) + func (m *ShardReplicationFixResponse) SizeVT() (n int) + func (m *ShardReplicationFixResponse) UnmarshalVT(dAtA []byte) error + func (x *ShardReplicationFixResponse) GetError() *topodata.ShardReplicationError + func (x *ShardReplicationFixResponse) ProtoReflect() protoreflect.Message + func (x *ShardReplicationFixResponse) Reset() + func (x *ShardReplicationFixResponse) String() string + type ShardReplicationPositionsRequest struct + Keyspace string + Shard string + func (*ShardReplicationPositionsRequest) Descriptor() ([]byte, []int) + func (*ShardReplicationPositionsRequest) ProtoMessage() + func (m *ShardReplicationPositionsRequest) CloneMessageVT() proto.Message + func (m *ShardReplicationPositionsRequest) CloneVT() *ShardReplicationPositionsRequest + func (m *ShardReplicationPositionsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ShardReplicationPositionsRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ShardReplicationPositionsRequest) MarshalVT() (dAtA []byte, err error) + func (m *ShardReplicationPositionsRequest) SizeVT() (n int) + func (m *ShardReplicationPositionsRequest) UnmarshalVT(dAtA []byte) error + func (x *ShardReplicationPositionsRequest) GetKeyspace() string + func (x *ShardReplicationPositionsRequest) GetShard() string + func (x *ShardReplicationPositionsRequest) ProtoReflect() protoreflect.Message + func (x *ShardReplicationPositionsRequest) Reset() + func (x *ShardReplicationPositionsRequest) String() string + type ShardReplicationPositionsResponse struct + ReplicationStatuses map[string]*replicationdata.Status + TabletMap map[string]*topodata.Tablet + func (*ShardReplicationPositionsResponse) Descriptor() ([]byte, []int) + func (*ShardReplicationPositionsResponse) ProtoMessage() + func (m *ShardReplicationPositionsResponse) CloneMessageVT() proto.Message + func (m *ShardReplicationPositionsResponse) CloneVT() *ShardReplicationPositionsResponse + func (m *ShardReplicationPositionsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ShardReplicationPositionsResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ShardReplicationPositionsResponse) MarshalVT() (dAtA []byte, err error) + func (m *ShardReplicationPositionsResponse) SizeVT() (n int) + func (m *ShardReplicationPositionsResponse) UnmarshalVT(dAtA []byte) error + func (x *ShardReplicationPositionsResponse) GetReplicationStatuses() map[string]*replicationdata.Status + func (x *ShardReplicationPositionsResponse) GetTabletMap() map[string]*topodata.Tablet + func (x *ShardReplicationPositionsResponse) ProtoReflect() protoreflect.Message + func (x *ShardReplicationPositionsResponse) Reset() + func (x *ShardReplicationPositionsResponse) String() string + type ShardReplicationRemoveRequest struct + Keyspace string + Shard string + TabletAlias *topodata.TabletAlias + func (*ShardReplicationRemoveRequest) Descriptor() ([]byte, []int) + func (*ShardReplicationRemoveRequest) ProtoMessage() + func (m *ShardReplicationRemoveRequest) CloneMessageVT() proto.Message + func (m *ShardReplicationRemoveRequest) CloneVT() *ShardReplicationRemoveRequest + func (m *ShardReplicationRemoveRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ShardReplicationRemoveRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ShardReplicationRemoveRequest) MarshalVT() (dAtA []byte, err error) + func (m *ShardReplicationRemoveRequest) SizeVT() (n int) + func (m *ShardReplicationRemoveRequest) UnmarshalVT(dAtA []byte) error + func (x *ShardReplicationRemoveRequest) GetKeyspace() string + func (x *ShardReplicationRemoveRequest) GetShard() string + func (x *ShardReplicationRemoveRequest) GetTabletAlias() *topodata.TabletAlias + func (x *ShardReplicationRemoveRequest) ProtoReflect() protoreflect.Message + func (x *ShardReplicationRemoveRequest) Reset() + func (x *ShardReplicationRemoveRequest) String() string + type ShardReplicationRemoveResponse struct + func (*ShardReplicationRemoveResponse) Descriptor() ([]byte, []int) + func (*ShardReplicationRemoveResponse) ProtoMessage() + func (m *ShardReplicationRemoveResponse) CloneMessageVT() proto.Message + func (m *ShardReplicationRemoveResponse) CloneVT() *ShardReplicationRemoveResponse + func (m *ShardReplicationRemoveResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ShardReplicationRemoveResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ShardReplicationRemoveResponse) MarshalVT() (dAtA []byte, err error) + func (m *ShardReplicationRemoveResponse) SizeVT() (n int) + func (m *ShardReplicationRemoveResponse) UnmarshalVT(dAtA []byte) error + func (x *ShardReplicationRemoveResponse) ProtoReflect() protoreflect.Message + func (x *ShardReplicationRemoveResponse) Reset() + func (x *ShardReplicationRemoveResponse) String() string + type SleepTabletRequest struct + Duration *vttime.Duration + TabletAlias *topodata.TabletAlias + func (*SleepTabletRequest) Descriptor() ([]byte, []int) + func (*SleepTabletRequest) ProtoMessage() + func (m *SleepTabletRequest) CloneMessageVT() proto.Message + func (m *SleepTabletRequest) CloneVT() *SleepTabletRequest + func (m *SleepTabletRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SleepTabletRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *SleepTabletRequest) MarshalVT() (dAtA []byte, err error) + func (m *SleepTabletRequest) SizeVT() (n int) + func (m *SleepTabletRequest) UnmarshalVT(dAtA []byte) error + func (x *SleepTabletRequest) GetDuration() *vttime.Duration + func (x *SleepTabletRequest) GetTabletAlias() *topodata.TabletAlias + func (x *SleepTabletRequest) ProtoReflect() protoreflect.Message + func (x *SleepTabletRequest) Reset() + func (x *SleepTabletRequest) String() string + type SleepTabletResponse struct + func (*SleepTabletResponse) Descriptor() ([]byte, []int) + func (*SleepTabletResponse) ProtoMessage() + func (m *SleepTabletResponse) CloneMessageVT() proto.Message + func (m *SleepTabletResponse) CloneVT() *SleepTabletResponse + func (m *SleepTabletResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SleepTabletResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *SleepTabletResponse) MarshalVT() (dAtA []byte, err error) + func (m *SleepTabletResponse) SizeVT() (n int) + func (m *SleepTabletResponse) UnmarshalVT(dAtA []byte) error + func (x *SleepTabletResponse) ProtoReflect() protoreflect.Message + func (x *SleepTabletResponse) Reset() + func (x *SleepTabletResponse) String() string + type SourceShardAddRequest struct + KeyRange *topodata.KeyRange + Keyspace string + Shard string + SourceKeyspace string + SourceShard string + Tables []string + Uid int32 + func (*SourceShardAddRequest) Descriptor() ([]byte, []int) + func (*SourceShardAddRequest) ProtoMessage() + func (m *SourceShardAddRequest) CloneMessageVT() proto.Message + func (m *SourceShardAddRequest) CloneVT() *SourceShardAddRequest + func (m *SourceShardAddRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SourceShardAddRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *SourceShardAddRequest) MarshalVT() (dAtA []byte, err error) + func (m *SourceShardAddRequest) SizeVT() (n int) + func (m *SourceShardAddRequest) UnmarshalVT(dAtA []byte) error + func (x *SourceShardAddRequest) GetKeyRange() *topodata.KeyRange + func (x *SourceShardAddRequest) GetKeyspace() string + func (x *SourceShardAddRequest) GetShard() string + func (x *SourceShardAddRequest) GetSourceKeyspace() string + func (x *SourceShardAddRequest) GetSourceShard() string + func (x *SourceShardAddRequest) GetTables() []string + func (x *SourceShardAddRequest) GetUid() int32 + func (x *SourceShardAddRequest) ProtoReflect() protoreflect.Message + func (x *SourceShardAddRequest) Reset() + func (x *SourceShardAddRequest) String() string + type SourceShardAddResponse struct + Shard *topodata.Shard + func (*SourceShardAddResponse) Descriptor() ([]byte, []int) + func (*SourceShardAddResponse) ProtoMessage() + func (m *SourceShardAddResponse) CloneMessageVT() proto.Message + func (m *SourceShardAddResponse) CloneVT() *SourceShardAddResponse + func (m *SourceShardAddResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SourceShardAddResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *SourceShardAddResponse) MarshalVT() (dAtA []byte, err error) + func (m *SourceShardAddResponse) SizeVT() (n int) + func (m *SourceShardAddResponse) UnmarshalVT(dAtA []byte) error + func (x *SourceShardAddResponse) GetShard() *topodata.Shard + func (x *SourceShardAddResponse) ProtoReflect() protoreflect.Message + func (x *SourceShardAddResponse) Reset() + func (x *SourceShardAddResponse) String() string + type SourceShardDeleteRequest struct + Keyspace string + Shard string + Uid int32 + func (*SourceShardDeleteRequest) Descriptor() ([]byte, []int) + func (*SourceShardDeleteRequest) ProtoMessage() + func (m *SourceShardDeleteRequest) CloneMessageVT() proto.Message + func (m *SourceShardDeleteRequest) CloneVT() *SourceShardDeleteRequest + func (m *SourceShardDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SourceShardDeleteRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *SourceShardDeleteRequest) MarshalVT() (dAtA []byte, err error) + func (m *SourceShardDeleteRequest) SizeVT() (n int) + func (m *SourceShardDeleteRequest) UnmarshalVT(dAtA []byte) error + func (x *SourceShardDeleteRequest) GetKeyspace() string + func (x *SourceShardDeleteRequest) GetShard() string + func (x *SourceShardDeleteRequest) GetUid() int32 + func (x *SourceShardDeleteRequest) ProtoReflect() protoreflect.Message + func (x *SourceShardDeleteRequest) Reset() + func (x *SourceShardDeleteRequest) String() string + type SourceShardDeleteResponse struct + Shard *topodata.Shard + func (*SourceShardDeleteResponse) Descriptor() ([]byte, []int) + func (*SourceShardDeleteResponse) ProtoMessage() + func (m *SourceShardDeleteResponse) CloneMessageVT() proto.Message + func (m *SourceShardDeleteResponse) CloneVT() *SourceShardDeleteResponse + func (m *SourceShardDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *SourceShardDeleteResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *SourceShardDeleteResponse) MarshalVT() (dAtA []byte, err error) + func (m *SourceShardDeleteResponse) SizeVT() (n int) + func (m *SourceShardDeleteResponse) UnmarshalVT(dAtA []byte) error + func (x *SourceShardDeleteResponse) GetShard() *topodata.Shard + func (x *SourceShardDeleteResponse) ProtoReflect() protoreflect.Message + func (x *SourceShardDeleteResponse) Reset() + func (x *SourceShardDeleteResponse) String() string + type StartReplicationRequest struct + TabletAlias *topodata.TabletAlias + func (*StartReplicationRequest) Descriptor() ([]byte, []int) + func (*StartReplicationRequest) ProtoMessage() + func (m *StartReplicationRequest) CloneMessageVT() proto.Message + func (m *StartReplicationRequest) CloneVT() *StartReplicationRequest + func (m *StartReplicationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *StartReplicationRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *StartReplicationRequest) MarshalVT() (dAtA []byte, err error) + func (m *StartReplicationRequest) SizeVT() (n int) + func (m *StartReplicationRequest) UnmarshalVT(dAtA []byte) error + func (x *StartReplicationRequest) GetTabletAlias() *topodata.TabletAlias + func (x *StartReplicationRequest) ProtoReflect() protoreflect.Message + func (x *StartReplicationRequest) Reset() + func (x *StartReplicationRequest) String() string + type StartReplicationResponse struct + func (*StartReplicationResponse) Descriptor() ([]byte, []int) + func (*StartReplicationResponse) ProtoMessage() + func (m *StartReplicationResponse) CloneMessageVT() proto.Message + func (m *StartReplicationResponse) CloneVT() *StartReplicationResponse + func (m *StartReplicationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *StartReplicationResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *StartReplicationResponse) MarshalVT() (dAtA []byte, err error) + func (m *StartReplicationResponse) SizeVT() (n int) + func (m *StartReplicationResponse) UnmarshalVT(dAtA []byte) error + func (x *StartReplicationResponse) ProtoReflect() protoreflect.Message + func (x *StartReplicationResponse) Reset() + func (x *StartReplicationResponse) String() string + type StopReplicationRequest struct + TabletAlias *topodata.TabletAlias + func (*StopReplicationRequest) Descriptor() ([]byte, []int) + func (*StopReplicationRequest) ProtoMessage() + func (m *StopReplicationRequest) CloneMessageVT() proto.Message + func (m *StopReplicationRequest) CloneVT() *StopReplicationRequest + func (m *StopReplicationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *StopReplicationRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *StopReplicationRequest) MarshalVT() (dAtA []byte, err error) + func (m *StopReplicationRequest) SizeVT() (n int) + func (m *StopReplicationRequest) UnmarshalVT(dAtA []byte) error + func (x *StopReplicationRequest) GetTabletAlias() *topodata.TabletAlias + func (x *StopReplicationRequest) ProtoReflect() protoreflect.Message + func (x *StopReplicationRequest) Reset() + func (x *StopReplicationRequest) String() string + type StopReplicationResponse struct + func (*StopReplicationResponse) Descriptor() ([]byte, []int) + func (*StopReplicationResponse) ProtoMessage() + func (m *StopReplicationResponse) CloneMessageVT() proto.Message + func (m *StopReplicationResponse) CloneVT() *StopReplicationResponse + func (m *StopReplicationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *StopReplicationResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *StopReplicationResponse) MarshalVT() (dAtA []byte, err error) + func (m *StopReplicationResponse) SizeVT() (n int) + func (m *StopReplicationResponse) UnmarshalVT(dAtA []byte) error + func (x *StopReplicationResponse) ProtoReflect() protoreflect.Message + func (x *StopReplicationResponse) Reset() + func (x *StopReplicationResponse) String() string + type TableMaterializeSettings struct + CreateDdl string + SourceExpression string + TargetTable string + func (*TableMaterializeSettings) Descriptor() ([]byte, []int) + func (*TableMaterializeSettings) ProtoMessage() + func (m *TableMaterializeSettings) CloneMessageVT() proto.Message + func (m *TableMaterializeSettings) CloneVT() *TableMaterializeSettings + func (m *TableMaterializeSettings) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *TableMaterializeSettings) MarshalToVT(dAtA []byte) (int, error) + func (m *TableMaterializeSettings) MarshalVT() (dAtA []byte, err error) + func (m *TableMaterializeSettings) SizeVT() (n int) + func (m *TableMaterializeSettings) UnmarshalVT(dAtA []byte) error + func (x *TableMaterializeSettings) GetCreateDdl() string + func (x *TableMaterializeSettings) GetSourceExpression() string + func (x *TableMaterializeSettings) GetTargetTable() string + func (x *TableMaterializeSettings) ProtoReflect() protoreflect.Message + func (x *TableMaterializeSettings) Reset() + func (x *TableMaterializeSettings) String() string + type TabletExternallyReparentedRequest struct + Tablet *topodata.TabletAlias + func (*TabletExternallyReparentedRequest) Descriptor() ([]byte, []int) + func (*TabletExternallyReparentedRequest) ProtoMessage() + func (m *TabletExternallyReparentedRequest) CloneMessageVT() proto.Message + func (m *TabletExternallyReparentedRequest) CloneVT() *TabletExternallyReparentedRequest + func (m *TabletExternallyReparentedRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *TabletExternallyReparentedRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *TabletExternallyReparentedRequest) MarshalVT() (dAtA []byte, err error) + func (m *TabletExternallyReparentedRequest) SizeVT() (n int) + func (m *TabletExternallyReparentedRequest) UnmarshalVT(dAtA []byte) error + func (x *TabletExternallyReparentedRequest) GetTablet() *topodata.TabletAlias + func (x *TabletExternallyReparentedRequest) ProtoReflect() protoreflect.Message + func (x *TabletExternallyReparentedRequest) Reset() + func (x *TabletExternallyReparentedRequest) String() string + type TabletExternallyReparentedResponse struct + Keyspace string + NewPrimary *topodata.TabletAlias + OldPrimary *topodata.TabletAlias + Shard string + func (*TabletExternallyReparentedResponse) Descriptor() ([]byte, []int) + func (*TabletExternallyReparentedResponse) ProtoMessage() + func (m *TabletExternallyReparentedResponse) CloneMessageVT() proto.Message + func (m *TabletExternallyReparentedResponse) CloneVT() *TabletExternallyReparentedResponse + func (m *TabletExternallyReparentedResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *TabletExternallyReparentedResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *TabletExternallyReparentedResponse) MarshalVT() (dAtA []byte, err error) + func (m *TabletExternallyReparentedResponse) SizeVT() (n int) + func (m *TabletExternallyReparentedResponse) UnmarshalVT(dAtA []byte) error + func (x *TabletExternallyReparentedResponse) GetKeyspace() string + func (x *TabletExternallyReparentedResponse) GetNewPrimary() *topodata.TabletAlias + func (x *TabletExternallyReparentedResponse) GetOldPrimary() *topodata.TabletAlias + func (x *TabletExternallyReparentedResponse) GetShard() string + func (x *TabletExternallyReparentedResponse) ProtoReflect() protoreflect.Message + func (x *TabletExternallyReparentedResponse) Reset() + func (x *TabletExternallyReparentedResponse) String() string + type TopologyCell struct + Children []string + Data string + Name string + Path string + Version int64 + func (*TopologyCell) Descriptor() ([]byte, []int) + func (*TopologyCell) ProtoMessage() + func (m *TopologyCell) CloneMessageVT() proto.Message + func (m *TopologyCell) CloneVT() *TopologyCell + func (m *TopologyCell) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *TopologyCell) MarshalToVT(dAtA []byte) (int, error) + func (m *TopologyCell) MarshalVT() (dAtA []byte, err error) + func (m *TopologyCell) SizeVT() (n int) + func (m *TopologyCell) UnmarshalVT(dAtA []byte) error + func (x *TopologyCell) GetChildren() []string + func (x *TopologyCell) GetData() string + func (x *TopologyCell) GetName() string + func (x *TopologyCell) GetPath() string + func (x *TopologyCell) GetVersion() int64 + func (x *TopologyCell) ProtoReflect() protoreflect.Message + func (x *TopologyCell) Reset() + func (x *TopologyCell) String() string + type UpdateCellInfoRequest struct + CellInfo *topodata.CellInfo + Name string + func (*UpdateCellInfoRequest) Descriptor() ([]byte, []int) + func (*UpdateCellInfoRequest) ProtoMessage() + func (m *UpdateCellInfoRequest) CloneMessageVT() proto.Message + func (m *UpdateCellInfoRequest) CloneVT() *UpdateCellInfoRequest + func (m *UpdateCellInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *UpdateCellInfoRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *UpdateCellInfoRequest) MarshalVT() (dAtA []byte, err error) + func (m *UpdateCellInfoRequest) SizeVT() (n int) + func (m *UpdateCellInfoRequest) UnmarshalVT(dAtA []byte) error + func (x *UpdateCellInfoRequest) GetCellInfo() *topodata.CellInfo + func (x *UpdateCellInfoRequest) GetName() string + func (x *UpdateCellInfoRequest) ProtoReflect() protoreflect.Message + func (x *UpdateCellInfoRequest) Reset() + func (x *UpdateCellInfoRequest) String() string + type UpdateCellInfoResponse struct + CellInfo *topodata.CellInfo + Name string + func (*UpdateCellInfoResponse) Descriptor() ([]byte, []int) + func (*UpdateCellInfoResponse) ProtoMessage() + func (m *UpdateCellInfoResponse) CloneMessageVT() proto.Message + func (m *UpdateCellInfoResponse) CloneVT() *UpdateCellInfoResponse + func (m *UpdateCellInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *UpdateCellInfoResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *UpdateCellInfoResponse) MarshalVT() (dAtA []byte, err error) + func (m *UpdateCellInfoResponse) SizeVT() (n int) + func (m *UpdateCellInfoResponse) UnmarshalVT(dAtA []byte) error + func (x *UpdateCellInfoResponse) GetCellInfo() *topodata.CellInfo + func (x *UpdateCellInfoResponse) GetName() string + func (x *UpdateCellInfoResponse) ProtoReflect() protoreflect.Message + func (x *UpdateCellInfoResponse) Reset() + func (x *UpdateCellInfoResponse) String() string + type UpdateCellsAliasRequest struct + CellsAlias *topodata.CellsAlias + Name string + func (*UpdateCellsAliasRequest) Descriptor() ([]byte, []int) + func (*UpdateCellsAliasRequest) ProtoMessage() + func (m *UpdateCellsAliasRequest) CloneMessageVT() proto.Message + func (m *UpdateCellsAliasRequest) CloneVT() *UpdateCellsAliasRequest + func (m *UpdateCellsAliasRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *UpdateCellsAliasRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *UpdateCellsAliasRequest) MarshalVT() (dAtA []byte, err error) + func (m *UpdateCellsAliasRequest) SizeVT() (n int) + func (m *UpdateCellsAliasRequest) UnmarshalVT(dAtA []byte) error + func (x *UpdateCellsAliasRequest) GetCellsAlias() *topodata.CellsAlias + func (x *UpdateCellsAliasRequest) GetName() string + func (x *UpdateCellsAliasRequest) ProtoReflect() protoreflect.Message + func (x *UpdateCellsAliasRequest) Reset() + func (x *UpdateCellsAliasRequest) String() string + type UpdateCellsAliasResponse struct + CellsAlias *topodata.CellsAlias + Name string + func (*UpdateCellsAliasResponse) Descriptor() ([]byte, []int) + func (*UpdateCellsAliasResponse) ProtoMessage() + func (m *UpdateCellsAliasResponse) CloneMessageVT() proto.Message + func (m *UpdateCellsAliasResponse) CloneVT() *UpdateCellsAliasResponse + func (m *UpdateCellsAliasResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *UpdateCellsAliasResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *UpdateCellsAliasResponse) MarshalVT() (dAtA []byte, err error) + func (m *UpdateCellsAliasResponse) SizeVT() (n int) + func (m *UpdateCellsAliasResponse) UnmarshalVT(dAtA []byte) error + func (x *UpdateCellsAliasResponse) GetCellsAlias() *topodata.CellsAlias + func (x *UpdateCellsAliasResponse) GetName() string + func (x *UpdateCellsAliasResponse) ProtoReflect() protoreflect.Message + func (x *UpdateCellsAliasResponse) Reset() + func (x *UpdateCellsAliasResponse) String() string + type UpdateThrottlerConfigRequest struct + AppCheckedMetrics []string + AppName string + CheckAsCheckSelf bool + CheckAsCheckShard bool + CustomQuery string + CustomQuerySet bool + Disable bool + Enable bool + Keyspace string + MetricName string + Threshold float64 + ThrottledApp *topodata.ThrottledAppRule + func (*UpdateThrottlerConfigRequest) Descriptor() ([]byte, []int) + func (*UpdateThrottlerConfigRequest) ProtoMessage() + func (m *UpdateThrottlerConfigRequest) CloneMessageVT() proto.Message + func (m *UpdateThrottlerConfigRequest) CloneVT() *UpdateThrottlerConfigRequest + func (m *UpdateThrottlerConfigRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *UpdateThrottlerConfigRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *UpdateThrottlerConfigRequest) MarshalVT() (dAtA []byte, err error) + func (m *UpdateThrottlerConfigRequest) SizeVT() (n int) + func (m *UpdateThrottlerConfigRequest) UnmarshalVT(dAtA []byte) error + func (x *UpdateThrottlerConfigRequest) GetAppCheckedMetrics() []string + func (x *UpdateThrottlerConfigRequest) GetAppName() string + func (x *UpdateThrottlerConfigRequest) GetCheckAsCheckSelf() bool + func (x *UpdateThrottlerConfigRequest) GetCheckAsCheckShard() bool + func (x *UpdateThrottlerConfigRequest) GetCustomQuery() string + func (x *UpdateThrottlerConfigRequest) GetCustomQuerySet() bool + func (x *UpdateThrottlerConfigRequest) GetDisable() bool + func (x *UpdateThrottlerConfigRequest) GetEnable() bool + func (x *UpdateThrottlerConfigRequest) GetKeyspace() string + func (x *UpdateThrottlerConfigRequest) GetMetricName() string + func (x *UpdateThrottlerConfigRequest) GetThreshold() float64 + func (x *UpdateThrottlerConfigRequest) GetThrottledApp() *topodata.ThrottledAppRule + func (x *UpdateThrottlerConfigRequest) ProtoReflect() protoreflect.Message + func (x *UpdateThrottlerConfigRequest) Reset() + func (x *UpdateThrottlerConfigRequest) String() string + type UpdateThrottlerConfigResponse struct + func (*UpdateThrottlerConfigResponse) Descriptor() ([]byte, []int) + func (*UpdateThrottlerConfigResponse) ProtoMessage() + func (m *UpdateThrottlerConfigResponse) CloneMessageVT() proto.Message + func (m *UpdateThrottlerConfigResponse) CloneVT() *UpdateThrottlerConfigResponse + func (m *UpdateThrottlerConfigResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *UpdateThrottlerConfigResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *UpdateThrottlerConfigResponse) MarshalVT() (dAtA []byte, err error) + func (m *UpdateThrottlerConfigResponse) SizeVT() (n int) + func (m *UpdateThrottlerConfigResponse) UnmarshalVT(dAtA []byte) error + func (x *UpdateThrottlerConfigResponse) ProtoReflect() protoreflect.Message + func (x *UpdateThrottlerConfigResponse) Reset() + func (x *UpdateThrottlerConfigResponse) String() string + type VDiffCreateRequest struct + AutoRetry bool + DebugQuery bool + FilteredReplicationWaitTime *vttime.Duration + Limit int64 + MaxDiffDuration *vttime.Duration + MaxExtraRowsToCompare int64 + MaxReportSampleRows int64 + OnlyPKs bool + SourceCells []string + Tables []string + TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference + TabletTypes []topodata.TabletType + TargetCells []string + TargetKeyspace string + UpdateTableStats bool + Uuid string + Verbose bool + Wait bool + WaitUpdateInterval *vttime.Duration + Workflow string + func (*VDiffCreateRequest) Descriptor() ([]byte, []int) + func (*VDiffCreateRequest) ProtoMessage() + func (m *VDiffCreateRequest) CloneMessageVT() proto.Message + func (m *VDiffCreateRequest) CloneVT() *VDiffCreateRequest + func (m *VDiffCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffCreateRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffCreateRequest) MarshalVT() (dAtA []byte, err error) + func (m *VDiffCreateRequest) SizeVT() (n int) + func (m *VDiffCreateRequest) UnmarshalVT(dAtA []byte) error + func (x *VDiffCreateRequest) GetAutoRetry() bool + func (x *VDiffCreateRequest) GetDebugQuery() bool + func (x *VDiffCreateRequest) GetFilteredReplicationWaitTime() *vttime.Duration + func (x *VDiffCreateRequest) GetLimit() int64 + func (x *VDiffCreateRequest) GetMaxDiffDuration() *vttime.Duration + func (x *VDiffCreateRequest) GetMaxExtraRowsToCompare() int64 + func (x *VDiffCreateRequest) GetMaxReportSampleRows() int64 + func (x *VDiffCreateRequest) GetOnlyPKs() bool + func (x *VDiffCreateRequest) GetSourceCells() []string + func (x *VDiffCreateRequest) GetTables() []string + func (x *VDiffCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference + func (x *VDiffCreateRequest) GetTabletTypes() []topodata.TabletType + func (x *VDiffCreateRequest) GetTargetCells() []string + func (x *VDiffCreateRequest) GetTargetKeyspace() string + func (x *VDiffCreateRequest) GetUpdateTableStats() bool + func (x *VDiffCreateRequest) GetUuid() string + func (x *VDiffCreateRequest) GetVerbose() bool + func (x *VDiffCreateRequest) GetWait() bool + func (x *VDiffCreateRequest) GetWaitUpdateInterval() *vttime.Duration + func (x *VDiffCreateRequest) GetWorkflow() string + func (x *VDiffCreateRequest) ProtoReflect() protoreflect.Message + func (x *VDiffCreateRequest) Reset() + func (x *VDiffCreateRequest) String() string + type VDiffCreateResponse struct + UUID string + func (*VDiffCreateResponse) Descriptor() ([]byte, []int) + func (*VDiffCreateResponse) ProtoMessage() + func (m *VDiffCreateResponse) CloneMessageVT() proto.Message + func (m *VDiffCreateResponse) CloneVT() *VDiffCreateResponse + func (m *VDiffCreateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffCreateResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffCreateResponse) MarshalVT() (dAtA []byte, err error) + func (m *VDiffCreateResponse) SizeVT() (n int) + func (m *VDiffCreateResponse) UnmarshalVT(dAtA []byte) error + func (x *VDiffCreateResponse) GetUUID() string + func (x *VDiffCreateResponse) ProtoReflect() protoreflect.Message + func (x *VDiffCreateResponse) Reset() + func (x *VDiffCreateResponse) String() string + type VDiffDeleteRequest struct + Arg string + TargetKeyspace string + Workflow string + func (*VDiffDeleteRequest) Descriptor() ([]byte, []int) + func (*VDiffDeleteRequest) ProtoMessage() + func (m *VDiffDeleteRequest) CloneMessageVT() proto.Message + func (m *VDiffDeleteRequest) CloneVT() *VDiffDeleteRequest + func (m *VDiffDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffDeleteRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffDeleteRequest) MarshalVT() (dAtA []byte, err error) + func (m *VDiffDeleteRequest) SizeVT() (n int) + func (m *VDiffDeleteRequest) UnmarshalVT(dAtA []byte) error + func (x *VDiffDeleteRequest) GetArg() string + func (x *VDiffDeleteRequest) GetTargetKeyspace() string + func (x *VDiffDeleteRequest) GetWorkflow() string + func (x *VDiffDeleteRequest) ProtoReflect() protoreflect.Message + func (x *VDiffDeleteRequest) Reset() + func (x *VDiffDeleteRequest) String() string + type VDiffDeleteResponse struct + func (*VDiffDeleteResponse) Descriptor() ([]byte, []int) + func (*VDiffDeleteResponse) ProtoMessage() + func (m *VDiffDeleteResponse) CloneMessageVT() proto.Message + func (m *VDiffDeleteResponse) CloneVT() *VDiffDeleteResponse + func (m *VDiffDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffDeleteResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffDeleteResponse) MarshalVT() (dAtA []byte, err error) + func (m *VDiffDeleteResponse) SizeVT() (n int) + func (m *VDiffDeleteResponse) UnmarshalVT(dAtA []byte) error + func (x *VDiffDeleteResponse) ProtoReflect() protoreflect.Message + func (x *VDiffDeleteResponse) Reset() + func (x *VDiffDeleteResponse) String() string + type VDiffResumeRequest struct + TargetKeyspace string + Uuid string + Workflow string + func (*VDiffResumeRequest) Descriptor() ([]byte, []int) + func (*VDiffResumeRequest) ProtoMessage() + func (m *VDiffResumeRequest) CloneMessageVT() proto.Message + func (m *VDiffResumeRequest) CloneVT() *VDiffResumeRequest + func (m *VDiffResumeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffResumeRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffResumeRequest) MarshalVT() (dAtA []byte, err error) + func (m *VDiffResumeRequest) SizeVT() (n int) + func (m *VDiffResumeRequest) UnmarshalVT(dAtA []byte) error + func (x *VDiffResumeRequest) GetTargetKeyspace() string + func (x *VDiffResumeRequest) GetUuid() string + func (x *VDiffResumeRequest) GetWorkflow() string + func (x *VDiffResumeRequest) ProtoReflect() protoreflect.Message + func (x *VDiffResumeRequest) Reset() + func (x *VDiffResumeRequest) String() string + type VDiffResumeResponse struct + func (*VDiffResumeResponse) Descriptor() ([]byte, []int) + func (*VDiffResumeResponse) ProtoMessage() + func (m *VDiffResumeResponse) CloneMessageVT() proto.Message + func (m *VDiffResumeResponse) CloneVT() *VDiffResumeResponse + func (m *VDiffResumeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffResumeResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffResumeResponse) MarshalVT() (dAtA []byte, err error) + func (m *VDiffResumeResponse) SizeVT() (n int) + func (m *VDiffResumeResponse) UnmarshalVT(dAtA []byte) error + func (x *VDiffResumeResponse) ProtoReflect() protoreflect.Message + func (x *VDiffResumeResponse) Reset() + func (x *VDiffResumeResponse) String() string + type VDiffShowRequest struct + Arg string + TargetKeyspace string + Workflow string + func (*VDiffShowRequest) Descriptor() ([]byte, []int) + func (*VDiffShowRequest) ProtoMessage() + func (m *VDiffShowRequest) CloneMessageVT() proto.Message + func (m *VDiffShowRequest) CloneVT() *VDiffShowRequest + func (m *VDiffShowRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffShowRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffShowRequest) MarshalVT() (dAtA []byte, err error) + func (m *VDiffShowRequest) SizeVT() (n int) + func (m *VDiffShowRequest) UnmarshalVT(dAtA []byte) error + func (x *VDiffShowRequest) GetArg() string + func (x *VDiffShowRequest) GetTargetKeyspace() string + func (x *VDiffShowRequest) GetWorkflow() string + func (x *VDiffShowRequest) ProtoReflect() protoreflect.Message + func (x *VDiffShowRequest) Reset() + func (x *VDiffShowRequest) String() string + type VDiffShowResponse struct + TabletResponses map[string]*tabletmanagerdata.VDiffResponse + func (*VDiffShowResponse) Descriptor() ([]byte, []int) + func (*VDiffShowResponse) ProtoMessage() + func (m *VDiffShowResponse) CloneMessageVT() proto.Message + func (m *VDiffShowResponse) CloneVT() *VDiffShowResponse + func (m *VDiffShowResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffShowResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffShowResponse) MarshalVT() (dAtA []byte, err error) + func (m *VDiffShowResponse) SizeVT() (n int) + func (m *VDiffShowResponse) UnmarshalVT(dAtA []byte) error + func (x *VDiffShowResponse) GetTabletResponses() map[string]*tabletmanagerdata.VDiffResponse + func (x *VDiffShowResponse) ProtoReflect() protoreflect.Message + func (x *VDiffShowResponse) Reset() + func (x *VDiffShowResponse) String() string + type VDiffStopRequest struct + TargetKeyspace string + Uuid string + Workflow string + func (*VDiffStopRequest) Descriptor() ([]byte, []int) + func (*VDiffStopRequest) ProtoMessage() + func (m *VDiffStopRequest) CloneMessageVT() proto.Message + func (m *VDiffStopRequest) CloneVT() *VDiffStopRequest + func (m *VDiffStopRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffStopRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffStopRequest) MarshalVT() (dAtA []byte, err error) + func (m *VDiffStopRequest) SizeVT() (n int) + func (m *VDiffStopRequest) UnmarshalVT(dAtA []byte) error + func (x *VDiffStopRequest) GetTargetKeyspace() string + func (x *VDiffStopRequest) GetUuid() string + func (x *VDiffStopRequest) GetWorkflow() string + func (x *VDiffStopRequest) ProtoReflect() protoreflect.Message + func (x *VDiffStopRequest) Reset() + func (x *VDiffStopRequest) String() string + type VDiffStopResponse struct + func (*VDiffStopResponse) Descriptor() ([]byte, []int) + func (*VDiffStopResponse) ProtoMessage() + func (m *VDiffStopResponse) CloneMessageVT() proto.Message + func (m *VDiffStopResponse) CloneVT() *VDiffStopResponse + func (m *VDiffStopResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *VDiffStopResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *VDiffStopResponse) MarshalVT() (dAtA []byte, err error) + func (m *VDiffStopResponse) SizeVT() (n int) + func (m *VDiffStopResponse) UnmarshalVT(dAtA []byte) error + func (x *VDiffStopResponse) ProtoReflect() protoreflect.Message + func (x *VDiffStopResponse) Reset() + func (x *VDiffStopResponse) String() string + type ValidateKeyspaceRequest struct + Keyspace string + PingTablets bool + func (*ValidateKeyspaceRequest) Descriptor() ([]byte, []int) + func (*ValidateKeyspaceRequest) ProtoMessage() + func (m *ValidateKeyspaceRequest) CloneMessageVT() proto.Message + func (m *ValidateKeyspaceRequest) CloneVT() *ValidateKeyspaceRequest + func (m *ValidateKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateKeyspaceRequest) MarshalVT() (dAtA []byte, err error) + func (m *ValidateKeyspaceRequest) SizeVT() (n int) + func (m *ValidateKeyspaceRequest) UnmarshalVT(dAtA []byte) error + func (x *ValidateKeyspaceRequest) GetKeyspace() string + func (x *ValidateKeyspaceRequest) GetPingTablets() bool + func (x *ValidateKeyspaceRequest) ProtoReflect() protoreflect.Message + func (x *ValidateKeyspaceRequest) Reset() + func (x *ValidateKeyspaceRequest) String() string + type ValidateKeyspaceResponse struct + Results []string + ResultsByShard map[string]*ValidateShardResponse + func (*ValidateKeyspaceResponse) Descriptor() ([]byte, []int) + func (*ValidateKeyspaceResponse) ProtoMessage() + func (m *ValidateKeyspaceResponse) CloneMessageVT() proto.Message + func (m *ValidateKeyspaceResponse) CloneVT() *ValidateKeyspaceResponse + func (m *ValidateKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateKeyspaceResponse) MarshalVT() (dAtA []byte, err error) + func (m *ValidateKeyspaceResponse) SizeVT() (n int) + func (m *ValidateKeyspaceResponse) UnmarshalVT(dAtA []byte) error + func (x *ValidateKeyspaceResponse) GetResults() []string + func (x *ValidateKeyspaceResponse) GetResultsByShard() map[string]*ValidateShardResponse + func (x *ValidateKeyspaceResponse) ProtoReflect() protoreflect.Message + func (x *ValidateKeyspaceResponse) Reset() + func (x *ValidateKeyspaceResponse) String() string + type ValidateRequest struct + PingTablets bool + func (*ValidateRequest) Descriptor() ([]byte, []int) + func (*ValidateRequest) ProtoMessage() + func (m *ValidateRequest) CloneMessageVT() proto.Message + func (m *ValidateRequest) CloneVT() *ValidateRequest + func (m *ValidateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateRequest) MarshalVT() (dAtA []byte, err error) + func (m *ValidateRequest) SizeVT() (n int) + func (m *ValidateRequest) UnmarshalVT(dAtA []byte) error + func (x *ValidateRequest) GetPingTablets() bool + func (x *ValidateRequest) ProtoReflect() protoreflect.Message + func (x *ValidateRequest) Reset() + func (x *ValidateRequest) String() string + type ValidateResponse struct + Results []string + ResultsByKeyspace map[string]*ValidateKeyspaceResponse + func (*ValidateResponse) Descriptor() ([]byte, []int) + func (*ValidateResponse) ProtoMessage() + func (m *ValidateResponse) CloneMessageVT() proto.Message + func (m *ValidateResponse) CloneVT() *ValidateResponse + func (m *ValidateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateResponse) MarshalVT() (dAtA []byte, err error) + func (m *ValidateResponse) SizeVT() (n int) + func (m *ValidateResponse) UnmarshalVT(dAtA []byte) error + func (x *ValidateResponse) GetResults() []string + func (x *ValidateResponse) GetResultsByKeyspace() map[string]*ValidateKeyspaceResponse + func (x *ValidateResponse) ProtoReflect() protoreflect.Message + func (x *ValidateResponse) Reset() + func (x *ValidateResponse) String() string + type ValidateSchemaKeyspaceRequest struct + ExcludeTables []string + IncludeViews bool + IncludeVschema bool + Keyspace string + SkipNoPrimary bool + func (*ValidateSchemaKeyspaceRequest) Descriptor() ([]byte, []int) + func (*ValidateSchemaKeyspaceRequest) ProtoMessage() + func (m *ValidateSchemaKeyspaceRequest) CloneMessageVT() proto.Message + func (m *ValidateSchemaKeyspaceRequest) CloneVT() *ValidateSchemaKeyspaceRequest + func (m *ValidateSchemaKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateSchemaKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateSchemaKeyspaceRequest) MarshalVT() (dAtA []byte, err error) + func (m *ValidateSchemaKeyspaceRequest) SizeVT() (n int) + func (m *ValidateSchemaKeyspaceRequest) UnmarshalVT(dAtA []byte) error + func (x *ValidateSchemaKeyspaceRequest) GetExcludeTables() []string + func (x *ValidateSchemaKeyspaceRequest) GetIncludeViews() bool + func (x *ValidateSchemaKeyspaceRequest) GetIncludeVschema() bool + func (x *ValidateSchemaKeyspaceRequest) GetKeyspace() string + func (x *ValidateSchemaKeyspaceRequest) GetSkipNoPrimary() bool + func (x *ValidateSchemaKeyspaceRequest) ProtoReflect() protoreflect.Message + func (x *ValidateSchemaKeyspaceRequest) Reset() + func (x *ValidateSchemaKeyspaceRequest) String() string + type ValidateSchemaKeyspaceResponse struct + Results []string + ResultsByShard map[string]*ValidateShardResponse + func (*ValidateSchemaKeyspaceResponse) Descriptor() ([]byte, []int) + func (*ValidateSchemaKeyspaceResponse) ProtoMessage() + func (m *ValidateSchemaKeyspaceResponse) CloneMessageVT() proto.Message + func (m *ValidateSchemaKeyspaceResponse) CloneVT() *ValidateSchemaKeyspaceResponse + func (m *ValidateSchemaKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateSchemaKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateSchemaKeyspaceResponse) MarshalVT() (dAtA []byte, err error) + func (m *ValidateSchemaKeyspaceResponse) SizeVT() (n int) + func (m *ValidateSchemaKeyspaceResponse) UnmarshalVT(dAtA []byte) error + func (x *ValidateSchemaKeyspaceResponse) GetResults() []string + func (x *ValidateSchemaKeyspaceResponse) GetResultsByShard() map[string]*ValidateShardResponse + func (x *ValidateSchemaKeyspaceResponse) ProtoReflect() protoreflect.Message + func (x *ValidateSchemaKeyspaceResponse) Reset() + func (x *ValidateSchemaKeyspaceResponse) String() string + type ValidateShardRequest struct + Keyspace string + PingTablets bool + Shard string + func (*ValidateShardRequest) Descriptor() ([]byte, []int) + func (*ValidateShardRequest) ProtoMessage() + func (m *ValidateShardRequest) CloneMessageVT() proto.Message + func (m *ValidateShardRequest) CloneVT() *ValidateShardRequest + func (m *ValidateShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateShardRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateShardRequest) MarshalVT() (dAtA []byte, err error) + func (m *ValidateShardRequest) SizeVT() (n int) + func (m *ValidateShardRequest) UnmarshalVT(dAtA []byte) error + func (x *ValidateShardRequest) GetKeyspace() string + func (x *ValidateShardRequest) GetPingTablets() bool + func (x *ValidateShardRequest) GetShard() string + func (x *ValidateShardRequest) ProtoReflect() protoreflect.Message + func (x *ValidateShardRequest) Reset() + func (x *ValidateShardRequest) String() string + type ValidateShardResponse struct + Results []string + func (*ValidateShardResponse) Descriptor() ([]byte, []int) + func (*ValidateShardResponse) ProtoMessage() + func (m *ValidateShardResponse) CloneMessageVT() proto.Message + func (m *ValidateShardResponse) CloneVT() *ValidateShardResponse + func (m *ValidateShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateShardResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateShardResponse) MarshalVT() (dAtA []byte, err error) + func (m *ValidateShardResponse) SizeVT() (n int) + func (m *ValidateShardResponse) UnmarshalVT(dAtA []byte) error + func (x *ValidateShardResponse) GetResults() []string + func (x *ValidateShardResponse) ProtoReflect() protoreflect.Message + func (x *ValidateShardResponse) Reset() + func (x *ValidateShardResponse) String() string + type ValidateVSchemaRequest struct + ExcludeTables []string + IncludeViews bool + Keyspace string + Shards []string + func (*ValidateVSchemaRequest) Descriptor() ([]byte, []int) + func (*ValidateVSchemaRequest) ProtoMessage() + func (m *ValidateVSchemaRequest) CloneMessageVT() proto.Message + func (m *ValidateVSchemaRequest) CloneVT() *ValidateVSchemaRequest + func (m *ValidateVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateVSchemaRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateVSchemaRequest) MarshalVT() (dAtA []byte, err error) + func (m *ValidateVSchemaRequest) SizeVT() (n int) + func (m *ValidateVSchemaRequest) UnmarshalVT(dAtA []byte) error + func (x *ValidateVSchemaRequest) GetExcludeTables() []string + func (x *ValidateVSchemaRequest) GetIncludeViews() bool + func (x *ValidateVSchemaRequest) GetKeyspace() string + func (x *ValidateVSchemaRequest) GetShards() []string + func (x *ValidateVSchemaRequest) ProtoReflect() protoreflect.Message + func (x *ValidateVSchemaRequest) Reset() + func (x *ValidateVSchemaRequest) String() string + type ValidateVSchemaResponse struct + Results []string + ResultsByShard map[string]*ValidateShardResponse + func (*ValidateVSchemaResponse) Descriptor() ([]byte, []int) + func (*ValidateVSchemaResponse) ProtoMessage() + func (m *ValidateVSchemaResponse) CloneMessageVT() proto.Message + func (m *ValidateVSchemaResponse) CloneVT() *ValidateVSchemaResponse + func (m *ValidateVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateVSchemaResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateVSchemaResponse) MarshalVT() (dAtA []byte, err error) + func (m *ValidateVSchemaResponse) SizeVT() (n int) + func (m *ValidateVSchemaResponse) UnmarshalVT(dAtA []byte) error + func (x *ValidateVSchemaResponse) GetResults() []string + func (x *ValidateVSchemaResponse) GetResultsByShard() map[string]*ValidateShardResponse + func (x *ValidateVSchemaResponse) ProtoReflect() protoreflect.Message + func (x *ValidateVSchemaResponse) Reset() + func (x *ValidateVSchemaResponse) String() string + type ValidateVersionKeyspaceRequest struct + Keyspace string + func (*ValidateVersionKeyspaceRequest) Descriptor() ([]byte, []int) + func (*ValidateVersionKeyspaceRequest) ProtoMessage() + func (m *ValidateVersionKeyspaceRequest) CloneMessageVT() proto.Message + func (m *ValidateVersionKeyspaceRequest) CloneVT() *ValidateVersionKeyspaceRequest + func (m *ValidateVersionKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateVersionKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateVersionKeyspaceRequest) MarshalVT() (dAtA []byte, err error) + func (m *ValidateVersionKeyspaceRequest) SizeVT() (n int) + func (m *ValidateVersionKeyspaceRequest) UnmarshalVT(dAtA []byte) error + func (x *ValidateVersionKeyspaceRequest) GetKeyspace() string + func (x *ValidateVersionKeyspaceRequest) ProtoReflect() protoreflect.Message + func (x *ValidateVersionKeyspaceRequest) Reset() + func (x *ValidateVersionKeyspaceRequest) String() string + type ValidateVersionKeyspaceResponse struct + Results []string + ResultsByShard map[string]*ValidateShardResponse + func (*ValidateVersionKeyspaceResponse) Descriptor() ([]byte, []int) + func (*ValidateVersionKeyspaceResponse) ProtoMessage() + func (m *ValidateVersionKeyspaceResponse) CloneMessageVT() proto.Message + func (m *ValidateVersionKeyspaceResponse) CloneVT() *ValidateVersionKeyspaceResponse + func (m *ValidateVersionKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateVersionKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateVersionKeyspaceResponse) MarshalVT() (dAtA []byte, err error) + func (m *ValidateVersionKeyspaceResponse) SizeVT() (n int) + func (m *ValidateVersionKeyspaceResponse) UnmarshalVT(dAtA []byte) error + func (x *ValidateVersionKeyspaceResponse) GetResults() []string + func (x *ValidateVersionKeyspaceResponse) GetResultsByShard() map[string]*ValidateShardResponse + func (x *ValidateVersionKeyspaceResponse) ProtoReflect() protoreflect.Message + func (x *ValidateVersionKeyspaceResponse) Reset() + func (x *ValidateVersionKeyspaceResponse) String() string + type ValidateVersionShardRequest struct + Keyspace string + Shard string + func (*ValidateVersionShardRequest) Descriptor() ([]byte, []int) + func (*ValidateVersionShardRequest) ProtoMessage() + func (m *ValidateVersionShardRequest) CloneMessageVT() proto.Message + func (m *ValidateVersionShardRequest) CloneVT() *ValidateVersionShardRequest + func (m *ValidateVersionShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateVersionShardRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateVersionShardRequest) MarshalVT() (dAtA []byte, err error) + func (m *ValidateVersionShardRequest) SizeVT() (n int) + func (m *ValidateVersionShardRequest) UnmarshalVT(dAtA []byte) error + func (x *ValidateVersionShardRequest) GetKeyspace() string + func (x *ValidateVersionShardRequest) GetShard() string + func (x *ValidateVersionShardRequest) ProtoReflect() protoreflect.Message + func (x *ValidateVersionShardRequest) Reset() + func (x *ValidateVersionShardRequest) String() string + type ValidateVersionShardResponse struct + Results []string + func (*ValidateVersionShardResponse) Descriptor() ([]byte, []int) + func (*ValidateVersionShardResponse) ProtoMessage() + func (m *ValidateVersionShardResponse) CloneMessageVT() proto.Message + func (m *ValidateVersionShardResponse) CloneVT() *ValidateVersionShardResponse + func (m *ValidateVersionShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ValidateVersionShardResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ValidateVersionShardResponse) MarshalVT() (dAtA []byte, err error) + func (m *ValidateVersionShardResponse) SizeVT() (n int) + func (m *ValidateVersionShardResponse) UnmarshalVT(dAtA []byte) error + func (x *ValidateVersionShardResponse) GetResults() []string + func (x *ValidateVersionShardResponse) ProtoReflect() protoreflect.Message + func (x *ValidateVersionShardResponse) Reset() + func (x *ValidateVersionShardResponse) String() string + type Workflow struct + DeferSecondaryKeys bool + MaxVReplicationLag int64 + MaxVReplicationTransactionLag int64 + Name string + Options *WorkflowOptions + ShardStreams map[string]*Workflow_ShardStream + Source *Workflow_ReplicationLocation + Target *Workflow_ReplicationLocation + WorkflowSubType string + WorkflowType string + func (*Workflow) Descriptor() ([]byte, []int) + func (*Workflow) ProtoMessage() + func (m *Workflow) CloneMessageVT() proto.Message + func (m *Workflow) CloneVT() *Workflow + func (m *Workflow) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Workflow) MarshalToVT(dAtA []byte) (int, error) + func (m *Workflow) MarshalVT() (dAtA []byte, err error) + func (m *Workflow) SizeVT() (n int) + func (m *Workflow) UnmarshalVT(dAtA []byte) error + func (x *Workflow) GetDeferSecondaryKeys() bool + func (x *Workflow) GetMaxVReplicationLag() int64 + func (x *Workflow) GetMaxVReplicationTransactionLag() int64 + func (x *Workflow) GetName() string + func (x *Workflow) GetOptions() *WorkflowOptions + func (x *Workflow) GetShardStreams() map[string]*Workflow_ShardStream + func (x *Workflow) GetSource() *Workflow_ReplicationLocation + func (x *Workflow) GetTarget() *Workflow_ReplicationLocation + func (x *Workflow) GetWorkflowSubType() string + func (x *Workflow) GetWorkflowType() string + func (x *Workflow) ProtoReflect() protoreflect.Message + func (x *Workflow) Reset() + func (x *Workflow) String() string + type WorkflowDeleteRequest struct + KeepData bool + KeepRoutingRules bool + Keyspace string + Shards []string + Workflow string + func (*WorkflowDeleteRequest) Descriptor() ([]byte, []int) + func (*WorkflowDeleteRequest) ProtoMessage() + func (m *WorkflowDeleteRequest) CloneMessageVT() proto.Message + func (m *WorkflowDeleteRequest) CloneVT() *WorkflowDeleteRequest + func (m *WorkflowDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowDeleteRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowDeleteRequest) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowDeleteRequest) SizeVT() (n int) + func (m *WorkflowDeleteRequest) UnmarshalVT(dAtA []byte) error + func (x *WorkflowDeleteRequest) GetKeepData() bool + func (x *WorkflowDeleteRequest) GetKeepRoutingRules() bool + func (x *WorkflowDeleteRequest) GetKeyspace() string + func (x *WorkflowDeleteRequest) GetShards() []string + func (x *WorkflowDeleteRequest) GetWorkflow() string + func (x *WorkflowDeleteRequest) ProtoReflect() protoreflect.Message + func (x *WorkflowDeleteRequest) Reset() + func (x *WorkflowDeleteRequest) String() string + type WorkflowDeleteResponse struct + Details []*WorkflowDeleteResponse_TabletInfo + Summary string + func (*WorkflowDeleteResponse) Descriptor() ([]byte, []int) + func (*WorkflowDeleteResponse) ProtoMessage() + func (m *WorkflowDeleteResponse) CloneMessageVT() proto.Message + func (m *WorkflowDeleteResponse) CloneVT() *WorkflowDeleteResponse + func (m *WorkflowDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowDeleteResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowDeleteResponse) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowDeleteResponse) SizeVT() (n int) + func (m *WorkflowDeleteResponse) UnmarshalVT(dAtA []byte) error + func (x *WorkflowDeleteResponse) GetDetails() []*WorkflowDeleteResponse_TabletInfo + func (x *WorkflowDeleteResponse) GetSummary() string + func (x *WorkflowDeleteResponse) ProtoReflect() protoreflect.Message + func (x *WorkflowDeleteResponse) Reset() + func (x *WorkflowDeleteResponse) String() string + type WorkflowDeleteResponse_TabletInfo struct + Deleted bool + Tablet *topodata.TabletAlias + func (*WorkflowDeleteResponse_TabletInfo) Descriptor() ([]byte, []int) + func (*WorkflowDeleteResponse_TabletInfo) ProtoMessage() + func (m *WorkflowDeleteResponse_TabletInfo) CloneMessageVT() proto.Message + func (m *WorkflowDeleteResponse_TabletInfo) CloneVT() *WorkflowDeleteResponse_TabletInfo + func (m *WorkflowDeleteResponse_TabletInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowDeleteResponse_TabletInfo) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowDeleteResponse_TabletInfo) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowDeleteResponse_TabletInfo) SizeVT() (n int) + func (m *WorkflowDeleteResponse_TabletInfo) UnmarshalVT(dAtA []byte) error + func (x *WorkflowDeleteResponse_TabletInfo) GetDeleted() bool + func (x *WorkflowDeleteResponse_TabletInfo) GetTablet() *topodata.TabletAlias + func (x *WorkflowDeleteResponse_TabletInfo) ProtoReflect() protoreflect.Message + func (x *WorkflowDeleteResponse_TabletInfo) Reset() + func (x *WorkflowDeleteResponse_TabletInfo) String() string + type WorkflowOptions struct + Shards []string + StripShardedAutoIncrement bool + TenantId string + func (*WorkflowOptions) Descriptor() ([]byte, []int) + func (*WorkflowOptions) ProtoMessage() + func (m *WorkflowOptions) CloneMessageVT() proto.Message + func (m *WorkflowOptions) CloneVT() *WorkflowOptions + func (m *WorkflowOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowOptions) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowOptions) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowOptions) SizeVT() (n int) + func (m *WorkflowOptions) UnmarshalVT(dAtA []byte) error + func (x *WorkflowOptions) GetShards() []string + func (x *WorkflowOptions) GetStripShardedAutoIncrement() bool + func (x *WorkflowOptions) GetTenantId() string + func (x *WorkflowOptions) ProtoReflect() protoreflect.Message + func (x *WorkflowOptions) Reset() + func (x *WorkflowOptions) String() string + type WorkflowStatusRequest struct + Keyspace string + Shards []string + Workflow string + func (*WorkflowStatusRequest) Descriptor() ([]byte, []int) + func (*WorkflowStatusRequest) ProtoMessage() + func (m *WorkflowStatusRequest) CloneMessageVT() proto.Message + func (m *WorkflowStatusRequest) CloneVT() *WorkflowStatusRequest + func (m *WorkflowStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowStatusRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowStatusRequest) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowStatusRequest) SizeVT() (n int) + func (m *WorkflowStatusRequest) UnmarshalVT(dAtA []byte) error + func (x *WorkflowStatusRequest) GetKeyspace() string + func (x *WorkflowStatusRequest) GetShards() []string + func (x *WorkflowStatusRequest) GetWorkflow() string + func (x *WorkflowStatusRequest) ProtoReflect() protoreflect.Message + func (x *WorkflowStatusRequest) Reset() + func (x *WorkflowStatusRequest) String() string + type WorkflowStatusResponse struct + ShardStreams map[string]*WorkflowStatusResponse_ShardStreams + TableCopyState map[string]*WorkflowStatusResponse_TableCopyState + TrafficState string + func (*WorkflowStatusResponse) Descriptor() ([]byte, []int) + func (*WorkflowStatusResponse) ProtoMessage() + func (m *WorkflowStatusResponse) CloneMessageVT() proto.Message + func (m *WorkflowStatusResponse) CloneVT() *WorkflowStatusResponse + func (m *WorkflowStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowStatusResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowStatusResponse) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowStatusResponse) SizeVT() (n int) + func (m *WorkflowStatusResponse) UnmarshalVT(dAtA []byte) error + func (x *WorkflowStatusResponse) GetShardStreams() map[string]*WorkflowStatusResponse_ShardStreams + func (x *WorkflowStatusResponse) GetTableCopyState() map[string]*WorkflowStatusResponse_TableCopyState + func (x *WorkflowStatusResponse) GetTrafficState() string + func (x *WorkflowStatusResponse) ProtoReflect() protoreflect.Message + func (x *WorkflowStatusResponse) Reset() + func (x *WorkflowStatusResponse) String() string + type WorkflowStatusResponse_ShardStreamState struct + Id int32 + Info string + Position string + SourceShard string + Status string + Tablet *topodata.TabletAlias + func (*WorkflowStatusResponse_ShardStreamState) Descriptor() ([]byte, []int) + func (*WorkflowStatusResponse_ShardStreamState) ProtoMessage() + func (m *WorkflowStatusResponse_ShardStreamState) CloneMessageVT() proto.Message + func (m *WorkflowStatusResponse_ShardStreamState) CloneVT() *WorkflowStatusResponse_ShardStreamState + func (m *WorkflowStatusResponse_ShardStreamState) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowStatusResponse_ShardStreamState) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowStatusResponse_ShardStreamState) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowStatusResponse_ShardStreamState) SizeVT() (n int) + func (m *WorkflowStatusResponse_ShardStreamState) UnmarshalVT(dAtA []byte) error + func (x *WorkflowStatusResponse_ShardStreamState) GetId() int32 + func (x *WorkflowStatusResponse_ShardStreamState) GetInfo() string + func (x *WorkflowStatusResponse_ShardStreamState) GetPosition() string + func (x *WorkflowStatusResponse_ShardStreamState) GetSourceShard() string + func (x *WorkflowStatusResponse_ShardStreamState) GetStatus() string + func (x *WorkflowStatusResponse_ShardStreamState) GetTablet() *topodata.TabletAlias + func (x *WorkflowStatusResponse_ShardStreamState) ProtoReflect() protoreflect.Message + func (x *WorkflowStatusResponse_ShardStreamState) Reset() + func (x *WorkflowStatusResponse_ShardStreamState) String() string + type WorkflowStatusResponse_ShardStreams struct + Streams []*WorkflowStatusResponse_ShardStreamState + func (*WorkflowStatusResponse_ShardStreams) Descriptor() ([]byte, []int) + func (*WorkflowStatusResponse_ShardStreams) ProtoMessage() + func (m *WorkflowStatusResponse_ShardStreams) CloneMessageVT() proto.Message + func (m *WorkflowStatusResponse_ShardStreams) CloneVT() *WorkflowStatusResponse_ShardStreams + func (m *WorkflowStatusResponse_ShardStreams) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowStatusResponse_ShardStreams) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowStatusResponse_ShardStreams) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowStatusResponse_ShardStreams) SizeVT() (n int) + func (m *WorkflowStatusResponse_ShardStreams) UnmarshalVT(dAtA []byte) error + func (x *WorkflowStatusResponse_ShardStreams) GetStreams() []*WorkflowStatusResponse_ShardStreamState + func (x *WorkflowStatusResponse_ShardStreams) ProtoReflect() protoreflect.Message + func (x *WorkflowStatusResponse_ShardStreams) Reset() + func (x *WorkflowStatusResponse_ShardStreams) String() string + type WorkflowStatusResponse_TableCopyState struct + BytesCopied int64 + BytesPercentage float32 + BytesTotal int64 + RowsCopied int64 + RowsPercentage float32 + RowsTotal int64 + func (*WorkflowStatusResponse_TableCopyState) Descriptor() ([]byte, []int) + func (*WorkflowStatusResponse_TableCopyState) ProtoMessage() + func (m *WorkflowStatusResponse_TableCopyState) CloneMessageVT() proto.Message + func (m *WorkflowStatusResponse_TableCopyState) CloneVT() *WorkflowStatusResponse_TableCopyState + func (m *WorkflowStatusResponse_TableCopyState) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowStatusResponse_TableCopyState) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowStatusResponse_TableCopyState) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowStatusResponse_TableCopyState) SizeVT() (n int) + func (m *WorkflowStatusResponse_TableCopyState) UnmarshalVT(dAtA []byte) error + func (x *WorkflowStatusResponse_TableCopyState) GetBytesCopied() int64 + func (x *WorkflowStatusResponse_TableCopyState) GetBytesPercentage() float32 + func (x *WorkflowStatusResponse_TableCopyState) GetBytesTotal() int64 + func (x *WorkflowStatusResponse_TableCopyState) GetRowsCopied() int64 + func (x *WorkflowStatusResponse_TableCopyState) GetRowsPercentage() float32 + func (x *WorkflowStatusResponse_TableCopyState) GetRowsTotal() int64 + func (x *WorkflowStatusResponse_TableCopyState) ProtoReflect() protoreflect.Message + func (x *WorkflowStatusResponse_TableCopyState) Reset() + func (x *WorkflowStatusResponse_TableCopyState) String() string + type WorkflowSwitchTrafficRequest struct + Cells []string + Direction int32 + DryRun bool + EnableReverseReplication bool + InitializeTargetSequences bool + Keyspace string + MaxReplicationLagAllowed *vttime.Duration + Shards []string + TabletTypes []topodata.TabletType + Timeout *vttime.Duration + Workflow string + func (*WorkflowSwitchTrafficRequest) Descriptor() ([]byte, []int) + func (*WorkflowSwitchTrafficRequest) ProtoMessage() + func (m *WorkflowSwitchTrafficRequest) CloneMessageVT() proto.Message + func (m *WorkflowSwitchTrafficRequest) CloneVT() *WorkflowSwitchTrafficRequest + func (m *WorkflowSwitchTrafficRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowSwitchTrafficRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowSwitchTrafficRequest) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowSwitchTrafficRequest) SizeVT() (n int) + func (m *WorkflowSwitchTrafficRequest) UnmarshalVT(dAtA []byte) error + func (x *WorkflowSwitchTrafficRequest) GetCells() []string + func (x *WorkflowSwitchTrafficRequest) GetDirection() int32 + func (x *WorkflowSwitchTrafficRequest) GetDryRun() bool + func (x *WorkflowSwitchTrafficRequest) GetEnableReverseReplication() bool + func (x *WorkflowSwitchTrafficRequest) GetInitializeTargetSequences() bool + func (x *WorkflowSwitchTrafficRequest) GetKeyspace() string + func (x *WorkflowSwitchTrafficRequest) GetMaxReplicationLagAllowed() *vttime.Duration + func (x *WorkflowSwitchTrafficRequest) GetShards() []string + func (x *WorkflowSwitchTrafficRequest) GetTabletTypes() []topodata.TabletType + func (x *WorkflowSwitchTrafficRequest) GetTimeout() *vttime.Duration + func (x *WorkflowSwitchTrafficRequest) GetWorkflow() string + func (x *WorkflowSwitchTrafficRequest) ProtoReflect() protoreflect.Message + func (x *WorkflowSwitchTrafficRequest) Reset() + func (x *WorkflowSwitchTrafficRequest) String() string + type WorkflowSwitchTrafficResponse struct + CurrentState string + DryRunResults []string + StartState string + Summary string + func (*WorkflowSwitchTrafficResponse) Descriptor() ([]byte, []int) + func (*WorkflowSwitchTrafficResponse) ProtoMessage() + func (m *WorkflowSwitchTrafficResponse) CloneMessageVT() proto.Message + func (m *WorkflowSwitchTrafficResponse) CloneVT() *WorkflowSwitchTrafficResponse + func (m *WorkflowSwitchTrafficResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowSwitchTrafficResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowSwitchTrafficResponse) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowSwitchTrafficResponse) SizeVT() (n int) + func (m *WorkflowSwitchTrafficResponse) UnmarshalVT(dAtA []byte) error + func (x *WorkflowSwitchTrafficResponse) GetCurrentState() string + func (x *WorkflowSwitchTrafficResponse) GetDryRunResults() []string + func (x *WorkflowSwitchTrafficResponse) GetStartState() string + func (x *WorkflowSwitchTrafficResponse) GetSummary() string + func (x *WorkflowSwitchTrafficResponse) ProtoReflect() protoreflect.Message + func (x *WorkflowSwitchTrafficResponse) Reset() + func (x *WorkflowSwitchTrafficResponse) String() string + type WorkflowUpdateRequest struct + Keyspace string + TabletRequest *tabletmanagerdata.UpdateVReplicationWorkflowRequest + func (*WorkflowUpdateRequest) Descriptor() ([]byte, []int) + func (*WorkflowUpdateRequest) ProtoMessage() + func (m *WorkflowUpdateRequest) CloneMessageVT() proto.Message + func (m *WorkflowUpdateRequest) CloneVT() *WorkflowUpdateRequest + func (m *WorkflowUpdateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowUpdateRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowUpdateRequest) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowUpdateRequest) SizeVT() (n int) + func (m *WorkflowUpdateRequest) UnmarshalVT(dAtA []byte) error + func (x *WorkflowUpdateRequest) GetKeyspace() string + func (x *WorkflowUpdateRequest) GetTabletRequest() *tabletmanagerdata.UpdateVReplicationWorkflowRequest + func (x *WorkflowUpdateRequest) ProtoReflect() protoreflect.Message + func (x *WorkflowUpdateRequest) Reset() + func (x *WorkflowUpdateRequest) String() string + type WorkflowUpdateResponse struct + Details []*WorkflowUpdateResponse_TabletInfo + Summary string + func (*WorkflowUpdateResponse) Descriptor() ([]byte, []int) + func (*WorkflowUpdateResponse) ProtoMessage() + func (m *WorkflowUpdateResponse) CloneMessageVT() proto.Message + func (m *WorkflowUpdateResponse) CloneVT() *WorkflowUpdateResponse + func (m *WorkflowUpdateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowUpdateResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowUpdateResponse) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowUpdateResponse) SizeVT() (n int) + func (m *WorkflowUpdateResponse) UnmarshalVT(dAtA []byte) error + func (x *WorkflowUpdateResponse) GetDetails() []*WorkflowUpdateResponse_TabletInfo + func (x *WorkflowUpdateResponse) GetSummary() string + func (x *WorkflowUpdateResponse) ProtoReflect() protoreflect.Message + func (x *WorkflowUpdateResponse) Reset() + func (x *WorkflowUpdateResponse) String() string + type WorkflowUpdateResponse_TabletInfo struct + Changed bool + Tablet *topodata.TabletAlias + func (*WorkflowUpdateResponse_TabletInfo) Descriptor() ([]byte, []int) + func (*WorkflowUpdateResponse_TabletInfo) ProtoMessage() + func (m *WorkflowUpdateResponse_TabletInfo) CloneMessageVT() proto.Message + func (m *WorkflowUpdateResponse_TabletInfo) CloneVT() *WorkflowUpdateResponse_TabletInfo + func (m *WorkflowUpdateResponse_TabletInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *WorkflowUpdateResponse_TabletInfo) MarshalToVT(dAtA []byte) (int, error) + func (m *WorkflowUpdateResponse_TabletInfo) MarshalVT() (dAtA []byte, err error) + func (m *WorkflowUpdateResponse_TabletInfo) SizeVT() (n int) + func (m *WorkflowUpdateResponse_TabletInfo) UnmarshalVT(dAtA []byte) error + func (x *WorkflowUpdateResponse_TabletInfo) GetChanged() bool + func (x *WorkflowUpdateResponse_TabletInfo) GetTablet() *topodata.TabletAlias + func (x *WorkflowUpdateResponse_TabletInfo) ProtoReflect() protoreflect.Message + func (x *WorkflowUpdateResponse_TabletInfo) Reset() + func (x *WorkflowUpdateResponse_TabletInfo) String() string + type Workflow_ReplicationLocation struct + Keyspace string + Shards []string + func (*Workflow_ReplicationLocation) Descriptor() ([]byte, []int) + func (*Workflow_ReplicationLocation) ProtoMessage() + func (m *Workflow_ReplicationLocation) CloneMessageVT() proto.Message + func (m *Workflow_ReplicationLocation) CloneVT() *Workflow_ReplicationLocation + func (m *Workflow_ReplicationLocation) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Workflow_ReplicationLocation) MarshalToVT(dAtA []byte) (int, error) + func (m *Workflow_ReplicationLocation) MarshalVT() (dAtA []byte, err error) + func (m *Workflow_ReplicationLocation) SizeVT() (n int) + func (m *Workflow_ReplicationLocation) UnmarshalVT(dAtA []byte) error + func (x *Workflow_ReplicationLocation) GetKeyspace() string + func (x *Workflow_ReplicationLocation) GetShards() []string + func (x *Workflow_ReplicationLocation) ProtoReflect() protoreflect.Message + func (x *Workflow_ReplicationLocation) Reset() + func (x *Workflow_ReplicationLocation) String() string + type Workflow_ShardStream struct + IsPrimaryServing bool + Streams []*Workflow_Stream + TabletControls []*topodata.Shard_TabletControl + func (*Workflow_ShardStream) Descriptor() ([]byte, []int) + func (*Workflow_ShardStream) ProtoMessage() + func (m *Workflow_ShardStream) CloneMessageVT() proto.Message + func (m *Workflow_ShardStream) CloneVT() *Workflow_ShardStream + func (m *Workflow_ShardStream) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Workflow_ShardStream) MarshalToVT(dAtA []byte) (int, error) + func (m *Workflow_ShardStream) MarshalVT() (dAtA []byte, err error) + func (m *Workflow_ShardStream) SizeVT() (n int) + func (m *Workflow_ShardStream) UnmarshalVT(dAtA []byte) error + func (x *Workflow_ShardStream) GetIsPrimaryServing() bool + func (x *Workflow_ShardStream) GetStreams() []*Workflow_Stream + func (x *Workflow_ShardStream) GetTabletControls() []*topodata.Shard_TabletControl + func (x *Workflow_ShardStream) ProtoReflect() protoreflect.Message + func (x *Workflow_ShardStream) Reset() + func (x *Workflow_ShardStream) String() string + type Workflow_Stream struct + BinlogSource *binlogdata.BinlogSource + Cells []string + CopyStates []*Workflow_Stream_CopyState + DbName string + Id int64 + LogFetchError string + Logs []*Workflow_Stream_Log + Message string + Position string + RowsCopied int64 + Shard string + State string + StopPosition string + Tablet *topodata.TabletAlias + TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference + TabletTypes []topodata.TabletType + Tags []string + ThrottlerStatus *Workflow_Stream_ThrottlerStatus + TimeUpdated *vttime.Time + TransactionTimestamp *vttime.Time + func (*Workflow_Stream) Descriptor() ([]byte, []int) + func (*Workflow_Stream) ProtoMessage() + func (m *Workflow_Stream) CloneMessageVT() proto.Message + func (m *Workflow_Stream) CloneVT() *Workflow_Stream + func (m *Workflow_Stream) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Workflow_Stream) MarshalToVT(dAtA []byte) (int, error) + func (m *Workflow_Stream) MarshalVT() (dAtA []byte, err error) + func (m *Workflow_Stream) SizeVT() (n int) + func (m *Workflow_Stream) UnmarshalVT(dAtA []byte) error + func (x *Workflow_Stream) GetBinlogSource() *binlogdata.BinlogSource + func (x *Workflow_Stream) GetCells() []string + func (x *Workflow_Stream) GetCopyStates() []*Workflow_Stream_CopyState + func (x *Workflow_Stream) GetDbName() string + func (x *Workflow_Stream) GetId() int64 + func (x *Workflow_Stream) GetLogFetchError() string + func (x *Workflow_Stream) GetLogs() []*Workflow_Stream_Log + func (x *Workflow_Stream) GetMessage() string + func (x *Workflow_Stream) GetPosition() string + func (x *Workflow_Stream) GetRowsCopied() int64 + func (x *Workflow_Stream) GetShard() string + func (x *Workflow_Stream) GetState() string + func (x *Workflow_Stream) GetStopPosition() string + func (x *Workflow_Stream) GetTablet() *topodata.TabletAlias + func (x *Workflow_Stream) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference + func (x *Workflow_Stream) GetTabletTypes() []topodata.TabletType + func (x *Workflow_Stream) GetTags() []string + func (x *Workflow_Stream) GetThrottlerStatus() *Workflow_Stream_ThrottlerStatus + func (x *Workflow_Stream) GetTimeUpdated() *vttime.Time + func (x *Workflow_Stream) GetTransactionTimestamp() *vttime.Time + func (x *Workflow_Stream) ProtoReflect() protoreflect.Message + func (x *Workflow_Stream) Reset() + func (x *Workflow_Stream) String() string + type Workflow_Stream_CopyState struct + LastPk string + StreamId int64 + Table string + func (*Workflow_Stream_CopyState) Descriptor() ([]byte, []int) + func (*Workflow_Stream_CopyState) ProtoMessage() + func (m *Workflow_Stream_CopyState) CloneMessageVT() proto.Message + func (m *Workflow_Stream_CopyState) CloneVT() *Workflow_Stream_CopyState + func (m *Workflow_Stream_CopyState) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Workflow_Stream_CopyState) MarshalToVT(dAtA []byte) (int, error) + func (m *Workflow_Stream_CopyState) MarshalVT() (dAtA []byte, err error) + func (m *Workflow_Stream_CopyState) SizeVT() (n int) + func (m *Workflow_Stream_CopyState) UnmarshalVT(dAtA []byte) error + func (x *Workflow_Stream_CopyState) GetLastPk() string + func (x *Workflow_Stream_CopyState) GetStreamId() int64 + func (x *Workflow_Stream_CopyState) GetTable() string + func (x *Workflow_Stream_CopyState) ProtoReflect() protoreflect.Message + func (x *Workflow_Stream_CopyState) Reset() + func (x *Workflow_Stream_CopyState) String() string + type Workflow_Stream_Log struct + Count int64 + CreatedAt *vttime.Time + Id int64 + Message string + State string + StreamId int64 + Type string + UpdatedAt *vttime.Time + func (*Workflow_Stream_Log) Descriptor() ([]byte, []int) + func (*Workflow_Stream_Log) ProtoMessage() + func (m *Workflow_Stream_Log) CloneMessageVT() proto.Message + func (m *Workflow_Stream_Log) CloneVT() *Workflow_Stream_Log + func (m *Workflow_Stream_Log) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Workflow_Stream_Log) MarshalToVT(dAtA []byte) (int, error) + func (m *Workflow_Stream_Log) MarshalVT() (dAtA []byte, err error) + func (m *Workflow_Stream_Log) SizeVT() (n int) + func (m *Workflow_Stream_Log) UnmarshalVT(dAtA []byte) error + func (x *Workflow_Stream_Log) GetCount() int64 + func (x *Workflow_Stream_Log) GetCreatedAt() *vttime.Time + func (x *Workflow_Stream_Log) GetId() int64 + func (x *Workflow_Stream_Log) GetMessage() string + func (x *Workflow_Stream_Log) GetState() string + func (x *Workflow_Stream_Log) GetStreamId() int64 + func (x *Workflow_Stream_Log) GetType() string + func (x *Workflow_Stream_Log) GetUpdatedAt() *vttime.Time + func (x *Workflow_Stream_Log) ProtoReflect() protoreflect.Message + func (x *Workflow_Stream_Log) Reset() + func (x *Workflow_Stream_Log) String() string + type Workflow_Stream_ThrottlerStatus struct + ComponentThrottled string + TimeThrottled *vttime.Time + func (*Workflow_Stream_ThrottlerStatus) Descriptor() ([]byte, []int) + func (*Workflow_Stream_ThrottlerStatus) ProtoMessage() + func (m *Workflow_Stream_ThrottlerStatus) CloneMessageVT() proto.Message + func (m *Workflow_Stream_ThrottlerStatus) CloneVT() *Workflow_Stream_ThrottlerStatus + func (m *Workflow_Stream_ThrottlerStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Workflow_Stream_ThrottlerStatus) MarshalToVT(dAtA []byte) (int, error) + func (m *Workflow_Stream_ThrottlerStatus) MarshalVT() (dAtA []byte, err error) + func (m *Workflow_Stream_ThrottlerStatus) SizeVT() (n int) + func (m *Workflow_Stream_ThrottlerStatus) UnmarshalVT(dAtA []byte) error + func (x *Workflow_Stream_ThrottlerStatus) GetComponentThrottled() string + func (x *Workflow_Stream_ThrottlerStatus) GetTimeThrottled() *vttime.Time + func (x *Workflow_Stream_ThrottlerStatus) ProtoReflect() protoreflect.Message + func (x *Workflow_Stream_ThrottlerStatus) Reset() + func (x *Workflow_Stream_ThrottlerStatus) String() string