vtctldata

package
v0.19.4 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 20 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MaterializationIntent_name = map[int32]string{
		0: "CUSTOM",
		1: "MOVETABLES",
		2: "CREATELOOKUPINDEX",
	}
	MaterializationIntent_value = map[string]int32{
		"CUSTOM":            0,
		"MOVETABLES":        1,
		"CREATELOOKUPINDEX": 2,
	}
)

Enum value maps for MaterializationIntent.

View Source
var (
	QueryOrdering_name = map[int32]string{
		0: "NONE",
		1: "ASCENDING",
		2: "DESCENDING",
	}
	QueryOrdering_value = map[string]int32{
		"NONE":       0,
		"ASCENDING":  1,
		"DESCENDING": 2,
	}
)

Enum value maps for QueryOrdering.

View Source
var (
	SchemaMigration_Strategy_name = map[int32]string{
		0: "VITESS",

		1: "GHOST",
		2: "PTOSC",
		3: "DIRECT",
		4: "MYSQL",
	}
	SchemaMigration_Strategy_value = map[string]int32{
		"VITESS": 0,
		"ONLINE": 0,
		"GHOST":  1,
		"PTOSC":  2,
		"DIRECT": 3,
		"MYSQL":  4,
	}
)

Enum value maps for SchemaMigration_Strategy.

View Source
var (
	SchemaMigration_Status_name = map[int32]string{
		0: "UNKNOWN",
		1: "REQUESTED",
		2: "CANCELLED",
		3: "QUEUED",
		4: "READY",
		5: "RUNNING",
		6: "COMPLETE",
		7: "FAILED",
	}
	SchemaMigration_Status_value = map[string]int32{
		"UNKNOWN":   0,
		"REQUESTED": 1,
		"CANCELLED": 2,
		"QUEUED":    3,
		"READY":     4,
		"RUNNING":   5,
		"COMPLETE":  6,
		"FAILED":    7,
	}
)

Enum value maps for SchemaMigration_Status.

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var File_vtctldata_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddCellInfoRequest added in v0.11.0

type AddCellInfoRequest struct {
	Name     string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CellInfo *topodata.CellInfo `protobuf:"bytes,2,opt,name=cell_info,json=cellInfo,proto3" json:"cell_info,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCellInfoRequest) CloneMessageVT added in v0.18.0

func (m *AddCellInfoRequest) CloneMessageVT() proto.Message

func (*AddCellInfoRequest) CloneVT added in v0.18.0

func (m *AddCellInfoRequest) CloneVT() *AddCellInfoRequest

func (*AddCellInfoRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use AddCellInfoRequest.ProtoReflect.Descriptor instead.

func (*AddCellInfoRequest) GetCellInfo added in v0.11.0

func (x *AddCellInfoRequest) GetCellInfo() *topodata.CellInfo

func (*AddCellInfoRequest) GetName added in v0.11.0

func (x *AddCellInfoRequest) GetName() string

func (*AddCellInfoRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *AddCellInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddCellInfoRequest) MarshalToVT added in v0.11.0

func (m *AddCellInfoRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AddCellInfoRequest) MarshalVT added in v0.11.0

func (m *AddCellInfoRequest) MarshalVT() (dAtA []byte, err error)

func (*AddCellInfoRequest) ProtoMessage added in v0.11.0

func (*AddCellInfoRequest) ProtoMessage()

func (*AddCellInfoRequest) ProtoReflect added in v0.11.0

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

func (*AddCellInfoRequest) Reset added in v0.11.0

func (x *AddCellInfoRequest) Reset()

func (*AddCellInfoRequest) SizeVT added in v0.11.0

func (m *AddCellInfoRequest) SizeVT() (n int)

func (*AddCellInfoRequest) String added in v0.11.0

func (x *AddCellInfoRequest) String() string

func (*AddCellInfoRequest) UnmarshalVT added in v0.11.0

func (m *AddCellInfoRequest) UnmarshalVT(dAtA []byte) error

type AddCellInfoResponse added in v0.11.0

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

func (*AddCellInfoResponse) CloneMessageVT added in v0.18.0

func (m *AddCellInfoResponse) CloneMessageVT() proto.Message

func (*AddCellInfoResponse) CloneVT added in v0.18.0

func (*AddCellInfoResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use AddCellInfoResponse.ProtoReflect.Descriptor instead.

func (*AddCellInfoResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *AddCellInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddCellInfoResponse) MarshalToVT added in v0.11.0

func (m *AddCellInfoResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AddCellInfoResponse) MarshalVT added in v0.11.0

func (m *AddCellInfoResponse) MarshalVT() (dAtA []byte, err error)

func (*AddCellInfoResponse) ProtoMessage added in v0.11.0

func (*AddCellInfoResponse) ProtoMessage()

func (*AddCellInfoResponse) ProtoReflect added in v0.11.0

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

func (*AddCellInfoResponse) Reset added in v0.11.0

func (x *AddCellInfoResponse) Reset()

func (*AddCellInfoResponse) SizeVT added in v0.11.0

func (m *AddCellInfoResponse) SizeVT() (n int)

func (*AddCellInfoResponse) String added in v0.11.0

func (x *AddCellInfoResponse) String() string

func (*AddCellInfoResponse) UnmarshalVT added in v0.11.0

func (m *AddCellInfoResponse) UnmarshalVT(dAtA []byte) error

type AddCellsAliasRequest added in v0.11.0

type AddCellsAliasRequest struct {
	Name  string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Cells []string `protobuf:"bytes,2,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCellsAliasRequest) CloneMessageVT added in v0.18.0

func (m *AddCellsAliasRequest) CloneMessageVT() proto.Message

func (*AddCellsAliasRequest) CloneVT added in v0.18.0

func (*AddCellsAliasRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use AddCellsAliasRequest.ProtoReflect.Descriptor instead.

func (*AddCellsAliasRequest) GetCells added in v0.11.0

func (x *AddCellsAliasRequest) GetCells() []string

func (*AddCellsAliasRequest) GetName added in v0.11.0

func (x *AddCellsAliasRequest) GetName() string

func (*AddCellsAliasRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *AddCellsAliasRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddCellsAliasRequest) MarshalToVT added in v0.11.0

func (m *AddCellsAliasRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AddCellsAliasRequest) MarshalVT added in v0.11.0

func (m *AddCellsAliasRequest) MarshalVT() (dAtA []byte, err error)

func (*AddCellsAliasRequest) ProtoMessage added in v0.11.0

func (*AddCellsAliasRequest) ProtoMessage()

func (*AddCellsAliasRequest) ProtoReflect added in v0.11.0

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

func (*AddCellsAliasRequest) Reset added in v0.11.0

func (x *AddCellsAliasRequest) Reset()

func (*AddCellsAliasRequest) SizeVT added in v0.11.0

func (m *AddCellsAliasRequest) SizeVT() (n int)

func (*AddCellsAliasRequest) String added in v0.11.0

func (x *AddCellsAliasRequest) String() string

func (*AddCellsAliasRequest) UnmarshalVT added in v0.11.0

func (m *AddCellsAliasRequest) UnmarshalVT(dAtA []byte) error

type AddCellsAliasResponse added in v0.11.0

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

func (*AddCellsAliasResponse) CloneMessageVT added in v0.18.0

func (m *AddCellsAliasResponse) CloneMessageVT() proto.Message

func (*AddCellsAliasResponse) CloneVT added in v0.18.0

func (*AddCellsAliasResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use AddCellsAliasResponse.ProtoReflect.Descriptor instead.

func (*AddCellsAliasResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *AddCellsAliasResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddCellsAliasResponse) MarshalToVT added in v0.11.0

func (m *AddCellsAliasResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AddCellsAliasResponse) MarshalVT added in v0.11.0

func (m *AddCellsAliasResponse) MarshalVT() (dAtA []byte, err error)

func (*AddCellsAliasResponse) ProtoMessage added in v0.11.0

func (*AddCellsAliasResponse) ProtoMessage()

func (*AddCellsAliasResponse) ProtoReflect added in v0.11.0

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

func (*AddCellsAliasResponse) Reset added in v0.11.0

func (x *AddCellsAliasResponse) Reset()

func (*AddCellsAliasResponse) SizeVT added in v0.11.0

func (m *AddCellsAliasResponse) SizeVT() (n int)

func (*AddCellsAliasResponse) String added in v0.11.0

func (x *AddCellsAliasResponse) String() string

func (*AddCellsAliasResponse) UnmarshalVT added in v0.11.0

func (m *AddCellsAliasResponse) UnmarshalVT(dAtA []byte) error

type ApplyRoutingRulesRequest added in v0.11.0

type ApplyRoutingRulesRequest struct {
	RoutingRules *vschema.RoutingRules `protobuf:"bytes,1,opt,name=routing_rules,json=routingRules,proto3" json:"routing_rules,omitempty"`
	// SkipRebuild, if set, will cause ApplyRoutingRules to skip rebuilding the
	// SrvVSchema objects in each cell in RebuildCells.
	SkipRebuild bool `protobuf:"varint,2,opt,name=skip_rebuild,json=skipRebuild,proto3" json:"skip_rebuild,omitempty"`
	// RebuildCells limits the SrvVSchema rebuild to the specified cells. If not
	// provided the SrvVSchema will be rebuilt in every cell in the topology.
	//
	// Ignored if SkipRebuild is set.
	RebuildCells []string `protobuf:"bytes,3,rep,name=rebuild_cells,json=rebuildCells,proto3" json:"rebuild_cells,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyRoutingRulesRequest) CloneMessageVT added in v0.18.0

func (m *ApplyRoutingRulesRequest) CloneMessageVT() proto.Message

func (*ApplyRoutingRulesRequest) CloneVT added in v0.18.0

func (*ApplyRoutingRulesRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use ApplyRoutingRulesRequest.ProtoReflect.Descriptor instead.

func (*ApplyRoutingRulesRequest) GetRebuildCells added in v0.11.0

func (x *ApplyRoutingRulesRequest) GetRebuildCells() []string

func (*ApplyRoutingRulesRequest) GetRoutingRules added in v0.11.0

func (x *ApplyRoutingRulesRequest) GetRoutingRules() *vschema.RoutingRules

func (*ApplyRoutingRulesRequest) GetSkipRebuild added in v0.11.0

func (x *ApplyRoutingRulesRequest) GetSkipRebuild() bool

func (*ApplyRoutingRulesRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *ApplyRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyRoutingRulesRequest) MarshalToVT added in v0.11.0

func (m *ApplyRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyRoutingRulesRequest) MarshalVT added in v0.11.0

func (m *ApplyRoutingRulesRequest) MarshalVT() (dAtA []byte, err error)

func (*ApplyRoutingRulesRequest) ProtoMessage added in v0.11.0

func (*ApplyRoutingRulesRequest) ProtoMessage()

func (*ApplyRoutingRulesRequest) ProtoReflect added in v0.11.0

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

func (*ApplyRoutingRulesRequest) Reset added in v0.11.0

func (x *ApplyRoutingRulesRequest) Reset()

func (*ApplyRoutingRulesRequest) SizeVT added in v0.11.0

func (m *ApplyRoutingRulesRequest) SizeVT() (n int)

func (*ApplyRoutingRulesRequest) String added in v0.11.0

func (x *ApplyRoutingRulesRequest) String() string

func (*ApplyRoutingRulesRequest) UnmarshalVT added in v0.11.0

func (m *ApplyRoutingRulesRequest) UnmarshalVT(dAtA []byte) error

type ApplyRoutingRulesResponse added in v0.11.0

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

func (*ApplyRoutingRulesResponse) CloneMessageVT added in v0.18.0

func (m *ApplyRoutingRulesResponse) CloneMessageVT() proto.Message

func (*ApplyRoutingRulesResponse) CloneVT added in v0.18.0

func (*ApplyRoutingRulesResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use ApplyRoutingRulesResponse.ProtoReflect.Descriptor instead.

func (*ApplyRoutingRulesResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *ApplyRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyRoutingRulesResponse) MarshalToVT added in v0.11.0

func (m *ApplyRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyRoutingRulesResponse) MarshalVT added in v0.11.0

func (m *ApplyRoutingRulesResponse) MarshalVT() (dAtA []byte, err error)

func (*ApplyRoutingRulesResponse) ProtoMessage added in v0.11.0

func (*ApplyRoutingRulesResponse) ProtoMessage()

func (*ApplyRoutingRulesResponse) ProtoReflect added in v0.11.0

func (*ApplyRoutingRulesResponse) Reset added in v0.11.0

func (x *ApplyRoutingRulesResponse) Reset()

func (*ApplyRoutingRulesResponse) SizeVT added in v0.11.0

func (m *ApplyRoutingRulesResponse) SizeVT() (n int)

func (*ApplyRoutingRulesResponse) String added in v0.11.0

func (x *ApplyRoutingRulesResponse) String() string

func (*ApplyRoutingRulesResponse) UnmarshalVT added in v0.11.0

func (m *ApplyRoutingRulesResponse) UnmarshalVT(dAtA []byte) error

type ApplySchemaRequest added in v0.13.0

type ApplySchemaRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// SQL commands to run.
	Sql []string `protobuf:"bytes,3,rep,name=sql,proto3" json:"sql,omitempty"`
	// Online DDL strategy, compatible with @@ddl_strategy session variable (examples: 'gh-ost', 'pt-osc', 'gh-ost --max-load=Threads_running=100'")
	DdlStrategy string `protobuf:"bytes,4,opt,name=ddl_strategy,json=ddlStrategy,proto3" json:"ddl_strategy,omitempty"`
	// Optional: explicit UUIDs for migration.
	// If given, must match number of DDL changes
	UuidList []string `protobuf:"bytes,5,rep,name=uuid_list,json=uuidList,proto3" json:"uuid_list,omitempty"`
	// For Online DDL, optionally supply a custom unique string used as context for the migration(s) in this command.
	// By default a unique context is auto-generated by Vitess
	MigrationContext string `protobuf:"bytes,6,opt,name=migration_context,json=migrationContext,proto3" json:"migration_context,omitempty"`
	// WaitReplicasTimeout is the duration of time to wait for replicas to catch
	// up in reparenting.
	WaitReplicasTimeout *vttime.Duration `protobuf:"bytes,7,opt,name=wait_replicas_timeout,json=waitReplicasTimeout,proto3" json:"wait_replicas_timeout,omitempty"`
	// caller_id identifies the caller. This is the effective caller ID,
	// set by the application to further identify the caller.
	CallerId *vtrpc.CallerID `protobuf:"bytes,9,opt,name=caller_id,json=callerId,proto3" json:"caller_id,omitempty"`
	// BatchSize indicates how many queries to apply together
	BatchSize int64 `protobuf:"varint,10,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplySchemaRequest) CloneMessageVT added in v0.18.0

func (m *ApplySchemaRequest) CloneMessageVT() proto.Message

func (*ApplySchemaRequest) CloneVT added in v0.18.0

func (m *ApplySchemaRequest) CloneVT() *ApplySchemaRequest

func (*ApplySchemaRequest) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ApplySchemaRequest.ProtoReflect.Descriptor instead.

func (*ApplySchemaRequest) GetBatchSize added in v0.18.0

func (x *ApplySchemaRequest) GetBatchSize() int64

func (*ApplySchemaRequest) GetCallerId added in v0.13.0

func (x *ApplySchemaRequest) GetCallerId() *vtrpc.CallerID

func (*ApplySchemaRequest) GetDdlStrategy added in v0.13.0

func (x *ApplySchemaRequest) GetDdlStrategy() string

func (*ApplySchemaRequest) GetKeyspace added in v0.13.0

func (x *ApplySchemaRequest) GetKeyspace() string

func (*ApplySchemaRequest) GetMigrationContext added in v0.14.0

func (x *ApplySchemaRequest) GetMigrationContext() string

func (*ApplySchemaRequest) GetSql added in v0.13.0

func (x *ApplySchemaRequest) GetSql() []string

func (*ApplySchemaRequest) GetUuidList added in v0.13.0

func (x *ApplySchemaRequest) GetUuidList() []string

func (*ApplySchemaRequest) GetWaitReplicasTimeout added in v0.13.0

func (x *ApplySchemaRequest) GetWaitReplicasTimeout() *vttime.Duration

func (*ApplySchemaRequest) MarshalToSizedBufferVT added in v0.13.0

func (m *ApplySchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplySchemaRequest) MarshalToVT added in v0.13.0

func (m *ApplySchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ApplySchemaRequest) MarshalVT added in v0.13.0

func (m *ApplySchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*ApplySchemaRequest) ProtoMessage added in v0.13.0

func (*ApplySchemaRequest) ProtoMessage()

func (*ApplySchemaRequest) ProtoReflect added in v0.13.0

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

func (*ApplySchemaRequest) Reset added in v0.13.0

func (x *ApplySchemaRequest) Reset()

func (*ApplySchemaRequest) SizeVT added in v0.13.0

func (m *ApplySchemaRequest) SizeVT() (n int)

func (*ApplySchemaRequest) String added in v0.13.0

func (x *ApplySchemaRequest) String() string

func (*ApplySchemaRequest) UnmarshalVT added in v0.13.0

func (m *ApplySchemaRequest) UnmarshalVT(dAtA []byte) error

type ApplySchemaResponse added in v0.13.0

type ApplySchemaResponse struct {
	UuidList            []string          `protobuf:"bytes,1,rep,name=uuid_list,json=uuidList,proto3" json:"uuid_list,omitempty"`
	RowsAffectedByShard map[string]uint64 `` /* 211-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ApplySchemaResponse) CloneMessageVT added in v0.18.0

func (m *ApplySchemaResponse) CloneMessageVT() proto.Message

func (*ApplySchemaResponse) CloneVT added in v0.18.0

func (*ApplySchemaResponse) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ApplySchemaResponse.ProtoReflect.Descriptor instead.

func (*ApplySchemaResponse) GetRowsAffectedByShard added in v0.18.0

func (x *ApplySchemaResponse) GetRowsAffectedByShard() map[string]uint64

func (*ApplySchemaResponse) GetUuidList added in v0.13.0

func (x *ApplySchemaResponse) GetUuidList() []string

func (*ApplySchemaResponse) MarshalToSizedBufferVT added in v0.13.0

func (m *ApplySchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplySchemaResponse) MarshalToVT added in v0.13.0

func (m *ApplySchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ApplySchemaResponse) MarshalVT added in v0.13.0

func (m *ApplySchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*ApplySchemaResponse) ProtoMessage added in v0.13.0

func (*ApplySchemaResponse) ProtoMessage()

func (*ApplySchemaResponse) ProtoReflect added in v0.13.0

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

func (*ApplySchemaResponse) Reset added in v0.13.0

func (x *ApplySchemaResponse) Reset()

func (*ApplySchemaResponse) SizeVT added in v0.13.0

func (m *ApplySchemaResponse) SizeVT() (n int)

func (*ApplySchemaResponse) String added in v0.13.0

func (x *ApplySchemaResponse) String() string

func (*ApplySchemaResponse) UnmarshalVT added in v0.13.0

func (m *ApplySchemaResponse) UnmarshalVT(dAtA []byte) error

type ApplyShardRoutingRulesRequest added in v0.15.0

type ApplyShardRoutingRulesRequest struct {
	ShardRoutingRules *vschema.ShardRoutingRules `protobuf:"bytes,1,opt,name=shard_routing_rules,json=shardRoutingRules,proto3" json:"shard_routing_rules,omitempty"`
	// SkipRebuild, if set, will cause ApplyShardRoutingRules to skip rebuilding the
	// SrvVSchema objects in each cell in RebuildCells.
	SkipRebuild bool `protobuf:"varint,2,opt,name=skip_rebuild,json=skipRebuild,proto3" json:"skip_rebuild,omitempty"`
	// RebuildCells limits the SrvVSchema rebuild to the specified cells. If not
	// provided the SrvVSchema will be rebuilt in every cell in the topology.
	//
	// Ignored if SkipRebuild is set.
	RebuildCells []string `protobuf:"bytes,3,rep,name=rebuild_cells,json=rebuildCells,proto3" json:"rebuild_cells,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyShardRoutingRulesRequest) CloneMessageVT added in v0.18.0

func (m *ApplyShardRoutingRulesRequest) CloneMessageVT() proto.Message

func (*ApplyShardRoutingRulesRequest) CloneVT added in v0.18.0

func (*ApplyShardRoutingRulesRequest) Descriptor deprecated added in v0.15.0

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

Deprecated: Use ApplyShardRoutingRulesRequest.ProtoReflect.Descriptor instead.

func (*ApplyShardRoutingRulesRequest) GetRebuildCells added in v0.15.0

func (x *ApplyShardRoutingRulesRequest) GetRebuildCells() []string

func (*ApplyShardRoutingRulesRequest) GetShardRoutingRules added in v0.15.0

func (x *ApplyShardRoutingRulesRequest) GetShardRoutingRules() *vschema.ShardRoutingRules

func (*ApplyShardRoutingRulesRequest) GetSkipRebuild added in v0.15.0

func (x *ApplyShardRoutingRulesRequest) GetSkipRebuild() bool

func (*ApplyShardRoutingRulesRequest) MarshalToSizedBufferVT added in v0.15.0

func (m *ApplyShardRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyShardRoutingRulesRequest) MarshalToVT added in v0.15.0

func (m *ApplyShardRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyShardRoutingRulesRequest) MarshalVT added in v0.15.0

func (m *ApplyShardRoutingRulesRequest) MarshalVT() (dAtA []byte, err error)

func (*ApplyShardRoutingRulesRequest) ProtoMessage added in v0.15.0

func (*ApplyShardRoutingRulesRequest) ProtoMessage()

func (*ApplyShardRoutingRulesRequest) ProtoReflect added in v0.15.0

func (*ApplyShardRoutingRulesRequest) Reset added in v0.15.0

func (x *ApplyShardRoutingRulesRequest) Reset()

func (*ApplyShardRoutingRulesRequest) SizeVT added in v0.15.0

func (m *ApplyShardRoutingRulesRequest) SizeVT() (n int)

func (*ApplyShardRoutingRulesRequest) String added in v0.15.0

func (*ApplyShardRoutingRulesRequest) UnmarshalVT added in v0.15.0

func (m *ApplyShardRoutingRulesRequest) UnmarshalVT(dAtA []byte) error

type ApplyShardRoutingRulesResponse added in v0.15.0

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

func (*ApplyShardRoutingRulesResponse) CloneMessageVT added in v0.18.0

func (m *ApplyShardRoutingRulesResponse) CloneMessageVT() proto.Message

func (*ApplyShardRoutingRulesResponse) CloneVT added in v0.18.0

func (*ApplyShardRoutingRulesResponse) Descriptor deprecated added in v0.15.0

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

Deprecated: Use ApplyShardRoutingRulesResponse.ProtoReflect.Descriptor instead.

func (*ApplyShardRoutingRulesResponse) MarshalToSizedBufferVT added in v0.15.0

func (m *ApplyShardRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyShardRoutingRulesResponse) MarshalToVT added in v0.15.0

func (m *ApplyShardRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyShardRoutingRulesResponse) MarshalVT added in v0.15.0

func (m *ApplyShardRoutingRulesResponse) MarshalVT() (dAtA []byte, err error)

func (*ApplyShardRoutingRulesResponse) ProtoMessage added in v0.15.0

func (*ApplyShardRoutingRulesResponse) ProtoMessage()

func (*ApplyShardRoutingRulesResponse) ProtoReflect added in v0.15.0

func (*ApplyShardRoutingRulesResponse) Reset added in v0.15.0

func (x *ApplyShardRoutingRulesResponse) Reset()

func (*ApplyShardRoutingRulesResponse) SizeVT added in v0.15.0

func (m *ApplyShardRoutingRulesResponse) SizeVT() (n int)

func (*ApplyShardRoutingRulesResponse) String added in v0.15.0

func (*ApplyShardRoutingRulesResponse) UnmarshalVT added in v0.15.0

func (m *ApplyShardRoutingRulesResponse) UnmarshalVT(dAtA []byte) error

type ApplyVSchemaRequest added in v0.11.0

type ApplyVSchemaRequest struct {
	Keyspace    string            `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	SkipRebuild bool              `protobuf:"varint,2,opt,name=skip_rebuild,json=skipRebuild,proto3" json:"skip_rebuild,omitempty"`
	DryRun      bool              `protobuf:"varint,3,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	Cells       []string          `protobuf:"bytes,4,rep,name=cells,proto3" json:"cells,omitempty"`
	VSchema     *vschema.Keyspace `protobuf:"bytes,5,opt,name=v_schema,json=vSchema,proto3" json:"v_schema,omitempty"`
	Sql         string            `protobuf:"bytes,6,opt,name=sql,proto3" json:"sql,omitempty"`
	// Strict returns an error if there are unknown vindex params.
	Strict bool `protobuf:"varint,7,opt,name=strict,proto3" json:"strict,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyVSchemaRequest) CloneMessageVT added in v0.18.0

func (m *ApplyVSchemaRequest) CloneMessageVT() proto.Message

func (*ApplyVSchemaRequest) CloneVT added in v0.18.0

func (*ApplyVSchemaRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use ApplyVSchemaRequest.ProtoReflect.Descriptor instead.

func (*ApplyVSchemaRequest) GetCells added in v0.11.0

func (x *ApplyVSchemaRequest) GetCells() []string

func (*ApplyVSchemaRequest) GetDryRun added in v0.11.0

func (x *ApplyVSchemaRequest) GetDryRun() bool

func (*ApplyVSchemaRequest) GetKeyspace added in v0.11.0

func (x *ApplyVSchemaRequest) GetKeyspace() string

func (*ApplyVSchemaRequest) GetSkipRebuild added in v0.11.0

func (x *ApplyVSchemaRequest) GetSkipRebuild() bool

func (*ApplyVSchemaRequest) GetSql added in v0.11.0

func (x *ApplyVSchemaRequest) GetSql() string

func (*ApplyVSchemaRequest) GetStrict added in v0.19.0

func (x *ApplyVSchemaRequest) GetStrict() bool

func (*ApplyVSchemaRequest) GetVSchema added in v0.11.0

func (x *ApplyVSchemaRequest) GetVSchema() *vschema.Keyspace

func (*ApplyVSchemaRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *ApplyVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyVSchemaRequest) MarshalToVT added in v0.11.0

func (m *ApplyVSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyVSchemaRequest) MarshalVT added in v0.11.0

func (m *ApplyVSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*ApplyVSchemaRequest) ProtoMessage added in v0.11.0

func (*ApplyVSchemaRequest) ProtoMessage()

func (*ApplyVSchemaRequest) ProtoReflect added in v0.11.0

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

func (*ApplyVSchemaRequest) Reset added in v0.11.0

func (x *ApplyVSchemaRequest) Reset()

func (*ApplyVSchemaRequest) SizeVT added in v0.11.0

func (m *ApplyVSchemaRequest) SizeVT() (n int)

func (*ApplyVSchemaRequest) String added in v0.11.0

func (x *ApplyVSchemaRequest) String() string

func (*ApplyVSchemaRequest) UnmarshalVT added in v0.11.0

func (m *ApplyVSchemaRequest) UnmarshalVT(dAtA []byte) error

type ApplyVSchemaResponse added in v0.11.0

type ApplyVSchemaResponse struct {
	VSchema *vschema.Keyspace `protobuf:"bytes,1,opt,name=v_schema,json=vSchema,proto3" json:"v_schema,omitempty"`
	// UnknownVindexParams is a map of vindex name to params that were not recognized by the vindex
	// type. E.g.:
	//
	//	{
	//	  "lookup_vdx": {
	//	    "params": ["raed_lock", "not_verify"]
	//	  }
	//	}
	UnknownVindexParams map[string]*ApplyVSchemaResponse_ParamList `` /* 208-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ApplyVSchemaResponse) CloneMessageVT added in v0.18.0

func (m *ApplyVSchemaResponse) CloneMessageVT() proto.Message

func (*ApplyVSchemaResponse) CloneVT added in v0.18.0

func (*ApplyVSchemaResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use ApplyVSchemaResponse.ProtoReflect.Descriptor instead.

func (*ApplyVSchemaResponse) GetUnknownVindexParams added in v0.19.0

func (x *ApplyVSchemaResponse) GetUnknownVindexParams() map[string]*ApplyVSchemaResponse_ParamList

func (*ApplyVSchemaResponse) GetVSchema added in v0.11.0

func (x *ApplyVSchemaResponse) GetVSchema() *vschema.Keyspace

func (*ApplyVSchemaResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *ApplyVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyVSchemaResponse) MarshalToVT added in v0.11.0

func (m *ApplyVSchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyVSchemaResponse) MarshalVT added in v0.11.0

func (m *ApplyVSchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*ApplyVSchemaResponse) ProtoMessage added in v0.11.0

func (*ApplyVSchemaResponse) ProtoMessage()

func (*ApplyVSchemaResponse) ProtoReflect added in v0.11.0

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

func (*ApplyVSchemaResponse) Reset added in v0.11.0

func (x *ApplyVSchemaResponse) Reset()

func (*ApplyVSchemaResponse) SizeVT added in v0.11.0

func (m *ApplyVSchemaResponse) SizeVT() (n int)

func (*ApplyVSchemaResponse) String added in v0.11.0

func (x *ApplyVSchemaResponse) String() string

func (*ApplyVSchemaResponse) UnmarshalVT added in v0.11.0

func (m *ApplyVSchemaResponse) UnmarshalVT(dAtA []byte) error

type ApplyVSchemaResponse_ParamList added in v0.19.0

type ApplyVSchemaResponse_ParamList struct {
	Params []string `protobuf:"bytes,1,rep,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyVSchemaResponse_ParamList) CloneMessageVT added in v0.19.0

func (m *ApplyVSchemaResponse_ParamList) CloneMessageVT() proto.Message

func (*ApplyVSchemaResponse_ParamList) CloneVT added in v0.19.0

func (*ApplyVSchemaResponse_ParamList) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ApplyVSchemaResponse_ParamList.ProtoReflect.Descriptor instead.

func (*ApplyVSchemaResponse_ParamList) GetParams added in v0.19.0

func (x *ApplyVSchemaResponse_ParamList) GetParams() []string

func (*ApplyVSchemaResponse_ParamList) MarshalToSizedBufferVT added in v0.19.0

func (m *ApplyVSchemaResponse_ParamList) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyVSchemaResponse_ParamList) MarshalToVT added in v0.19.0

func (m *ApplyVSchemaResponse_ParamList) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyVSchemaResponse_ParamList) MarshalVT added in v0.19.0

func (m *ApplyVSchemaResponse_ParamList) MarshalVT() (dAtA []byte, err error)

func (*ApplyVSchemaResponse_ParamList) ProtoMessage added in v0.19.0

func (*ApplyVSchemaResponse_ParamList) ProtoMessage()

func (*ApplyVSchemaResponse_ParamList) ProtoReflect added in v0.19.0

func (*ApplyVSchemaResponse_ParamList) Reset added in v0.19.0

func (x *ApplyVSchemaResponse_ParamList) Reset()

func (*ApplyVSchemaResponse_ParamList) SizeVT added in v0.19.0

func (m *ApplyVSchemaResponse_ParamList) SizeVT() (n int)

func (*ApplyVSchemaResponse_ParamList) String added in v0.19.0

func (*ApplyVSchemaResponse_ParamList) UnmarshalVT added in v0.19.0

func (m *ApplyVSchemaResponse_ParamList) UnmarshalVT(dAtA []byte) error

type BackupRequest added in v0.14.0

type BackupRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// AllowPrimary allows the backup to proceed if TabletAlias is a PRIMARY.
	//
	// WARNING: If using the builtin backup engine, this will shutdown mysqld on
	// the primary for the duration of the backup, and no writes will be possible.
	AllowPrimary bool `protobuf:"varint,2,opt,name=allow_primary,json=allowPrimary,proto3" json:"allow_primary,omitempty"`
	// Concurrency specifies the number of compression/checksum jobs to run
	// simultaneously.
	Concurrency int32 `protobuf:"varint,3,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// IncrementalFromPos indicates a position of a previous backup. When this value is non-empty
	// then the backup becomes incremental and applies as of given position.
	IncrementalFromPos string `protobuf:"bytes,4,opt,name=incremental_from_pos,json=incrementalFromPos,proto3" json:"incremental_from_pos,omitempty"`
	// UpgradeSafe indicates if the backup should be taken with innodb_fast_shutdown=0
	// so that it's a backup that can be used for an upgrade.
	UpgradeSafe bool `protobuf:"varint,5,opt,name=upgrade_safe,json=upgradeSafe,proto3" json:"upgrade_safe,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupRequest) CloneMessageVT added in v0.18.0

func (m *BackupRequest) CloneMessageVT() proto.Message

func (*BackupRequest) CloneVT added in v0.18.0

func (m *BackupRequest) CloneVT() *BackupRequest

func (*BackupRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use BackupRequest.ProtoReflect.Descriptor instead.

func (*BackupRequest) GetAllowPrimary added in v0.14.0

func (x *BackupRequest) GetAllowPrimary() bool

func (*BackupRequest) GetConcurrency added in v0.14.0

func (x *BackupRequest) GetConcurrency() int32

func (*BackupRequest) GetIncrementalFromPos added in v0.16.0

func (x *BackupRequest) GetIncrementalFromPos() string

func (*BackupRequest) GetTabletAlias added in v0.14.0

func (x *BackupRequest) GetTabletAlias() *topodata.TabletAlias

func (*BackupRequest) GetUpgradeSafe added in v0.18.0

func (x *BackupRequest) GetUpgradeSafe() bool

func (*BackupRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *BackupRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BackupRequest) MarshalToVT added in v0.14.0

func (m *BackupRequest) MarshalToVT(dAtA []byte) (int, error)

func (*BackupRequest) MarshalVT added in v0.14.0

func (m *BackupRequest) MarshalVT() (dAtA []byte, err error)

func (*BackupRequest) ProtoMessage added in v0.14.0

func (*BackupRequest) ProtoMessage()

func (*BackupRequest) ProtoReflect added in v0.14.0

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

func (*BackupRequest) Reset added in v0.14.0

func (x *BackupRequest) Reset()

func (*BackupRequest) SizeVT added in v0.14.0

func (m *BackupRequest) SizeVT() (n int)

func (*BackupRequest) String added in v0.14.0

func (x *BackupRequest) String() string

func (*BackupRequest) UnmarshalVT added in v0.14.0

func (m *BackupRequest) UnmarshalVT(dAtA []byte) error

type BackupResponse added in v0.14.0

type BackupResponse struct {

	// TabletAlias is the alias being used for the backup.
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	Keyspace    string                `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard       string                `protobuf:"bytes,3,opt,name=shard,proto3" json:"shard,omitempty"`
	Event       *logutil.Event        `protobuf:"bytes,4,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupResponse) CloneMessageVT added in v0.18.0

func (m *BackupResponse) CloneMessageVT() proto.Message

func (*BackupResponse) CloneVT added in v0.18.0

func (m *BackupResponse) CloneVT() *BackupResponse

func (*BackupResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use BackupResponse.ProtoReflect.Descriptor instead.

func (*BackupResponse) GetEvent added in v0.14.0

func (x *BackupResponse) GetEvent() *logutil.Event

func (*BackupResponse) GetKeyspace added in v0.14.0

func (x *BackupResponse) GetKeyspace() string

func (*BackupResponse) GetShard added in v0.14.0

func (x *BackupResponse) GetShard() string

func (*BackupResponse) GetTabletAlias added in v0.14.0

func (x *BackupResponse) GetTabletAlias() *topodata.TabletAlias

func (*BackupResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *BackupResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BackupResponse) MarshalToVT added in v0.14.0

func (m *BackupResponse) MarshalToVT(dAtA []byte) (int, error)

func (*BackupResponse) MarshalVT added in v0.14.0

func (m *BackupResponse) MarshalVT() (dAtA []byte, err error)

func (*BackupResponse) ProtoMessage added in v0.14.0

func (*BackupResponse) ProtoMessage()

func (*BackupResponse) ProtoReflect added in v0.14.0

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

func (*BackupResponse) Reset added in v0.14.0

func (x *BackupResponse) Reset()

func (*BackupResponse) SizeVT added in v0.14.0

func (m *BackupResponse) SizeVT() (n int)

func (*BackupResponse) String added in v0.14.0

func (x *BackupResponse) String() string

func (*BackupResponse) UnmarshalVT added in v0.14.0

func (m *BackupResponse) UnmarshalVT(dAtA []byte) error

type BackupShardRequest added in v0.14.0

type BackupShardRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard    string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// AllowPrimary allows the backup to occur on a PRIMARY tablet. See
	// BackupRequest.AllowPrimary for warnings and caveats.
	AllowPrimary bool `protobuf:"varint,3,opt,name=allow_primary,json=allowPrimary,proto3" json:"allow_primary,omitempty"`
	// Concurrency specifies the number of compression/checksum jobs to run
	// simultaneously.
	Concurrency int32 `protobuf:"varint,4,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// UpgradeSafe indicates if the backup should be taken with innodb_fast_shutdown=0
	// so that it's a backup that can be used for an upgrade.
	UpgradeSafe bool `protobuf:"varint,5,opt,name=upgrade_safe,json=upgradeSafe,proto3" json:"upgrade_safe,omitempty"`
	// IncrementalFromPos indicates a position of a previous backup. When this value is non-empty
	// then the backup becomes incremental and applies as of given position.
	IncrementalFromPos string `protobuf:"bytes,6,opt,name=incremental_from_pos,json=incrementalFromPos,proto3" json:"incremental_from_pos,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupShardRequest) CloneMessageVT added in v0.18.0

func (m *BackupShardRequest) CloneMessageVT() proto.Message

func (*BackupShardRequest) CloneVT added in v0.18.0

func (m *BackupShardRequest) CloneVT() *BackupShardRequest

func (*BackupShardRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use BackupShardRequest.ProtoReflect.Descriptor instead.

func (*BackupShardRequest) GetAllowPrimary added in v0.14.0

func (x *BackupShardRequest) GetAllowPrimary() bool

func (*BackupShardRequest) GetConcurrency added in v0.14.0

func (x *BackupShardRequest) GetConcurrency() int32

func (*BackupShardRequest) GetIncrementalFromPos added in v0.18.0

func (x *BackupShardRequest) GetIncrementalFromPos() string

func (*BackupShardRequest) GetKeyspace added in v0.14.0

func (x *BackupShardRequest) GetKeyspace() string

func (*BackupShardRequest) GetShard added in v0.14.0

func (x *BackupShardRequest) GetShard() string

func (*BackupShardRequest) GetUpgradeSafe added in v0.18.0

func (x *BackupShardRequest) GetUpgradeSafe() bool

func (*BackupShardRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *BackupShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BackupShardRequest) MarshalToVT added in v0.14.0

func (m *BackupShardRequest) MarshalToVT(dAtA []byte) (int, error)

func (*BackupShardRequest) MarshalVT added in v0.14.0

func (m *BackupShardRequest) MarshalVT() (dAtA []byte, err error)

func (*BackupShardRequest) ProtoMessage added in v0.14.0

func (*BackupShardRequest) ProtoMessage()

func (*BackupShardRequest) ProtoReflect added in v0.14.0

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

func (*BackupShardRequest) Reset added in v0.14.0

func (x *BackupShardRequest) Reset()

func (*BackupShardRequest) SizeVT added in v0.14.0

func (m *BackupShardRequest) SizeVT() (n int)

func (*BackupShardRequest) String added in v0.14.0

func (x *BackupShardRequest) String() string

func (*BackupShardRequest) UnmarshalVT added in v0.14.0

func (m *BackupShardRequest) UnmarshalVT(dAtA []byte) error

type CancelSchemaMigrationRequest added in v0.18.0

type CancelSchemaMigrationRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelSchemaMigrationRequest) CloneMessageVT added in v0.18.0

func (m *CancelSchemaMigrationRequest) CloneMessageVT() proto.Message

func (*CancelSchemaMigrationRequest) CloneVT added in v0.18.0

func (*CancelSchemaMigrationRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use CancelSchemaMigrationRequest.ProtoReflect.Descriptor instead.

func (*CancelSchemaMigrationRequest) GetKeyspace added in v0.18.0

func (x *CancelSchemaMigrationRequest) GetKeyspace() string

func (*CancelSchemaMigrationRequest) GetUuid added in v0.18.0

func (x *CancelSchemaMigrationRequest) GetUuid() string

func (*CancelSchemaMigrationRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *CancelSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CancelSchemaMigrationRequest) MarshalToVT added in v0.18.0

func (m *CancelSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CancelSchemaMigrationRequest) MarshalVT added in v0.18.0

func (m *CancelSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error)

func (*CancelSchemaMigrationRequest) ProtoMessage added in v0.18.0

func (*CancelSchemaMigrationRequest) ProtoMessage()

func (*CancelSchemaMigrationRequest) ProtoReflect added in v0.18.0

func (*CancelSchemaMigrationRequest) Reset added in v0.18.0

func (x *CancelSchemaMigrationRequest) Reset()

func (*CancelSchemaMigrationRequest) SizeVT added in v0.18.0

func (m *CancelSchemaMigrationRequest) SizeVT() (n int)

func (*CancelSchemaMigrationRequest) String added in v0.18.0

func (*CancelSchemaMigrationRequest) UnmarshalVT added in v0.18.0

func (m *CancelSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error

type CancelSchemaMigrationResponse added in v0.18.0

type CancelSchemaMigrationResponse struct {
	RowsAffectedByShard map[string]uint64 `` /* 211-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CancelSchemaMigrationResponse) CloneMessageVT added in v0.18.0

func (m *CancelSchemaMigrationResponse) CloneMessageVT() proto.Message

func (*CancelSchemaMigrationResponse) CloneVT added in v0.18.0

func (*CancelSchemaMigrationResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use CancelSchemaMigrationResponse.ProtoReflect.Descriptor instead.

func (*CancelSchemaMigrationResponse) GetRowsAffectedByShard added in v0.18.0

func (x *CancelSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64

func (*CancelSchemaMigrationResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *CancelSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CancelSchemaMigrationResponse) MarshalToVT added in v0.18.0

func (m *CancelSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CancelSchemaMigrationResponse) MarshalVT added in v0.18.0

func (m *CancelSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error)

func (*CancelSchemaMigrationResponse) ProtoMessage added in v0.18.0

func (*CancelSchemaMigrationResponse) ProtoMessage()

func (*CancelSchemaMigrationResponse) ProtoReflect added in v0.18.0

func (*CancelSchemaMigrationResponse) Reset added in v0.18.0

func (x *CancelSchemaMigrationResponse) Reset()

func (*CancelSchemaMigrationResponse) SizeVT added in v0.18.0

func (m *CancelSchemaMigrationResponse) SizeVT() (n int)

func (*CancelSchemaMigrationResponse) String added in v0.18.0

func (*CancelSchemaMigrationResponse) UnmarshalVT added in v0.18.0

func (m *CancelSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error

type ChangeTabletTypeRequest added in v0.10.0

type ChangeTabletTypeRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	DbType      topodata.TabletType   `protobuf:"varint,2,opt,name=db_type,json=dbType,proto3,enum=topodata.TabletType" json:"db_type,omitempty"`
	DryRun      bool                  `protobuf:"varint,3,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeTabletTypeRequest) CloneMessageVT added in v0.18.0

func (m *ChangeTabletTypeRequest) CloneMessageVT() proto.Message

func (*ChangeTabletTypeRequest) CloneVT added in v0.18.0

func (*ChangeTabletTypeRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ChangeTabletTypeRequest.ProtoReflect.Descriptor instead.

func (*ChangeTabletTypeRequest) GetDbType added in v0.10.0

func (*ChangeTabletTypeRequest) GetDryRun added in v0.10.0

func (x *ChangeTabletTypeRequest) GetDryRun() bool

func (*ChangeTabletTypeRequest) GetTabletAlias added in v0.10.0

func (x *ChangeTabletTypeRequest) GetTabletAlias() *topodata.TabletAlias

func (*ChangeTabletTypeRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *ChangeTabletTypeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChangeTabletTypeRequest) MarshalToVT added in v0.11.0

func (m *ChangeTabletTypeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ChangeTabletTypeRequest) MarshalVT added in v0.11.0

func (m *ChangeTabletTypeRequest) MarshalVT() (dAtA []byte, err error)

func (*ChangeTabletTypeRequest) ProtoMessage added in v0.10.0

func (*ChangeTabletTypeRequest) ProtoMessage()

func (*ChangeTabletTypeRequest) ProtoReflect added in v0.11.0

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

func (*ChangeTabletTypeRequest) Reset added in v0.10.0

func (x *ChangeTabletTypeRequest) Reset()

func (*ChangeTabletTypeRequest) SizeVT added in v0.11.0

func (m *ChangeTabletTypeRequest) SizeVT() (n int)

func (*ChangeTabletTypeRequest) String added in v0.10.0

func (x *ChangeTabletTypeRequest) String() string

func (*ChangeTabletTypeRequest) UnmarshalVT added in v0.11.0

func (m *ChangeTabletTypeRequest) UnmarshalVT(dAtA []byte) error

type ChangeTabletTypeResponse added in v0.10.0

type ChangeTabletTypeResponse struct {
	BeforeTablet *topodata.Tablet `protobuf:"bytes,1,opt,name=before_tablet,json=beforeTablet,proto3" json:"before_tablet,omitempty"`
	AfterTablet  *topodata.Tablet `protobuf:"bytes,2,opt,name=after_tablet,json=afterTablet,proto3" json:"after_tablet,omitempty"`
	WasDryRun    bool             `protobuf:"varint,3,opt,name=was_dry_run,json=wasDryRun,proto3" json:"was_dry_run,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeTabletTypeResponse) CloneMessageVT added in v0.18.0

func (m *ChangeTabletTypeResponse) CloneMessageVT() proto.Message

func (*ChangeTabletTypeResponse) CloneVT added in v0.18.0

func (*ChangeTabletTypeResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ChangeTabletTypeResponse.ProtoReflect.Descriptor instead.

func (*ChangeTabletTypeResponse) GetAfterTablet added in v0.10.0

func (x *ChangeTabletTypeResponse) GetAfterTablet() *topodata.Tablet

func (*ChangeTabletTypeResponse) GetBeforeTablet added in v0.10.0

func (x *ChangeTabletTypeResponse) GetBeforeTablet() *topodata.Tablet

func (*ChangeTabletTypeResponse) GetWasDryRun added in v0.10.0

func (x *ChangeTabletTypeResponse) GetWasDryRun() bool

func (*ChangeTabletTypeResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *ChangeTabletTypeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChangeTabletTypeResponse) MarshalToVT added in v0.11.0

func (m *ChangeTabletTypeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ChangeTabletTypeResponse) MarshalVT added in v0.11.0

func (m *ChangeTabletTypeResponse) MarshalVT() (dAtA []byte, err error)

func (*ChangeTabletTypeResponse) ProtoMessage added in v0.10.0

func (*ChangeTabletTypeResponse) ProtoMessage()

func (*ChangeTabletTypeResponse) ProtoReflect added in v0.11.0

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

func (*ChangeTabletTypeResponse) Reset added in v0.10.0

func (x *ChangeTabletTypeResponse) Reset()

func (*ChangeTabletTypeResponse) SizeVT added in v0.11.0

func (m *ChangeTabletTypeResponse) SizeVT() (n int)

func (*ChangeTabletTypeResponse) String added in v0.10.0

func (x *ChangeTabletTypeResponse) String() string

func (*ChangeTabletTypeResponse) UnmarshalVT added in v0.11.0

func (m *ChangeTabletTypeResponse) UnmarshalVT(dAtA []byte) error

type CleanupSchemaMigrationRequest added in v0.18.0

type CleanupSchemaMigrationRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CleanupSchemaMigrationRequest) CloneMessageVT added in v0.18.0

func (m *CleanupSchemaMigrationRequest) CloneMessageVT() proto.Message

func (*CleanupSchemaMigrationRequest) CloneVT added in v0.18.0

func (*CleanupSchemaMigrationRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use CleanupSchemaMigrationRequest.ProtoReflect.Descriptor instead.

func (*CleanupSchemaMigrationRequest) GetKeyspace added in v0.18.0

func (x *CleanupSchemaMigrationRequest) GetKeyspace() string

func (*CleanupSchemaMigrationRequest) GetUuid added in v0.18.0

func (*CleanupSchemaMigrationRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *CleanupSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CleanupSchemaMigrationRequest) MarshalToVT added in v0.18.0

func (m *CleanupSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CleanupSchemaMigrationRequest) MarshalVT added in v0.18.0

func (m *CleanupSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error)

func (*CleanupSchemaMigrationRequest) ProtoMessage added in v0.18.0

func (*CleanupSchemaMigrationRequest) ProtoMessage()

func (*CleanupSchemaMigrationRequest) ProtoReflect added in v0.18.0

func (*CleanupSchemaMigrationRequest) Reset added in v0.18.0

func (x *CleanupSchemaMigrationRequest) Reset()

func (*CleanupSchemaMigrationRequest) SizeVT added in v0.18.0

func (m *CleanupSchemaMigrationRequest) SizeVT() (n int)

func (*CleanupSchemaMigrationRequest) String added in v0.18.0

func (*CleanupSchemaMigrationRequest) UnmarshalVT added in v0.18.0

func (m *CleanupSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error

type CleanupSchemaMigrationResponse added in v0.18.0

type CleanupSchemaMigrationResponse struct {
	RowsAffectedByShard map[string]uint64 `` /* 211-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CleanupSchemaMigrationResponse) CloneMessageVT added in v0.18.0

func (m *CleanupSchemaMigrationResponse) CloneMessageVT() proto.Message

func (*CleanupSchemaMigrationResponse) CloneVT added in v0.18.0

func (*CleanupSchemaMigrationResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use CleanupSchemaMigrationResponse.ProtoReflect.Descriptor instead.

func (*CleanupSchemaMigrationResponse) GetRowsAffectedByShard added in v0.18.0

func (x *CleanupSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64

func (*CleanupSchemaMigrationResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *CleanupSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CleanupSchemaMigrationResponse) MarshalToVT added in v0.18.0

func (m *CleanupSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CleanupSchemaMigrationResponse) MarshalVT added in v0.18.0

func (m *CleanupSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error)

func (*CleanupSchemaMigrationResponse) ProtoMessage added in v0.18.0

func (*CleanupSchemaMigrationResponse) ProtoMessage()

func (*CleanupSchemaMigrationResponse) ProtoReflect added in v0.18.0

func (*CleanupSchemaMigrationResponse) Reset added in v0.18.0

func (x *CleanupSchemaMigrationResponse) Reset()

func (*CleanupSchemaMigrationResponse) SizeVT added in v0.18.0

func (m *CleanupSchemaMigrationResponse) SizeVT() (n int)

func (*CleanupSchemaMigrationResponse) String added in v0.18.0

func (*CleanupSchemaMigrationResponse) UnmarshalVT added in v0.18.0

func (m *CleanupSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error

type CompleteSchemaMigrationRequest added in v0.18.0

type CompleteSchemaMigrationRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CompleteSchemaMigrationRequest) CloneMessageVT added in v0.18.0

func (m *CompleteSchemaMigrationRequest) CloneMessageVT() proto.Message

func (*CompleteSchemaMigrationRequest) CloneVT added in v0.18.0

func (*CompleteSchemaMigrationRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use CompleteSchemaMigrationRequest.ProtoReflect.Descriptor instead.

func (*CompleteSchemaMigrationRequest) GetKeyspace added in v0.18.0

func (x *CompleteSchemaMigrationRequest) GetKeyspace() string

func (*CompleteSchemaMigrationRequest) GetUuid added in v0.18.0

func (*CompleteSchemaMigrationRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *CompleteSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CompleteSchemaMigrationRequest) MarshalToVT added in v0.18.0

func (m *CompleteSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CompleteSchemaMigrationRequest) MarshalVT added in v0.18.0

func (m *CompleteSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error)

func (*CompleteSchemaMigrationRequest) ProtoMessage added in v0.18.0

func (*CompleteSchemaMigrationRequest) ProtoMessage()

func (*CompleteSchemaMigrationRequest) ProtoReflect added in v0.18.0

func (*CompleteSchemaMigrationRequest) Reset added in v0.18.0

func (x *CompleteSchemaMigrationRequest) Reset()

func (*CompleteSchemaMigrationRequest) SizeVT added in v0.18.0

func (m *CompleteSchemaMigrationRequest) SizeVT() (n int)

func (*CompleteSchemaMigrationRequest) String added in v0.18.0

func (*CompleteSchemaMigrationRequest) UnmarshalVT added in v0.18.0

func (m *CompleteSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error

type CompleteSchemaMigrationResponse added in v0.18.0

type CompleteSchemaMigrationResponse struct {
	RowsAffectedByShard map[string]uint64 `` /* 211-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CompleteSchemaMigrationResponse) CloneMessageVT added in v0.18.0

func (m *CompleteSchemaMigrationResponse) CloneMessageVT() proto.Message

func (*CompleteSchemaMigrationResponse) CloneVT added in v0.18.0

func (*CompleteSchemaMigrationResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use CompleteSchemaMigrationResponse.ProtoReflect.Descriptor instead.

func (*CompleteSchemaMigrationResponse) GetRowsAffectedByShard added in v0.18.0

func (x *CompleteSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64

func (*CompleteSchemaMigrationResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *CompleteSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CompleteSchemaMigrationResponse) MarshalToVT added in v0.18.0

func (m *CompleteSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CompleteSchemaMigrationResponse) MarshalVT added in v0.18.0

func (m *CompleteSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error)

func (*CompleteSchemaMigrationResponse) ProtoMessage added in v0.18.0

func (*CompleteSchemaMigrationResponse) ProtoMessage()

func (*CompleteSchemaMigrationResponse) ProtoReflect added in v0.18.0

func (*CompleteSchemaMigrationResponse) Reset added in v0.18.0

func (*CompleteSchemaMigrationResponse) SizeVT added in v0.18.0

func (m *CompleteSchemaMigrationResponse) SizeVT() (n int)

func (*CompleteSchemaMigrationResponse) String added in v0.18.0

func (*CompleteSchemaMigrationResponse) UnmarshalVT added in v0.18.0

func (m *CompleteSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error

type CreateKeyspaceRequest added in v0.10.0

type CreateKeyspaceRequest struct {

	// Name is the name of the keyspace.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Force proceeds with the request even if the keyspace already exists.
	Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// AllowEmptyVSchema allows a keyspace to be created with no vschema.
	AllowEmptyVSchema bool `protobuf:"varint,3,opt,name=allow_empty_v_schema,json=allowEmptyVSchema,proto3" json:"allow_empty_v_schema,omitempty"`
	// Type is the type of the keyspace to create.
	Type topodata.KeyspaceType `protobuf:"varint,7,opt,name=type,proto3,enum=topodata.KeyspaceType" json:"type,omitempty"`
	// BaseKeyspace specifies the base keyspace for SNAPSHOT keyspaces. It is
	// required to create a SNAPSHOT keyspace.
	BaseKeyspace string `protobuf:"bytes,8,opt,name=base_keyspace,json=baseKeyspace,proto3" json:"base_keyspace,omitempty"`
	// SnapshotTime specifies the snapshot time for this keyspace. It is required
	// to create a SNAPSHOT keyspace.
	SnapshotTime *vttime.Time `protobuf:"bytes,9,opt,name=snapshot_time,json=snapshotTime,proto3" json:"snapshot_time,omitempty"`
	// DurabilityPolicy is the durability policy to be
	// used for this keyspace.
	DurabilityPolicy string `protobuf:"bytes,10,opt,name=durability_policy,json=durabilityPolicy,proto3" json:"durability_policy,omitempty"`
	// SidecarDBName is the name of the sidecar database that
	// each vttablet in the keyspace will use.
	SidecarDbName string `protobuf:"bytes,11,opt,name=sidecar_db_name,json=sidecarDbName,proto3" json:"sidecar_db_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateKeyspaceRequest) CloneMessageVT added in v0.18.0

func (m *CreateKeyspaceRequest) CloneMessageVT() proto.Message

func (*CreateKeyspaceRequest) CloneVT added in v0.18.0

func (*CreateKeyspaceRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use CreateKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*CreateKeyspaceRequest) GetAllowEmptyVSchema added in v0.10.0

func (x *CreateKeyspaceRequest) GetAllowEmptyVSchema() bool

func (*CreateKeyspaceRequest) GetBaseKeyspace added in v0.10.0

func (x *CreateKeyspaceRequest) GetBaseKeyspace() string

func (*CreateKeyspaceRequest) GetDurabilityPolicy added in v0.14.0

func (x *CreateKeyspaceRequest) GetDurabilityPolicy() string

func (*CreateKeyspaceRequest) GetForce added in v0.10.0

func (x *CreateKeyspaceRequest) GetForce() bool

func (*CreateKeyspaceRequest) GetName added in v0.10.0

func (x *CreateKeyspaceRequest) GetName() string

func (*CreateKeyspaceRequest) GetSidecarDbName added in v0.17.0

func (x *CreateKeyspaceRequest) GetSidecarDbName() string

func (*CreateKeyspaceRequest) GetSnapshotTime added in v0.10.0

func (x *CreateKeyspaceRequest) GetSnapshotTime() *vttime.Time

func (*CreateKeyspaceRequest) GetType added in v0.10.0

func (*CreateKeyspaceRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *CreateKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateKeyspaceRequest) MarshalToVT added in v0.11.0

func (m *CreateKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CreateKeyspaceRequest) MarshalVT added in v0.11.0

func (m *CreateKeyspaceRequest) MarshalVT() (dAtA []byte, err error)

func (*CreateKeyspaceRequest) ProtoMessage added in v0.10.0

func (*CreateKeyspaceRequest) ProtoMessage()

func (*CreateKeyspaceRequest) ProtoReflect added in v0.11.0

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

func (*CreateKeyspaceRequest) Reset added in v0.10.0

func (x *CreateKeyspaceRequest) Reset()

func (*CreateKeyspaceRequest) SizeVT added in v0.11.0

func (m *CreateKeyspaceRequest) SizeVT() (n int)

func (*CreateKeyspaceRequest) String added in v0.10.0

func (x *CreateKeyspaceRequest) String() string

func (*CreateKeyspaceRequest) UnmarshalVT added in v0.11.0

func (m *CreateKeyspaceRequest) UnmarshalVT(dAtA []byte) error

type CreateKeyspaceResponse added in v0.10.0

type CreateKeyspaceResponse struct {

	// Keyspace is the newly-created keyspace.
	Keyspace *Keyspace `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateKeyspaceResponse) CloneMessageVT added in v0.18.0

func (m *CreateKeyspaceResponse) CloneMessageVT() proto.Message

func (*CreateKeyspaceResponse) CloneVT added in v0.18.0

func (*CreateKeyspaceResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use CreateKeyspaceResponse.ProtoReflect.Descriptor instead.

func (*CreateKeyspaceResponse) GetKeyspace added in v0.10.0

func (x *CreateKeyspaceResponse) GetKeyspace() *Keyspace

func (*CreateKeyspaceResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *CreateKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateKeyspaceResponse) MarshalToVT added in v0.11.0

func (m *CreateKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CreateKeyspaceResponse) MarshalVT added in v0.11.0

func (m *CreateKeyspaceResponse) MarshalVT() (dAtA []byte, err error)

func (*CreateKeyspaceResponse) ProtoMessage added in v0.10.0

func (*CreateKeyspaceResponse) ProtoMessage()

func (*CreateKeyspaceResponse) ProtoReflect added in v0.11.0

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

func (*CreateKeyspaceResponse) Reset added in v0.10.0

func (x *CreateKeyspaceResponse) Reset()

func (*CreateKeyspaceResponse) SizeVT added in v0.11.0

func (m *CreateKeyspaceResponse) SizeVT() (n int)

func (*CreateKeyspaceResponse) String added in v0.10.0

func (x *CreateKeyspaceResponse) String() string

func (*CreateKeyspaceResponse) UnmarshalVT added in v0.11.0

func (m *CreateKeyspaceResponse) UnmarshalVT(dAtA []byte) error

type CreateShardRequest added in v0.10.0

type CreateShardRequest struct {

	// Keyspace is the name of the keyspace to create the shard in.
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// ShardName is the name of the shard to create. E.g. "-" or "-80".
	ShardName string `protobuf:"bytes,2,opt,name=shard_name,json=shardName,proto3" json:"shard_name,omitempty"`
	// Force treats an attempt to create a shard that already exists as a
	// non-error.
	Force bool `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	// IncludeParent creates the parent keyspace as an empty BASE keyspace, if it
	// doesn't already exist.
	IncludeParent bool `protobuf:"varint,4,opt,name=include_parent,json=includeParent,proto3" json:"include_parent,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShardRequest) CloneMessageVT added in v0.18.0

func (m *CreateShardRequest) CloneMessageVT() proto.Message

func (*CreateShardRequest) CloneVT added in v0.18.0

func (m *CreateShardRequest) CloneVT() *CreateShardRequest

func (*CreateShardRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use CreateShardRequest.ProtoReflect.Descriptor instead.

func (*CreateShardRequest) GetForce added in v0.10.0

func (x *CreateShardRequest) GetForce() bool

func (*CreateShardRequest) GetIncludeParent added in v0.10.0

func (x *CreateShardRequest) GetIncludeParent() bool

func (*CreateShardRequest) GetKeyspace added in v0.10.0

func (x *CreateShardRequest) GetKeyspace() string

func (*CreateShardRequest) GetShardName added in v0.10.0

func (x *CreateShardRequest) GetShardName() string

func (*CreateShardRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *CreateShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateShardRequest) MarshalToVT added in v0.11.0

func (m *CreateShardRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CreateShardRequest) MarshalVT added in v0.11.0

func (m *CreateShardRequest) MarshalVT() (dAtA []byte, err error)

func (*CreateShardRequest) ProtoMessage added in v0.10.0

func (*CreateShardRequest) ProtoMessage()

func (*CreateShardRequest) ProtoReflect added in v0.11.0

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

func (*CreateShardRequest) Reset added in v0.10.0

func (x *CreateShardRequest) Reset()

func (*CreateShardRequest) SizeVT added in v0.11.0

func (m *CreateShardRequest) SizeVT() (n int)

func (*CreateShardRequest) String added in v0.10.0

func (x *CreateShardRequest) String() string

func (*CreateShardRequest) UnmarshalVT added in v0.11.0

func (m *CreateShardRequest) UnmarshalVT(dAtA []byte) error

type CreateShardResponse added in v0.10.0

type CreateShardResponse struct {

	// Keyspace is the created keyspace. It is set only if IncludeParent was
	// specified in the request and the parent keyspace needed to be created.
	Keyspace *Keyspace `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Shard is the newly-created shard object.
	Shard *Shard `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// ShardAlreadyExists is set if Force was specified in the request and the
	// shard already existed.
	ShardAlreadyExists bool `protobuf:"varint,3,opt,name=shard_already_exists,json=shardAlreadyExists,proto3" json:"shard_already_exists,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShardResponse) CloneMessageVT added in v0.18.0

func (m *CreateShardResponse) CloneMessageVT() proto.Message

func (*CreateShardResponse) CloneVT added in v0.18.0

func (*CreateShardResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use CreateShardResponse.ProtoReflect.Descriptor instead.

func (*CreateShardResponse) GetKeyspace added in v0.10.0

func (x *CreateShardResponse) GetKeyspace() *Keyspace

func (*CreateShardResponse) GetShard added in v0.10.0

func (x *CreateShardResponse) GetShard() *Shard

func (*CreateShardResponse) GetShardAlreadyExists added in v0.10.0

func (x *CreateShardResponse) GetShardAlreadyExists() bool

func (*CreateShardResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *CreateShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateShardResponse) MarshalToVT added in v0.11.0

func (m *CreateShardResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CreateShardResponse) MarshalVT added in v0.11.0

func (m *CreateShardResponse) MarshalVT() (dAtA []byte, err error)

func (*CreateShardResponse) ProtoMessage added in v0.10.0

func (*CreateShardResponse) ProtoMessage()

func (*CreateShardResponse) ProtoReflect added in v0.11.0

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

func (*CreateShardResponse) Reset added in v0.10.0

func (x *CreateShardResponse) Reset()

func (*CreateShardResponse) SizeVT added in v0.11.0

func (m *CreateShardResponse) SizeVT() (n int)

func (*CreateShardResponse) String added in v0.10.0

func (x *CreateShardResponse) String() string

func (*CreateShardResponse) UnmarshalVT added in v0.11.0

func (m *CreateShardResponse) UnmarshalVT(dAtA []byte) error

type DeleteCellInfoRequest added in v0.11.0

type DeleteCellInfoRequest struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Force bool   `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCellInfoRequest) CloneMessageVT added in v0.18.0

func (m *DeleteCellInfoRequest) CloneMessageVT() proto.Message

func (*DeleteCellInfoRequest) CloneVT added in v0.18.0

func (*DeleteCellInfoRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use DeleteCellInfoRequest.ProtoReflect.Descriptor instead.

func (*DeleteCellInfoRequest) GetForce added in v0.11.0

func (x *DeleteCellInfoRequest) GetForce() bool

func (*DeleteCellInfoRequest) GetName added in v0.11.0

func (x *DeleteCellInfoRequest) GetName() string

func (*DeleteCellInfoRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteCellInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteCellInfoRequest) MarshalToVT added in v0.11.0

func (m *DeleteCellInfoRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteCellInfoRequest) MarshalVT added in v0.11.0

func (m *DeleteCellInfoRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteCellInfoRequest) ProtoMessage added in v0.11.0

func (*DeleteCellInfoRequest) ProtoMessage()

func (*DeleteCellInfoRequest) ProtoReflect added in v0.11.0

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

func (*DeleteCellInfoRequest) Reset added in v0.11.0

func (x *DeleteCellInfoRequest) Reset()

func (*DeleteCellInfoRequest) SizeVT added in v0.11.0

func (m *DeleteCellInfoRequest) SizeVT() (n int)

func (*DeleteCellInfoRequest) String added in v0.11.0

func (x *DeleteCellInfoRequest) String() string

func (*DeleteCellInfoRequest) UnmarshalVT added in v0.11.0

func (m *DeleteCellInfoRequest) UnmarshalVT(dAtA []byte) error

type DeleteCellInfoResponse added in v0.11.0

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

func (*DeleteCellInfoResponse) CloneMessageVT added in v0.18.0

func (m *DeleteCellInfoResponse) CloneMessageVT() proto.Message

func (*DeleteCellInfoResponse) CloneVT added in v0.18.0

func (*DeleteCellInfoResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use DeleteCellInfoResponse.ProtoReflect.Descriptor instead.

func (*DeleteCellInfoResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteCellInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteCellInfoResponse) MarshalToVT added in v0.11.0

func (m *DeleteCellInfoResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteCellInfoResponse) MarshalVT added in v0.11.0

func (m *DeleteCellInfoResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteCellInfoResponse) ProtoMessage added in v0.11.0

func (*DeleteCellInfoResponse) ProtoMessage()

func (*DeleteCellInfoResponse) ProtoReflect added in v0.11.0

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

func (*DeleteCellInfoResponse) Reset added in v0.11.0

func (x *DeleteCellInfoResponse) Reset()

func (*DeleteCellInfoResponse) SizeVT added in v0.11.0

func (m *DeleteCellInfoResponse) SizeVT() (n int)

func (*DeleteCellInfoResponse) String added in v0.11.0

func (x *DeleteCellInfoResponse) String() string

func (*DeleteCellInfoResponse) UnmarshalVT added in v0.11.0

func (m *DeleteCellInfoResponse) UnmarshalVT(dAtA []byte) error

type DeleteCellsAliasRequest added in v0.11.0

type DeleteCellsAliasRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCellsAliasRequest) CloneMessageVT added in v0.18.0

func (m *DeleteCellsAliasRequest) CloneMessageVT() proto.Message

func (*DeleteCellsAliasRequest) CloneVT added in v0.18.0

func (*DeleteCellsAliasRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use DeleteCellsAliasRequest.ProtoReflect.Descriptor instead.

func (*DeleteCellsAliasRequest) GetName added in v0.11.0

func (x *DeleteCellsAliasRequest) GetName() string

func (*DeleteCellsAliasRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteCellsAliasRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteCellsAliasRequest) MarshalToVT added in v0.11.0

func (m *DeleteCellsAliasRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteCellsAliasRequest) MarshalVT added in v0.11.0

func (m *DeleteCellsAliasRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteCellsAliasRequest) ProtoMessage added in v0.11.0

func (*DeleteCellsAliasRequest) ProtoMessage()

func (*DeleteCellsAliasRequest) ProtoReflect added in v0.11.0

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

func (*DeleteCellsAliasRequest) Reset added in v0.11.0

func (x *DeleteCellsAliasRequest) Reset()

func (*DeleteCellsAliasRequest) SizeVT added in v0.11.0

func (m *DeleteCellsAliasRequest) SizeVT() (n int)

func (*DeleteCellsAliasRequest) String added in v0.11.0

func (x *DeleteCellsAliasRequest) String() string

func (*DeleteCellsAliasRequest) UnmarshalVT added in v0.11.0

func (m *DeleteCellsAliasRequest) UnmarshalVT(dAtA []byte) error

type DeleteCellsAliasResponse added in v0.11.0

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

func (*DeleteCellsAliasResponse) CloneMessageVT added in v0.18.0

func (m *DeleteCellsAliasResponse) CloneMessageVT() proto.Message

func (*DeleteCellsAliasResponse) CloneVT added in v0.18.0

func (*DeleteCellsAliasResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use DeleteCellsAliasResponse.ProtoReflect.Descriptor instead.

func (*DeleteCellsAliasResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteCellsAliasResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteCellsAliasResponse) MarshalToVT added in v0.11.0

func (m *DeleteCellsAliasResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteCellsAliasResponse) MarshalVT added in v0.11.0

func (m *DeleteCellsAliasResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteCellsAliasResponse) ProtoMessage added in v0.11.0

func (*DeleteCellsAliasResponse) ProtoMessage()

func (*DeleteCellsAliasResponse) ProtoReflect added in v0.11.0

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

func (*DeleteCellsAliasResponse) Reset added in v0.11.0

func (x *DeleteCellsAliasResponse) Reset()

func (*DeleteCellsAliasResponse) SizeVT added in v0.11.0

func (m *DeleteCellsAliasResponse) SizeVT() (n int)

func (*DeleteCellsAliasResponse) String added in v0.11.0

func (x *DeleteCellsAliasResponse) String() string

func (*DeleteCellsAliasResponse) UnmarshalVT added in v0.11.0

func (m *DeleteCellsAliasResponse) UnmarshalVT(dAtA []byte) error

type DeleteKeyspaceRequest added in v0.10.0

type DeleteKeyspaceRequest struct {

	// Keyspace is the name of the keyspace to delete.
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Recursive causes all shards in the keyspace to be recursively deleted
	// before deleting the keyspace. It is an error to call DeleteKeyspace on a
	// non-empty keyspace without also specifying Recursive.
	Recursive bool `protobuf:"varint,2,opt,name=recursive,proto3" json:"recursive,omitempty"`
	// Force allows a keyspace to be deleted even if the keyspace lock cannot be
	// obtained. This should only be used to force-clean a keyspace.
	Force bool `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteKeyspaceRequest) CloneMessageVT added in v0.18.0

func (m *DeleteKeyspaceRequest) CloneMessageVT() proto.Message

func (*DeleteKeyspaceRequest) CloneVT added in v0.18.0

func (*DeleteKeyspaceRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use DeleteKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*DeleteKeyspaceRequest) GetForce added in v0.14.0

func (x *DeleteKeyspaceRequest) GetForce() bool

func (*DeleteKeyspaceRequest) GetKeyspace added in v0.10.0

func (x *DeleteKeyspaceRequest) GetKeyspace() string

func (*DeleteKeyspaceRequest) GetRecursive added in v0.10.0

func (x *DeleteKeyspaceRequest) GetRecursive() bool

func (*DeleteKeyspaceRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteKeyspaceRequest) MarshalToVT added in v0.11.0

func (m *DeleteKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteKeyspaceRequest) MarshalVT added in v0.11.0

func (m *DeleteKeyspaceRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteKeyspaceRequest) ProtoMessage added in v0.10.0

func (*DeleteKeyspaceRequest) ProtoMessage()

func (*DeleteKeyspaceRequest) ProtoReflect added in v0.11.0

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

func (*DeleteKeyspaceRequest) Reset added in v0.10.0

func (x *DeleteKeyspaceRequest) Reset()

func (*DeleteKeyspaceRequest) SizeVT added in v0.11.0

func (m *DeleteKeyspaceRequest) SizeVT() (n int)

func (*DeleteKeyspaceRequest) String added in v0.10.0

func (x *DeleteKeyspaceRequest) String() string

func (*DeleteKeyspaceRequest) UnmarshalVT added in v0.11.0

func (m *DeleteKeyspaceRequest) UnmarshalVT(dAtA []byte) error

type DeleteKeyspaceResponse added in v0.10.0

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

func (*DeleteKeyspaceResponse) CloneMessageVT added in v0.18.0

func (m *DeleteKeyspaceResponse) CloneMessageVT() proto.Message

func (*DeleteKeyspaceResponse) CloneVT added in v0.18.0

func (*DeleteKeyspaceResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use DeleteKeyspaceResponse.ProtoReflect.Descriptor instead.

func (*DeleteKeyspaceResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteKeyspaceResponse) MarshalToVT added in v0.11.0

func (m *DeleteKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteKeyspaceResponse) MarshalVT added in v0.11.0

func (m *DeleteKeyspaceResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteKeyspaceResponse) ProtoMessage added in v0.10.0

func (*DeleteKeyspaceResponse) ProtoMessage()

func (*DeleteKeyspaceResponse) ProtoReflect added in v0.11.0

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

func (*DeleteKeyspaceResponse) Reset added in v0.10.0

func (x *DeleteKeyspaceResponse) Reset()

func (*DeleteKeyspaceResponse) SizeVT added in v0.11.0

func (m *DeleteKeyspaceResponse) SizeVT() (n int)

func (*DeleteKeyspaceResponse) String added in v0.10.0

func (x *DeleteKeyspaceResponse) String() string

func (*DeleteKeyspaceResponse) UnmarshalVT added in v0.11.0

func (m *DeleteKeyspaceResponse) UnmarshalVT(dAtA []byte) error

type DeleteShardsRequest added in v0.10.0

type DeleteShardsRequest struct {

	// Shards is the list of shards to delete. The nested topodatapb.Shard field
	// is not required for DeleteShard, but the Keyspace and Shard fields are.
	Shards []*Shard `protobuf:"bytes,1,rep,name=shards,proto3" json:"shards,omitempty"`
	// Recursive also deletes all tablets belonging to the shard(s). It is an
	// error to call DeleteShard on a non-empty shard without also specificying
	// Recursive.
	Recursive bool `protobuf:"varint,2,opt,name=recursive,proto3" json:"recursive,omitempty"`
	// EvenIfServing allows a shard to be deleted even if it is serving, which is
	// normally an error. Use with caution.
	EvenIfServing bool `protobuf:"varint,4,opt,name=even_if_serving,json=evenIfServing,proto3" json:"even_if_serving,omitempty"`
	// Force allows a shard to be deleted even if the shard lock cannot be
	// obtained. This should only be used to force-clean a shard.
	Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteShardsRequest) CloneMessageVT added in v0.18.0

func (m *DeleteShardsRequest) CloneMessageVT() proto.Message

func (*DeleteShardsRequest) CloneVT added in v0.18.0

func (*DeleteShardsRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use DeleteShardsRequest.ProtoReflect.Descriptor instead.

func (*DeleteShardsRequest) GetEvenIfServing added in v0.10.0

func (x *DeleteShardsRequest) GetEvenIfServing() bool

func (*DeleteShardsRequest) GetForce added in v0.14.0

func (x *DeleteShardsRequest) GetForce() bool

func (*DeleteShardsRequest) GetRecursive added in v0.10.0

func (x *DeleteShardsRequest) GetRecursive() bool

func (*DeleteShardsRequest) GetShards added in v0.10.0

func (x *DeleteShardsRequest) GetShards() []*Shard

func (*DeleteShardsRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteShardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteShardsRequest) MarshalToVT added in v0.11.0

func (m *DeleteShardsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteShardsRequest) MarshalVT added in v0.11.0

func (m *DeleteShardsRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteShardsRequest) ProtoMessage added in v0.10.0

func (*DeleteShardsRequest) ProtoMessage()

func (*DeleteShardsRequest) ProtoReflect added in v0.11.0

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

func (*DeleteShardsRequest) Reset added in v0.10.0

func (x *DeleteShardsRequest) Reset()

func (*DeleteShardsRequest) SizeVT added in v0.11.0

func (m *DeleteShardsRequest) SizeVT() (n int)

func (*DeleteShardsRequest) String added in v0.10.0

func (x *DeleteShardsRequest) String() string

func (*DeleteShardsRequest) UnmarshalVT added in v0.11.0

func (m *DeleteShardsRequest) UnmarshalVT(dAtA []byte) error

type DeleteShardsResponse added in v0.10.0

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

func (*DeleteShardsResponse) CloneMessageVT added in v0.18.0

func (m *DeleteShardsResponse) CloneMessageVT() proto.Message

func (*DeleteShardsResponse) CloneVT added in v0.18.0

func (*DeleteShardsResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use DeleteShardsResponse.ProtoReflect.Descriptor instead.

func (*DeleteShardsResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteShardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteShardsResponse) MarshalToVT added in v0.11.0

func (m *DeleteShardsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteShardsResponse) MarshalVT added in v0.11.0

func (m *DeleteShardsResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteShardsResponse) ProtoMessage added in v0.10.0

func (*DeleteShardsResponse) ProtoMessage()

func (*DeleteShardsResponse) ProtoReflect added in v0.11.0

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

func (*DeleteShardsResponse) Reset added in v0.10.0

func (x *DeleteShardsResponse) Reset()

func (*DeleteShardsResponse) SizeVT added in v0.11.0

func (m *DeleteShardsResponse) SizeVT() (n int)

func (*DeleteShardsResponse) String added in v0.10.0

func (x *DeleteShardsResponse) String() string

func (*DeleteShardsResponse) UnmarshalVT added in v0.11.0

func (m *DeleteShardsResponse) UnmarshalVT(dAtA []byte) error

type DeleteSrvVSchemaRequest added in v0.12.0

type DeleteSrvVSchemaRequest struct {
	Cell string `protobuf:"bytes,1,opt,name=cell,proto3" json:"cell,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSrvVSchemaRequest) CloneMessageVT added in v0.18.0

func (m *DeleteSrvVSchemaRequest) CloneMessageVT() proto.Message

func (*DeleteSrvVSchemaRequest) CloneVT added in v0.18.0

func (*DeleteSrvVSchemaRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use DeleteSrvVSchemaRequest.ProtoReflect.Descriptor instead.

func (*DeleteSrvVSchemaRequest) GetCell added in v0.12.0

func (x *DeleteSrvVSchemaRequest) GetCell() string

func (*DeleteSrvVSchemaRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *DeleteSrvVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteSrvVSchemaRequest) MarshalToVT added in v0.12.0

func (m *DeleteSrvVSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteSrvVSchemaRequest) MarshalVT added in v0.12.0

func (m *DeleteSrvVSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteSrvVSchemaRequest) ProtoMessage added in v0.12.0

func (*DeleteSrvVSchemaRequest) ProtoMessage()

func (*DeleteSrvVSchemaRequest) ProtoReflect added in v0.12.0

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

func (*DeleteSrvVSchemaRequest) Reset added in v0.12.0

func (x *DeleteSrvVSchemaRequest) Reset()

func (*DeleteSrvVSchemaRequest) SizeVT added in v0.12.0

func (m *DeleteSrvVSchemaRequest) SizeVT() (n int)

func (*DeleteSrvVSchemaRequest) String added in v0.12.0

func (x *DeleteSrvVSchemaRequest) String() string

func (*DeleteSrvVSchemaRequest) UnmarshalVT added in v0.12.0

func (m *DeleteSrvVSchemaRequest) UnmarshalVT(dAtA []byte) error

type DeleteSrvVSchemaResponse added in v0.12.0

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

func (*DeleteSrvVSchemaResponse) CloneMessageVT added in v0.18.0

func (m *DeleteSrvVSchemaResponse) CloneMessageVT() proto.Message

func (*DeleteSrvVSchemaResponse) CloneVT added in v0.18.0

func (*DeleteSrvVSchemaResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use DeleteSrvVSchemaResponse.ProtoReflect.Descriptor instead.

func (*DeleteSrvVSchemaResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *DeleteSrvVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteSrvVSchemaResponse) MarshalToVT added in v0.12.0

func (m *DeleteSrvVSchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteSrvVSchemaResponse) MarshalVT added in v0.12.0

func (m *DeleteSrvVSchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteSrvVSchemaResponse) ProtoMessage added in v0.12.0

func (*DeleteSrvVSchemaResponse) ProtoMessage()

func (*DeleteSrvVSchemaResponse) ProtoReflect added in v0.12.0

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

func (*DeleteSrvVSchemaResponse) Reset added in v0.12.0

func (x *DeleteSrvVSchemaResponse) Reset()

func (*DeleteSrvVSchemaResponse) SizeVT added in v0.12.0

func (m *DeleteSrvVSchemaResponse) SizeVT() (n int)

func (*DeleteSrvVSchemaResponse) String added in v0.12.0

func (x *DeleteSrvVSchemaResponse) String() string

func (*DeleteSrvVSchemaResponse) UnmarshalVT added in v0.12.0

func (m *DeleteSrvVSchemaResponse) UnmarshalVT(dAtA []byte) error

type DeleteTabletsRequest added in v0.10.0

type DeleteTabletsRequest struct {

	// TabletAliases is the list of tablets to delete.
	TabletAliases []*topodata.TabletAlias `protobuf:"bytes,1,rep,name=tablet_aliases,json=tabletAliases,proto3" json:"tablet_aliases,omitempty"`
	// AllowPrimary allows for the primary tablet of a shard to be deleted.
	// Use with caution.
	AllowPrimary bool `protobuf:"varint,2,opt,name=allow_primary,json=allowPrimary,proto3" json:"allow_primary,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTabletsRequest) CloneMessageVT added in v0.18.0

func (m *DeleteTabletsRequest) CloneMessageVT() proto.Message

func (*DeleteTabletsRequest) CloneVT added in v0.18.0

func (*DeleteTabletsRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use DeleteTabletsRequest.ProtoReflect.Descriptor instead.

func (*DeleteTabletsRequest) GetAllowPrimary added in v0.10.0

func (x *DeleteTabletsRequest) GetAllowPrimary() bool

func (*DeleteTabletsRequest) GetTabletAliases added in v0.10.0

func (x *DeleteTabletsRequest) GetTabletAliases() []*topodata.TabletAlias

func (*DeleteTabletsRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteTabletsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteTabletsRequest) MarshalToVT added in v0.11.0

func (m *DeleteTabletsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteTabletsRequest) MarshalVT added in v0.11.0

func (m *DeleteTabletsRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteTabletsRequest) ProtoMessage added in v0.10.0

func (*DeleteTabletsRequest) ProtoMessage()

func (*DeleteTabletsRequest) ProtoReflect added in v0.11.0

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

func (*DeleteTabletsRequest) Reset added in v0.10.0

func (x *DeleteTabletsRequest) Reset()

func (*DeleteTabletsRequest) SizeVT added in v0.11.0

func (m *DeleteTabletsRequest) SizeVT() (n int)

func (*DeleteTabletsRequest) String added in v0.10.0

func (x *DeleteTabletsRequest) String() string

func (*DeleteTabletsRequest) UnmarshalVT added in v0.11.0

func (m *DeleteTabletsRequest) UnmarshalVT(dAtA []byte) error

type DeleteTabletsResponse added in v0.10.0

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

func (*DeleteTabletsResponse) CloneMessageVT added in v0.18.0

func (m *DeleteTabletsResponse) CloneMessageVT() proto.Message

func (*DeleteTabletsResponse) CloneVT added in v0.18.0

func (*DeleteTabletsResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use DeleteTabletsResponse.ProtoReflect.Descriptor instead.

func (*DeleteTabletsResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *DeleteTabletsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteTabletsResponse) MarshalToVT added in v0.11.0

func (m *DeleteTabletsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteTabletsResponse) MarshalVT added in v0.11.0

func (m *DeleteTabletsResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteTabletsResponse) ProtoMessage added in v0.10.0

func (*DeleteTabletsResponse) ProtoMessage()

func (*DeleteTabletsResponse) ProtoReflect added in v0.11.0

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

func (*DeleteTabletsResponse) Reset added in v0.10.0

func (x *DeleteTabletsResponse) Reset()

func (*DeleteTabletsResponse) SizeVT added in v0.11.0

func (m *DeleteTabletsResponse) SizeVT() (n int)

func (*DeleteTabletsResponse) String added in v0.10.0

func (x *DeleteTabletsResponse) String() string

func (*DeleteTabletsResponse) UnmarshalVT added in v0.11.0

func (m *DeleteTabletsResponse) UnmarshalVT(dAtA []byte) error

type EmergencyReparentShardRequest added in v0.10.0

type EmergencyReparentShardRequest struct {

	// Keyspace is the name of the keyspace to perform the Emergency Reparent in.
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Shard is the name of the shard to perform the Emergency Reparent in.
	Shard string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// Optional alias of a tablet that should become the new shard primary. If not
	// not specified, the vtctld will select the most up-to-date canditate to
	// promote.
	NewPrimary *topodata.TabletAlias `protobuf:"bytes,3,opt,name=new_primary,json=newPrimary,proto3" json:"new_primary,omitempty"`
	// List of replica aliases to ignore during the Emergency Reparent. The vtctld
	// will not attempt to stop replication on these tablets, nor attempt to
	// demote any that may think they are the shard primary.
	IgnoreReplicas []*topodata.TabletAlias `protobuf:"bytes,4,rep,name=ignore_replicas,json=ignoreReplicas,proto3" json:"ignore_replicas,omitempty"`
	// WaitReplicasTimeout is the duration of time to wait for replicas to catch
	// up in reparenting.
	WaitReplicasTimeout *vttime.Duration `protobuf:"bytes,5,opt,name=wait_replicas_timeout,json=waitReplicasTimeout,proto3" json:"wait_replicas_timeout,omitempty"`
	// PreventCrossCellPromotion is used to only promote the new primary from the same cell
	// as the failed primary.
	PreventCrossCellPromotion bool `` /* 141-byte string literal not displayed */
	// WaitForAllTablets makes ERS wait for a response from all the tablets before proceeding.
	// Useful when all the tablets are up and reachable.
	WaitForAllTablets bool `protobuf:"varint,7,opt,name=wait_for_all_tablets,json=waitForAllTablets,proto3" json:"wait_for_all_tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*EmergencyReparentShardRequest) CloneMessageVT added in v0.18.0

func (m *EmergencyReparentShardRequest) CloneMessageVT() proto.Message

func (*EmergencyReparentShardRequest) CloneVT added in v0.18.0

func (*EmergencyReparentShardRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use EmergencyReparentShardRequest.ProtoReflect.Descriptor instead.

func (*EmergencyReparentShardRequest) GetIgnoreReplicas added in v0.10.0

func (x *EmergencyReparentShardRequest) GetIgnoreReplicas() []*topodata.TabletAlias

func (*EmergencyReparentShardRequest) GetKeyspace added in v0.10.0

func (x *EmergencyReparentShardRequest) GetKeyspace() string

func (*EmergencyReparentShardRequest) GetNewPrimary added in v0.10.0

func (*EmergencyReparentShardRequest) GetPreventCrossCellPromotion added in v0.13.0

func (x *EmergencyReparentShardRequest) GetPreventCrossCellPromotion() bool

func (*EmergencyReparentShardRequest) GetShard added in v0.10.0

func (x *EmergencyReparentShardRequest) GetShard() string

func (*EmergencyReparentShardRequest) GetWaitForAllTablets added in v0.18.0

func (x *EmergencyReparentShardRequest) GetWaitForAllTablets() bool

func (*EmergencyReparentShardRequest) GetWaitReplicasTimeout added in v0.10.0

func (x *EmergencyReparentShardRequest) GetWaitReplicasTimeout() *vttime.Duration

func (*EmergencyReparentShardRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *EmergencyReparentShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EmergencyReparentShardRequest) MarshalToVT added in v0.11.0

func (m *EmergencyReparentShardRequest) MarshalToVT(dAtA []byte) (int, error)

func (*EmergencyReparentShardRequest) MarshalVT added in v0.11.0

func (m *EmergencyReparentShardRequest) MarshalVT() (dAtA []byte, err error)

func (*EmergencyReparentShardRequest) ProtoMessage added in v0.10.0

func (*EmergencyReparentShardRequest) ProtoMessage()

func (*EmergencyReparentShardRequest) ProtoReflect added in v0.11.0

func (*EmergencyReparentShardRequest) Reset added in v0.10.0

func (x *EmergencyReparentShardRequest) Reset()

func (*EmergencyReparentShardRequest) SizeVT added in v0.11.0

func (m *EmergencyReparentShardRequest) SizeVT() (n int)

func (*EmergencyReparentShardRequest) String added in v0.10.0

func (*EmergencyReparentShardRequest) UnmarshalVT added in v0.11.0

func (m *EmergencyReparentShardRequest) UnmarshalVT(dAtA []byte) error

type EmergencyReparentShardResponse added in v0.10.0

type EmergencyReparentShardResponse struct {

	// Keyspace is the name of the keyspace the Emergency Reparent took place in.
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Shard is the name of the shard the Emergency Reparent took place in.
	Shard string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// PromotedPrimary is the alias of the tablet that was promoted to shard
	// primary. If NewPrimary was set in the request, then this will be the same
	// alias. Otherwise, it will be the alias of the tablet found to be most
	// up-to-date.
	PromotedPrimary *topodata.TabletAlias `protobuf:"bytes,3,opt,name=promoted_primary,json=promotedPrimary,proto3" json:"promoted_primary,omitempty"`
	Events          []*logutil.Event      `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*EmergencyReparentShardResponse) CloneMessageVT added in v0.18.0

func (m *EmergencyReparentShardResponse) CloneMessageVT() proto.Message

func (*EmergencyReparentShardResponse) CloneVT added in v0.18.0

func (*EmergencyReparentShardResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use EmergencyReparentShardResponse.ProtoReflect.Descriptor instead.

func (*EmergencyReparentShardResponse) GetEvents added in v0.10.0

func (x *EmergencyReparentShardResponse) GetEvents() []*logutil.Event

func (*EmergencyReparentShardResponse) GetKeyspace added in v0.10.0

func (x *EmergencyReparentShardResponse) GetKeyspace() string

func (*EmergencyReparentShardResponse) GetPromotedPrimary added in v0.10.0

func (x *EmergencyReparentShardResponse) GetPromotedPrimary() *topodata.TabletAlias

func (*EmergencyReparentShardResponse) GetShard added in v0.10.0

func (x *EmergencyReparentShardResponse) GetShard() string

func (*EmergencyReparentShardResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *EmergencyReparentShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EmergencyReparentShardResponse) MarshalToVT added in v0.11.0

func (m *EmergencyReparentShardResponse) MarshalToVT(dAtA []byte) (int, error)

func (*EmergencyReparentShardResponse) MarshalVT added in v0.11.0

func (m *EmergencyReparentShardResponse) MarshalVT() (dAtA []byte, err error)

func (*EmergencyReparentShardResponse) ProtoMessage added in v0.10.0

func (*EmergencyReparentShardResponse) ProtoMessage()

func (*EmergencyReparentShardResponse) ProtoReflect added in v0.11.0

func (*EmergencyReparentShardResponse) Reset added in v0.10.0

func (x *EmergencyReparentShardResponse) Reset()

func (*EmergencyReparentShardResponse) SizeVT added in v0.11.0

func (m *EmergencyReparentShardResponse) SizeVT() (n int)

func (*EmergencyReparentShardResponse) String added in v0.10.0

func (*EmergencyReparentShardResponse) UnmarshalVT added in v0.11.0

func (m *EmergencyReparentShardResponse) UnmarshalVT(dAtA []byte) error

type ExecuteFetchAsAppRequest added in v0.14.0

type ExecuteFetchAsAppRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	Query       string                `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// MaxRows is an optional parameter to limit the number of rows read into the
	// QueryResult. Note that this does not apply a LIMIT to the query, just how
	// many rows are read from the MySQL server on the tablet side.
	//
	// This field is optional. Specifying a non-positive value will use whatever
	// default is configured in the VtctldService.
	MaxRows int64 `protobuf:"varint,3,opt,name=max_rows,json=maxRows,proto3" json:"max_rows,omitempty"`
	// UsePool causes the query to be run with a pooled connection to the tablet.
	UsePool bool `protobuf:"varint,4,opt,name=use_pool,json=usePool,proto3" json:"use_pool,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteFetchAsAppRequest) CloneMessageVT added in v0.18.0

func (m *ExecuteFetchAsAppRequest) CloneMessageVT() proto.Message

func (*ExecuteFetchAsAppRequest) CloneVT added in v0.18.0

func (*ExecuteFetchAsAppRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ExecuteFetchAsAppRequest.ProtoReflect.Descriptor instead.

func (*ExecuteFetchAsAppRequest) GetMaxRows added in v0.14.0

func (x *ExecuteFetchAsAppRequest) GetMaxRows() int64

func (*ExecuteFetchAsAppRequest) GetQuery added in v0.14.0

func (x *ExecuteFetchAsAppRequest) GetQuery() string

func (*ExecuteFetchAsAppRequest) GetTabletAlias added in v0.14.0

func (x *ExecuteFetchAsAppRequest) GetTabletAlias() *topodata.TabletAlias

func (*ExecuteFetchAsAppRequest) GetUsePool added in v0.14.0

func (x *ExecuteFetchAsAppRequest) GetUsePool() bool

func (*ExecuteFetchAsAppRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *ExecuteFetchAsAppRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecuteFetchAsAppRequest) MarshalToVT added in v0.14.0

func (m *ExecuteFetchAsAppRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ExecuteFetchAsAppRequest) MarshalVT added in v0.14.0

func (m *ExecuteFetchAsAppRequest) MarshalVT() (dAtA []byte, err error)

func (*ExecuteFetchAsAppRequest) ProtoMessage added in v0.14.0

func (*ExecuteFetchAsAppRequest) ProtoMessage()

func (*ExecuteFetchAsAppRequest) ProtoReflect added in v0.14.0

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

func (*ExecuteFetchAsAppRequest) Reset added in v0.14.0

func (x *ExecuteFetchAsAppRequest) Reset()

func (*ExecuteFetchAsAppRequest) SizeVT added in v0.14.0

func (m *ExecuteFetchAsAppRequest) SizeVT() (n int)

func (*ExecuteFetchAsAppRequest) String added in v0.14.0

func (x *ExecuteFetchAsAppRequest) String() string

func (*ExecuteFetchAsAppRequest) UnmarshalVT added in v0.14.0

func (m *ExecuteFetchAsAppRequest) UnmarshalVT(dAtA []byte) error

type ExecuteFetchAsAppResponse added in v0.14.0

type ExecuteFetchAsAppResponse struct {
	Result *query.QueryResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteFetchAsAppResponse) CloneMessageVT added in v0.18.0

func (m *ExecuteFetchAsAppResponse) CloneMessageVT() proto.Message

func (*ExecuteFetchAsAppResponse) CloneVT added in v0.18.0

func (*ExecuteFetchAsAppResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ExecuteFetchAsAppResponse.ProtoReflect.Descriptor instead.

func (*ExecuteFetchAsAppResponse) GetResult added in v0.14.0

func (*ExecuteFetchAsAppResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *ExecuteFetchAsAppResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecuteFetchAsAppResponse) MarshalToVT added in v0.14.0

func (m *ExecuteFetchAsAppResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ExecuteFetchAsAppResponse) MarshalVT added in v0.14.0

func (m *ExecuteFetchAsAppResponse) MarshalVT() (dAtA []byte, err error)

func (*ExecuteFetchAsAppResponse) ProtoMessage added in v0.14.0

func (*ExecuteFetchAsAppResponse) ProtoMessage()

func (*ExecuteFetchAsAppResponse) ProtoReflect added in v0.14.0

func (*ExecuteFetchAsAppResponse) Reset added in v0.14.0

func (x *ExecuteFetchAsAppResponse) Reset()

func (*ExecuteFetchAsAppResponse) SizeVT added in v0.14.0

func (m *ExecuteFetchAsAppResponse) SizeVT() (n int)

func (*ExecuteFetchAsAppResponse) String added in v0.14.0

func (x *ExecuteFetchAsAppResponse) String() string

func (*ExecuteFetchAsAppResponse) UnmarshalVT added in v0.14.0

func (m *ExecuteFetchAsAppResponse) UnmarshalVT(dAtA []byte) error

type ExecuteFetchAsDBARequest added in v0.14.0

type ExecuteFetchAsDBARequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	Query       string                `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// MaxRows is an optional parameter to limit the number of rows read into the
	// QueryResult. Note that this does not apply a LIMIT to the query, just how
	// many rows are read from the MySQL server on the tablet side.
	//
	// This field is optional. Specifying a non-positive value will use whatever
	// default is configured in the VtctldService.
	MaxRows int64 `protobuf:"varint,3,opt,name=max_rows,json=maxRows,proto3" json:"max_rows,omitempty"`
	// DisableBinlogs instructs the tablet not to use binary logging when
	// executing the query.
	DisableBinlogs bool `protobuf:"varint,4,opt,name=disable_binlogs,json=disableBinlogs,proto3" json:"disable_binlogs,omitempty"`
	// ReloadSchema instructs the tablet to reload its schema after executing the
	// query.
	ReloadSchema bool `protobuf:"varint,5,opt,name=reload_schema,json=reloadSchema,proto3" json:"reload_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteFetchAsDBARequest) CloneMessageVT added in v0.18.0

func (m *ExecuteFetchAsDBARequest) CloneMessageVT() proto.Message

func (*ExecuteFetchAsDBARequest) CloneVT added in v0.18.0

func (*ExecuteFetchAsDBARequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ExecuteFetchAsDBARequest.ProtoReflect.Descriptor instead.

func (*ExecuteFetchAsDBARequest) GetDisableBinlogs added in v0.14.0

func (x *ExecuteFetchAsDBARequest) GetDisableBinlogs() bool

func (*ExecuteFetchAsDBARequest) GetMaxRows added in v0.14.0

func (x *ExecuteFetchAsDBARequest) GetMaxRows() int64

func (*ExecuteFetchAsDBARequest) GetQuery added in v0.14.0

func (x *ExecuteFetchAsDBARequest) GetQuery() string

func (*ExecuteFetchAsDBARequest) GetReloadSchema added in v0.14.0

func (x *ExecuteFetchAsDBARequest) GetReloadSchema() bool

func (*ExecuteFetchAsDBARequest) GetTabletAlias added in v0.14.0

func (x *ExecuteFetchAsDBARequest) GetTabletAlias() *topodata.TabletAlias

func (*ExecuteFetchAsDBARequest) MarshalToSizedBufferVT added in v0.14.0

func (m *ExecuteFetchAsDBARequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecuteFetchAsDBARequest) MarshalToVT added in v0.14.0

func (m *ExecuteFetchAsDBARequest) MarshalToVT(dAtA []byte) (int, error)

func (*ExecuteFetchAsDBARequest) MarshalVT added in v0.14.0

func (m *ExecuteFetchAsDBARequest) MarshalVT() (dAtA []byte, err error)

func (*ExecuteFetchAsDBARequest) ProtoMessage added in v0.14.0

func (*ExecuteFetchAsDBARequest) ProtoMessage()

func (*ExecuteFetchAsDBARequest) ProtoReflect added in v0.14.0

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

func (*ExecuteFetchAsDBARequest) Reset added in v0.14.0

func (x *ExecuteFetchAsDBARequest) Reset()

func (*ExecuteFetchAsDBARequest) SizeVT added in v0.14.0

func (m *ExecuteFetchAsDBARequest) SizeVT() (n int)

func (*ExecuteFetchAsDBARequest) String added in v0.14.0

func (x *ExecuteFetchAsDBARequest) String() string

func (*ExecuteFetchAsDBARequest) UnmarshalVT added in v0.14.0

func (m *ExecuteFetchAsDBARequest) UnmarshalVT(dAtA []byte) error

type ExecuteFetchAsDBAResponse added in v0.14.0

type ExecuteFetchAsDBAResponse struct {
	Result *query.QueryResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteFetchAsDBAResponse) CloneMessageVT added in v0.18.0

func (m *ExecuteFetchAsDBAResponse) CloneMessageVT() proto.Message

func (*ExecuteFetchAsDBAResponse) CloneVT added in v0.18.0

func (*ExecuteFetchAsDBAResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ExecuteFetchAsDBAResponse.ProtoReflect.Descriptor instead.

func (*ExecuteFetchAsDBAResponse) GetResult added in v0.14.0

func (*ExecuteFetchAsDBAResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *ExecuteFetchAsDBAResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecuteFetchAsDBAResponse) MarshalToVT added in v0.14.0

func (m *ExecuteFetchAsDBAResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ExecuteFetchAsDBAResponse) MarshalVT added in v0.14.0

func (m *ExecuteFetchAsDBAResponse) MarshalVT() (dAtA []byte, err error)

func (*ExecuteFetchAsDBAResponse) ProtoMessage added in v0.14.0

func (*ExecuteFetchAsDBAResponse) ProtoMessage()

func (*ExecuteFetchAsDBAResponse) ProtoReflect added in v0.14.0

func (*ExecuteFetchAsDBAResponse) Reset added in v0.14.0

func (x *ExecuteFetchAsDBAResponse) Reset()

func (*ExecuteFetchAsDBAResponse) SizeVT added in v0.14.0

func (m *ExecuteFetchAsDBAResponse) SizeVT() (n int)

func (*ExecuteFetchAsDBAResponse) String added in v0.14.0

func (x *ExecuteFetchAsDBAResponse) String() string

func (*ExecuteFetchAsDBAResponse) UnmarshalVT added in v0.14.0

func (m *ExecuteFetchAsDBAResponse) UnmarshalVT(dAtA []byte) error

type ExecuteHookRequest added in v0.13.0

type ExecuteHookRequest struct {
	TabletAlias       *topodata.TabletAlias                 `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	TabletHookRequest *tabletmanagerdata.ExecuteHookRequest `protobuf:"bytes,2,opt,name=tablet_hook_request,json=tabletHookRequest,proto3" json:"tablet_hook_request,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteHookRequest) CloneMessageVT added in v0.18.0

func (m *ExecuteHookRequest) CloneMessageVT() proto.Message

func (*ExecuteHookRequest) CloneVT added in v0.18.0

func (m *ExecuteHookRequest) CloneVT() *ExecuteHookRequest

func (*ExecuteHookRequest) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ExecuteHookRequest.ProtoReflect.Descriptor instead.

func (*ExecuteHookRequest) GetTabletAlias added in v0.13.0

func (x *ExecuteHookRequest) GetTabletAlias() *topodata.TabletAlias

func (*ExecuteHookRequest) GetTabletHookRequest added in v0.13.0

func (x *ExecuteHookRequest) GetTabletHookRequest() *tabletmanagerdata.ExecuteHookRequest

func (*ExecuteHookRequest) MarshalToSizedBufferVT added in v0.13.0

func (m *ExecuteHookRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecuteHookRequest) MarshalToVT added in v0.13.0

func (m *ExecuteHookRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ExecuteHookRequest) MarshalVT added in v0.13.0

func (m *ExecuteHookRequest) MarshalVT() (dAtA []byte, err error)

func (*ExecuteHookRequest) ProtoMessage added in v0.13.0

func (*ExecuteHookRequest) ProtoMessage()

func (*ExecuteHookRequest) ProtoReflect added in v0.13.0

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

func (*ExecuteHookRequest) Reset added in v0.13.0

func (x *ExecuteHookRequest) Reset()

func (*ExecuteHookRequest) SizeVT added in v0.13.0

func (m *ExecuteHookRequest) SizeVT() (n int)

func (*ExecuteHookRequest) String added in v0.13.0

func (x *ExecuteHookRequest) String() string

func (*ExecuteHookRequest) UnmarshalVT added in v0.13.0

func (m *ExecuteHookRequest) UnmarshalVT(dAtA []byte) error

type ExecuteHookResponse added in v0.13.0

type ExecuteHookResponse struct {
	HookResult *tabletmanagerdata.ExecuteHookResponse `protobuf:"bytes,1,opt,name=hook_result,json=hookResult,proto3" json:"hook_result,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteHookResponse) CloneMessageVT added in v0.18.0

func (m *ExecuteHookResponse) CloneMessageVT() proto.Message

func (*ExecuteHookResponse) CloneVT added in v0.18.0

func (*ExecuteHookResponse) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ExecuteHookResponse.ProtoReflect.Descriptor instead.

func (*ExecuteHookResponse) GetHookResult added in v0.13.0

func (*ExecuteHookResponse) MarshalToSizedBufferVT added in v0.13.0

func (m *ExecuteHookResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecuteHookResponse) MarshalToVT added in v0.13.0

func (m *ExecuteHookResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ExecuteHookResponse) MarshalVT added in v0.13.0

func (m *ExecuteHookResponse) MarshalVT() (dAtA []byte, err error)

func (*ExecuteHookResponse) ProtoMessage added in v0.13.0

func (*ExecuteHookResponse) ProtoMessage()

func (*ExecuteHookResponse) ProtoReflect added in v0.13.0

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

func (*ExecuteHookResponse) Reset added in v0.13.0

func (x *ExecuteHookResponse) Reset()

func (*ExecuteHookResponse) SizeVT added in v0.13.0

func (m *ExecuteHookResponse) SizeVT() (n int)

func (*ExecuteHookResponse) String added in v0.13.0

func (x *ExecuteHookResponse) String() string

func (*ExecuteHookResponse) UnmarshalVT added in v0.13.0

func (m *ExecuteHookResponse) UnmarshalVT(dAtA []byte) error

type ExecuteVtctlCommandRequest

type ExecuteVtctlCommandRequest struct {
	Args          []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"`
	ActionTimeout int64    `protobuf:"varint,2,opt,name=action_timeout,json=actionTimeout,proto3" json:"action_timeout,omitempty"`
	// contains filtered or unexported fields
}

ExecuteVtctlCommandRequest is the payload for ExecuteVtctlCommand. timeouts are in nanoseconds.

func (*ExecuteVtctlCommandRequest) CloneMessageVT added in v0.18.0

func (m *ExecuteVtctlCommandRequest) CloneMessageVT() proto.Message

func (*ExecuteVtctlCommandRequest) CloneVT added in v0.18.0

func (*ExecuteVtctlCommandRequest) Descriptor deprecated

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

Deprecated: Use ExecuteVtctlCommandRequest.ProtoReflect.Descriptor instead.

func (*ExecuteVtctlCommandRequest) GetActionTimeout

func (x *ExecuteVtctlCommandRequest) GetActionTimeout() int64

func (*ExecuteVtctlCommandRequest) GetArgs

func (x *ExecuteVtctlCommandRequest) GetArgs() []string

func (*ExecuteVtctlCommandRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *ExecuteVtctlCommandRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecuteVtctlCommandRequest) MarshalToVT added in v0.11.0

func (m *ExecuteVtctlCommandRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ExecuteVtctlCommandRequest) MarshalVT added in v0.11.0

func (m *ExecuteVtctlCommandRequest) MarshalVT() (dAtA []byte, err error)

func (*ExecuteVtctlCommandRequest) ProtoMessage

func (*ExecuteVtctlCommandRequest) ProtoMessage()

func (*ExecuteVtctlCommandRequest) ProtoReflect added in v0.11.0

func (*ExecuteVtctlCommandRequest) Reset

func (x *ExecuteVtctlCommandRequest) Reset()

func (*ExecuteVtctlCommandRequest) SizeVT added in v0.11.0

func (m *ExecuteVtctlCommandRequest) SizeVT() (n int)

func (*ExecuteVtctlCommandRequest) String

func (x *ExecuteVtctlCommandRequest) String() string

func (*ExecuteVtctlCommandRequest) UnmarshalVT added in v0.11.0

func (m *ExecuteVtctlCommandRequest) UnmarshalVT(dAtA []byte) error

type ExecuteVtctlCommandResponse

type ExecuteVtctlCommandResponse struct {
	Event *logutil.Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

ExecuteVtctlCommandResponse is streamed back by ExecuteVtctlCommand.

func (*ExecuteVtctlCommandResponse) CloneMessageVT added in v0.18.0

func (m *ExecuteVtctlCommandResponse) CloneMessageVT() proto.Message

func (*ExecuteVtctlCommandResponse) CloneVT added in v0.18.0

func (*ExecuteVtctlCommandResponse) Descriptor deprecated

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

Deprecated: Use ExecuteVtctlCommandResponse.ProtoReflect.Descriptor instead.

func (*ExecuteVtctlCommandResponse) GetEvent

func (x *ExecuteVtctlCommandResponse) GetEvent() *logutil.Event

func (*ExecuteVtctlCommandResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *ExecuteVtctlCommandResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecuteVtctlCommandResponse) MarshalToVT added in v0.11.0

func (m *ExecuteVtctlCommandResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ExecuteVtctlCommandResponse) MarshalVT added in v0.11.0

func (m *ExecuteVtctlCommandResponse) MarshalVT() (dAtA []byte, err error)

func (*ExecuteVtctlCommandResponse) ProtoMessage

func (*ExecuteVtctlCommandResponse) ProtoMessage()

func (*ExecuteVtctlCommandResponse) ProtoReflect added in v0.11.0

func (*ExecuteVtctlCommandResponse) Reset

func (x *ExecuteVtctlCommandResponse) Reset()

func (*ExecuteVtctlCommandResponse) SizeVT added in v0.11.0

func (m *ExecuteVtctlCommandResponse) SizeVT() (n int)

func (*ExecuteVtctlCommandResponse) String

func (x *ExecuteVtctlCommandResponse) String() string

func (*ExecuteVtctlCommandResponse) UnmarshalVT added in v0.11.0

func (m *ExecuteVtctlCommandResponse) UnmarshalVT(dAtA []byte) error

type FindAllShardsInKeyspaceRequest added in v0.9.0

type FindAllShardsInKeyspaceRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*FindAllShardsInKeyspaceRequest) CloneMessageVT added in v0.18.0

func (m *FindAllShardsInKeyspaceRequest) CloneMessageVT() proto.Message

func (*FindAllShardsInKeyspaceRequest) CloneVT added in v0.18.0

func (*FindAllShardsInKeyspaceRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use FindAllShardsInKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*FindAllShardsInKeyspaceRequest) GetKeyspace added in v0.9.0

func (x *FindAllShardsInKeyspaceRequest) GetKeyspace() string

func (*FindAllShardsInKeyspaceRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *FindAllShardsInKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FindAllShardsInKeyspaceRequest) MarshalToVT added in v0.11.0

func (m *FindAllShardsInKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*FindAllShardsInKeyspaceRequest) MarshalVT added in v0.11.0

func (m *FindAllShardsInKeyspaceRequest) MarshalVT() (dAtA []byte, err error)

func (*FindAllShardsInKeyspaceRequest) ProtoMessage added in v0.9.0

func (*FindAllShardsInKeyspaceRequest) ProtoMessage()

func (*FindAllShardsInKeyspaceRequest) ProtoReflect added in v0.11.0

func (*FindAllShardsInKeyspaceRequest) Reset added in v0.9.0

func (x *FindAllShardsInKeyspaceRequest) Reset()

func (*FindAllShardsInKeyspaceRequest) SizeVT added in v0.11.0

func (m *FindAllShardsInKeyspaceRequest) SizeVT() (n int)

func (*FindAllShardsInKeyspaceRequest) String added in v0.9.0

func (*FindAllShardsInKeyspaceRequest) UnmarshalVT added in v0.11.0

func (m *FindAllShardsInKeyspaceRequest) UnmarshalVT(dAtA []byte) error

type FindAllShardsInKeyspaceResponse added in v0.9.0

type FindAllShardsInKeyspaceResponse struct {
	Shards map[string]*Shard `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FindAllShardsInKeyspaceResponse) CloneMessageVT added in v0.18.0

func (m *FindAllShardsInKeyspaceResponse) CloneMessageVT() proto.Message

func (*FindAllShardsInKeyspaceResponse) CloneVT added in v0.18.0

func (*FindAllShardsInKeyspaceResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use FindAllShardsInKeyspaceResponse.ProtoReflect.Descriptor instead.

func (*FindAllShardsInKeyspaceResponse) GetShards added in v0.9.0

func (x *FindAllShardsInKeyspaceResponse) GetShards() map[string]*Shard

func (*FindAllShardsInKeyspaceResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *FindAllShardsInKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FindAllShardsInKeyspaceResponse) MarshalToVT added in v0.11.0

func (m *FindAllShardsInKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error)

func (*FindAllShardsInKeyspaceResponse) MarshalVT added in v0.11.0

func (m *FindAllShardsInKeyspaceResponse) MarshalVT() (dAtA []byte, err error)

func (*FindAllShardsInKeyspaceResponse) ProtoMessage added in v0.9.0

func (*FindAllShardsInKeyspaceResponse) ProtoMessage()

func (*FindAllShardsInKeyspaceResponse) ProtoReflect added in v0.11.0

func (*FindAllShardsInKeyspaceResponse) Reset added in v0.9.0

func (*FindAllShardsInKeyspaceResponse) SizeVT added in v0.11.0

func (m *FindAllShardsInKeyspaceResponse) SizeVT() (n int)

func (*FindAllShardsInKeyspaceResponse) String added in v0.9.0

func (*FindAllShardsInKeyspaceResponse) UnmarshalVT added in v0.11.0

func (m *FindAllShardsInKeyspaceResponse) UnmarshalVT(dAtA []byte) error

type ForceCutOverSchemaMigrationRequest added in v0.19.0

type ForceCutOverSchemaMigrationRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ForceCutOverSchemaMigrationRequest) CloneMessageVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationRequest) CloneMessageVT() proto.Message

func (*ForceCutOverSchemaMigrationRequest) CloneVT added in v0.19.0

func (*ForceCutOverSchemaMigrationRequest) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ForceCutOverSchemaMigrationRequest.ProtoReflect.Descriptor instead.

func (*ForceCutOverSchemaMigrationRequest) GetKeyspace added in v0.19.0

func (x *ForceCutOverSchemaMigrationRequest) GetKeyspace() string

func (*ForceCutOverSchemaMigrationRequest) GetUuid added in v0.19.0

func (*ForceCutOverSchemaMigrationRequest) MarshalToSizedBufferVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ForceCutOverSchemaMigrationRequest) MarshalToVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ForceCutOverSchemaMigrationRequest) MarshalVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error)

func (*ForceCutOverSchemaMigrationRequest) ProtoMessage added in v0.19.0

func (*ForceCutOverSchemaMigrationRequest) ProtoMessage()

func (*ForceCutOverSchemaMigrationRequest) ProtoReflect added in v0.19.0

func (*ForceCutOverSchemaMigrationRequest) Reset added in v0.19.0

func (*ForceCutOverSchemaMigrationRequest) SizeVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationRequest) SizeVT() (n int)

func (*ForceCutOverSchemaMigrationRequest) String added in v0.19.0

func (*ForceCutOverSchemaMigrationRequest) UnmarshalVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error

type ForceCutOverSchemaMigrationResponse added in v0.19.0

type ForceCutOverSchemaMigrationResponse struct {
	RowsAffectedByShard map[string]uint64 `` /* 211-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ForceCutOverSchemaMigrationResponse) CloneMessageVT added in v0.19.0

func (*ForceCutOverSchemaMigrationResponse) CloneVT added in v0.19.0

func (*ForceCutOverSchemaMigrationResponse) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ForceCutOverSchemaMigrationResponse.ProtoReflect.Descriptor instead.

func (*ForceCutOverSchemaMigrationResponse) GetRowsAffectedByShard added in v0.19.0

func (x *ForceCutOverSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64

func (*ForceCutOverSchemaMigrationResponse) MarshalToSizedBufferVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ForceCutOverSchemaMigrationResponse) MarshalToVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ForceCutOverSchemaMigrationResponse) MarshalVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error)

func (*ForceCutOverSchemaMigrationResponse) ProtoMessage added in v0.19.0

func (*ForceCutOverSchemaMigrationResponse) ProtoMessage()

func (*ForceCutOverSchemaMigrationResponse) ProtoReflect added in v0.19.0

func (*ForceCutOverSchemaMigrationResponse) Reset added in v0.19.0

func (*ForceCutOverSchemaMigrationResponse) SizeVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationResponse) SizeVT() (n int)

func (*ForceCutOverSchemaMigrationResponse) String added in v0.19.0

func (*ForceCutOverSchemaMigrationResponse) UnmarshalVT added in v0.19.0

func (m *ForceCutOverSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error

type GetBackupsRequest added in v0.10.0

type GetBackupsRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard    string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// Limit, if nonzero, will return only the most N recent backups.
	Limit uint32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// Detailed indicates whether to use the backupengine, if supported, to
	// populate additional fields, such as Engine and Status, on BackupInfo
	// objects in the response. If not set, or if the backupengine does not
	// support populating these fields, Engine will always be empty, and Status
	// will always be UNKNOWN.
	Detailed bool `protobuf:"varint,4,opt,name=detailed,proto3" json:"detailed,omitempty"`
	// DetailedLimit, if nonzero, will only populate additional fields (see Detailed)
	// on the N most recent backups. The Limit field still dictates the total
	// number of backup info objects returned, so, in reality, min(Limit, DetailedLimit)
	// backup infos will have additional fields set, and any remaining backups
	// will not.
	DetailedLimit uint32 `protobuf:"varint,5,opt,name=detailed_limit,json=detailedLimit,proto3" json:"detailed_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBackupsRequest) CloneMessageVT added in v0.18.0

func (m *GetBackupsRequest) CloneMessageVT() proto.Message

func (*GetBackupsRequest) CloneVT added in v0.18.0

func (m *GetBackupsRequest) CloneVT() *GetBackupsRequest

func (*GetBackupsRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetBackupsRequest.ProtoReflect.Descriptor instead.

func (*GetBackupsRequest) GetDetailed added in v0.11.0

func (x *GetBackupsRequest) GetDetailed() bool

func (*GetBackupsRequest) GetDetailedLimit added in v0.11.0

func (x *GetBackupsRequest) GetDetailedLimit() uint32

func (*GetBackupsRequest) GetKeyspace added in v0.10.0

func (x *GetBackupsRequest) GetKeyspace() string

func (*GetBackupsRequest) GetLimit added in v0.11.0

func (x *GetBackupsRequest) GetLimit() uint32

func (*GetBackupsRequest) GetShard added in v0.10.0

func (x *GetBackupsRequest) GetShard() string

func (*GetBackupsRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetBackupsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetBackupsRequest) MarshalToVT added in v0.11.0

func (m *GetBackupsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetBackupsRequest) MarshalVT added in v0.11.0

func (m *GetBackupsRequest) MarshalVT() (dAtA []byte, err error)

func (*GetBackupsRequest) ProtoMessage added in v0.10.0

func (*GetBackupsRequest) ProtoMessage()

func (*GetBackupsRequest) ProtoReflect added in v0.11.0

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

func (*GetBackupsRequest) Reset added in v0.10.0

func (x *GetBackupsRequest) Reset()

func (*GetBackupsRequest) SizeVT added in v0.11.0

func (m *GetBackupsRequest) SizeVT() (n int)

func (*GetBackupsRequest) String added in v0.10.0

func (x *GetBackupsRequest) String() string

func (*GetBackupsRequest) UnmarshalVT added in v0.11.0

func (m *GetBackupsRequest) UnmarshalVT(dAtA []byte) error

type GetBackupsResponse added in v0.10.0

type GetBackupsResponse struct {
	Backups []*mysqlctl.BackupInfo `protobuf:"bytes,1,rep,name=backups,proto3" json:"backups,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBackupsResponse) CloneMessageVT added in v0.18.0

func (m *GetBackupsResponse) CloneMessageVT() proto.Message

func (*GetBackupsResponse) CloneVT added in v0.18.0

func (m *GetBackupsResponse) CloneVT() *GetBackupsResponse

func (*GetBackupsResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetBackupsResponse.ProtoReflect.Descriptor instead.

func (*GetBackupsResponse) GetBackups added in v0.10.0

func (x *GetBackupsResponse) GetBackups() []*mysqlctl.BackupInfo

func (*GetBackupsResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetBackupsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetBackupsResponse) MarshalToVT added in v0.11.0

func (m *GetBackupsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetBackupsResponse) MarshalVT added in v0.11.0

func (m *GetBackupsResponse) MarshalVT() (dAtA []byte, err error)

func (*GetBackupsResponse) ProtoMessage added in v0.10.0

func (*GetBackupsResponse) ProtoMessage()

func (*GetBackupsResponse) ProtoReflect added in v0.11.0

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

func (*GetBackupsResponse) Reset added in v0.10.0

func (x *GetBackupsResponse) Reset()

func (*GetBackupsResponse) SizeVT added in v0.11.0

func (m *GetBackupsResponse) SizeVT() (n int)

func (*GetBackupsResponse) String added in v0.10.0

func (x *GetBackupsResponse) String() string

func (*GetBackupsResponse) UnmarshalVT added in v0.11.0

func (m *GetBackupsResponse) UnmarshalVT(dAtA []byte) error

type GetCellInfoNamesRequest added in v0.10.0

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

func (*GetCellInfoNamesRequest) CloneMessageVT added in v0.18.0

func (m *GetCellInfoNamesRequest) CloneMessageVT() proto.Message

func (*GetCellInfoNamesRequest) CloneVT added in v0.18.0

func (*GetCellInfoNamesRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetCellInfoNamesRequest.ProtoReflect.Descriptor instead.

func (*GetCellInfoNamesRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetCellInfoNamesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetCellInfoNamesRequest) MarshalToVT added in v0.11.0

func (m *GetCellInfoNamesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetCellInfoNamesRequest) MarshalVT added in v0.11.0

func (m *GetCellInfoNamesRequest) MarshalVT() (dAtA []byte, err error)

func (*GetCellInfoNamesRequest) ProtoMessage added in v0.10.0

func (*GetCellInfoNamesRequest) ProtoMessage()

func (*GetCellInfoNamesRequest) ProtoReflect added in v0.11.0

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

func (*GetCellInfoNamesRequest) Reset added in v0.10.0

func (x *GetCellInfoNamesRequest) Reset()

func (*GetCellInfoNamesRequest) SizeVT added in v0.11.0

func (m *GetCellInfoNamesRequest) SizeVT() (n int)

func (*GetCellInfoNamesRequest) String added in v0.10.0

func (x *GetCellInfoNamesRequest) String() string

func (*GetCellInfoNamesRequest) UnmarshalVT added in v0.11.0

func (m *GetCellInfoNamesRequest) UnmarshalVT(dAtA []byte) error

type GetCellInfoNamesResponse added in v0.10.0

type GetCellInfoNamesResponse struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCellInfoNamesResponse) CloneMessageVT added in v0.18.0

func (m *GetCellInfoNamesResponse) CloneMessageVT() proto.Message

func (*GetCellInfoNamesResponse) CloneVT added in v0.18.0

func (*GetCellInfoNamesResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetCellInfoNamesResponse.ProtoReflect.Descriptor instead.

func (*GetCellInfoNamesResponse) GetNames added in v0.10.0

func (x *GetCellInfoNamesResponse) GetNames() []string

func (*GetCellInfoNamesResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetCellInfoNamesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetCellInfoNamesResponse) MarshalToVT added in v0.11.0

func (m *GetCellInfoNamesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetCellInfoNamesResponse) MarshalVT added in v0.11.0

func (m *GetCellInfoNamesResponse) MarshalVT() (dAtA []byte, err error)

func (*GetCellInfoNamesResponse) ProtoMessage added in v0.10.0

func (*GetCellInfoNamesResponse) ProtoMessage()

func (*GetCellInfoNamesResponse) ProtoReflect added in v0.11.0

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

func (*GetCellInfoNamesResponse) Reset added in v0.10.0

func (x *GetCellInfoNamesResponse) Reset()

func (*GetCellInfoNamesResponse) SizeVT added in v0.11.0

func (m *GetCellInfoNamesResponse) SizeVT() (n int)

func (*GetCellInfoNamesResponse) String added in v0.10.0

func (x *GetCellInfoNamesResponse) String() string

func (*GetCellInfoNamesResponse) UnmarshalVT added in v0.11.0

func (m *GetCellInfoNamesResponse) UnmarshalVT(dAtA []byte) error

type GetCellInfoRequest added in v0.10.0

type GetCellInfoRequest struct {
	Cell string `protobuf:"bytes,1,opt,name=cell,proto3" json:"cell,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCellInfoRequest) CloneMessageVT added in v0.18.0

func (m *GetCellInfoRequest) CloneMessageVT() proto.Message

func (*GetCellInfoRequest) CloneVT added in v0.18.0

func (m *GetCellInfoRequest) CloneVT() *GetCellInfoRequest

func (*GetCellInfoRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetCellInfoRequest.ProtoReflect.Descriptor instead.

func (*GetCellInfoRequest) GetCell added in v0.10.0

func (x *GetCellInfoRequest) GetCell() string

func (*GetCellInfoRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetCellInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetCellInfoRequest) MarshalToVT added in v0.11.0

func (m *GetCellInfoRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetCellInfoRequest) MarshalVT added in v0.11.0

func (m *GetCellInfoRequest) MarshalVT() (dAtA []byte, err error)

func (*GetCellInfoRequest) ProtoMessage added in v0.10.0

func (*GetCellInfoRequest) ProtoMessage()

func (*GetCellInfoRequest) ProtoReflect added in v0.11.0

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

func (*GetCellInfoRequest) Reset added in v0.10.0

func (x *GetCellInfoRequest) Reset()

func (*GetCellInfoRequest) SizeVT added in v0.11.0

func (m *GetCellInfoRequest) SizeVT() (n int)

func (*GetCellInfoRequest) String added in v0.10.0

func (x *GetCellInfoRequest) String() string

func (*GetCellInfoRequest) UnmarshalVT added in v0.11.0

func (m *GetCellInfoRequest) UnmarshalVT(dAtA []byte) error

type GetCellInfoResponse added in v0.10.0

type GetCellInfoResponse struct {
	CellInfo *topodata.CellInfo `protobuf:"bytes,1,opt,name=cell_info,json=cellInfo,proto3" json:"cell_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCellInfoResponse) CloneMessageVT added in v0.18.0

func (m *GetCellInfoResponse) CloneMessageVT() proto.Message

func (*GetCellInfoResponse) CloneVT added in v0.18.0

func (*GetCellInfoResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetCellInfoResponse.ProtoReflect.Descriptor instead.

func (*GetCellInfoResponse) GetCellInfo added in v0.10.0

func (x *GetCellInfoResponse) GetCellInfo() *topodata.CellInfo

func (*GetCellInfoResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetCellInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetCellInfoResponse) MarshalToVT added in v0.11.0

func (m *GetCellInfoResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetCellInfoResponse) MarshalVT added in v0.11.0

func (m *GetCellInfoResponse) MarshalVT() (dAtA []byte, err error)

func (*GetCellInfoResponse) ProtoMessage added in v0.10.0

func (*GetCellInfoResponse) ProtoMessage()

func (*GetCellInfoResponse) ProtoReflect added in v0.11.0

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

func (*GetCellInfoResponse) Reset added in v0.10.0

func (x *GetCellInfoResponse) Reset()

func (*GetCellInfoResponse) SizeVT added in v0.11.0

func (m *GetCellInfoResponse) SizeVT() (n int)

func (*GetCellInfoResponse) String added in v0.10.0

func (x *GetCellInfoResponse) String() string

func (*GetCellInfoResponse) UnmarshalVT added in v0.11.0

func (m *GetCellInfoResponse) UnmarshalVT(dAtA []byte) error

type GetCellsAliasesRequest added in v0.10.0

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

func (*GetCellsAliasesRequest) CloneMessageVT added in v0.18.0

func (m *GetCellsAliasesRequest) CloneMessageVT() proto.Message

func (*GetCellsAliasesRequest) CloneVT added in v0.18.0

func (*GetCellsAliasesRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetCellsAliasesRequest.ProtoReflect.Descriptor instead.

func (*GetCellsAliasesRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetCellsAliasesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetCellsAliasesRequest) MarshalToVT added in v0.11.0

func (m *GetCellsAliasesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetCellsAliasesRequest) MarshalVT added in v0.11.0

func (m *GetCellsAliasesRequest) MarshalVT() (dAtA []byte, err error)

func (*GetCellsAliasesRequest) ProtoMessage added in v0.10.0

func (*GetCellsAliasesRequest) ProtoMessage()

func (*GetCellsAliasesRequest) ProtoReflect added in v0.11.0

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

func (*GetCellsAliasesRequest) Reset added in v0.10.0

func (x *GetCellsAliasesRequest) Reset()

func (*GetCellsAliasesRequest) SizeVT added in v0.11.0

func (m *GetCellsAliasesRequest) SizeVT() (n int)

func (*GetCellsAliasesRequest) String added in v0.10.0

func (x *GetCellsAliasesRequest) String() string

func (*GetCellsAliasesRequest) UnmarshalVT added in v0.11.0

func (m *GetCellsAliasesRequest) UnmarshalVT(dAtA []byte) error

type GetCellsAliasesResponse added in v0.10.0

type GetCellsAliasesResponse struct {
	Aliases map[string]*topodata.CellsAlias `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCellsAliasesResponse) CloneMessageVT added in v0.18.0

func (m *GetCellsAliasesResponse) CloneMessageVT() proto.Message

func (*GetCellsAliasesResponse) CloneVT added in v0.18.0

func (*GetCellsAliasesResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetCellsAliasesResponse.ProtoReflect.Descriptor instead.

func (*GetCellsAliasesResponse) GetAliases added in v0.10.0

func (x *GetCellsAliasesResponse) GetAliases() map[string]*topodata.CellsAlias

func (*GetCellsAliasesResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetCellsAliasesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetCellsAliasesResponse) MarshalToVT added in v0.11.0

func (m *GetCellsAliasesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetCellsAliasesResponse) MarshalVT added in v0.11.0

func (m *GetCellsAliasesResponse) MarshalVT() (dAtA []byte, err error)

func (*GetCellsAliasesResponse) ProtoMessage added in v0.10.0

func (*GetCellsAliasesResponse) ProtoMessage()

func (*GetCellsAliasesResponse) ProtoReflect added in v0.11.0

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

func (*GetCellsAliasesResponse) Reset added in v0.10.0

func (x *GetCellsAliasesResponse) Reset()

func (*GetCellsAliasesResponse) SizeVT added in v0.11.0

func (m *GetCellsAliasesResponse) SizeVT() (n int)

func (*GetCellsAliasesResponse) String added in v0.10.0

func (x *GetCellsAliasesResponse) String() string

func (*GetCellsAliasesResponse) UnmarshalVT added in v0.11.0

func (m *GetCellsAliasesResponse) UnmarshalVT(dAtA []byte) error

type GetFullStatusRequest added in v0.15.0

type GetFullStatusRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFullStatusRequest) CloneMessageVT added in v0.18.0

func (m *GetFullStatusRequest) CloneMessageVT() proto.Message

func (*GetFullStatusRequest) CloneVT added in v0.18.0

func (*GetFullStatusRequest) Descriptor deprecated added in v0.15.0

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

Deprecated: Use GetFullStatusRequest.ProtoReflect.Descriptor instead.

func (*GetFullStatusRequest) GetTabletAlias added in v0.15.0

func (x *GetFullStatusRequest) GetTabletAlias() *topodata.TabletAlias

func (*GetFullStatusRequest) MarshalToSizedBufferVT added in v0.15.0

func (m *GetFullStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetFullStatusRequest) MarshalToVT added in v0.15.0

func (m *GetFullStatusRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetFullStatusRequest) MarshalVT added in v0.15.0

func (m *GetFullStatusRequest) MarshalVT() (dAtA []byte, err error)

func (*GetFullStatusRequest) ProtoMessage added in v0.15.0

func (*GetFullStatusRequest) ProtoMessage()

func (*GetFullStatusRequest) ProtoReflect added in v0.15.0

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

func (*GetFullStatusRequest) Reset added in v0.15.0

func (x *GetFullStatusRequest) Reset()

func (*GetFullStatusRequest) SizeVT added in v0.15.0

func (m *GetFullStatusRequest) SizeVT() (n int)

func (*GetFullStatusRequest) String added in v0.15.0

func (x *GetFullStatusRequest) String() string

func (*GetFullStatusRequest) UnmarshalVT added in v0.15.0

func (m *GetFullStatusRequest) UnmarshalVT(dAtA []byte) error

type GetFullStatusResponse added in v0.15.0

type GetFullStatusResponse struct {
	Status *replicationdata.FullStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFullStatusResponse) CloneMessageVT added in v0.18.0

func (m *GetFullStatusResponse) CloneMessageVT() proto.Message

func (*GetFullStatusResponse) CloneVT added in v0.18.0

func (*GetFullStatusResponse) Descriptor deprecated added in v0.15.0

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

Deprecated: Use GetFullStatusResponse.ProtoReflect.Descriptor instead.

func (*GetFullStatusResponse) GetStatus added in v0.15.0

func (*GetFullStatusResponse) MarshalToSizedBufferVT added in v0.15.0

func (m *GetFullStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetFullStatusResponse) MarshalToVT added in v0.15.0

func (m *GetFullStatusResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetFullStatusResponse) MarshalVT added in v0.15.0

func (m *GetFullStatusResponse) MarshalVT() (dAtA []byte, err error)

func (*GetFullStatusResponse) ProtoMessage added in v0.15.0

func (*GetFullStatusResponse) ProtoMessage()

func (*GetFullStatusResponse) ProtoReflect added in v0.15.0

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

func (*GetFullStatusResponse) Reset added in v0.15.0

func (x *GetFullStatusResponse) Reset()

func (*GetFullStatusResponse) SizeVT added in v0.15.0

func (m *GetFullStatusResponse) SizeVT() (n int)

func (*GetFullStatusResponse) String added in v0.15.0

func (x *GetFullStatusResponse) String() string

func (*GetFullStatusResponse) UnmarshalVT added in v0.15.0

func (m *GetFullStatusResponse) UnmarshalVT(dAtA []byte) error

type GetKeyspaceRequest added in v0.9.0

type GetKeyspaceRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetKeyspaceRequest) CloneMessageVT added in v0.18.0

func (m *GetKeyspaceRequest) CloneMessageVT() proto.Message

func (*GetKeyspaceRequest) CloneVT added in v0.18.0

func (m *GetKeyspaceRequest) CloneVT() *GetKeyspaceRequest

func (*GetKeyspaceRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use GetKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*GetKeyspaceRequest) GetKeyspace added in v0.9.0

func (x *GetKeyspaceRequest) GetKeyspace() string

func (*GetKeyspaceRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetKeyspaceRequest) MarshalToVT added in v0.11.0

func (m *GetKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetKeyspaceRequest) MarshalVT added in v0.11.0

func (m *GetKeyspaceRequest) MarshalVT() (dAtA []byte, err error)

func (*GetKeyspaceRequest) ProtoMessage added in v0.9.0

func (*GetKeyspaceRequest) ProtoMessage()

func (*GetKeyspaceRequest) ProtoReflect added in v0.11.0

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

func (*GetKeyspaceRequest) Reset added in v0.9.0

func (x *GetKeyspaceRequest) Reset()

func (*GetKeyspaceRequest) SizeVT added in v0.11.0

func (m *GetKeyspaceRequest) SizeVT() (n int)

func (*GetKeyspaceRequest) String added in v0.9.0

func (x *GetKeyspaceRequest) String() string

func (*GetKeyspaceRequest) UnmarshalVT added in v0.11.0

func (m *GetKeyspaceRequest) UnmarshalVT(dAtA []byte) error

type GetKeyspaceResponse added in v0.9.0

type GetKeyspaceResponse struct {
	Keyspace *Keyspace `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetKeyspaceResponse) CloneMessageVT added in v0.18.0

func (m *GetKeyspaceResponse) CloneMessageVT() proto.Message

func (*GetKeyspaceResponse) CloneVT added in v0.18.0

func (*GetKeyspaceResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use GetKeyspaceResponse.ProtoReflect.Descriptor instead.

func (*GetKeyspaceResponse) GetKeyspace added in v0.9.0

func (x *GetKeyspaceResponse) GetKeyspace() *Keyspace

func (*GetKeyspaceResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetKeyspaceResponse) MarshalToVT added in v0.11.0

func (m *GetKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetKeyspaceResponse) MarshalVT added in v0.11.0

func (m *GetKeyspaceResponse) MarshalVT() (dAtA []byte, err error)

func (*GetKeyspaceResponse) ProtoMessage added in v0.9.0

func (*GetKeyspaceResponse) ProtoMessage()

func (*GetKeyspaceResponse) ProtoReflect added in v0.11.0

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

func (*GetKeyspaceResponse) Reset added in v0.9.0

func (x *GetKeyspaceResponse) Reset()

func (*GetKeyspaceResponse) SizeVT added in v0.11.0

func (m *GetKeyspaceResponse) SizeVT() (n int)

func (*GetKeyspaceResponse) String added in v0.9.0

func (x *GetKeyspaceResponse) String() string

func (*GetKeyspaceResponse) UnmarshalVT added in v0.11.0

func (m *GetKeyspaceResponse) UnmarshalVT(dAtA []byte) error

type GetKeyspacesRequest added in v0.9.0

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

func (*GetKeyspacesRequest) CloneMessageVT added in v0.18.0

func (m *GetKeyspacesRequest) CloneMessageVT() proto.Message

func (*GetKeyspacesRequest) CloneVT added in v0.18.0

func (*GetKeyspacesRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use GetKeyspacesRequest.ProtoReflect.Descriptor instead.

func (*GetKeyspacesRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetKeyspacesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetKeyspacesRequest) MarshalToVT added in v0.11.0

func (m *GetKeyspacesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetKeyspacesRequest) MarshalVT added in v0.11.0

func (m *GetKeyspacesRequest) MarshalVT() (dAtA []byte, err error)

func (*GetKeyspacesRequest) ProtoMessage added in v0.9.0

func (*GetKeyspacesRequest) ProtoMessage()

func (*GetKeyspacesRequest) ProtoReflect added in v0.11.0

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

func (*GetKeyspacesRequest) Reset added in v0.9.0

func (x *GetKeyspacesRequest) Reset()

func (*GetKeyspacesRequest) SizeVT added in v0.11.0

func (m *GetKeyspacesRequest) SizeVT() (n int)

func (*GetKeyspacesRequest) String added in v0.9.0

func (x *GetKeyspacesRequest) String() string

func (*GetKeyspacesRequest) UnmarshalVT added in v0.11.0

func (m *GetKeyspacesRequest) UnmarshalVT(dAtA []byte) error

type GetKeyspacesResponse added in v0.9.0

type GetKeyspacesResponse struct {
	Keyspaces []*Keyspace `protobuf:"bytes,1,rep,name=keyspaces,proto3" json:"keyspaces,omitempty"`
	// contains filtered or unexported fields
}

func (*GetKeyspacesResponse) CloneMessageVT added in v0.18.0

func (m *GetKeyspacesResponse) CloneMessageVT() proto.Message

func (*GetKeyspacesResponse) CloneVT added in v0.18.0

func (*GetKeyspacesResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use GetKeyspacesResponse.ProtoReflect.Descriptor instead.

func (*GetKeyspacesResponse) GetKeyspaces added in v0.9.0

func (x *GetKeyspacesResponse) GetKeyspaces() []*Keyspace

func (*GetKeyspacesResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetKeyspacesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetKeyspacesResponse) MarshalToVT added in v0.11.0

func (m *GetKeyspacesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetKeyspacesResponse) MarshalVT added in v0.11.0

func (m *GetKeyspacesResponse) MarshalVT() (dAtA []byte, err error)

func (*GetKeyspacesResponse) ProtoMessage added in v0.9.0

func (*GetKeyspacesResponse) ProtoMessage()

func (*GetKeyspacesResponse) ProtoReflect added in v0.11.0

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

func (*GetKeyspacesResponse) Reset added in v0.9.0

func (x *GetKeyspacesResponse) Reset()

func (*GetKeyspacesResponse) SizeVT added in v0.11.0

func (m *GetKeyspacesResponse) SizeVT() (n int)

func (*GetKeyspacesResponse) String added in v0.9.0

func (x *GetKeyspacesResponse) String() string

func (*GetKeyspacesResponse) UnmarshalVT added in v0.11.0

func (m *GetKeyspacesResponse) UnmarshalVT(dAtA []byte) error

type GetPermissionsRequest added in v0.14.0

type GetPermissionsRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPermissionsRequest) CloneMessageVT added in v0.18.0

func (m *GetPermissionsRequest) CloneMessageVT() proto.Message

func (*GetPermissionsRequest) CloneVT added in v0.18.0

func (*GetPermissionsRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetPermissionsRequest.ProtoReflect.Descriptor instead.

func (*GetPermissionsRequest) GetTabletAlias added in v0.14.0

func (x *GetPermissionsRequest) GetTabletAlias() *topodata.TabletAlias

func (*GetPermissionsRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *GetPermissionsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetPermissionsRequest) MarshalToVT added in v0.14.0

func (m *GetPermissionsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetPermissionsRequest) MarshalVT added in v0.14.0

func (m *GetPermissionsRequest) MarshalVT() (dAtA []byte, err error)

func (*GetPermissionsRequest) ProtoMessage added in v0.14.0

func (*GetPermissionsRequest) ProtoMessage()

func (*GetPermissionsRequest) ProtoReflect added in v0.14.0

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

func (*GetPermissionsRequest) Reset added in v0.14.0

func (x *GetPermissionsRequest) Reset()

func (*GetPermissionsRequest) SizeVT added in v0.14.0

func (m *GetPermissionsRequest) SizeVT() (n int)

func (*GetPermissionsRequest) String added in v0.14.0

func (x *GetPermissionsRequest) String() string

func (*GetPermissionsRequest) UnmarshalVT added in v0.14.0

func (m *GetPermissionsRequest) UnmarshalVT(dAtA []byte) error

type GetPermissionsResponse added in v0.14.0

type GetPermissionsResponse struct {
	Permissions *tabletmanagerdata.Permissions `protobuf:"bytes,1,opt,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPermissionsResponse) CloneMessageVT added in v0.18.0

func (m *GetPermissionsResponse) CloneMessageVT() proto.Message

func (*GetPermissionsResponse) CloneVT added in v0.18.0

func (*GetPermissionsResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetPermissionsResponse.ProtoReflect.Descriptor instead.

func (*GetPermissionsResponse) GetPermissions added in v0.14.0

func (*GetPermissionsResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *GetPermissionsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetPermissionsResponse) MarshalToVT added in v0.14.0

func (m *GetPermissionsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetPermissionsResponse) MarshalVT added in v0.14.0

func (m *GetPermissionsResponse) MarshalVT() (dAtA []byte, err error)

func (*GetPermissionsResponse) ProtoMessage added in v0.14.0

func (*GetPermissionsResponse) ProtoMessage()

func (*GetPermissionsResponse) ProtoReflect added in v0.14.0

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

func (*GetPermissionsResponse) Reset added in v0.14.0

func (x *GetPermissionsResponse) Reset()

func (*GetPermissionsResponse) SizeVT added in v0.14.0

func (m *GetPermissionsResponse) SizeVT() (n int)

func (*GetPermissionsResponse) String added in v0.14.0

func (x *GetPermissionsResponse) String() string

func (*GetPermissionsResponse) UnmarshalVT added in v0.14.0

func (m *GetPermissionsResponse) UnmarshalVT(dAtA []byte) error

type GetRoutingRulesRequest added in v0.11.0

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

func (*GetRoutingRulesRequest) CloneMessageVT added in v0.18.0

func (m *GetRoutingRulesRequest) CloneMessageVT() proto.Message

func (*GetRoutingRulesRequest) CloneVT added in v0.18.0

func (*GetRoutingRulesRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use GetRoutingRulesRequest.ProtoReflect.Descriptor instead.

func (*GetRoutingRulesRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRoutingRulesRequest) MarshalToVT added in v0.11.0

func (m *GetRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetRoutingRulesRequest) MarshalVT added in v0.11.0

func (m *GetRoutingRulesRequest) MarshalVT() (dAtA []byte, err error)

func (*GetRoutingRulesRequest) ProtoMessage added in v0.11.0

func (*GetRoutingRulesRequest) ProtoMessage()

func (*GetRoutingRulesRequest) ProtoReflect added in v0.11.0

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

func (*GetRoutingRulesRequest) Reset added in v0.11.0

func (x *GetRoutingRulesRequest) Reset()

func (*GetRoutingRulesRequest) SizeVT added in v0.11.0

func (m *GetRoutingRulesRequest) SizeVT() (n int)

func (*GetRoutingRulesRequest) String added in v0.11.0

func (x *GetRoutingRulesRequest) String() string

func (*GetRoutingRulesRequest) UnmarshalVT added in v0.11.0

func (m *GetRoutingRulesRequest) UnmarshalVT(dAtA []byte) error

type GetRoutingRulesResponse added in v0.11.0

type GetRoutingRulesResponse struct {
	RoutingRules *vschema.RoutingRules `protobuf:"bytes,1,opt,name=routing_rules,json=routingRules,proto3" json:"routing_rules,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoutingRulesResponse) CloneMessageVT added in v0.18.0

func (m *GetRoutingRulesResponse) CloneMessageVT() proto.Message

func (*GetRoutingRulesResponse) CloneVT added in v0.18.0

func (*GetRoutingRulesResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use GetRoutingRulesResponse.ProtoReflect.Descriptor instead.

func (*GetRoutingRulesResponse) GetRoutingRules added in v0.11.0

func (x *GetRoutingRulesResponse) GetRoutingRules() *vschema.RoutingRules

func (*GetRoutingRulesResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRoutingRulesResponse) MarshalToVT added in v0.11.0

func (m *GetRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetRoutingRulesResponse) MarshalVT added in v0.11.0

func (m *GetRoutingRulesResponse) MarshalVT() (dAtA []byte, err error)

func (*GetRoutingRulesResponse) ProtoMessage added in v0.11.0

func (*GetRoutingRulesResponse) ProtoMessage()

func (*GetRoutingRulesResponse) ProtoReflect added in v0.11.0

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

func (*GetRoutingRulesResponse) Reset added in v0.11.0

func (x *GetRoutingRulesResponse) Reset()

func (*GetRoutingRulesResponse) SizeVT added in v0.11.0

func (m *GetRoutingRulesResponse) SizeVT() (n int)

func (*GetRoutingRulesResponse) String added in v0.11.0

func (x *GetRoutingRulesResponse) String() string

func (*GetRoutingRulesResponse) UnmarshalVT added in v0.11.0

func (m *GetRoutingRulesResponse) UnmarshalVT(dAtA []byte) error

type GetSchemaMigrationsRequest added in v0.18.0

type GetSchemaMigrationsRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Uuid, if set, will cause GetSchemaMigrations to return exactly 1 migration,
	// namely the one with that UUID. If no migration exists, the response will
	// be an empty slice, not an error.
	//
	// If this field is set, other fields (status filters, limit, skip, order) are
	// ignored.
	Uuid             string                 `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	MigrationContext string                 `protobuf:"bytes,3,opt,name=migration_context,json=migrationContext,proto3" json:"migration_context,omitempty"`
	Status           SchemaMigration_Status `protobuf:"varint,4,opt,name=status,proto3,enum=vtctldata.SchemaMigration_Status" json:"status,omitempty"`
	// Recent, if set, returns migrations requested between now and the provided
	// value.
	Recent *vttime.Duration `protobuf:"bytes,5,opt,name=recent,proto3" json:"recent,omitempty"`
	Order  QueryOrdering    `protobuf:"varint,6,opt,name=order,proto3,enum=vtctldata.QueryOrdering" json:"order,omitempty"`
	Limit  uint64           `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"`
	Skip   uint64           `protobuf:"varint,8,opt,name=skip,proto3" json:"skip,omitempty"`
	// contains filtered or unexported fields
}

GetSchemaMigrationsRequest controls the behavior of the GetSchemaMigrations rpc.

Keyspace is a required field, while all other fields are optional.

If UUID is set, other optional fields will be ignored, since there will be at most one migration with that UUID. Furthermore, if no migration with that UUID exists, an empty response, not an error, is returned.

MigrationContext, Status, and Recent are mutually exclusive.

func (*GetSchemaMigrationsRequest) CloneMessageVT added in v0.18.0

func (m *GetSchemaMigrationsRequest) CloneMessageVT() proto.Message

func (*GetSchemaMigrationsRequest) CloneVT added in v0.18.0

func (*GetSchemaMigrationsRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use GetSchemaMigrationsRequest.ProtoReflect.Descriptor instead.

func (*GetSchemaMigrationsRequest) GetKeyspace added in v0.18.0

func (x *GetSchemaMigrationsRequest) GetKeyspace() string

func (*GetSchemaMigrationsRequest) GetLimit added in v0.18.0

func (x *GetSchemaMigrationsRequest) GetLimit() uint64

func (*GetSchemaMigrationsRequest) GetMigrationContext added in v0.18.0

func (x *GetSchemaMigrationsRequest) GetMigrationContext() string

func (*GetSchemaMigrationsRequest) GetOrder added in v0.18.0

func (*GetSchemaMigrationsRequest) GetRecent added in v0.18.0

func (x *GetSchemaMigrationsRequest) GetRecent() *vttime.Duration

func (*GetSchemaMigrationsRequest) GetSkip added in v0.18.0

func (x *GetSchemaMigrationsRequest) GetSkip() uint64

func (*GetSchemaMigrationsRequest) GetStatus added in v0.18.0

func (*GetSchemaMigrationsRequest) GetUuid added in v0.18.0

func (x *GetSchemaMigrationsRequest) GetUuid() string

func (*GetSchemaMigrationsRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *GetSchemaMigrationsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSchemaMigrationsRequest) MarshalToVT added in v0.18.0

func (m *GetSchemaMigrationsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetSchemaMigrationsRequest) MarshalVT added in v0.18.0

func (m *GetSchemaMigrationsRequest) MarshalVT() (dAtA []byte, err error)

func (*GetSchemaMigrationsRequest) ProtoMessage added in v0.18.0

func (*GetSchemaMigrationsRequest) ProtoMessage()

func (*GetSchemaMigrationsRequest) ProtoReflect added in v0.18.0

func (*GetSchemaMigrationsRequest) Reset added in v0.18.0

func (x *GetSchemaMigrationsRequest) Reset()

func (*GetSchemaMigrationsRequest) SizeVT added in v0.18.0

func (m *GetSchemaMigrationsRequest) SizeVT() (n int)

func (*GetSchemaMigrationsRequest) String added in v0.18.0

func (x *GetSchemaMigrationsRequest) String() string

func (*GetSchemaMigrationsRequest) UnmarshalVT added in v0.18.0

func (m *GetSchemaMigrationsRequest) UnmarshalVT(dAtA []byte) error

type GetSchemaMigrationsResponse added in v0.18.0

type GetSchemaMigrationsResponse struct {
	Migrations []*SchemaMigration `protobuf:"bytes,1,rep,name=migrations,proto3" json:"migrations,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemaMigrationsResponse) CloneMessageVT added in v0.18.0

func (m *GetSchemaMigrationsResponse) CloneMessageVT() proto.Message

func (*GetSchemaMigrationsResponse) CloneVT added in v0.18.0

func (*GetSchemaMigrationsResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use GetSchemaMigrationsResponse.ProtoReflect.Descriptor instead.

func (*GetSchemaMigrationsResponse) GetMigrations added in v0.18.0

func (x *GetSchemaMigrationsResponse) GetMigrations() []*SchemaMigration

func (*GetSchemaMigrationsResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *GetSchemaMigrationsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSchemaMigrationsResponse) MarshalToVT added in v0.18.0

func (m *GetSchemaMigrationsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetSchemaMigrationsResponse) MarshalVT added in v0.18.0

func (m *GetSchemaMigrationsResponse) MarshalVT() (dAtA []byte, err error)

func (*GetSchemaMigrationsResponse) ProtoMessage added in v0.18.0

func (*GetSchemaMigrationsResponse) ProtoMessage()

func (*GetSchemaMigrationsResponse) ProtoReflect added in v0.18.0

func (*GetSchemaMigrationsResponse) Reset added in v0.18.0

func (x *GetSchemaMigrationsResponse) Reset()

func (*GetSchemaMigrationsResponse) SizeVT added in v0.18.0

func (m *GetSchemaMigrationsResponse) SizeVT() (n int)

func (*GetSchemaMigrationsResponse) String added in v0.18.0

func (x *GetSchemaMigrationsResponse) String() string

func (*GetSchemaMigrationsResponse) UnmarshalVT added in v0.18.0

func (m *GetSchemaMigrationsResponse) UnmarshalVT(dAtA []byte) error

type GetSchemaRequest added in v0.10.0

type GetSchemaRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// Tables is a list of tables for which we should gather information. Each is
	// either an exact match, or a regular expression of the form /regexp/.
	Tables []string `protobuf:"bytes,2,rep,name=tables,proto3" json:"tables,omitempty"`
	// ExcludeTables is a list of tables to exclude from the result. Each is
	// either an exact match, or a regular expression of the form /regexp/.
	ExcludeTables []string `protobuf:"bytes,3,rep,name=exclude_tables,json=excludeTables,proto3" json:"exclude_tables,omitempty"`
	// IncludeViews specifies whether to include views in the result.
	IncludeViews bool `protobuf:"varint,4,opt,name=include_views,json=includeViews,proto3" json:"include_views,omitempty"`
	// TableNamesOnly specifies whether to limit the results to just table names,
	// rather than full schema information for each table.
	TableNamesOnly bool `protobuf:"varint,5,opt,name=table_names_only,json=tableNamesOnly,proto3" json:"table_names_only,omitempty"`
	// TableSizesOnly specifies whether to limit the results to just table sizes,
	// rather than full schema information for each table. It is ignored if
	// TableNamesOnly is set to true.
	TableSizesOnly bool `protobuf:"varint,6,opt,name=table_sizes_only,json=tableSizesOnly,proto3" json:"table_sizes_only,omitempty"`
	// TableSchemaOnly specifies whether to limit the results to just table/view
	// schema definition (CREATE TABLE/VIEW statements) and skip column/field information
	TableSchemaOnly bool `protobuf:"varint,7,opt,name=table_schema_only,json=tableSchemaOnly,proto3" json:"table_schema_only,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemaRequest) CloneMessageVT added in v0.18.0

func (m *GetSchemaRequest) CloneMessageVT() proto.Message

func (*GetSchemaRequest) CloneVT added in v0.18.0

func (m *GetSchemaRequest) CloneVT() *GetSchemaRequest

func (*GetSchemaRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetSchemaRequest) GetExcludeTables added in v0.10.0

func (x *GetSchemaRequest) GetExcludeTables() []string

func (*GetSchemaRequest) GetIncludeViews added in v0.10.0

func (x *GetSchemaRequest) GetIncludeViews() bool

func (*GetSchemaRequest) GetTableNamesOnly added in v0.10.0

func (x *GetSchemaRequest) GetTableNamesOnly() bool

func (*GetSchemaRequest) GetTableSchemaOnly added in v0.15.0

func (x *GetSchemaRequest) GetTableSchemaOnly() bool

func (*GetSchemaRequest) GetTableSizesOnly added in v0.10.0

func (x *GetSchemaRequest) GetTableSizesOnly() bool

func (*GetSchemaRequest) GetTables added in v0.10.0

func (x *GetSchemaRequest) GetTables() []string

func (*GetSchemaRequest) GetTabletAlias added in v0.10.0

func (x *GetSchemaRequest) GetTabletAlias() *topodata.TabletAlias

func (*GetSchemaRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSchemaRequest) MarshalToVT added in v0.11.0

func (m *GetSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetSchemaRequest) MarshalVT added in v0.11.0

func (m *GetSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*GetSchemaRequest) ProtoMessage added in v0.10.0

func (*GetSchemaRequest) ProtoMessage()

func (*GetSchemaRequest) ProtoReflect added in v0.11.0

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

func (*GetSchemaRequest) Reset added in v0.10.0

func (x *GetSchemaRequest) Reset()

func (*GetSchemaRequest) SizeVT added in v0.11.0

func (m *GetSchemaRequest) SizeVT() (n int)

func (*GetSchemaRequest) String added in v0.10.0

func (x *GetSchemaRequest) String() string

func (*GetSchemaRequest) UnmarshalVT added in v0.11.0

func (m *GetSchemaRequest) UnmarshalVT(dAtA []byte) error

type GetSchemaResponse added in v0.10.0

type GetSchemaResponse struct {
	Schema *tabletmanagerdata.SchemaDefinition `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemaResponse) CloneMessageVT added in v0.18.0

func (m *GetSchemaResponse) CloneMessageVT() proto.Message

func (*GetSchemaResponse) CloneVT added in v0.18.0

func (m *GetSchemaResponse) CloneVT() *GetSchemaResponse

func (*GetSchemaResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetSchemaResponse) GetSchema added in v0.10.0

func (*GetSchemaResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSchemaResponse) MarshalToVT added in v0.11.0

func (m *GetSchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetSchemaResponse) MarshalVT added in v0.11.0

func (m *GetSchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*GetSchemaResponse) ProtoMessage added in v0.10.0

func (*GetSchemaResponse) ProtoMessage()

func (*GetSchemaResponse) ProtoReflect added in v0.11.0

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

func (*GetSchemaResponse) Reset added in v0.10.0

func (x *GetSchemaResponse) Reset()

func (*GetSchemaResponse) SizeVT added in v0.11.0

func (m *GetSchemaResponse) SizeVT() (n int)

func (*GetSchemaResponse) String added in v0.10.0

func (x *GetSchemaResponse) String() string

func (*GetSchemaResponse) UnmarshalVT added in v0.11.0

func (m *GetSchemaResponse) UnmarshalVT(dAtA []byte) error

type GetShardReplicationRequest added in v0.19.0

type GetShardReplicationRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard    string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// Cells is the list of cells to fetch data for. Omit to fetch data from all
	// cells.
	Cells []string `protobuf:"bytes,3,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShardReplicationRequest) CloneMessageVT added in v0.19.0

func (m *GetShardReplicationRequest) CloneMessageVT() proto.Message

func (*GetShardReplicationRequest) CloneVT added in v0.19.0

func (*GetShardReplicationRequest) Descriptor deprecated added in v0.19.0

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

Deprecated: Use GetShardReplicationRequest.ProtoReflect.Descriptor instead.

func (*GetShardReplicationRequest) GetCells added in v0.19.0

func (x *GetShardReplicationRequest) GetCells() []string

func (*GetShardReplicationRequest) GetKeyspace added in v0.19.0

func (x *GetShardReplicationRequest) GetKeyspace() string

func (*GetShardReplicationRequest) GetShard added in v0.19.0

func (x *GetShardReplicationRequest) GetShard() string

func (*GetShardReplicationRequest) MarshalToSizedBufferVT added in v0.19.0

func (m *GetShardReplicationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetShardReplicationRequest) MarshalToVT added in v0.19.0

func (m *GetShardReplicationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetShardReplicationRequest) MarshalVT added in v0.19.0

func (m *GetShardReplicationRequest) MarshalVT() (dAtA []byte, err error)

func (*GetShardReplicationRequest) ProtoMessage added in v0.19.0

func (*GetShardReplicationRequest) ProtoMessage()

func (*GetShardReplicationRequest) ProtoReflect added in v0.19.0

func (*GetShardReplicationRequest) Reset added in v0.19.0

func (x *GetShardReplicationRequest) Reset()

func (*GetShardReplicationRequest) SizeVT added in v0.19.0

func (m *GetShardReplicationRequest) SizeVT() (n int)

func (*GetShardReplicationRequest) String added in v0.19.0

func (x *GetShardReplicationRequest) String() string

func (*GetShardReplicationRequest) UnmarshalVT added in v0.19.0

func (m *GetShardReplicationRequest) UnmarshalVT(dAtA []byte) error

type GetShardReplicationResponse added in v0.19.0

type GetShardReplicationResponse struct {
	ShardReplicationByCell map[string]*topodata.ShardReplication `` /* 219-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetShardReplicationResponse) CloneMessageVT added in v0.19.0

func (m *GetShardReplicationResponse) CloneMessageVT() proto.Message

func (*GetShardReplicationResponse) CloneVT added in v0.19.0

func (*GetShardReplicationResponse) Descriptor deprecated added in v0.19.0

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

Deprecated: Use GetShardReplicationResponse.ProtoReflect.Descriptor instead.

func (*GetShardReplicationResponse) GetShardReplicationByCell added in v0.19.0

func (x *GetShardReplicationResponse) GetShardReplicationByCell() map[string]*topodata.ShardReplication

func (*GetShardReplicationResponse) MarshalToSizedBufferVT added in v0.19.0

func (m *GetShardReplicationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetShardReplicationResponse) MarshalToVT added in v0.19.0

func (m *GetShardReplicationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetShardReplicationResponse) MarshalVT added in v0.19.0

func (m *GetShardReplicationResponse) MarshalVT() (dAtA []byte, err error)

func (*GetShardReplicationResponse) ProtoMessage added in v0.19.0

func (*GetShardReplicationResponse) ProtoMessage()

func (*GetShardReplicationResponse) ProtoReflect added in v0.19.0

func (*GetShardReplicationResponse) Reset added in v0.19.0

func (x *GetShardReplicationResponse) Reset()

func (*GetShardReplicationResponse) SizeVT added in v0.19.0

func (m *GetShardReplicationResponse) SizeVT() (n int)

func (*GetShardReplicationResponse) String added in v0.19.0

func (x *GetShardReplicationResponse) String() string

func (*GetShardReplicationResponse) UnmarshalVT added in v0.19.0

func (m *GetShardReplicationResponse) UnmarshalVT(dAtA []byte) error

type GetShardRequest added in v0.10.0

type GetShardRequest struct {
	Keyspace  string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	ShardName string `protobuf:"bytes,2,opt,name=shard_name,json=shardName,proto3" json:"shard_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShardRequest) CloneMessageVT added in v0.18.0

func (m *GetShardRequest) CloneMessageVT() proto.Message

func (*GetShardRequest) CloneVT added in v0.18.0

func (m *GetShardRequest) CloneVT() *GetShardRequest

func (*GetShardRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetShardRequest.ProtoReflect.Descriptor instead.

func (*GetShardRequest) GetKeyspace added in v0.10.0

func (x *GetShardRequest) GetKeyspace() string

func (*GetShardRequest) GetShardName added in v0.10.0

func (x *GetShardRequest) GetShardName() string

func (*GetShardRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetShardRequest) MarshalToVT added in v0.11.0

func (m *GetShardRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetShardRequest) MarshalVT added in v0.11.0

func (m *GetShardRequest) MarshalVT() (dAtA []byte, err error)

func (*GetShardRequest) ProtoMessage added in v0.10.0

func (*GetShardRequest) ProtoMessage()

func (*GetShardRequest) ProtoReflect added in v0.11.0

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

func (*GetShardRequest) Reset added in v0.10.0

func (x *GetShardRequest) Reset()

func (*GetShardRequest) SizeVT added in v0.11.0

func (m *GetShardRequest) SizeVT() (n int)

func (*GetShardRequest) String added in v0.10.0

func (x *GetShardRequest) String() string

func (*GetShardRequest) UnmarshalVT added in v0.11.0

func (m *GetShardRequest) UnmarshalVT(dAtA []byte) error

type GetShardResponse added in v0.10.0

type GetShardResponse struct {
	Shard *Shard `protobuf:"bytes,1,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShardResponse) CloneMessageVT added in v0.18.0

func (m *GetShardResponse) CloneMessageVT() proto.Message

func (*GetShardResponse) CloneVT added in v0.18.0

func (m *GetShardResponse) CloneVT() *GetShardResponse

func (*GetShardResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetShardResponse.ProtoReflect.Descriptor instead.

func (*GetShardResponse) GetShard added in v0.10.0

func (x *GetShardResponse) GetShard() *Shard

func (*GetShardResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetShardResponse) MarshalToVT added in v0.11.0

func (m *GetShardResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetShardResponse) MarshalVT added in v0.11.0

func (m *GetShardResponse) MarshalVT() (dAtA []byte, err error)

func (*GetShardResponse) ProtoMessage added in v0.10.0

func (*GetShardResponse) ProtoMessage()

func (*GetShardResponse) ProtoReflect added in v0.11.0

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

func (*GetShardResponse) Reset added in v0.10.0

func (x *GetShardResponse) Reset()

func (*GetShardResponse) SizeVT added in v0.11.0

func (m *GetShardResponse) SizeVT() (n int)

func (*GetShardResponse) String added in v0.10.0

func (x *GetShardResponse) String() string

func (*GetShardResponse) UnmarshalVT added in v0.11.0

func (m *GetShardResponse) UnmarshalVT(dAtA []byte) error

type GetShardRoutingRulesRequest added in v0.15.0

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

func (*GetShardRoutingRulesRequest) CloneMessageVT added in v0.18.0

func (m *GetShardRoutingRulesRequest) CloneMessageVT() proto.Message

func (*GetShardRoutingRulesRequest) CloneVT added in v0.18.0

func (*GetShardRoutingRulesRequest) Descriptor deprecated added in v0.15.0

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

Deprecated: Use GetShardRoutingRulesRequest.ProtoReflect.Descriptor instead.

func (*GetShardRoutingRulesRequest) MarshalToSizedBufferVT added in v0.15.0

func (m *GetShardRoutingRulesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetShardRoutingRulesRequest) MarshalToVT added in v0.15.0

func (m *GetShardRoutingRulesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetShardRoutingRulesRequest) MarshalVT added in v0.15.0

func (m *GetShardRoutingRulesRequest) MarshalVT() (dAtA []byte, err error)

func (*GetShardRoutingRulesRequest) ProtoMessage added in v0.15.0

func (*GetShardRoutingRulesRequest) ProtoMessage()

func (*GetShardRoutingRulesRequest) ProtoReflect added in v0.15.0

func (*GetShardRoutingRulesRequest) Reset added in v0.15.0

func (x *GetShardRoutingRulesRequest) Reset()

func (*GetShardRoutingRulesRequest) SizeVT added in v0.15.0

func (m *GetShardRoutingRulesRequest) SizeVT() (n int)

func (*GetShardRoutingRulesRequest) String added in v0.15.0

func (x *GetShardRoutingRulesRequest) String() string

func (*GetShardRoutingRulesRequest) UnmarshalVT added in v0.15.0

func (m *GetShardRoutingRulesRequest) UnmarshalVT(dAtA []byte) error

type GetShardRoutingRulesResponse added in v0.15.0

type GetShardRoutingRulesResponse struct {
	ShardRoutingRules *vschema.ShardRoutingRules `protobuf:"bytes,1,opt,name=shard_routing_rules,json=shardRoutingRules,proto3" json:"shard_routing_rules,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShardRoutingRulesResponse) CloneMessageVT added in v0.18.0

func (m *GetShardRoutingRulesResponse) CloneMessageVT() proto.Message

func (*GetShardRoutingRulesResponse) CloneVT added in v0.18.0

func (*GetShardRoutingRulesResponse) Descriptor deprecated added in v0.15.0

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

Deprecated: Use GetShardRoutingRulesResponse.ProtoReflect.Descriptor instead.

func (*GetShardRoutingRulesResponse) GetShardRoutingRules added in v0.15.0

func (x *GetShardRoutingRulesResponse) GetShardRoutingRules() *vschema.ShardRoutingRules

func (*GetShardRoutingRulesResponse) MarshalToSizedBufferVT added in v0.15.0

func (m *GetShardRoutingRulesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetShardRoutingRulesResponse) MarshalToVT added in v0.15.0

func (m *GetShardRoutingRulesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetShardRoutingRulesResponse) MarshalVT added in v0.15.0

func (m *GetShardRoutingRulesResponse) MarshalVT() (dAtA []byte, err error)

func (*GetShardRoutingRulesResponse) ProtoMessage added in v0.15.0

func (*GetShardRoutingRulesResponse) ProtoMessage()

func (*GetShardRoutingRulesResponse) ProtoReflect added in v0.15.0

func (*GetShardRoutingRulesResponse) Reset added in v0.15.0

func (x *GetShardRoutingRulesResponse) Reset()

func (*GetShardRoutingRulesResponse) SizeVT added in v0.15.0

func (m *GetShardRoutingRulesResponse) SizeVT() (n int)

func (*GetShardRoutingRulesResponse) String added in v0.15.0

func (*GetShardRoutingRulesResponse) UnmarshalVT added in v0.15.0

func (m *GetShardRoutingRulesResponse) UnmarshalVT(dAtA []byte) error

type GetSrvKeyspaceNamesRequest added in v0.12.0

type GetSrvKeyspaceNamesRequest struct {
	Cells []string `protobuf:"bytes,1,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSrvKeyspaceNamesRequest) CloneMessageVT added in v0.18.0

func (m *GetSrvKeyspaceNamesRequest) CloneMessageVT() proto.Message

func (*GetSrvKeyspaceNamesRequest) CloneVT added in v0.18.0

func (*GetSrvKeyspaceNamesRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use GetSrvKeyspaceNamesRequest.ProtoReflect.Descriptor instead.

func (*GetSrvKeyspaceNamesRequest) GetCells added in v0.12.0

func (x *GetSrvKeyspaceNamesRequest) GetCells() []string

func (*GetSrvKeyspaceNamesRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *GetSrvKeyspaceNamesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSrvKeyspaceNamesRequest) MarshalToVT added in v0.12.0

func (m *GetSrvKeyspaceNamesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetSrvKeyspaceNamesRequest) MarshalVT added in v0.12.0

func (m *GetSrvKeyspaceNamesRequest) MarshalVT() (dAtA []byte, err error)

func (*GetSrvKeyspaceNamesRequest) ProtoMessage added in v0.12.0

func (*GetSrvKeyspaceNamesRequest) ProtoMessage()

func (*GetSrvKeyspaceNamesRequest) ProtoReflect added in v0.12.0

func (*GetSrvKeyspaceNamesRequest) Reset added in v0.12.0

func (x *GetSrvKeyspaceNamesRequest) Reset()

func (*GetSrvKeyspaceNamesRequest) SizeVT added in v0.12.0

func (m *GetSrvKeyspaceNamesRequest) SizeVT() (n int)

func (*GetSrvKeyspaceNamesRequest) String added in v0.12.0

func (x *GetSrvKeyspaceNamesRequest) String() string

func (*GetSrvKeyspaceNamesRequest) UnmarshalVT added in v0.12.0

func (m *GetSrvKeyspaceNamesRequest) UnmarshalVT(dAtA []byte) error

type GetSrvKeyspaceNamesResponse added in v0.12.0

type GetSrvKeyspaceNamesResponse struct {

	// Names is a mapping of cell name to a list of SrvKeyspace names.
	Names map[string]*GetSrvKeyspaceNamesResponse_NameList `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSrvKeyspaceNamesResponse) CloneMessageVT added in v0.18.0

func (m *GetSrvKeyspaceNamesResponse) CloneMessageVT() proto.Message

func (*GetSrvKeyspaceNamesResponse) CloneVT added in v0.18.0

func (*GetSrvKeyspaceNamesResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use GetSrvKeyspaceNamesResponse.ProtoReflect.Descriptor instead.

func (*GetSrvKeyspaceNamesResponse) GetNames added in v0.12.0

func (*GetSrvKeyspaceNamesResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSrvKeyspaceNamesResponse) MarshalToVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetSrvKeyspaceNamesResponse) MarshalVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse) MarshalVT() (dAtA []byte, err error)

func (*GetSrvKeyspaceNamesResponse) ProtoMessage added in v0.12.0

func (*GetSrvKeyspaceNamesResponse) ProtoMessage()

func (*GetSrvKeyspaceNamesResponse) ProtoReflect added in v0.12.0

func (*GetSrvKeyspaceNamesResponse) Reset added in v0.12.0

func (x *GetSrvKeyspaceNamesResponse) Reset()

func (*GetSrvKeyspaceNamesResponse) SizeVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse) SizeVT() (n int)

func (*GetSrvKeyspaceNamesResponse) String added in v0.12.0

func (x *GetSrvKeyspaceNamesResponse) String() string

func (*GetSrvKeyspaceNamesResponse) UnmarshalVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse) UnmarshalVT(dAtA []byte) error

type GetSrvKeyspaceNamesResponse_NameList added in v0.12.0

type GetSrvKeyspaceNamesResponse_NameList struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSrvKeyspaceNamesResponse_NameList) CloneMessageVT added in v0.18.0

func (*GetSrvKeyspaceNamesResponse_NameList) CloneVT added in v0.18.0

func (*GetSrvKeyspaceNamesResponse_NameList) Descriptor deprecated added in v0.12.0

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

Deprecated: Use GetSrvKeyspaceNamesResponse_NameList.ProtoReflect.Descriptor instead.

func (*GetSrvKeyspaceNamesResponse_NameList) GetNames added in v0.12.0

func (*GetSrvKeyspaceNamesResponse_NameList) MarshalToSizedBufferVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse_NameList) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSrvKeyspaceNamesResponse_NameList) MarshalToVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse_NameList) MarshalToVT(dAtA []byte) (int, error)

func (*GetSrvKeyspaceNamesResponse_NameList) MarshalVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse_NameList) MarshalVT() (dAtA []byte, err error)

func (*GetSrvKeyspaceNamesResponse_NameList) ProtoMessage added in v0.12.0

func (*GetSrvKeyspaceNamesResponse_NameList) ProtoMessage()

func (*GetSrvKeyspaceNamesResponse_NameList) ProtoReflect added in v0.12.0

func (*GetSrvKeyspaceNamesResponse_NameList) Reset added in v0.12.0

func (*GetSrvKeyspaceNamesResponse_NameList) SizeVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse_NameList) SizeVT() (n int)

func (*GetSrvKeyspaceNamesResponse_NameList) String added in v0.12.0

func (*GetSrvKeyspaceNamesResponse_NameList) UnmarshalVT added in v0.12.0

func (m *GetSrvKeyspaceNamesResponse_NameList) UnmarshalVT(dAtA []byte) error

type GetSrvKeyspacesRequest added in v0.10.0

type GetSrvKeyspacesRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Cells is a list of cells to lookup a SrvKeyspace for. Leaving this empty is
	// equivalent to specifying all cells in the topo.
	Cells []string `protobuf:"bytes,2,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSrvKeyspacesRequest) CloneMessageVT added in v0.18.0

func (m *GetSrvKeyspacesRequest) CloneMessageVT() proto.Message

func (*GetSrvKeyspacesRequest) CloneVT added in v0.18.0

func (*GetSrvKeyspacesRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetSrvKeyspacesRequest.ProtoReflect.Descriptor instead.

func (*GetSrvKeyspacesRequest) GetCells added in v0.10.0

func (x *GetSrvKeyspacesRequest) GetCells() []string

func (*GetSrvKeyspacesRequest) GetKeyspace added in v0.10.0

func (x *GetSrvKeyspacesRequest) GetKeyspace() string

func (*GetSrvKeyspacesRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetSrvKeyspacesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSrvKeyspacesRequest) MarshalToVT added in v0.11.0

func (m *GetSrvKeyspacesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetSrvKeyspacesRequest) MarshalVT added in v0.11.0

func (m *GetSrvKeyspacesRequest) MarshalVT() (dAtA []byte, err error)

func (*GetSrvKeyspacesRequest) ProtoMessage added in v0.10.0

func (*GetSrvKeyspacesRequest) ProtoMessage()

func (*GetSrvKeyspacesRequest) ProtoReflect added in v0.11.0

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

func (*GetSrvKeyspacesRequest) Reset added in v0.10.0

func (x *GetSrvKeyspacesRequest) Reset()

func (*GetSrvKeyspacesRequest) SizeVT added in v0.11.0

func (m *GetSrvKeyspacesRequest) SizeVT() (n int)

func (*GetSrvKeyspacesRequest) String added in v0.10.0

func (x *GetSrvKeyspacesRequest) String() string

func (*GetSrvKeyspacesRequest) UnmarshalVT added in v0.11.0

func (m *GetSrvKeyspacesRequest) UnmarshalVT(dAtA []byte) error

type GetSrvKeyspacesResponse added in v0.10.0

type GetSrvKeyspacesResponse struct {

	// SrvKeyspaces is a mapping of cell name to SrvKeyspace.
	SrvKeyspaces map[string]*topodata.SrvKeyspace `` /* 185-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSrvKeyspacesResponse) CloneMessageVT added in v0.18.0

func (m *GetSrvKeyspacesResponse) CloneMessageVT() proto.Message

func (*GetSrvKeyspacesResponse) CloneVT added in v0.18.0

func (*GetSrvKeyspacesResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetSrvKeyspacesResponse.ProtoReflect.Descriptor instead.

func (*GetSrvKeyspacesResponse) GetSrvKeyspaces added in v0.10.0

func (x *GetSrvKeyspacesResponse) GetSrvKeyspaces() map[string]*topodata.SrvKeyspace

func (*GetSrvKeyspacesResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetSrvKeyspacesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSrvKeyspacesResponse) MarshalToVT added in v0.11.0

func (m *GetSrvKeyspacesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetSrvKeyspacesResponse) MarshalVT added in v0.11.0

func (m *GetSrvKeyspacesResponse) MarshalVT() (dAtA []byte, err error)

func (*GetSrvKeyspacesResponse) ProtoMessage added in v0.10.0

func (*GetSrvKeyspacesResponse) ProtoMessage()

func (*GetSrvKeyspacesResponse) ProtoReflect added in v0.11.0

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

func (*GetSrvKeyspacesResponse) Reset added in v0.10.0

func (x *GetSrvKeyspacesResponse) Reset()

func (*GetSrvKeyspacesResponse) SizeVT added in v0.11.0

func (m *GetSrvKeyspacesResponse) SizeVT() (n int)

func (*GetSrvKeyspacesResponse) String added in v0.10.0

func (x *GetSrvKeyspacesResponse) String() string

func (*GetSrvKeyspacesResponse) UnmarshalVT added in v0.11.0

func (m *GetSrvKeyspacesResponse) UnmarshalVT(dAtA []byte) error

type GetSrvVSchemaRequest added in v0.10.0

type GetSrvVSchemaRequest struct {
	Cell string `protobuf:"bytes,1,opt,name=cell,proto3" json:"cell,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSrvVSchemaRequest) CloneMessageVT added in v0.18.0

func (m *GetSrvVSchemaRequest) CloneMessageVT() proto.Message

func (*GetSrvVSchemaRequest) CloneVT added in v0.18.0

func (*GetSrvVSchemaRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetSrvVSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetSrvVSchemaRequest) GetCell added in v0.10.0

func (x *GetSrvVSchemaRequest) GetCell() string

func (*GetSrvVSchemaRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetSrvVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSrvVSchemaRequest) MarshalToVT added in v0.11.0

func (m *GetSrvVSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetSrvVSchemaRequest) MarshalVT added in v0.11.0

func (m *GetSrvVSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*GetSrvVSchemaRequest) ProtoMessage added in v0.10.0

func (*GetSrvVSchemaRequest) ProtoMessage()

func (*GetSrvVSchemaRequest) ProtoReflect added in v0.11.0

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

func (*GetSrvVSchemaRequest) Reset added in v0.10.0

func (x *GetSrvVSchemaRequest) Reset()

func (*GetSrvVSchemaRequest) SizeVT added in v0.11.0

func (m *GetSrvVSchemaRequest) SizeVT() (n int)

func (*GetSrvVSchemaRequest) String added in v0.10.0

func (x *GetSrvVSchemaRequest) String() string

func (*GetSrvVSchemaRequest) UnmarshalVT added in v0.11.0

func (m *GetSrvVSchemaRequest) UnmarshalVT(dAtA []byte) error

type GetSrvVSchemaResponse added in v0.10.0

type GetSrvVSchemaResponse struct {
	SrvVSchema *vschema.SrvVSchema `protobuf:"bytes,1,opt,name=srv_v_schema,json=srvVSchema,proto3" json:"srv_v_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSrvVSchemaResponse) CloneMessageVT added in v0.18.0

func (m *GetSrvVSchemaResponse) CloneMessageVT() proto.Message

func (*GetSrvVSchemaResponse) CloneVT added in v0.18.0

func (*GetSrvVSchemaResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetSrvVSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetSrvVSchemaResponse) GetSrvVSchema added in v0.10.0

func (x *GetSrvVSchemaResponse) GetSrvVSchema() *vschema.SrvVSchema

func (*GetSrvVSchemaResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetSrvVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSrvVSchemaResponse) MarshalToVT added in v0.11.0

func (m *GetSrvVSchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetSrvVSchemaResponse) MarshalVT added in v0.11.0

func (m *GetSrvVSchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*GetSrvVSchemaResponse) ProtoMessage added in v0.10.0

func (*GetSrvVSchemaResponse) ProtoMessage()

func (*GetSrvVSchemaResponse) ProtoReflect added in v0.11.0

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

func (*GetSrvVSchemaResponse) Reset added in v0.10.0

func (x *GetSrvVSchemaResponse) Reset()

func (*GetSrvVSchemaResponse) SizeVT added in v0.11.0

func (m *GetSrvVSchemaResponse) SizeVT() (n int)

func (*GetSrvVSchemaResponse) String added in v0.10.0

func (x *GetSrvVSchemaResponse) String() string

func (*GetSrvVSchemaResponse) UnmarshalVT added in v0.11.0

func (m *GetSrvVSchemaResponse) UnmarshalVT(dAtA []byte) error

type GetSrvVSchemasRequest added in v0.11.0

type GetSrvVSchemasRequest struct {
	Cells []string `protobuf:"bytes,2,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSrvVSchemasRequest) CloneMessageVT added in v0.18.0

func (m *GetSrvVSchemasRequest) CloneMessageVT() proto.Message

func (*GetSrvVSchemasRequest) CloneVT added in v0.18.0

func (*GetSrvVSchemasRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use GetSrvVSchemasRequest.ProtoReflect.Descriptor instead.

func (*GetSrvVSchemasRequest) GetCells added in v0.11.0

func (x *GetSrvVSchemasRequest) GetCells() []string

func (*GetSrvVSchemasRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetSrvVSchemasRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSrvVSchemasRequest) MarshalToVT added in v0.11.0

func (m *GetSrvVSchemasRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetSrvVSchemasRequest) MarshalVT added in v0.11.0

func (m *GetSrvVSchemasRequest) MarshalVT() (dAtA []byte, err error)

func (*GetSrvVSchemasRequest) ProtoMessage added in v0.11.0

func (*GetSrvVSchemasRequest) ProtoMessage()

func (*GetSrvVSchemasRequest) ProtoReflect added in v0.11.0

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

func (*GetSrvVSchemasRequest) Reset added in v0.11.0

func (x *GetSrvVSchemasRequest) Reset()

func (*GetSrvVSchemasRequest) SizeVT added in v0.11.0

func (m *GetSrvVSchemasRequest) SizeVT() (n int)

func (*GetSrvVSchemasRequest) String added in v0.11.0

func (x *GetSrvVSchemasRequest) String() string

func (*GetSrvVSchemasRequest) UnmarshalVT added in v0.11.0

func (m *GetSrvVSchemasRequest) UnmarshalVT(dAtA []byte) error

type GetSrvVSchemasResponse added in v0.11.0

type GetSrvVSchemasResponse struct {

	// SrvVSchemas is a mapping of cell name to SrvVSchema
	SrvVSchemas map[string]*vschema.SrvVSchema `` /* 184-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSrvVSchemasResponse) CloneMessageVT added in v0.18.0

func (m *GetSrvVSchemasResponse) CloneMessageVT() proto.Message

func (*GetSrvVSchemasResponse) CloneVT added in v0.18.0

func (*GetSrvVSchemasResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use GetSrvVSchemasResponse.ProtoReflect.Descriptor instead.

func (*GetSrvVSchemasResponse) GetSrvVSchemas added in v0.11.0

func (x *GetSrvVSchemasResponse) GetSrvVSchemas() map[string]*vschema.SrvVSchema

func (*GetSrvVSchemasResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetSrvVSchemasResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSrvVSchemasResponse) MarshalToVT added in v0.11.0

func (m *GetSrvVSchemasResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetSrvVSchemasResponse) MarshalVT added in v0.11.0

func (m *GetSrvVSchemasResponse) MarshalVT() (dAtA []byte, err error)

func (*GetSrvVSchemasResponse) ProtoMessage added in v0.11.0

func (*GetSrvVSchemasResponse) ProtoMessage()

func (*GetSrvVSchemasResponse) ProtoReflect added in v0.11.0

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

func (*GetSrvVSchemasResponse) Reset added in v0.11.0

func (x *GetSrvVSchemasResponse) Reset()

func (*GetSrvVSchemasResponse) SizeVT added in v0.11.0

func (m *GetSrvVSchemasResponse) SizeVT() (n int)

func (*GetSrvVSchemasResponse) String added in v0.11.0

func (x *GetSrvVSchemasResponse) String() string

func (*GetSrvVSchemasResponse) UnmarshalVT added in v0.11.0

func (m *GetSrvVSchemasResponse) UnmarshalVT(dAtA []byte) error

type GetTabletRequest added in v0.10.0

type GetTabletRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletRequest) CloneMessageVT added in v0.18.0

func (m *GetTabletRequest) CloneMessageVT() proto.Message

func (*GetTabletRequest) CloneVT added in v0.18.0

func (m *GetTabletRequest) CloneVT() *GetTabletRequest

func (*GetTabletRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetTabletRequest.ProtoReflect.Descriptor instead.

func (*GetTabletRequest) GetTabletAlias added in v0.10.0

func (x *GetTabletRequest) GetTabletAlias() *topodata.TabletAlias

func (*GetTabletRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetTabletRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTabletRequest) MarshalToVT added in v0.11.0

func (m *GetTabletRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetTabletRequest) MarshalVT added in v0.11.0

func (m *GetTabletRequest) MarshalVT() (dAtA []byte, err error)

func (*GetTabletRequest) ProtoMessage added in v0.10.0

func (*GetTabletRequest) ProtoMessage()

func (*GetTabletRequest) ProtoReflect added in v0.11.0

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

func (*GetTabletRequest) Reset added in v0.10.0

func (x *GetTabletRequest) Reset()

func (*GetTabletRequest) SizeVT added in v0.11.0

func (m *GetTabletRequest) SizeVT() (n int)

func (*GetTabletRequest) String added in v0.10.0

func (x *GetTabletRequest) String() string

func (*GetTabletRequest) UnmarshalVT added in v0.11.0

func (m *GetTabletRequest) UnmarshalVT(dAtA []byte) error

type GetTabletResponse added in v0.10.0

type GetTabletResponse struct {
	Tablet *topodata.Tablet `protobuf:"bytes,1,opt,name=tablet,proto3" json:"tablet,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletResponse) CloneMessageVT added in v0.18.0

func (m *GetTabletResponse) CloneMessageVT() proto.Message

func (*GetTabletResponse) CloneVT added in v0.18.0

func (m *GetTabletResponse) CloneVT() *GetTabletResponse

func (*GetTabletResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetTabletResponse.ProtoReflect.Descriptor instead.

func (*GetTabletResponse) GetTablet added in v0.10.0

func (x *GetTabletResponse) GetTablet() *topodata.Tablet

func (*GetTabletResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetTabletResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTabletResponse) MarshalToVT added in v0.11.0

func (m *GetTabletResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetTabletResponse) MarshalVT added in v0.11.0

func (m *GetTabletResponse) MarshalVT() (dAtA []byte, err error)

func (*GetTabletResponse) ProtoMessage added in v0.10.0

func (*GetTabletResponse) ProtoMessage()

func (*GetTabletResponse) ProtoReflect added in v0.11.0

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

func (*GetTabletResponse) Reset added in v0.10.0

func (x *GetTabletResponse) Reset()

func (*GetTabletResponse) SizeVT added in v0.11.0

func (m *GetTabletResponse) SizeVT() (n int)

func (*GetTabletResponse) String added in v0.10.0

func (x *GetTabletResponse) String() string

func (*GetTabletResponse) UnmarshalVT added in v0.11.0

func (m *GetTabletResponse) UnmarshalVT(dAtA []byte) error

type GetTabletsRequest added in v0.10.0

type GetTabletsRequest struct {

	// Keyspace is the name of the keyspace to return tablets for. Omit to return
	// tablets from all keyspaces.
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Shard is the name of the shard to return tablets for. This field is ignored
	// if Keyspace is not set.
	Shard string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// Cells is an optional set of cells to return tablets for.
	Cells []string `protobuf:"bytes,3,rep,name=cells,proto3" json:"cells,omitempty"`
	// Strict specifies how the server should treat failures from individual
	// cells.
	//
	// When false (the default), GetTablets will return data from any cells that
	// return successfully, but will fail the request if all cells fail. When
	// true, any individual cell can fail the full request.
	Strict bool `protobuf:"varint,4,opt,name=strict,proto3" json:"strict,omitempty"`
	// TabletAliases is an optional list of tablet aliases to fetch Tablet objects
	// for. If specified, Keyspace, Shard, and Cells are ignored, and tablets are
	// looked up by their respective aliases' Cells directly.
	TabletAliases []*topodata.TabletAlias `protobuf:"bytes,5,rep,name=tablet_aliases,json=tabletAliases,proto3" json:"tablet_aliases,omitempty"`
	// tablet_type specifies the type of tablets to return. Omit to return all
	// tablet types.
	TabletType topodata.TabletType `protobuf:"varint,6,opt,name=tablet_type,json=tabletType,proto3,enum=topodata.TabletType" json:"tablet_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletsRequest) CloneMessageVT added in v0.18.0

func (m *GetTabletsRequest) CloneMessageVT() proto.Message

func (*GetTabletsRequest) CloneVT added in v0.18.0

func (m *GetTabletsRequest) CloneVT() *GetTabletsRequest

func (*GetTabletsRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetTabletsRequest.ProtoReflect.Descriptor instead.

func (*GetTabletsRequest) GetCells added in v0.10.0

func (x *GetTabletsRequest) GetCells() []string

func (*GetTabletsRequest) GetKeyspace added in v0.10.0

func (x *GetTabletsRequest) GetKeyspace() string

func (*GetTabletsRequest) GetShard added in v0.10.0

func (x *GetTabletsRequest) GetShard() string

func (*GetTabletsRequest) GetStrict added in v0.10.0

func (x *GetTabletsRequest) GetStrict() bool

func (*GetTabletsRequest) GetTabletAliases added in v0.10.0

func (x *GetTabletsRequest) GetTabletAliases() []*topodata.TabletAlias

func (*GetTabletsRequest) GetTabletType added in v0.13.0

func (x *GetTabletsRequest) GetTabletType() topodata.TabletType

func (*GetTabletsRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetTabletsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTabletsRequest) MarshalToVT added in v0.11.0

func (m *GetTabletsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetTabletsRequest) MarshalVT added in v0.11.0

func (m *GetTabletsRequest) MarshalVT() (dAtA []byte, err error)

func (*GetTabletsRequest) ProtoMessage added in v0.10.0

func (*GetTabletsRequest) ProtoMessage()

func (*GetTabletsRequest) ProtoReflect added in v0.11.0

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

func (*GetTabletsRequest) Reset added in v0.10.0

func (x *GetTabletsRequest) Reset()

func (*GetTabletsRequest) SizeVT added in v0.11.0

func (m *GetTabletsRequest) SizeVT() (n int)

func (*GetTabletsRequest) String added in v0.10.0

func (x *GetTabletsRequest) String() string

func (*GetTabletsRequest) UnmarshalVT added in v0.11.0

func (m *GetTabletsRequest) UnmarshalVT(dAtA []byte) error

type GetTabletsResponse added in v0.10.0

type GetTabletsResponse struct {
	Tablets []*topodata.Tablet `protobuf:"bytes,1,rep,name=tablets,proto3" json:"tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletsResponse) CloneMessageVT added in v0.18.0

func (m *GetTabletsResponse) CloneMessageVT() proto.Message

func (*GetTabletsResponse) CloneVT added in v0.18.0

func (m *GetTabletsResponse) CloneVT() *GetTabletsResponse

func (*GetTabletsResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetTabletsResponse.ProtoReflect.Descriptor instead.

func (*GetTabletsResponse) GetTablets added in v0.10.0

func (x *GetTabletsResponse) GetTablets() []*topodata.Tablet

func (*GetTabletsResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetTabletsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTabletsResponse) MarshalToVT added in v0.11.0

func (m *GetTabletsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetTabletsResponse) MarshalVT added in v0.11.0

func (m *GetTabletsResponse) MarshalVT() (dAtA []byte, err error)

func (*GetTabletsResponse) ProtoMessage added in v0.10.0

func (*GetTabletsResponse) ProtoMessage()

func (*GetTabletsResponse) ProtoReflect added in v0.11.0

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

func (*GetTabletsResponse) Reset added in v0.10.0

func (x *GetTabletsResponse) Reset()

func (*GetTabletsResponse) SizeVT added in v0.11.0

func (m *GetTabletsResponse) SizeVT() (n int)

func (*GetTabletsResponse) String added in v0.10.0

func (x *GetTabletsResponse) String() string

func (*GetTabletsResponse) UnmarshalVT added in v0.11.0

func (m *GetTabletsResponse) UnmarshalVT(dAtA []byte) error

type GetTopologyPathRequest added in v0.15.0

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

func (*GetTopologyPathRequest) CloneMessageVT added in v0.18.0

func (m *GetTopologyPathRequest) CloneMessageVT() proto.Message

func (*GetTopologyPathRequest) CloneVT added in v0.18.0

func (*GetTopologyPathRequest) Descriptor deprecated added in v0.15.0

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

Deprecated: Use GetTopologyPathRequest.ProtoReflect.Descriptor instead.

func (*GetTopologyPathRequest) GetPath added in v0.15.0

func (x *GetTopologyPathRequest) GetPath() string

func (*GetTopologyPathRequest) MarshalToSizedBufferVT added in v0.15.0

func (m *GetTopologyPathRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTopologyPathRequest) MarshalToVT added in v0.15.0

func (m *GetTopologyPathRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetTopologyPathRequest) MarshalVT added in v0.15.0

func (m *GetTopologyPathRequest) MarshalVT() (dAtA []byte, err error)

func (*GetTopologyPathRequest) ProtoMessage added in v0.15.0

func (*GetTopologyPathRequest) ProtoMessage()

func (*GetTopologyPathRequest) ProtoReflect added in v0.15.0

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

func (*GetTopologyPathRequest) Reset added in v0.15.0

func (x *GetTopologyPathRequest) Reset()

func (*GetTopologyPathRequest) SizeVT added in v0.15.0

func (m *GetTopologyPathRequest) SizeVT() (n int)

func (*GetTopologyPathRequest) String added in v0.15.0

func (x *GetTopologyPathRequest) String() string

func (*GetTopologyPathRequest) UnmarshalVT added in v0.15.0

func (m *GetTopologyPathRequest) UnmarshalVT(dAtA []byte) error

type GetTopologyPathResponse added in v0.15.0

type GetTopologyPathResponse struct {
	Cell *TopologyCell `protobuf:"bytes,1,opt,name=cell,proto3" json:"cell,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTopologyPathResponse) CloneMessageVT added in v0.18.0

func (m *GetTopologyPathResponse) CloneMessageVT() proto.Message

func (*GetTopologyPathResponse) CloneVT added in v0.18.0

func (*GetTopologyPathResponse) Descriptor deprecated added in v0.15.0

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

Deprecated: Use GetTopologyPathResponse.ProtoReflect.Descriptor instead.

func (*GetTopologyPathResponse) GetCell added in v0.15.0

func (x *GetTopologyPathResponse) GetCell() *TopologyCell

func (*GetTopologyPathResponse) MarshalToSizedBufferVT added in v0.15.0

func (m *GetTopologyPathResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTopologyPathResponse) MarshalToVT added in v0.15.0

func (m *GetTopologyPathResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetTopologyPathResponse) MarshalVT added in v0.15.0

func (m *GetTopologyPathResponse) MarshalVT() (dAtA []byte, err error)

func (*GetTopologyPathResponse) ProtoMessage added in v0.15.0

func (*GetTopologyPathResponse) ProtoMessage()

func (*GetTopologyPathResponse) ProtoReflect added in v0.15.0

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

func (*GetTopologyPathResponse) Reset added in v0.15.0

func (x *GetTopologyPathResponse) Reset()

func (*GetTopologyPathResponse) SizeVT added in v0.15.0

func (m *GetTopologyPathResponse) SizeVT() (n int)

func (*GetTopologyPathResponse) String added in v0.15.0

func (x *GetTopologyPathResponse) String() string

func (*GetTopologyPathResponse) UnmarshalVT added in v0.15.0

func (m *GetTopologyPathResponse) UnmarshalVT(dAtA []byte) error

type GetVSchemaRequest added in v0.10.0

type GetVSchemaRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVSchemaRequest) CloneMessageVT added in v0.18.0

func (m *GetVSchemaRequest) CloneMessageVT() proto.Message

func (*GetVSchemaRequest) CloneVT added in v0.18.0

func (m *GetVSchemaRequest) CloneVT() *GetVSchemaRequest

func (*GetVSchemaRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetVSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetVSchemaRequest) GetKeyspace added in v0.10.0

func (x *GetVSchemaRequest) GetKeyspace() string

func (*GetVSchemaRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetVSchemaRequest) MarshalToVT added in v0.11.0

func (m *GetVSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetVSchemaRequest) MarshalVT added in v0.11.0

func (m *GetVSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*GetVSchemaRequest) ProtoMessage added in v0.10.0

func (*GetVSchemaRequest) ProtoMessage()

func (*GetVSchemaRequest) ProtoReflect added in v0.11.0

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

func (*GetVSchemaRequest) Reset added in v0.10.0

func (x *GetVSchemaRequest) Reset()

func (*GetVSchemaRequest) SizeVT added in v0.11.0

func (m *GetVSchemaRequest) SizeVT() (n int)

func (*GetVSchemaRequest) String added in v0.10.0

func (x *GetVSchemaRequest) String() string

func (*GetVSchemaRequest) UnmarshalVT added in v0.11.0

func (m *GetVSchemaRequest) UnmarshalVT(dAtA []byte) error

type GetVSchemaResponse added in v0.10.0

type GetVSchemaResponse struct {
	VSchema *vschema.Keyspace `protobuf:"bytes,1,opt,name=v_schema,json=vSchema,proto3" json:"v_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVSchemaResponse) CloneMessageVT added in v0.18.0

func (m *GetVSchemaResponse) CloneMessageVT() proto.Message

func (*GetVSchemaResponse) CloneVT added in v0.18.0

func (m *GetVSchemaResponse) CloneVT() *GetVSchemaResponse

func (*GetVSchemaResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetVSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetVSchemaResponse) GetVSchema added in v0.10.0

func (x *GetVSchemaResponse) GetVSchema() *vschema.Keyspace

func (*GetVSchemaResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetVSchemaResponse) MarshalToVT added in v0.11.0

func (m *GetVSchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetVSchemaResponse) MarshalVT added in v0.11.0

func (m *GetVSchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*GetVSchemaResponse) ProtoMessage added in v0.10.0

func (*GetVSchemaResponse) ProtoMessage()

func (*GetVSchemaResponse) ProtoReflect added in v0.11.0

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

func (*GetVSchemaResponse) Reset added in v0.10.0

func (x *GetVSchemaResponse) Reset()

func (*GetVSchemaResponse) SizeVT added in v0.11.0

func (m *GetVSchemaResponse) SizeVT() (n int)

func (*GetVSchemaResponse) String added in v0.10.0

func (x *GetVSchemaResponse) String() string

func (*GetVSchemaResponse) UnmarshalVT added in v0.11.0

func (m *GetVSchemaResponse) UnmarshalVT(dAtA []byte) error

type GetVersionRequest added in v0.14.0

type GetVersionRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVersionRequest) CloneMessageVT added in v0.18.0

func (m *GetVersionRequest) CloneMessageVT() proto.Message

func (*GetVersionRequest) CloneVT added in v0.18.0

func (m *GetVersionRequest) CloneVT() *GetVersionRequest

func (*GetVersionRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetVersionRequest.ProtoReflect.Descriptor instead.

func (*GetVersionRequest) GetTabletAlias added in v0.14.0

func (x *GetVersionRequest) GetTabletAlias() *topodata.TabletAlias

func (*GetVersionRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *GetVersionRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetVersionRequest) MarshalToVT added in v0.14.0

func (m *GetVersionRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetVersionRequest) MarshalVT added in v0.14.0

func (m *GetVersionRequest) MarshalVT() (dAtA []byte, err error)

func (*GetVersionRequest) ProtoMessage added in v0.14.0

func (*GetVersionRequest) ProtoMessage()

func (*GetVersionRequest) ProtoReflect added in v0.14.0

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

func (*GetVersionRequest) Reset added in v0.14.0

func (x *GetVersionRequest) Reset()

func (*GetVersionRequest) SizeVT added in v0.14.0

func (m *GetVersionRequest) SizeVT() (n int)

func (*GetVersionRequest) String added in v0.14.0

func (x *GetVersionRequest) String() string

func (*GetVersionRequest) UnmarshalVT added in v0.14.0

func (m *GetVersionRequest) UnmarshalVT(dAtA []byte) error

type GetVersionResponse added in v0.14.0

type GetVersionResponse struct {
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVersionResponse) CloneMessageVT added in v0.18.0

func (m *GetVersionResponse) CloneMessageVT() proto.Message

func (*GetVersionResponse) CloneVT added in v0.18.0

func (m *GetVersionResponse) CloneVT() *GetVersionResponse

func (*GetVersionResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetVersionResponse.ProtoReflect.Descriptor instead.

func (*GetVersionResponse) GetVersion added in v0.14.0

func (x *GetVersionResponse) GetVersion() string

func (*GetVersionResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *GetVersionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetVersionResponse) MarshalToVT added in v0.14.0

func (m *GetVersionResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetVersionResponse) MarshalVT added in v0.14.0

func (m *GetVersionResponse) MarshalVT() (dAtA []byte, err error)

func (*GetVersionResponse) ProtoMessage added in v0.14.0

func (*GetVersionResponse) ProtoMessage()

func (*GetVersionResponse) ProtoReflect added in v0.14.0

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

func (*GetVersionResponse) Reset added in v0.14.0

func (x *GetVersionResponse) Reset()

func (*GetVersionResponse) SizeVT added in v0.14.0

func (m *GetVersionResponse) SizeVT() (n int)

func (*GetVersionResponse) String added in v0.14.0

func (x *GetVersionResponse) String() string

func (*GetVersionResponse) UnmarshalVT added in v0.14.0

func (m *GetVersionResponse) UnmarshalVT(dAtA []byte) error

type GetWorkflowsRequest added in v0.10.0

type GetWorkflowsRequest struct {
	Keyspace   string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	ActiveOnly bool   `protobuf:"varint,2,opt,name=active_only,json=activeOnly,proto3" json:"active_only,omitempty"`
	NameOnly   bool   `protobuf:"varint,3,opt,name=name_only,json=nameOnly,proto3" json:"name_only,omitempty"`
	// If you only want a specific workflow then set this field.
	Workflow    string   `protobuf:"bytes,4,opt,name=workflow,proto3" json:"workflow,omitempty"`
	IncludeLogs bool     `protobuf:"varint,5,opt,name=include_logs,json=includeLogs,proto3" json:"include_logs,omitempty"`
	Shards      []string `protobuf:"bytes,6,rep,name=shards,proto3" json:"shards,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowsRequest) CloneMessageVT added in v0.18.0

func (m *GetWorkflowsRequest) CloneMessageVT() proto.Message

func (*GetWorkflowsRequest) CloneVT added in v0.18.0

func (*GetWorkflowsRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetWorkflowsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowsRequest) GetActiveOnly added in v0.10.0

func (x *GetWorkflowsRequest) GetActiveOnly() bool

func (*GetWorkflowsRequest) GetIncludeLogs added in v0.18.0

func (x *GetWorkflowsRequest) GetIncludeLogs() bool

func (*GetWorkflowsRequest) GetKeyspace added in v0.10.0

func (x *GetWorkflowsRequest) GetKeyspace() string

func (*GetWorkflowsRequest) GetNameOnly added in v0.17.0

func (x *GetWorkflowsRequest) GetNameOnly() bool

func (*GetWorkflowsRequest) GetShards added in v0.19.0

func (x *GetWorkflowsRequest) GetShards() []string

func (*GetWorkflowsRequest) GetWorkflow added in v0.18.0

func (x *GetWorkflowsRequest) GetWorkflow() string

func (*GetWorkflowsRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *GetWorkflowsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetWorkflowsRequest) MarshalToVT added in v0.11.0

func (m *GetWorkflowsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetWorkflowsRequest) MarshalVT added in v0.11.0

func (m *GetWorkflowsRequest) MarshalVT() (dAtA []byte, err error)

func (*GetWorkflowsRequest) ProtoMessage added in v0.10.0

func (*GetWorkflowsRequest) ProtoMessage()

func (*GetWorkflowsRequest) ProtoReflect added in v0.11.0

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

func (*GetWorkflowsRequest) Reset added in v0.10.0

func (x *GetWorkflowsRequest) Reset()

func (*GetWorkflowsRequest) SizeVT added in v0.11.0

func (m *GetWorkflowsRequest) SizeVT() (n int)

func (*GetWorkflowsRequest) String added in v0.10.0

func (x *GetWorkflowsRequest) String() string

func (*GetWorkflowsRequest) UnmarshalVT added in v0.11.0

func (m *GetWorkflowsRequest) UnmarshalVT(dAtA []byte) error

type GetWorkflowsResponse added in v0.10.0

type GetWorkflowsResponse struct {
	Workflows []*Workflow `protobuf:"bytes,1,rep,name=workflows,proto3" json:"workflows,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowsResponse) CloneMessageVT added in v0.18.0

func (m *GetWorkflowsResponse) CloneMessageVT() proto.Message

func (*GetWorkflowsResponse) CloneVT added in v0.18.0

func (*GetWorkflowsResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use GetWorkflowsResponse.ProtoReflect.Descriptor instead.

func (*GetWorkflowsResponse) GetWorkflows added in v0.10.0

func (x *GetWorkflowsResponse) GetWorkflows() []*Workflow

func (*GetWorkflowsResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *GetWorkflowsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetWorkflowsResponse) MarshalToVT added in v0.11.0

func (m *GetWorkflowsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetWorkflowsResponse) MarshalVT added in v0.11.0

func (m *GetWorkflowsResponse) MarshalVT() (dAtA []byte, err error)

func (*GetWorkflowsResponse) ProtoMessage added in v0.10.0

func (*GetWorkflowsResponse) ProtoMessage()

func (*GetWorkflowsResponse) ProtoReflect added in v0.11.0

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

func (*GetWorkflowsResponse) Reset added in v0.10.0

func (x *GetWorkflowsResponse) Reset()

func (*GetWorkflowsResponse) SizeVT added in v0.11.0

func (m *GetWorkflowsResponse) SizeVT() (n int)

func (*GetWorkflowsResponse) String added in v0.10.0

func (x *GetWorkflowsResponse) String() string

func (*GetWorkflowsResponse) UnmarshalVT added in v0.11.0

func (m *GetWorkflowsResponse) UnmarshalVT(dAtA []byte) error

type InitShardPrimaryRequest added in v0.10.0

type InitShardPrimaryRequest struct {
	Keyspace                string                `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard                   string                `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	PrimaryElectTabletAlias *topodata.TabletAlias `` /* 134-byte string literal not displayed */
	Force                   bool                  `protobuf:"varint,4,opt,name=force,proto3" json:"force,omitempty"`
	WaitReplicasTimeout     *vttime.Duration      `protobuf:"bytes,5,opt,name=wait_replicas_timeout,json=waitReplicasTimeout,proto3" json:"wait_replicas_timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*InitShardPrimaryRequest) CloneMessageVT added in v0.18.0

func (m *InitShardPrimaryRequest) CloneMessageVT() proto.Message

func (*InitShardPrimaryRequest) CloneVT added in v0.18.0

func (*InitShardPrimaryRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use InitShardPrimaryRequest.ProtoReflect.Descriptor instead.

func (*InitShardPrimaryRequest) GetForce added in v0.10.0

func (x *InitShardPrimaryRequest) GetForce() bool

func (*InitShardPrimaryRequest) GetKeyspace added in v0.10.0

func (x *InitShardPrimaryRequest) GetKeyspace() string

func (*InitShardPrimaryRequest) GetPrimaryElectTabletAlias added in v0.10.0

func (x *InitShardPrimaryRequest) GetPrimaryElectTabletAlias() *topodata.TabletAlias

func (*InitShardPrimaryRequest) GetShard added in v0.10.0

func (x *InitShardPrimaryRequest) GetShard() string

func (*InitShardPrimaryRequest) GetWaitReplicasTimeout added in v0.10.0

func (x *InitShardPrimaryRequest) GetWaitReplicasTimeout() *vttime.Duration

func (*InitShardPrimaryRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *InitShardPrimaryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InitShardPrimaryRequest) MarshalToVT added in v0.11.0

func (m *InitShardPrimaryRequest) MarshalToVT(dAtA []byte) (int, error)

func (*InitShardPrimaryRequest) MarshalVT added in v0.11.0

func (m *InitShardPrimaryRequest) MarshalVT() (dAtA []byte, err error)

func (*InitShardPrimaryRequest) ProtoMessage added in v0.10.0

func (*InitShardPrimaryRequest) ProtoMessage()

func (*InitShardPrimaryRequest) ProtoReflect added in v0.11.0

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

func (*InitShardPrimaryRequest) Reset added in v0.10.0

func (x *InitShardPrimaryRequest) Reset()

func (*InitShardPrimaryRequest) SizeVT added in v0.11.0

func (m *InitShardPrimaryRequest) SizeVT() (n int)

func (*InitShardPrimaryRequest) String added in v0.10.0

func (x *InitShardPrimaryRequest) String() string

func (*InitShardPrimaryRequest) UnmarshalVT added in v0.11.0

func (m *InitShardPrimaryRequest) UnmarshalVT(dAtA []byte) error

type InitShardPrimaryResponse added in v0.10.0

type InitShardPrimaryResponse struct {
	Events []*logutil.Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*InitShardPrimaryResponse) CloneMessageVT added in v0.18.0

func (m *InitShardPrimaryResponse) CloneMessageVT() proto.Message

func (*InitShardPrimaryResponse) CloneVT added in v0.18.0

func (*InitShardPrimaryResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use InitShardPrimaryResponse.ProtoReflect.Descriptor instead.

func (*InitShardPrimaryResponse) GetEvents added in v0.10.0

func (x *InitShardPrimaryResponse) GetEvents() []*logutil.Event

func (*InitShardPrimaryResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *InitShardPrimaryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InitShardPrimaryResponse) MarshalToVT added in v0.11.0

func (m *InitShardPrimaryResponse) MarshalToVT(dAtA []byte) (int, error)

func (*InitShardPrimaryResponse) MarshalVT added in v0.11.0

func (m *InitShardPrimaryResponse) MarshalVT() (dAtA []byte, err error)

func (*InitShardPrimaryResponse) ProtoMessage added in v0.10.0

func (*InitShardPrimaryResponse) ProtoMessage()

func (*InitShardPrimaryResponse) ProtoReflect added in v0.11.0

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

func (*InitShardPrimaryResponse) Reset added in v0.10.0

func (x *InitShardPrimaryResponse) Reset()

func (*InitShardPrimaryResponse) SizeVT added in v0.11.0

func (m *InitShardPrimaryResponse) SizeVT() (n int)

func (*InitShardPrimaryResponse) String added in v0.10.0

func (x *InitShardPrimaryResponse) String() string

func (*InitShardPrimaryResponse) UnmarshalVT added in v0.11.0

func (m *InitShardPrimaryResponse) UnmarshalVT(dAtA []byte) error

type Keyspace added in v0.9.0

type Keyspace struct {
	Name     string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Keyspace *topodata.Keyspace `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*Keyspace) CloneMessageVT added in v0.18.0

func (m *Keyspace) CloneMessageVT() proto.Message

func (*Keyspace) CloneVT added in v0.18.0

func (m *Keyspace) CloneVT() *Keyspace

func (*Keyspace) Descriptor deprecated added in v0.9.0

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

Deprecated: Use Keyspace.ProtoReflect.Descriptor instead.

func (*Keyspace) GetKeyspace added in v0.9.0

func (x *Keyspace) GetKeyspace() *topodata.Keyspace

func (*Keyspace) GetName added in v0.9.0

func (x *Keyspace) GetName() string

func (*Keyspace) MarshalToSizedBufferVT added in v0.11.0

func (m *Keyspace) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Keyspace) MarshalToVT added in v0.11.0

func (m *Keyspace) MarshalToVT(dAtA []byte) (int, error)

func (*Keyspace) MarshalVT added in v0.11.0

func (m *Keyspace) MarshalVT() (dAtA []byte, err error)

func (*Keyspace) ProtoMessage added in v0.9.0

func (*Keyspace) ProtoMessage()

func (*Keyspace) ProtoReflect added in v0.11.0

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

func (*Keyspace) Reset added in v0.9.0

func (x *Keyspace) Reset()

func (*Keyspace) SizeVT added in v0.11.0

func (m *Keyspace) SizeVT() (n int)

func (*Keyspace) String added in v0.9.0

func (x *Keyspace) String() string

func (*Keyspace) UnmarshalVT added in v0.11.0

func (m *Keyspace) UnmarshalVT(dAtA []byte) error

type LaunchSchemaMigrationRequest added in v0.18.0

type LaunchSchemaMigrationRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*LaunchSchemaMigrationRequest) CloneMessageVT added in v0.18.0

func (m *LaunchSchemaMigrationRequest) CloneMessageVT() proto.Message

func (*LaunchSchemaMigrationRequest) CloneVT added in v0.18.0

func (*LaunchSchemaMigrationRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use LaunchSchemaMigrationRequest.ProtoReflect.Descriptor instead.

func (*LaunchSchemaMigrationRequest) GetKeyspace added in v0.18.0

func (x *LaunchSchemaMigrationRequest) GetKeyspace() string

func (*LaunchSchemaMigrationRequest) GetUuid added in v0.18.0

func (x *LaunchSchemaMigrationRequest) GetUuid() string

func (*LaunchSchemaMigrationRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *LaunchSchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LaunchSchemaMigrationRequest) MarshalToVT added in v0.18.0

func (m *LaunchSchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LaunchSchemaMigrationRequest) MarshalVT added in v0.18.0

func (m *LaunchSchemaMigrationRequest) MarshalVT() (dAtA []byte, err error)

func (*LaunchSchemaMigrationRequest) ProtoMessage added in v0.18.0

func (*LaunchSchemaMigrationRequest) ProtoMessage()

func (*LaunchSchemaMigrationRequest) ProtoReflect added in v0.18.0

func (*LaunchSchemaMigrationRequest) Reset added in v0.18.0

func (x *LaunchSchemaMigrationRequest) Reset()

func (*LaunchSchemaMigrationRequest) SizeVT added in v0.18.0

func (m *LaunchSchemaMigrationRequest) SizeVT() (n int)

func (*LaunchSchemaMigrationRequest) String added in v0.18.0

func (*LaunchSchemaMigrationRequest) UnmarshalVT added in v0.18.0

func (m *LaunchSchemaMigrationRequest) UnmarshalVT(dAtA []byte) error

type LaunchSchemaMigrationResponse added in v0.18.0

type LaunchSchemaMigrationResponse struct {
	RowsAffectedByShard map[string]uint64 `` /* 211-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LaunchSchemaMigrationResponse) CloneMessageVT added in v0.18.0

func (m *LaunchSchemaMigrationResponse) CloneMessageVT() proto.Message

func (*LaunchSchemaMigrationResponse) CloneVT added in v0.18.0

func (*LaunchSchemaMigrationResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use LaunchSchemaMigrationResponse.ProtoReflect.Descriptor instead.

func (*LaunchSchemaMigrationResponse) GetRowsAffectedByShard added in v0.18.0

func (x *LaunchSchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64

func (*LaunchSchemaMigrationResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *LaunchSchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LaunchSchemaMigrationResponse) MarshalToVT added in v0.18.0

func (m *LaunchSchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LaunchSchemaMigrationResponse) MarshalVT added in v0.18.0

func (m *LaunchSchemaMigrationResponse) MarshalVT() (dAtA []byte, err error)

func (*LaunchSchemaMigrationResponse) ProtoMessage added in v0.18.0

func (*LaunchSchemaMigrationResponse) ProtoMessage()

func (*LaunchSchemaMigrationResponse) ProtoReflect added in v0.18.0

func (*LaunchSchemaMigrationResponse) Reset added in v0.18.0

func (x *LaunchSchemaMigrationResponse) Reset()

func (*LaunchSchemaMigrationResponse) SizeVT added in v0.18.0

func (m *LaunchSchemaMigrationResponse) SizeVT() (n int)

func (*LaunchSchemaMigrationResponse) String added in v0.18.0

func (*LaunchSchemaMigrationResponse) UnmarshalVT added in v0.18.0

func (m *LaunchSchemaMigrationResponse) UnmarshalVT(dAtA []byte) error

type LookupVindexCreateRequest added in v0.18.0

type LookupVindexCreateRequest struct {
	Keyspace                   string                                      `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Workflow                   string                                      `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	Cells                      []string                                    `protobuf:"bytes,3,rep,name=cells,proto3" json:"cells,omitempty"`
	Vindex                     *vschema.Keyspace                           `protobuf:"bytes,4,opt,name=vindex,proto3" json:"vindex,omitempty"`
	ContinueAfterCopyWithOwner bool                                        `` /* 146-byte string literal not displayed */
	TabletTypes                []topodata.TabletType                       `` /* 127-byte string literal not displayed */
	TabletSelectionPreference  tabletmanagerdata.TabletSelectionPreference `` /* 188-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LookupVindexCreateRequest) CloneMessageVT added in v0.18.0

func (m *LookupVindexCreateRequest) CloneMessageVT() proto.Message

func (*LookupVindexCreateRequest) CloneVT added in v0.18.0

func (*LookupVindexCreateRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use LookupVindexCreateRequest.ProtoReflect.Descriptor instead.

func (*LookupVindexCreateRequest) GetCells added in v0.18.0

func (x *LookupVindexCreateRequest) GetCells() []string

func (*LookupVindexCreateRequest) GetContinueAfterCopyWithOwner added in v0.18.0

func (x *LookupVindexCreateRequest) GetContinueAfterCopyWithOwner() bool

func (*LookupVindexCreateRequest) GetKeyspace added in v0.18.0

func (x *LookupVindexCreateRequest) GetKeyspace() string

func (*LookupVindexCreateRequest) GetTabletSelectionPreference added in v0.18.0

func (x *LookupVindexCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference

func (*LookupVindexCreateRequest) GetTabletTypes added in v0.18.0

func (x *LookupVindexCreateRequest) GetTabletTypes() []topodata.TabletType

func (*LookupVindexCreateRequest) GetVindex added in v0.18.0

func (x *LookupVindexCreateRequest) GetVindex() *vschema.Keyspace

func (*LookupVindexCreateRequest) GetWorkflow added in v0.18.0

func (x *LookupVindexCreateRequest) GetWorkflow() string

func (*LookupVindexCreateRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *LookupVindexCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupVindexCreateRequest) MarshalToVT added in v0.18.0

func (m *LookupVindexCreateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LookupVindexCreateRequest) MarshalVT added in v0.18.0

func (m *LookupVindexCreateRequest) MarshalVT() (dAtA []byte, err error)

func (*LookupVindexCreateRequest) ProtoMessage added in v0.18.0

func (*LookupVindexCreateRequest) ProtoMessage()

func (*LookupVindexCreateRequest) ProtoReflect added in v0.18.0

func (*LookupVindexCreateRequest) Reset added in v0.18.0

func (x *LookupVindexCreateRequest) Reset()

func (*LookupVindexCreateRequest) SizeVT added in v0.18.0

func (m *LookupVindexCreateRequest) SizeVT() (n int)

func (*LookupVindexCreateRequest) String added in v0.18.0

func (x *LookupVindexCreateRequest) String() string

func (*LookupVindexCreateRequest) UnmarshalVT added in v0.18.0

func (m *LookupVindexCreateRequest) UnmarshalVT(dAtA []byte) error

type LookupVindexCreateResponse added in v0.18.0

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

func (*LookupVindexCreateResponse) CloneMessageVT added in v0.18.0

func (m *LookupVindexCreateResponse) CloneMessageVT() proto.Message

func (*LookupVindexCreateResponse) CloneVT added in v0.18.0

func (*LookupVindexCreateResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use LookupVindexCreateResponse.ProtoReflect.Descriptor instead.

func (*LookupVindexCreateResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *LookupVindexCreateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupVindexCreateResponse) MarshalToVT added in v0.18.0

func (m *LookupVindexCreateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LookupVindexCreateResponse) MarshalVT added in v0.18.0

func (m *LookupVindexCreateResponse) MarshalVT() (dAtA []byte, err error)

func (*LookupVindexCreateResponse) ProtoMessage added in v0.18.0

func (*LookupVindexCreateResponse) ProtoMessage()

func (*LookupVindexCreateResponse) ProtoReflect added in v0.18.0

func (*LookupVindexCreateResponse) Reset added in v0.18.0

func (x *LookupVindexCreateResponse) Reset()

func (*LookupVindexCreateResponse) SizeVT added in v0.18.0

func (m *LookupVindexCreateResponse) SizeVT() (n int)

func (*LookupVindexCreateResponse) String added in v0.18.0

func (x *LookupVindexCreateResponse) String() string

func (*LookupVindexCreateResponse) UnmarshalVT added in v0.18.0

func (m *LookupVindexCreateResponse) UnmarshalVT(dAtA []byte) error

type LookupVindexExternalizeRequest added in v0.18.0

type LookupVindexExternalizeRequest struct {

	// Where the lookup vindex lives.
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// This is the name of the lookup vindex and the vreplication workflow.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Where the vreplication workflow lives.
	TableKeyspace string `protobuf:"bytes,3,opt,name=table_keyspace,json=tableKeyspace,proto3" json:"table_keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupVindexExternalizeRequest) CloneMessageVT added in v0.18.0

func (m *LookupVindexExternalizeRequest) CloneMessageVT() proto.Message

func (*LookupVindexExternalizeRequest) CloneVT added in v0.18.0

func (*LookupVindexExternalizeRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use LookupVindexExternalizeRequest.ProtoReflect.Descriptor instead.

func (*LookupVindexExternalizeRequest) GetKeyspace added in v0.18.0

func (x *LookupVindexExternalizeRequest) GetKeyspace() string

func (*LookupVindexExternalizeRequest) GetName added in v0.18.0

func (*LookupVindexExternalizeRequest) GetTableKeyspace added in v0.18.0

func (x *LookupVindexExternalizeRequest) GetTableKeyspace() string

func (*LookupVindexExternalizeRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *LookupVindexExternalizeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupVindexExternalizeRequest) MarshalToVT added in v0.18.0

func (m *LookupVindexExternalizeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LookupVindexExternalizeRequest) MarshalVT added in v0.18.0

func (m *LookupVindexExternalizeRequest) MarshalVT() (dAtA []byte, err error)

func (*LookupVindexExternalizeRequest) ProtoMessage added in v0.18.0

func (*LookupVindexExternalizeRequest) ProtoMessage()

func (*LookupVindexExternalizeRequest) ProtoReflect added in v0.18.0

func (*LookupVindexExternalizeRequest) Reset added in v0.18.0

func (x *LookupVindexExternalizeRequest) Reset()

func (*LookupVindexExternalizeRequest) SizeVT added in v0.18.0

func (m *LookupVindexExternalizeRequest) SizeVT() (n int)

func (*LookupVindexExternalizeRequest) String added in v0.18.0

func (*LookupVindexExternalizeRequest) UnmarshalVT added in v0.18.0

func (m *LookupVindexExternalizeRequest) UnmarshalVT(dAtA []byte) error

type LookupVindexExternalizeResponse added in v0.18.0

type LookupVindexExternalizeResponse struct {

	// Was the workflow also deleted.
	WorkflowDeleted bool `protobuf:"varint,1,opt,name=workflow_deleted,json=workflowDeleted,proto3" json:"workflow_deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupVindexExternalizeResponse) CloneMessageVT added in v0.18.0

func (m *LookupVindexExternalizeResponse) CloneMessageVT() proto.Message

func (*LookupVindexExternalizeResponse) CloneVT added in v0.18.0

func (*LookupVindexExternalizeResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use LookupVindexExternalizeResponse.ProtoReflect.Descriptor instead.

func (*LookupVindexExternalizeResponse) GetWorkflowDeleted added in v0.18.0

func (x *LookupVindexExternalizeResponse) GetWorkflowDeleted() bool

func (*LookupVindexExternalizeResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *LookupVindexExternalizeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupVindexExternalizeResponse) MarshalToVT added in v0.18.0

func (m *LookupVindexExternalizeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LookupVindexExternalizeResponse) MarshalVT added in v0.18.0

func (m *LookupVindexExternalizeResponse) MarshalVT() (dAtA []byte, err error)

func (*LookupVindexExternalizeResponse) ProtoMessage added in v0.18.0

func (*LookupVindexExternalizeResponse) ProtoMessage()

func (*LookupVindexExternalizeResponse) ProtoReflect added in v0.18.0

func (*LookupVindexExternalizeResponse) Reset added in v0.18.0

func (*LookupVindexExternalizeResponse) SizeVT added in v0.18.0

func (m *LookupVindexExternalizeResponse) SizeVT() (n int)

func (*LookupVindexExternalizeResponse) String added in v0.18.0

func (*LookupVindexExternalizeResponse) UnmarshalVT added in v0.18.0

func (m *LookupVindexExternalizeResponse) UnmarshalVT(dAtA []byte) error

type MaterializationIntent added in v0.12.0

type MaterializationIntent int32

MaterializationIntent describes the reason for creating the Materialize flow

const (
	// CUSTOM is the default value
	MaterializationIntent_CUSTOM MaterializationIntent = 0
	// MOVETABLES is when we are creating a MoveTables flow
	MaterializationIntent_MOVETABLES MaterializationIntent = 1
	// CREATELOOKUPINDEX is when we are creating a CreateLookupIndex flow
	MaterializationIntent_CREATELOOKUPINDEX MaterializationIntent = 2
)

func (MaterializationIntent) Descriptor added in v0.12.0

func (MaterializationIntent) Enum added in v0.12.0

func (MaterializationIntent) EnumDescriptor deprecated added in v0.12.0

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

Deprecated: Use MaterializationIntent.Descriptor instead.

func (MaterializationIntent) Number added in v0.12.0

func (MaterializationIntent) String added in v0.12.0

func (x MaterializationIntent) String() string

func (MaterializationIntent) Type added in v0.12.0

type MaterializeCreateRequest added in v0.18.0

type MaterializeCreateRequest struct {
	Settings *MaterializeSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*MaterializeCreateRequest) CloneMessageVT added in v0.18.0

func (m *MaterializeCreateRequest) CloneMessageVT() proto.Message

func (*MaterializeCreateRequest) CloneVT added in v0.18.0

func (*MaterializeCreateRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MaterializeCreateRequest.ProtoReflect.Descriptor instead.

func (*MaterializeCreateRequest) GetSettings added in v0.18.0

func (*MaterializeCreateRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *MaterializeCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MaterializeCreateRequest) MarshalToVT added in v0.18.0

func (m *MaterializeCreateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MaterializeCreateRequest) MarshalVT added in v0.18.0

func (m *MaterializeCreateRequest) MarshalVT() (dAtA []byte, err error)

func (*MaterializeCreateRequest) ProtoMessage added in v0.18.0

func (*MaterializeCreateRequest) ProtoMessage()

func (*MaterializeCreateRequest) ProtoReflect added in v0.18.0

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

func (*MaterializeCreateRequest) Reset added in v0.18.0

func (x *MaterializeCreateRequest) Reset()

func (*MaterializeCreateRequest) SizeVT added in v0.18.0

func (m *MaterializeCreateRequest) SizeVT() (n int)

func (*MaterializeCreateRequest) String added in v0.18.0

func (x *MaterializeCreateRequest) String() string

func (*MaterializeCreateRequest) UnmarshalVT added in v0.18.0

func (m *MaterializeCreateRequest) UnmarshalVT(dAtA []byte) error

type MaterializeCreateResponse added in v0.18.0

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

func (*MaterializeCreateResponse) CloneMessageVT added in v0.18.0

func (m *MaterializeCreateResponse) CloneMessageVT() proto.Message

func (*MaterializeCreateResponse) CloneVT added in v0.18.0

func (*MaterializeCreateResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MaterializeCreateResponse.ProtoReflect.Descriptor instead.

func (*MaterializeCreateResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *MaterializeCreateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MaterializeCreateResponse) MarshalToVT added in v0.18.0

func (m *MaterializeCreateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MaterializeCreateResponse) MarshalVT added in v0.18.0

func (m *MaterializeCreateResponse) MarshalVT() (dAtA []byte, err error)

func (*MaterializeCreateResponse) ProtoMessage added in v0.18.0

func (*MaterializeCreateResponse) ProtoMessage()

func (*MaterializeCreateResponse) ProtoReflect added in v0.18.0

func (*MaterializeCreateResponse) Reset added in v0.18.0

func (x *MaterializeCreateResponse) Reset()

func (*MaterializeCreateResponse) SizeVT added in v0.18.0

func (m *MaterializeCreateResponse) SizeVT() (n int)

func (*MaterializeCreateResponse) String added in v0.18.0

func (x *MaterializeCreateResponse) String() string

func (*MaterializeCreateResponse) UnmarshalVT added in v0.18.0

func (m *MaterializeCreateResponse) UnmarshalVT(dAtA []byte) error

type MaterializeSettings

type MaterializeSettings struct {

	// workflow is the name of the workflow.
	Workflow       string `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	SourceKeyspace string `protobuf:"bytes,2,opt,name=source_keyspace,json=sourceKeyspace,proto3" json:"source_keyspace,omitempty"`
	TargetKeyspace string `protobuf:"bytes,3,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	// stop_after_copy specifies if vreplication should be stopped after copying.
	StopAfterCopy bool                        `protobuf:"varint,4,opt,name=stop_after_copy,json=stopAfterCopy,proto3" json:"stop_after_copy,omitempty"`
	TableSettings []*TableMaterializeSettings `protobuf:"bytes,5,rep,name=table_settings,json=tableSettings,proto3" json:"table_settings,omitempty"`
	// optional parameters.
	Cell        string `protobuf:"bytes,6,opt,name=cell,proto3" json:"cell,omitempty"`
	TabletTypes string `protobuf:"bytes,7,opt,name=tablet_types,json=tabletTypes,proto3" json:"tablet_types,omitempty"`
	// ExternalCluster is the name of the mounted cluster which has the source keyspace/db for this workflow
	// it is of the type <cluster_type.cluster_name>
	ExternalCluster string `protobuf:"bytes,8,opt,name=external_cluster,json=externalCluster,proto3" json:"external_cluster,omitempty"`
	// MaterializationIntent is used to identify the reason behind the materialization workflow: eg. MoveTables, CreateLookupVindex
	MaterializationIntent MaterializationIntent `` /* 162-byte string literal not displayed */
	// SourceTimeZone is the time zone in which datetimes on the source were stored, provided as an option in MoveTable
	SourceTimeZone string `protobuf:"bytes,10,opt,name=source_time_zone,json=sourceTimeZone,proto3" json:"source_time_zone,omitempty"`
	// TargetTimeZone is not currently specifiable by the user, defaults to UTC for the forward workflows
	// and to the SourceTimeZone in reverse workflows
	TargetTimeZone string   `protobuf:"bytes,11,opt,name=target_time_zone,json=targetTimeZone,proto3" json:"target_time_zone,omitempty"`
	SourceShards   []string `protobuf:"bytes,12,rep,name=source_shards,json=sourceShards,proto3" json:"source_shards,omitempty"`
	// OnDdl specifies the action to be taken when a DDL is encountered.
	OnDdl string `protobuf:"bytes,13,opt,name=on_ddl,json=onDdl,proto3" json:"on_ddl,omitempty"`
	// DeferSecondaryKeys specifies if secondary keys should be created in one shot after table copy finishes.
	DeferSecondaryKeys        bool                                        `protobuf:"varint,14,opt,name=defer_secondary_keys,json=deferSecondaryKeys,proto3" json:"defer_secondary_keys,omitempty"`
	TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference `` /* 189-byte string literal not displayed */
	AtomicCopy                bool                                        `protobuf:"varint,16,opt,name=atomic_copy,json=atomicCopy,proto3" json:"atomic_copy,omitempty"`
	// contains filtered or unexported fields
}

MaterializeSettings contains the settings for the Materialize command.

func (*MaterializeSettings) CloneMessageVT added in v0.18.0

func (m *MaterializeSettings) CloneMessageVT() proto.Message

func (*MaterializeSettings) CloneVT added in v0.18.0

func (*MaterializeSettings) Descriptor deprecated

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

Deprecated: Use MaterializeSettings.ProtoReflect.Descriptor instead.

func (*MaterializeSettings) GetAtomicCopy added in v0.18.0

func (x *MaterializeSettings) GetAtomicCopy() bool

func (*MaterializeSettings) GetCell

func (x *MaterializeSettings) GetCell() string

func (*MaterializeSettings) GetDeferSecondaryKeys added in v0.16.0

func (x *MaterializeSettings) GetDeferSecondaryKeys() bool

func (*MaterializeSettings) GetExternalCluster added in v0.10.0

func (x *MaterializeSettings) GetExternalCluster() string

func (*MaterializeSettings) GetMaterializationIntent added in v0.12.0

func (x *MaterializeSettings) GetMaterializationIntent() MaterializationIntent

func (*MaterializeSettings) GetOnDdl added in v0.16.0

func (x *MaterializeSettings) GetOnDdl() string

func (*MaterializeSettings) GetSourceKeyspace

func (x *MaterializeSettings) GetSourceKeyspace() string

func (*MaterializeSettings) GetSourceShards added in v0.15.0

func (x *MaterializeSettings) GetSourceShards() []string

func (*MaterializeSettings) GetSourceTimeZone added in v0.14.0

func (x *MaterializeSettings) GetSourceTimeZone() string

func (*MaterializeSettings) GetStopAfterCopy

func (x *MaterializeSettings) GetStopAfterCopy() bool

func (*MaterializeSettings) GetTableSettings

func (x *MaterializeSettings) GetTableSettings() []*TableMaterializeSettings

func (*MaterializeSettings) GetTabletSelectionPreference added in v0.18.0

func (x *MaterializeSettings) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference

func (*MaterializeSettings) GetTabletTypes

func (x *MaterializeSettings) GetTabletTypes() string

func (*MaterializeSettings) GetTargetKeyspace

func (x *MaterializeSettings) GetTargetKeyspace() string

func (*MaterializeSettings) GetTargetTimeZone added in v0.14.0

func (x *MaterializeSettings) GetTargetTimeZone() string

func (*MaterializeSettings) GetWorkflow

func (x *MaterializeSettings) GetWorkflow() string

func (*MaterializeSettings) MarshalToSizedBufferVT added in v0.11.0

func (m *MaterializeSettings) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MaterializeSettings) MarshalToVT added in v0.11.0

func (m *MaterializeSettings) MarshalToVT(dAtA []byte) (int, error)

func (*MaterializeSettings) MarshalVT added in v0.11.0

func (m *MaterializeSettings) MarshalVT() (dAtA []byte, err error)

func (*MaterializeSettings) ProtoMessage

func (*MaterializeSettings) ProtoMessage()

func (*MaterializeSettings) ProtoReflect added in v0.11.0

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

func (*MaterializeSettings) Reset

func (x *MaterializeSettings) Reset()

func (*MaterializeSettings) SizeVT added in v0.11.0

func (m *MaterializeSettings) SizeVT() (n int)

func (*MaterializeSettings) String

func (x *MaterializeSettings) String() string

func (*MaterializeSettings) UnmarshalVT added in v0.11.0

func (m *MaterializeSettings) UnmarshalVT(dAtA []byte) error

type MigrateCompleteRequest added in v0.18.0

type MigrateCompleteRequest struct {
	Workflow         string `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	TargetKeyspace   string `protobuf:"bytes,3,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	KeepData         bool   `protobuf:"varint,4,opt,name=keep_data,json=keepData,proto3" json:"keep_data,omitempty"`
	KeepRoutingRules bool   `protobuf:"varint,5,opt,name=keep_routing_rules,json=keepRoutingRules,proto3" json:"keep_routing_rules,omitempty"`
	RenameTables     bool   `protobuf:"varint,6,opt,name=rename_tables,json=renameTables,proto3" json:"rename_tables,omitempty"`
	DryRun           bool   `protobuf:"varint,7,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	// contains filtered or unexported fields
}

func (*MigrateCompleteRequest) CloneMessageVT added in v0.18.0

func (m *MigrateCompleteRequest) CloneMessageVT() proto.Message

func (*MigrateCompleteRequest) CloneVT added in v0.18.0

func (*MigrateCompleteRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MigrateCompleteRequest.ProtoReflect.Descriptor instead.

func (*MigrateCompleteRequest) GetDryRun added in v0.18.0

func (x *MigrateCompleteRequest) GetDryRun() bool

func (*MigrateCompleteRequest) GetKeepData added in v0.18.0

func (x *MigrateCompleteRequest) GetKeepData() bool

func (*MigrateCompleteRequest) GetKeepRoutingRules added in v0.18.0

func (x *MigrateCompleteRequest) GetKeepRoutingRules() bool

func (*MigrateCompleteRequest) GetRenameTables added in v0.18.0

func (x *MigrateCompleteRequest) GetRenameTables() bool

func (*MigrateCompleteRequest) GetTargetKeyspace added in v0.18.0

func (x *MigrateCompleteRequest) GetTargetKeyspace() string

func (*MigrateCompleteRequest) GetWorkflow added in v0.18.0

func (x *MigrateCompleteRequest) GetWorkflow() string

func (*MigrateCompleteRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *MigrateCompleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MigrateCompleteRequest) MarshalToVT added in v0.18.0

func (m *MigrateCompleteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MigrateCompleteRequest) MarshalVT added in v0.18.0

func (m *MigrateCompleteRequest) MarshalVT() (dAtA []byte, err error)

func (*MigrateCompleteRequest) ProtoMessage added in v0.18.0

func (*MigrateCompleteRequest) ProtoMessage()

func (*MigrateCompleteRequest) ProtoReflect added in v0.18.0

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

func (*MigrateCompleteRequest) Reset added in v0.18.0

func (x *MigrateCompleteRequest) Reset()

func (*MigrateCompleteRequest) SizeVT added in v0.18.0

func (m *MigrateCompleteRequest) SizeVT() (n int)

func (*MigrateCompleteRequest) String added in v0.18.0

func (x *MigrateCompleteRequest) String() string

func (*MigrateCompleteRequest) UnmarshalVT added in v0.18.0

func (m *MigrateCompleteRequest) UnmarshalVT(dAtA []byte) error

type MigrateCompleteResponse added in v0.18.0

type MigrateCompleteResponse struct {
	Summary       string   `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	DryRunResults []string `protobuf:"bytes,2,rep,name=dry_run_results,json=dryRunResults,proto3" json:"dry_run_results,omitempty"`
	// contains filtered or unexported fields
}

func (*MigrateCompleteResponse) CloneMessageVT added in v0.18.0

func (m *MigrateCompleteResponse) CloneMessageVT() proto.Message

func (*MigrateCompleteResponse) CloneVT added in v0.18.0

func (*MigrateCompleteResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MigrateCompleteResponse.ProtoReflect.Descriptor instead.

func (*MigrateCompleteResponse) GetDryRunResults added in v0.18.0

func (x *MigrateCompleteResponse) GetDryRunResults() []string

func (*MigrateCompleteResponse) GetSummary added in v0.18.0

func (x *MigrateCompleteResponse) GetSummary() string

func (*MigrateCompleteResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *MigrateCompleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MigrateCompleteResponse) MarshalToVT added in v0.18.0

func (m *MigrateCompleteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MigrateCompleteResponse) MarshalVT added in v0.18.0

func (m *MigrateCompleteResponse) MarshalVT() (dAtA []byte, err error)

func (*MigrateCompleteResponse) ProtoMessage added in v0.18.0

func (*MigrateCompleteResponse) ProtoMessage()

func (*MigrateCompleteResponse) ProtoReflect added in v0.18.0

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

func (*MigrateCompleteResponse) Reset added in v0.18.0

func (x *MigrateCompleteResponse) Reset()

func (*MigrateCompleteResponse) SizeVT added in v0.18.0

func (m *MigrateCompleteResponse) SizeVT() (n int)

func (*MigrateCompleteResponse) String added in v0.18.0

func (x *MigrateCompleteResponse) String() string

func (*MigrateCompleteResponse) UnmarshalVT added in v0.18.0

func (m *MigrateCompleteResponse) UnmarshalVT(dAtA []byte) error

type MigrateCreateRequest added in v0.18.0

type MigrateCreateRequest struct {

	// The necessary info gets passed on to each primary tablet involved
	// in the workflow via the CreateVReplicationWorkflow tabletmanager RPC.
	Workflow                  string                                      `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	SourceKeyspace            string                                      `protobuf:"bytes,2,opt,name=source_keyspace,json=sourceKeyspace,proto3" json:"source_keyspace,omitempty"`
	TargetKeyspace            string                                      `protobuf:"bytes,3,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	MountName                 string                                      `protobuf:"bytes,4,opt,name=mount_name,json=mountName,proto3" json:"mount_name,omitempty"`
	Cells                     []string                                    `protobuf:"bytes,5,rep,name=cells,proto3" json:"cells,omitempty"`
	TabletTypes               []topodata.TabletType                       `` /* 127-byte string literal not displayed */
	TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference `` /* 188-byte string literal not displayed */
	AllTables                 bool                                        `protobuf:"varint,8,opt,name=all_tables,json=allTables,proto3" json:"all_tables,omitempty"`
	IncludeTables             []string                                    `protobuf:"bytes,9,rep,name=include_tables,json=includeTables,proto3" json:"include_tables,omitempty"`
	ExcludeTables             []string                                    `protobuf:"bytes,10,rep,name=exclude_tables,json=excludeTables,proto3" json:"exclude_tables,omitempty"`
	// SourceTimeZone is the time zone in which datetimes on the source were stored, provided as an option in MoveTables
	SourceTimeZone string `protobuf:"bytes,11,opt,name=source_time_zone,json=sourceTimeZone,proto3" json:"source_time_zone,omitempty"`
	// OnDdl specifies the action to be taken when a DDL is encountered.
	OnDdl string `protobuf:"bytes,12,opt,name=on_ddl,json=onDdl,proto3" json:"on_ddl,omitempty"`
	// StopAfterCopy specifies if vreplication should be stopped after copying.
	StopAfterCopy bool `protobuf:"varint,13,opt,name=stop_after_copy,json=stopAfterCopy,proto3" json:"stop_after_copy,omitempty"`
	// DropForeignKeys specifies if foreign key constraints should be elided on the target.
	DropForeignKeys bool `protobuf:"varint,14,opt,name=drop_foreign_keys,json=dropForeignKeys,proto3" json:"drop_foreign_keys,omitempty"`
	// DeferSecondaryKeys specifies if secondary keys should be created in one shot after table copy finishes.
	DeferSecondaryKeys bool `protobuf:"varint,15,opt,name=defer_secondary_keys,json=deferSecondaryKeys,proto3" json:"defer_secondary_keys,omitempty"`
	// Start the workflow after creating it.
	AutoStart bool `protobuf:"varint,16,opt,name=auto_start,json=autoStart,proto3" json:"auto_start,omitempty"`
	// NoRoutingRules is set to true if routing rules should not be created on the target when the workflow is created.
	NoRoutingRules bool `protobuf:"varint,17,opt,name=no_routing_rules,json=noRoutingRules,proto3" json:"no_routing_rules,omitempty"`
	// contains filtered or unexported fields
}

func (*MigrateCreateRequest) CloneMessageVT added in v0.18.0

func (m *MigrateCreateRequest) CloneMessageVT() proto.Message

func (*MigrateCreateRequest) CloneVT added in v0.18.0

func (*MigrateCreateRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MigrateCreateRequest.ProtoReflect.Descriptor instead.

func (*MigrateCreateRequest) GetAllTables added in v0.18.0

func (x *MigrateCreateRequest) GetAllTables() bool

func (*MigrateCreateRequest) GetAutoStart added in v0.18.0

func (x *MigrateCreateRequest) GetAutoStart() bool

func (*MigrateCreateRequest) GetCells added in v0.18.0

func (x *MigrateCreateRequest) GetCells() []string

func (*MigrateCreateRequest) GetDeferSecondaryKeys added in v0.18.0

func (x *MigrateCreateRequest) GetDeferSecondaryKeys() bool

func (*MigrateCreateRequest) GetDropForeignKeys added in v0.18.0

func (x *MigrateCreateRequest) GetDropForeignKeys() bool

func (*MigrateCreateRequest) GetExcludeTables added in v0.18.0

func (x *MigrateCreateRequest) GetExcludeTables() []string

func (*MigrateCreateRequest) GetIncludeTables added in v0.18.0

func (x *MigrateCreateRequest) GetIncludeTables() []string

func (*MigrateCreateRequest) GetMountName added in v0.18.0

func (x *MigrateCreateRequest) GetMountName() string

func (*MigrateCreateRequest) GetNoRoutingRules added in v0.18.0

func (x *MigrateCreateRequest) GetNoRoutingRules() bool

func (*MigrateCreateRequest) GetOnDdl added in v0.18.0

func (x *MigrateCreateRequest) GetOnDdl() string

func (*MigrateCreateRequest) GetSourceKeyspace added in v0.18.0

func (x *MigrateCreateRequest) GetSourceKeyspace() string

func (*MigrateCreateRequest) GetSourceTimeZone added in v0.18.0

func (x *MigrateCreateRequest) GetSourceTimeZone() string

func (*MigrateCreateRequest) GetStopAfterCopy added in v0.18.0

func (x *MigrateCreateRequest) GetStopAfterCopy() bool

func (*MigrateCreateRequest) GetTabletSelectionPreference added in v0.18.0

func (x *MigrateCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference

func (*MigrateCreateRequest) GetTabletTypes added in v0.18.0

func (x *MigrateCreateRequest) GetTabletTypes() []topodata.TabletType

func (*MigrateCreateRequest) GetTargetKeyspace added in v0.18.0

func (x *MigrateCreateRequest) GetTargetKeyspace() string

func (*MigrateCreateRequest) GetWorkflow added in v0.18.0

func (x *MigrateCreateRequest) GetWorkflow() string

func (*MigrateCreateRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *MigrateCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MigrateCreateRequest) MarshalToVT added in v0.18.0

func (m *MigrateCreateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MigrateCreateRequest) MarshalVT added in v0.18.0

func (m *MigrateCreateRequest) MarshalVT() (dAtA []byte, err error)

func (*MigrateCreateRequest) ProtoMessage added in v0.18.0

func (*MigrateCreateRequest) ProtoMessage()

func (*MigrateCreateRequest) ProtoReflect added in v0.18.0

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

func (*MigrateCreateRequest) Reset added in v0.18.0

func (x *MigrateCreateRequest) Reset()

func (*MigrateCreateRequest) SizeVT added in v0.18.0

func (m *MigrateCreateRequest) SizeVT() (n int)

func (*MigrateCreateRequest) String added in v0.18.0

func (x *MigrateCreateRequest) String() string

func (*MigrateCreateRequest) UnmarshalVT added in v0.18.0

func (m *MigrateCreateRequest) UnmarshalVT(dAtA []byte) error

type MountListRequest added in v0.18.0

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

func (*MountListRequest) CloneMessageVT added in v0.18.0

func (m *MountListRequest) CloneMessageVT() proto.Message

func (*MountListRequest) CloneVT added in v0.18.0

func (m *MountListRequest) CloneVT() *MountListRequest

func (*MountListRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MountListRequest.ProtoReflect.Descriptor instead.

func (*MountListRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *MountListRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountListRequest) MarshalToVT added in v0.18.0

func (m *MountListRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MountListRequest) MarshalVT added in v0.18.0

func (m *MountListRequest) MarshalVT() (dAtA []byte, err error)

func (*MountListRequest) ProtoMessage added in v0.18.0

func (*MountListRequest) ProtoMessage()

func (*MountListRequest) ProtoReflect added in v0.18.0

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

func (*MountListRequest) Reset added in v0.18.0

func (x *MountListRequest) Reset()

func (*MountListRequest) SizeVT added in v0.18.0

func (m *MountListRequest) SizeVT() (n int)

func (*MountListRequest) String added in v0.18.0

func (x *MountListRequest) String() string

func (*MountListRequest) UnmarshalVT added in v0.18.0

func (m *MountListRequest) UnmarshalVT(dAtA []byte) error

type MountListResponse added in v0.18.0

type MountListResponse struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*MountListResponse) CloneMessageVT added in v0.18.0

func (m *MountListResponse) CloneMessageVT() proto.Message

func (*MountListResponse) CloneVT added in v0.18.0

func (m *MountListResponse) CloneVT() *MountListResponse

func (*MountListResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MountListResponse.ProtoReflect.Descriptor instead.

func (*MountListResponse) GetNames added in v0.18.0

func (x *MountListResponse) GetNames() []string

func (*MountListResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *MountListResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountListResponse) MarshalToVT added in v0.18.0

func (m *MountListResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MountListResponse) MarshalVT added in v0.18.0

func (m *MountListResponse) MarshalVT() (dAtA []byte, err error)

func (*MountListResponse) ProtoMessage added in v0.18.0

func (*MountListResponse) ProtoMessage()

func (*MountListResponse) ProtoReflect added in v0.18.0

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

func (*MountListResponse) Reset added in v0.18.0

func (x *MountListResponse) Reset()

func (*MountListResponse) SizeVT added in v0.18.0

func (m *MountListResponse) SizeVT() (n int)

func (*MountListResponse) String added in v0.18.0

func (x *MountListResponse) String() string

func (*MountListResponse) UnmarshalVT added in v0.18.0

func (m *MountListResponse) UnmarshalVT(dAtA []byte) error

type MountRegisterRequest added in v0.18.0

type MountRegisterRequest struct {
	TopoType   string `protobuf:"bytes,1,opt,name=topo_type,json=topoType,proto3" json:"topo_type,omitempty"`
	TopoServer string `protobuf:"bytes,2,opt,name=topo_server,json=topoServer,proto3" json:"topo_server,omitempty"`
	TopoRoot   string `protobuf:"bytes,3,opt,name=topo_root,json=topoRoot,proto3" json:"topo_root,omitempty"`
	Name       string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*MountRegisterRequest) CloneMessageVT added in v0.18.0

func (m *MountRegisterRequest) CloneMessageVT() proto.Message

func (*MountRegisterRequest) CloneVT added in v0.18.0

func (*MountRegisterRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MountRegisterRequest.ProtoReflect.Descriptor instead.

func (*MountRegisterRequest) GetName added in v0.18.0

func (x *MountRegisterRequest) GetName() string

func (*MountRegisterRequest) GetTopoRoot added in v0.18.0

func (x *MountRegisterRequest) GetTopoRoot() string

func (*MountRegisterRequest) GetTopoServer added in v0.18.0

func (x *MountRegisterRequest) GetTopoServer() string

func (*MountRegisterRequest) GetTopoType added in v0.18.0

func (x *MountRegisterRequest) GetTopoType() string

func (*MountRegisterRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *MountRegisterRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountRegisterRequest) MarshalToVT added in v0.18.0

func (m *MountRegisterRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MountRegisterRequest) MarshalVT added in v0.18.0

func (m *MountRegisterRequest) MarshalVT() (dAtA []byte, err error)

func (*MountRegisterRequest) ProtoMessage added in v0.18.0

func (*MountRegisterRequest) ProtoMessage()

func (*MountRegisterRequest) ProtoReflect added in v0.18.0

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

func (*MountRegisterRequest) Reset added in v0.18.0

func (x *MountRegisterRequest) Reset()

func (*MountRegisterRequest) SizeVT added in v0.18.0

func (m *MountRegisterRequest) SizeVT() (n int)

func (*MountRegisterRequest) String added in v0.18.0

func (x *MountRegisterRequest) String() string

func (*MountRegisterRequest) UnmarshalVT added in v0.18.0

func (m *MountRegisterRequest) UnmarshalVT(dAtA []byte) error

type MountRegisterResponse added in v0.18.0

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

func (*MountRegisterResponse) CloneMessageVT added in v0.18.0

func (m *MountRegisterResponse) CloneMessageVT() proto.Message

func (*MountRegisterResponse) CloneVT added in v0.18.0

func (*MountRegisterResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MountRegisterResponse.ProtoReflect.Descriptor instead.

func (*MountRegisterResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *MountRegisterResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountRegisterResponse) MarshalToVT added in v0.18.0

func (m *MountRegisterResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MountRegisterResponse) MarshalVT added in v0.18.0

func (m *MountRegisterResponse) MarshalVT() (dAtA []byte, err error)

func (*MountRegisterResponse) ProtoMessage added in v0.18.0

func (*MountRegisterResponse) ProtoMessage()

func (*MountRegisterResponse) ProtoReflect added in v0.18.0

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

func (*MountRegisterResponse) Reset added in v0.18.0

func (x *MountRegisterResponse) Reset()

func (*MountRegisterResponse) SizeVT added in v0.18.0

func (m *MountRegisterResponse) SizeVT() (n int)

func (*MountRegisterResponse) String added in v0.18.0

func (x *MountRegisterResponse) String() string

func (*MountRegisterResponse) UnmarshalVT added in v0.18.0

func (m *MountRegisterResponse) UnmarshalVT(dAtA []byte) error

type MountShowRequest added in v0.18.0

type MountShowRequest struct {
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*MountShowRequest) CloneMessageVT added in v0.18.0

func (m *MountShowRequest) CloneMessageVT() proto.Message

func (*MountShowRequest) CloneVT added in v0.18.0

func (m *MountShowRequest) CloneVT() *MountShowRequest

func (*MountShowRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MountShowRequest.ProtoReflect.Descriptor instead.

func (*MountShowRequest) GetName added in v0.18.0

func (x *MountShowRequest) GetName() string

func (*MountShowRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *MountShowRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountShowRequest) MarshalToVT added in v0.18.0

func (m *MountShowRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MountShowRequest) MarshalVT added in v0.18.0

func (m *MountShowRequest) MarshalVT() (dAtA []byte, err error)

func (*MountShowRequest) ProtoMessage added in v0.18.0

func (*MountShowRequest) ProtoMessage()

func (*MountShowRequest) ProtoReflect added in v0.18.0

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

func (*MountShowRequest) Reset added in v0.18.0

func (x *MountShowRequest) Reset()

func (*MountShowRequest) SizeVT added in v0.18.0

func (m *MountShowRequest) SizeVT() (n int)

func (*MountShowRequest) String added in v0.18.0

func (x *MountShowRequest) String() string

func (*MountShowRequest) UnmarshalVT added in v0.18.0

func (m *MountShowRequest) UnmarshalVT(dAtA []byte) error

type MountShowResponse added in v0.18.0

type MountShowResponse struct {
	TopoType   string `protobuf:"bytes,1,opt,name=topo_type,json=topoType,proto3" json:"topo_type,omitempty"`
	TopoServer string `protobuf:"bytes,2,opt,name=topo_server,json=topoServer,proto3" json:"topo_server,omitempty"`
	TopoRoot   string `protobuf:"bytes,3,opt,name=topo_root,json=topoRoot,proto3" json:"topo_root,omitempty"`
	Name       string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*MountShowResponse) CloneMessageVT added in v0.18.0

func (m *MountShowResponse) CloneMessageVT() proto.Message

func (*MountShowResponse) CloneVT added in v0.18.0

func (m *MountShowResponse) CloneVT() *MountShowResponse

func (*MountShowResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MountShowResponse.ProtoReflect.Descriptor instead.

func (*MountShowResponse) GetName added in v0.18.0

func (x *MountShowResponse) GetName() string

func (*MountShowResponse) GetTopoRoot added in v0.18.0

func (x *MountShowResponse) GetTopoRoot() string

func (*MountShowResponse) GetTopoServer added in v0.18.0

func (x *MountShowResponse) GetTopoServer() string

func (*MountShowResponse) GetTopoType added in v0.18.0

func (x *MountShowResponse) GetTopoType() string

func (*MountShowResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *MountShowResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountShowResponse) MarshalToVT added in v0.18.0

func (m *MountShowResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MountShowResponse) MarshalVT added in v0.18.0

func (m *MountShowResponse) MarshalVT() (dAtA []byte, err error)

func (*MountShowResponse) ProtoMessage added in v0.18.0

func (*MountShowResponse) ProtoMessage()

func (*MountShowResponse) ProtoReflect added in v0.18.0

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

func (*MountShowResponse) Reset added in v0.18.0

func (x *MountShowResponse) Reset()

func (*MountShowResponse) SizeVT added in v0.18.0

func (m *MountShowResponse) SizeVT() (n int)

func (*MountShowResponse) String added in v0.18.0

func (x *MountShowResponse) String() string

func (*MountShowResponse) UnmarshalVT added in v0.18.0

func (m *MountShowResponse) UnmarshalVT(dAtA []byte) error

type MountUnregisterRequest added in v0.18.0

type MountUnregisterRequest struct {
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*MountUnregisterRequest) CloneMessageVT added in v0.18.0

func (m *MountUnregisterRequest) CloneMessageVT() proto.Message

func (*MountUnregisterRequest) CloneVT added in v0.18.0

func (*MountUnregisterRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MountUnregisterRequest.ProtoReflect.Descriptor instead.

func (*MountUnregisterRequest) GetName added in v0.18.0

func (x *MountUnregisterRequest) GetName() string

func (*MountUnregisterRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *MountUnregisterRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountUnregisterRequest) MarshalToVT added in v0.18.0

func (m *MountUnregisterRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MountUnregisterRequest) MarshalVT added in v0.18.0

func (m *MountUnregisterRequest) MarshalVT() (dAtA []byte, err error)

func (*MountUnregisterRequest) ProtoMessage added in v0.18.0

func (*MountUnregisterRequest) ProtoMessage()

func (*MountUnregisterRequest) ProtoReflect added in v0.18.0

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

func (*MountUnregisterRequest) Reset added in v0.18.0

func (x *MountUnregisterRequest) Reset()

func (*MountUnregisterRequest) SizeVT added in v0.18.0

func (m *MountUnregisterRequest) SizeVT() (n int)

func (*MountUnregisterRequest) String added in v0.18.0

func (x *MountUnregisterRequest) String() string

func (*MountUnregisterRequest) UnmarshalVT added in v0.18.0

func (m *MountUnregisterRequest) UnmarshalVT(dAtA []byte) error

type MountUnregisterResponse added in v0.18.0

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

func (*MountUnregisterResponse) CloneMessageVT added in v0.18.0

func (m *MountUnregisterResponse) CloneMessageVT() proto.Message

func (*MountUnregisterResponse) CloneVT added in v0.18.0

func (*MountUnregisterResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MountUnregisterResponse.ProtoReflect.Descriptor instead.

func (*MountUnregisterResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *MountUnregisterResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountUnregisterResponse) MarshalToVT added in v0.18.0

func (m *MountUnregisterResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MountUnregisterResponse) MarshalVT added in v0.18.0

func (m *MountUnregisterResponse) MarshalVT() (dAtA []byte, err error)

func (*MountUnregisterResponse) ProtoMessage added in v0.18.0

func (*MountUnregisterResponse) ProtoMessage()

func (*MountUnregisterResponse) ProtoReflect added in v0.18.0

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

func (*MountUnregisterResponse) Reset added in v0.18.0

func (x *MountUnregisterResponse) Reset()

func (*MountUnregisterResponse) SizeVT added in v0.18.0

func (m *MountUnregisterResponse) SizeVT() (n int)

func (*MountUnregisterResponse) String added in v0.18.0

func (x *MountUnregisterResponse) String() string

func (*MountUnregisterResponse) UnmarshalVT added in v0.18.0

func (m *MountUnregisterResponse) UnmarshalVT(dAtA []byte) error

type MoveTablesCompleteRequest added in v0.18.0

type MoveTablesCompleteRequest struct {
	Workflow         string   `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	TargetKeyspace   string   `protobuf:"bytes,3,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	KeepData         bool     `protobuf:"varint,4,opt,name=keep_data,json=keepData,proto3" json:"keep_data,omitempty"`
	KeepRoutingRules bool     `protobuf:"varint,5,opt,name=keep_routing_rules,json=keepRoutingRules,proto3" json:"keep_routing_rules,omitempty"`
	RenameTables     bool     `protobuf:"varint,6,opt,name=rename_tables,json=renameTables,proto3" json:"rename_tables,omitempty"`
	DryRun           bool     `protobuf:"varint,7,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	Shards           []string `protobuf:"bytes,8,rep,name=shards,proto3" json:"shards,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveTablesCompleteRequest) CloneMessageVT added in v0.18.0

func (m *MoveTablesCompleteRequest) CloneMessageVT() proto.Message

func (*MoveTablesCompleteRequest) CloneVT added in v0.18.0

func (*MoveTablesCompleteRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MoveTablesCompleteRequest.ProtoReflect.Descriptor instead.

func (*MoveTablesCompleteRequest) GetDryRun added in v0.18.0

func (x *MoveTablesCompleteRequest) GetDryRun() bool

func (*MoveTablesCompleteRequest) GetKeepData added in v0.18.0

func (x *MoveTablesCompleteRequest) GetKeepData() bool

func (*MoveTablesCompleteRequest) GetKeepRoutingRules added in v0.18.0

func (x *MoveTablesCompleteRequest) GetKeepRoutingRules() bool

func (*MoveTablesCompleteRequest) GetRenameTables added in v0.18.0

func (x *MoveTablesCompleteRequest) GetRenameTables() bool

func (*MoveTablesCompleteRequest) GetShards added in v0.19.0

func (x *MoveTablesCompleteRequest) GetShards() []string

func (*MoveTablesCompleteRequest) GetTargetKeyspace added in v0.18.0

func (x *MoveTablesCompleteRequest) GetTargetKeyspace() string

func (*MoveTablesCompleteRequest) GetWorkflow added in v0.18.0

func (x *MoveTablesCompleteRequest) GetWorkflow() string

func (*MoveTablesCompleteRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *MoveTablesCompleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MoveTablesCompleteRequest) MarshalToVT added in v0.18.0

func (m *MoveTablesCompleteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MoveTablesCompleteRequest) MarshalVT added in v0.18.0

func (m *MoveTablesCompleteRequest) MarshalVT() (dAtA []byte, err error)

func (*MoveTablesCompleteRequest) ProtoMessage added in v0.18.0

func (*MoveTablesCompleteRequest) ProtoMessage()

func (*MoveTablesCompleteRequest) ProtoReflect added in v0.18.0

func (*MoveTablesCompleteRequest) Reset added in v0.18.0

func (x *MoveTablesCompleteRequest) Reset()

func (*MoveTablesCompleteRequest) SizeVT added in v0.18.0

func (m *MoveTablesCompleteRequest) SizeVT() (n int)

func (*MoveTablesCompleteRequest) String added in v0.18.0

func (x *MoveTablesCompleteRequest) String() string

func (*MoveTablesCompleteRequest) UnmarshalVT added in v0.18.0

func (m *MoveTablesCompleteRequest) UnmarshalVT(dAtA []byte) error

type MoveTablesCompleteResponse added in v0.18.0

type MoveTablesCompleteResponse struct {
	Summary       string   `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	DryRunResults []string `protobuf:"bytes,2,rep,name=dry_run_results,json=dryRunResults,proto3" json:"dry_run_results,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveTablesCompleteResponse) CloneMessageVT added in v0.18.0

func (m *MoveTablesCompleteResponse) CloneMessageVT() proto.Message

func (*MoveTablesCompleteResponse) CloneVT added in v0.18.0

func (*MoveTablesCompleteResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MoveTablesCompleteResponse.ProtoReflect.Descriptor instead.

func (*MoveTablesCompleteResponse) GetDryRunResults added in v0.18.0

func (x *MoveTablesCompleteResponse) GetDryRunResults() []string

func (*MoveTablesCompleteResponse) GetSummary added in v0.18.0

func (x *MoveTablesCompleteResponse) GetSummary() string

func (*MoveTablesCompleteResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *MoveTablesCompleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MoveTablesCompleteResponse) MarshalToVT added in v0.18.0

func (m *MoveTablesCompleteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MoveTablesCompleteResponse) MarshalVT added in v0.18.0

func (m *MoveTablesCompleteResponse) MarshalVT() (dAtA []byte, err error)

func (*MoveTablesCompleteResponse) ProtoMessage added in v0.18.0

func (*MoveTablesCompleteResponse) ProtoMessage()

func (*MoveTablesCompleteResponse) ProtoReflect added in v0.18.0

func (*MoveTablesCompleteResponse) Reset added in v0.18.0

func (x *MoveTablesCompleteResponse) Reset()

func (*MoveTablesCompleteResponse) SizeVT added in v0.18.0

func (m *MoveTablesCompleteResponse) SizeVT() (n int)

func (*MoveTablesCompleteResponse) String added in v0.18.0

func (x *MoveTablesCompleteResponse) String() string

func (*MoveTablesCompleteResponse) UnmarshalVT added in v0.18.0

func (m *MoveTablesCompleteResponse) UnmarshalVT(dAtA []byte) error

type MoveTablesCreateRequest added in v0.18.0

type MoveTablesCreateRequest struct {

	// The necessary info gets passed on to each primary tablet involved
	// in the workflow via the CreateVReplicationWorkflow tabletmanager RPC.
	Workflow                  string                                      `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	SourceKeyspace            string                                      `protobuf:"bytes,2,opt,name=source_keyspace,json=sourceKeyspace,proto3" json:"source_keyspace,omitempty"`
	TargetKeyspace            string                                      `protobuf:"bytes,3,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	Cells                     []string                                    `protobuf:"bytes,4,rep,name=cells,proto3" json:"cells,omitempty"`
	TabletTypes               []topodata.TabletType                       `` /* 127-byte string literal not displayed */
	TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference `` /* 188-byte string literal not displayed */
	SourceShards              []string                                    `protobuf:"bytes,7,rep,name=source_shards,json=sourceShards,proto3" json:"source_shards,omitempty"`
	AllTables                 bool                                        `protobuf:"varint,8,opt,name=all_tables,json=allTables,proto3" json:"all_tables,omitempty"`
	IncludeTables             []string                                    `protobuf:"bytes,9,rep,name=include_tables,json=includeTables,proto3" json:"include_tables,omitempty"`
	ExcludeTables             []string                                    `protobuf:"bytes,10,rep,name=exclude_tables,json=excludeTables,proto3" json:"exclude_tables,omitempty"`
	// The name of the external cluster mounted in topo server.
	ExternalClusterName string `protobuf:"bytes,11,opt,name=external_cluster_name,json=externalClusterName,proto3" json:"external_cluster_name,omitempty"`
	// SourceTimeZone is the time zone in which datetimes on the source were stored, provided as an option in MoveTables
	SourceTimeZone string `protobuf:"bytes,12,opt,name=source_time_zone,json=sourceTimeZone,proto3" json:"source_time_zone,omitempty"`
	// OnDdl specifies the action to be taken when a DDL is encountered.
	OnDdl string `protobuf:"bytes,13,opt,name=on_ddl,json=onDdl,proto3" json:"on_ddl,omitempty"`
	// StopAfterCopy specifies if vreplication should be stopped after copying.
	StopAfterCopy bool `protobuf:"varint,14,opt,name=stop_after_copy,json=stopAfterCopy,proto3" json:"stop_after_copy,omitempty"`
	// DropForeignKeys specifies if foreign key constraints should be elided on the target.
	DropForeignKeys bool `protobuf:"varint,15,opt,name=drop_foreign_keys,json=dropForeignKeys,proto3" json:"drop_foreign_keys,omitempty"`
	// DeferSecondaryKeys specifies if secondary keys should be created in one shot after table copy finishes.
	DeferSecondaryKeys bool `protobuf:"varint,16,opt,name=defer_secondary_keys,json=deferSecondaryKeys,proto3" json:"defer_secondary_keys,omitempty"`
	// Start the workflow after creating it.
	AutoStart bool `protobuf:"varint,17,opt,name=auto_start,json=autoStart,proto3" json:"auto_start,omitempty"`
	// NoRoutingRules is set to true if routing rules should not be created on the target when the workflow is created.
	NoRoutingRules bool `protobuf:"varint,18,opt,name=no_routing_rules,json=noRoutingRules,proto3" json:"no_routing_rules,omitempty"`
	// Run a single copy phase for the entire database.
	AtomicCopy bool `protobuf:"varint,19,opt,name=atomic_copy,json=atomicCopy,proto3" json:"atomic_copy,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveTablesCreateRequest) CloneMessageVT added in v0.18.0

func (m *MoveTablesCreateRequest) CloneMessageVT() proto.Message

func (*MoveTablesCreateRequest) CloneVT added in v0.18.0

func (*MoveTablesCreateRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MoveTablesCreateRequest.ProtoReflect.Descriptor instead.

func (*MoveTablesCreateRequest) GetAllTables added in v0.18.0

func (x *MoveTablesCreateRequest) GetAllTables() bool

func (*MoveTablesCreateRequest) GetAtomicCopy added in v0.18.0

func (x *MoveTablesCreateRequest) GetAtomicCopy() bool

func (*MoveTablesCreateRequest) GetAutoStart added in v0.18.0

func (x *MoveTablesCreateRequest) GetAutoStart() bool

func (*MoveTablesCreateRequest) GetCells added in v0.18.0

func (x *MoveTablesCreateRequest) GetCells() []string

func (*MoveTablesCreateRequest) GetDeferSecondaryKeys added in v0.18.0

func (x *MoveTablesCreateRequest) GetDeferSecondaryKeys() bool

func (*MoveTablesCreateRequest) GetDropForeignKeys added in v0.18.0

func (x *MoveTablesCreateRequest) GetDropForeignKeys() bool

func (*MoveTablesCreateRequest) GetExcludeTables added in v0.18.0

func (x *MoveTablesCreateRequest) GetExcludeTables() []string

func (*MoveTablesCreateRequest) GetExternalClusterName added in v0.18.0

func (x *MoveTablesCreateRequest) GetExternalClusterName() string

func (*MoveTablesCreateRequest) GetIncludeTables added in v0.18.0

func (x *MoveTablesCreateRequest) GetIncludeTables() []string

func (*MoveTablesCreateRequest) GetNoRoutingRules added in v0.18.0

func (x *MoveTablesCreateRequest) GetNoRoutingRules() bool

func (*MoveTablesCreateRequest) GetOnDdl added in v0.18.0

func (x *MoveTablesCreateRequest) GetOnDdl() string

func (*MoveTablesCreateRequest) GetSourceKeyspace added in v0.18.0

func (x *MoveTablesCreateRequest) GetSourceKeyspace() string

func (*MoveTablesCreateRequest) GetSourceShards added in v0.18.0

func (x *MoveTablesCreateRequest) GetSourceShards() []string

func (*MoveTablesCreateRequest) GetSourceTimeZone added in v0.18.0

func (x *MoveTablesCreateRequest) GetSourceTimeZone() string

func (*MoveTablesCreateRequest) GetStopAfterCopy added in v0.18.0

func (x *MoveTablesCreateRequest) GetStopAfterCopy() bool

func (*MoveTablesCreateRequest) GetTabletSelectionPreference added in v0.18.0

func (x *MoveTablesCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference

func (*MoveTablesCreateRequest) GetTabletTypes added in v0.18.0

func (x *MoveTablesCreateRequest) GetTabletTypes() []topodata.TabletType

func (*MoveTablesCreateRequest) GetTargetKeyspace added in v0.18.0

func (x *MoveTablesCreateRequest) GetTargetKeyspace() string

func (*MoveTablesCreateRequest) GetWorkflow added in v0.18.0

func (x *MoveTablesCreateRequest) GetWorkflow() string

func (*MoveTablesCreateRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *MoveTablesCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MoveTablesCreateRequest) MarshalToVT added in v0.18.0

func (m *MoveTablesCreateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MoveTablesCreateRequest) MarshalVT added in v0.18.0

func (m *MoveTablesCreateRequest) MarshalVT() (dAtA []byte, err error)

func (*MoveTablesCreateRequest) ProtoMessage added in v0.18.0

func (*MoveTablesCreateRequest) ProtoMessage()

func (*MoveTablesCreateRequest) ProtoReflect added in v0.18.0

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

func (*MoveTablesCreateRequest) Reset added in v0.18.0

func (x *MoveTablesCreateRequest) Reset()

func (*MoveTablesCreateRequest) SizeVT added in v0.18.0

func (m *MoveTablesCreateRequest) SizeVT() (n int)

func (*MoveTablesCreateRequest) String added in v0.18.0

func (x *MoveTablesCreateRequest) String() string

func (*MoveTablesCreateRequest) UnmarshalVT added in v0.18.0

func (m *MoveTablesCreateRequest) UnmarshalVT(dAtA []byte) error

type MoveTablesCreateResponse added in v0.18.0

type MoveTablesCreateResponse struct {
	Summary string                                 `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	Details []*MoveTablesCreateResponse_TabletInfo `protobuf:"bytes,2,rep,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveTablesCreateResponse) CloneMessageVT added in v0.18.0

func (m *MoveTablesCreateResponse) CloneMessageVT() proto.Message

func (*MoveTablesCreateResponse) CloneVT added in v0.18.0

func (*MoveTablesCreateResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MoveTablesCreateResponse.ProtoReflect.Descriptor instead.

func (*MoveTablesCreateResponse) GetDetails added in v0.18.0

func (*MoveTablesCreateResponse) GetSummary added in v0.18.0

func (x *MoveTablesCreateResponse) GetSummary() string

func (*MoveTablesCreateResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *MoveTablesCreateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MoveTablesCreateResponse) MarshalToVT added in v0.18.0

func (m *MoveTablesCreateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MoveTablesCreateResponse) MarshalVT added in v0.18.0

func (m *MoveTablesCreateResponse) MarshalVT() (dAtA []byte, err error)

func (*MoveTablesCreateResponse) ProtoMessage added in v0.18.0

func (*MoveTablesCreateResponse) ProtoMessage()

func (*MoveTablesCreateResponse) ProtoReflect added in v0.18.0

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

func (*MoveTablesCreateResponse) Reset added in v0.18.0

func (x *MoveTablesCreateResponse) Reset()

func (*MoveTablesCreateResponse) SizeVT added in v0.18.0

func (m *MoveTablesCreateResponse) SizeVT() (n int)

func (*MoveTablesCreateResponse) String added in v0.18.0

func (x *MoveTablesCreateResponse) String() string

func (*MoveTablesCreateResponse) UnmarshalVT added in v0.18.0

func (m *MoveTablesCreateResponse) UnmarshalVT(dAtA []byte) error

type MoveTablesCreateResponse_TabletInfo added in v0.18.0

type MoveTablesCreateResponse_TabletInfo struct {
	Tablet *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet,proto3" json:"tablet,omitempty"`
	// Created is set if the workflow was created on this tablet or not.
	Created bool `protobuf:"varint,2,opt,name=created,proto3" json:"created,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveTablesCreateResponse_TabletInfo) CloneMessageVT added in v0.18.0

func (*MoveTablesCreateResponse_TabletInfo) CloneVT added in v0.18.0

func (*MoveTablesCreateResponse_TabletInfo) Descriptor deprecated added in v0.18.0

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

Deprecated: Use MoveTablesCreateResponse_TabletInfo.ProtoReflect.Descriptor instead.

func (*MoveTablesCreateResponse_TabletInfo) GetCreated added in v0.18.0

func (x *MoveTablesCreateResponse_TabletInfo) GetCreated() bool

func (*MoveTablesCreateResponse_TabletInfo) GetTablet added in v0.18.0

func (*MoveTablesCreateResponse_TabletInfo) MarshalToSizedBufferVT added in v0.18.0

func (m *MoveTablesCreateResponse_TabletInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MoveTablesCreateResponse_TabletInfo) MarshalToVT added in v0.18.0

func (m *MoveTablesCreateResponse_TabletInfo) MarshalToVT(dAtA []byte) (int, error)

func (*MoveTablesCreateResponse_TabletInfo) MarshalVT added in v0.18.0

func (m *MoveTablesCreateResponse_TabletInfo) MarshalVT() (dAtA []byte, err error)

func (*MoveTablesCreateResponse_TabletInfo) ProtoMessage added in v0.18.0

func (*MoveTablesCreateResponse_TabletInfo) ProtoMessage()

func (*MoveTablesCreateResponse_TabletInfo) ProtoReflect added in v0.18.0

func (*MoveTablesCreateResponse_TabletInfo) Reset added in v0.18.0

func (*MoveTablesCreateResponse_TabletInfo) SizeVT added in v0.18.0

func (m *MoveTablesCreateResponse_TabletInfo) SizeVT() (n int)

func (*MoveTablesCreateResponse_TabletInfo) String added in v0.18.0

func (*MoveTablesCreateResponse_TabletInfo) UnmarshalVT added in v0.18.0

func (m *MoveTablesCreateResponse_TabletInfo) UnmarshalVT(dAtA []byte) error

type PingTabletRequest added in v0.12.0

type PingTabletRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*PingTabletRequest) CloneMessageVT added in v0.18.0

func (m *PingTabletRequest) CloneMessageVT() proto.Message

func (*PingTabletRequest) CloneVT added in v0.18.0

func (m *PingTabletRequest) CloneVT() *PingTabletRequest

func (*PingTabletRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use PingTabletRequest.ProtoReflect.Descriptor instead.

func (*PingTabletRequest) GetTabletAlias added in v0.12.0

func (x *PingTabletRequest) GetTabletAlias() *topodata.TabletAlias

func (*PingTabletRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *PingTabletRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PingTabletRequest) MarshalToVT added in v0.12.0

func (m *PingTabletRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PingTabletRequest) MarshalVT added in v0.12.0

func (m *PingTabletRequest) MarshalVT() (dAtA []byte, err error)

func (*PingTabletRequest) ProtoMessage added in v0.12.0

func (*PingTabletRequest) ProtoMessage()

func (*PingTabletRequest) ProtoReflect added in v0.12.0

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

func (*PingTabletRequest) Reset added in v0.12.0

func (x *PingTabletRequest) Reset()

func (*PingTabletRequest) SizeVT added in v0.12.0

func (m *PingTabletRequest) SizeVT() (n int)

func (*PingTabletRequest) String added in v0.12.0

func (x *PingTabletRequest) String() string

func (*PingTabletRequest) UnmarshalVT added in v0.12.0

func (m *PingTabletRequest) UnmarshalVT(dAtA []byte) error

type PingTabletResponse added in v0.12.0

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

func (*PingTabletResponse) CloneMessageVT added in v0.18.0

func (m *PingTabletResponse) CloneMessageVT() proto.Message

func (*PingTabletResponse) CloneVT added in v0.18.0

func (m *PingTabletResponse) CloneVT() *PingTabletResponse

func (*PingTabletResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use PingTabletResponse.ProtoReflect.Descriptor instead.

func (*PingTabletResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *PingTabletResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PingTabletResponse) MarshalToVT added in v0.12.0

func (m *PingTabletResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PingTabletResponse) MarshalVT added in v0.12.0

func (m *PingTabletResponse) MarshalVT() (dAtA []byte, err error)

func (*PingTabletResponse) ProtoMessage added in v0.12.0

func (*PingTabletResponse) ProtoMessage()

func (*PingTabletResponse) ProtoReflect added in v0.12.0

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

func (*PingTabletResponse) Reset added in v0.12.0

func (x *PingTabletResponse) Reset()

func (*PingTabletResponse) SizeVT added in v0.12.0

func (m *PingTabletResponse) SizeVT() (n int)

func (*PingTabletResponse) String added in v0.12.0

func (x *PingTabletResponse) String() string

func (*PingTabletResponse) UnmarshalVT added in v0.12.0

func (m *PingTabletResponse) UnmarshalVT(dAtA []byte) error

type PlannedReparentShardRequest added in v0.10.0

type PlannedReparentShardRequest struct {

	// Keyspace is the name of the keyspace to perform the Planned Reparent in.
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Shard is the name of the shard to perform teh Planned Reparent in.
	Shard string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// NewPrimary is the alias of the tablet to promote to shard primary. If not
	// specified, the vtctld will select the most up-to-date candidate to promote.
	//
	// It is an error to set NewPrimary and AvoidPrimary to the same alias.
	NewPrimary *topodata.TabletAlias `protobuf:"bytes,3,opt,name=new_primary,json=newPrimary,proto3" json:"new_primary,omitempty"`
	// AvoidPrimary is the alias of the tablet to demote. In other words,
	// specifying an AvoidPrimary alias tells the vtctld to promote any replica
	// other than this one. A shard whose current primary is not this one is then
	// a no-op.
	//
	// It is an error to set NewPrimary and AvoidPrimary to the same alias.
	AvoidPrimary *topodata.TabletAlias `protobuf:"bytes,4,opt,name=avoid_primary,json=avoidPrimary,proto3" json:"avoid_primary,omitempty"`
	// WaitReplicasTimeout is the duration of time to wait for replicas to catch
	// up in replication both before and after the reparent. The timeout is not
	// cumulative across both wait periods, meaning that the replicas have
	// WaitReplicasTimeout time to catch up before the reparent, and an additional
	// WaitReplicasTimeout time to catch up after the reparent.
	WaitReplicasTimeout *vttime.Duration `protobuf:"bytes,5,opt,name=wait_replicas_timeout,json=waitReplicasTimeout,proto3" json:"wait_replicas_timeout,omitempty"`
	// TolerableReplicationLag is the amount of replication lag that is considered
	// acceptable for a tablet to be eligible for promotion when Vitess makes the choice of a new primary.
	// A value of 0 indicates that Vitess shouldn't consider the replication lag at all.
	TolerableReplicationLag *vttime.Duration `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PlannedReparentShardRequest) CloneMessageVT added in v0.18.0

func (m *PlannedReparentShardRequest) CloneMessageVT() proto.Message

func (*PlannedReparentShardRequest) CloneVT added in v0.18.0

func (*PlannedReparentShardRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use PlannedReparentShardRequest.ProtoReflect.Descriptor instead.

func (*PlannedReparentShardRequest) GetAvoidPrimary added in v0.10.0

func (x *PlannedReparentShardRequest) GetAvoidPrimary() *topodata.TabletAlias

func (*PlannedReparentShardRequest) GetKeyspace added in v0.10.0

func (x *PlannedReparentShardRequest) GetKeyspace() string

func (*PlannedReparentShardRequest) GetNewPrimary added in v0.10.0

func (x *PlannedReparentShardRequest) GetNewPrimary() *topodata.TabletAlias

func (*PlannedReparentShardRequest) GetShard added in v0.10.0

func (x *PlannedReparentShardRequest) GetShard() string

func (*PlannedReparentShardRequest) GetTolerableReplicationLag added in v0.19.0

func (x *PlannedReparentShardRequest) GetTolerableReplicationLag() *vttime.Duration

func (*PlannedReparentShardRequest) GetWaitReplicasTimeout added in v0.10.0

func (x *PlannedReparentShardRequest) GetWaitReplicasTimeout() *vttime.Duration

func (*PlannedReparentShardRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *PlannedReparentShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlannedReparentShardRequest) MarshalToVT added in v0.11.0

func (m *PlannedReparentShardRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PlannedReparentShardRequest) MarshalVT added in v0.11.0

func (m *PlannedReparentShardRequest) MarshalVT() (dAtA []byte, err error)

func (*PlannedReparentShardRequest) ProtoMessage added in v0.10.0

func (*PlannedReparentShardRequest) ProtoMessage()

func (*PlannedReparentShardRequest) ProtoReflect added in v0.11.0

func (*PlannedReparentShardRequest) Reset added in v0.10.0

func (x *PlannedReparentShardRequest) Reset()

func (*PlannedReparentShardRequest) SizeVT added in v0.11.0

func (m *PlannedReparentShardRequest) SizeVT() (n int)

func (*PlannedReparentShardRequest) String added in v0.10.0

func (x *PlannedReparentShardRequest) String() string

func (*PlannedReparentShardRequest) UnmarshalVT added in v0.11.0

func (m *PlannedReparentShardRequest) UnmarshalVT(dAtA []byte) error

type PlannedReparentShardResponse added in v0.10.0

type PlannedReparentShardResponse struct {

	// Keyspace is the name of the keyspace the Planned Reparent took place in.
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Shard is the name of the shard the Planned Reparent took place in.
	Shard string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// PromotedPrimary is the alias of the tablet that was promoted to shard
	// primary. If NewPrimary was set in the request, then this will be the same
	// alias. Otherwise, it will be the alias of the tablet found to be most
	// up-to-date.
	PromotedPrimary *topodata.TabletAlias `protobuf:"bytes,3,opt,name=promoted_primary,json=promotedPrimary,proto3" json:"promoted_primary,omitempty"`
	Events          []*logutil.Event      `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*PlannedReparentShardResponse) CloneMessageVT added in v0.18.0

func (m *PlannedReparentShardResponse) CloneMessageVT() proto.Message

func (*PlannedReparentShardResponse) CloneVT added in v0.18.0

func (*PlannedReparentShardResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use PlannedReparentShardResponse.ProtoReflect.Descriptor instead.

func (*PlannedReparentShardResponse) GetEvents added in v0.10.0

func (x *PlannedReparentShardResponse) GetEvents() []*logutil.Event

func (*PlannedReparentShardResponse) GetKeyspace added in v0.10.0

func (x *PlannedReparentShardResponse) GetKeyspace() string

func (*PlannedReparentShardResponse) GetPromotedPrimary added in v0.10.0

func (x *PlannedReparentShardResponse) GetPromotedPrimary() *topodata.TabletAlias

func (*PlannedReparentShardResponse) GetShard added in v0.10.0

func (x *PlannedReparentShardResponse) GetShard() string

func (*PlannedReparentShardResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *PlannedReparentShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlannedReparentShardResponse) MarshalToVT added in v0.11.0

func (m *PlannedReparentShardResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PlannedReparentShardResponse) MarshalVT added in v0.11.0

func (m *PlannedReparentShardResponse) MarshalVT() (dAtA []byte, err error)

func (*PlannedReparentShardResponse) ProtoMessage added in v0.10.0

func (*PlannedReparentShardResponse) ProtoMessage()

func (*PlannedReparentShardResponse) ProtoReflect added in v0.11.0

func (*PlannedReparentShardResponse) Reset added in v0.10.0

func (x *PlannedReparentShardResponse) Reset()

func (*PlannedReparentShardResponse) SizeVT added in v0.11.0

func (m *PlannedReparentShardResponse) SizeVT() (n int)

func (*PlannedReparentShardResponse) String added in v0.10.0

func (*PlannedReparentShardResponse) UnmarshalVT added in v0.11.0

func (m *PlannedReparentShardResponse) UnmarshalVT(dAtA []byte) error

type QueryOrdering added in v0.18.0

type QueryOrdering int32
const (
	QueryOrdering_NONE       QueryOrdering = 0
	QueryOrdering_ASCENDING  QueryOrdering = 1
	QueryOrdering_DESCENDING QueryOrdering = 2
)

func (QueryOrdering) Descriptor added in v0.18.0

func (QueryOrdering) Enum added in v0.18.0

func (x QueryOrdering) Enum() *QueryOrdering

func (QueryOrdering) EnumDescriptor deprecated added in v0.18.0

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

Deprecated: Use QueryOrdering.Descriptor instead.

func (QueryOrdering) Number added in v0.18.0

func (QueryOrdering) String added in v0.18.0

func (x QueryOrdering) String() string

func (QueryOrdering) Type added in v0.18.0

type RebuildKeyspaceGraphRequest added in v0.12.0

type RebuildKeyspaceGraphRequest struct {
	Keyspace string   `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Cells    []string `protobuf:"bytes,2,rep,name=cells,proto3" json:"cells,omitempty"`
	// AllowPartial, when set, allows a SNAPSHOT keyspace to serve with an
	// incomplete set of shards. It is ignored for all other keyspace types.
	AllowPartial bool `protobuf:"varint,3,opt,name=allow_partial,json=allowPartial,proto3" json:"allow_partial,omitempty"`
	// contains filtered or unexported fields
}

func (*RebuildKeyspaceGraphRequest) CloneMessageVT added in v0.18.0

func (m *RebuildKeyspaceGraphRequest) CloneMessageVT() proto.Message

func (*RebuildKeyspaceGraphRequest) CloneVT added in v0.18.0

func (*RebuildKeyspaceGraphRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use RebuildKeyspaceGraphRequest.ProtoReflect.Descriptor instead.

func (*RebuildKeyspaceGraphRequest) GetAllowPartial added in v0.12.0

func (x *RebuildKeyspaceGraphRequest) GetAllowPartial() bool

func (*RebuildKeyspaceGraphRequest) GetCells added in v0.12.0

func (x *RebuildKeyspaceGraphRequest) GetCells() []string

func (*RebuildKeyspaceGraphRequest) GetKeyspace added in v0.12.0

func (x *RebuildKeyspaceGraphRequest) GetKeyspace() string

func (*RebuildKeyspaceGraphRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *RebuildKeyspaceGraphRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RebuildKeyspaceGraphRequest) MarshalToVT added in v0.12.0

func (m *RebuildKeyspaceGraphRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RebuildKeyspaceGraphRequest) MarshalVT added in v0.12.0

func (m *RebuildKeyspaceGraphRequest) MarshalVT() (dAtA []byte, err error)

func (*RebuildKeyspaceGraphRequest) ProtoMessage added in v0.12.0

func (*RebuildKeyspaceGraphRequest) ProtoMessage()

func (*RebuildKeyspaceGraphRequest) ProtoReflect added in v0.12.0

func (*RebuildKeyspaceGraphRequest) Reset added in v0.12.0

func (x *RebuildKeyspaceGraphRequest) Reset()

func (*RebuildKeyspaceGraphRequest) SizeVT added in v0.12.0

func (m *RebuildKeyspaceGraphRequest) SizeVT() (n int)

func (*RebuildKeyspaceGraphRequest) String added in v0.12.0

func (x *RebuildKeyspaceGraphRequest) String() string

func (*RebuildKeyspaceGraphRequest) UnmarshalVT added in v0.12.0

func (m *RebuildKeyspaceGraphRequest) UnmarshalVT(dAtA []byte) error

type RebuildKeyspaceGraphResponse added in v0.12.0

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

func (*RebuildKeyspaceGraphResponse) CloneMessageVT added in v0.18.0

func (m *RebuildKeyspaceGraphResponse) CloneMessageVT() proto.Message

func (*RebuildKeyspaceGraphResponse) CloneVT added in v0.18.0

func (*RebuildKeyspaceGraphResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use RebuildKeyspaceGraphResponse.ProtoReflect.Descriptor instead.

func (*RebuildKeyspaceGraphResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *RebuildKeyspaceGraphResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RebuildKeyspaceGraphResponse) MarshalToVT added in v0.12.0

func (m *RebuildKeyspaceGraphResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RebuildKeyspaceGraphResponse) MarshalVT added in v0.12.0

func (m *RebuildKeyspaceGraphResponse) MarshalVT() (dAtA []byte, err error)

func (*RebuildKeyspaceGraphResponse) ProtoMessage added in v0.12.0

func (*RebuildKeyspaceGraphResponse) ProtoMessage()

func (*RebuildKeyspaceGraphResponse) ProtoReflect added in v0.12.0

func (*RebuildKeyspaceGraphResponse) Reset added in v0.12.0

func (x *RebuildKeyspaceGraphResponse) Reset()

func (*RebuildKeyspaceGraphResponse) SizeVT added in v0.12.0

func (m *RebuildKeyspaceGraphResponse) SizeVT() (n int)

func (*RebuildKeyspaceGraphResponse) String added in v0.12.0

func (*RebuildKeyspaceGraphResponse) UnmarshalVT added in v0.12.0

func (m *RebuildKeyspaceGraphResponse) UnmarshalVT(dAtA []byte) error

type RebuildVSchemaGraphRequest added in v0.11.0

type RebuildVSchemaGraphRequest struct {

	// Cells specifies the cells to rebuild the SrvVSchema objects for. If empty,
	// RebuildVSchemaGraph rebuilds the SrvVSchema for every cell in the topo.
	Cells []string `protobuf:"bytes,1,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

func (*RebuildVSchemaGraphRequest) CloneMessageVT added in v0.18.0

func (m *RebuildVSchemaGraphRequest) CloneMessageVT() proto.Message

func (*RebuildVSchemaGraphRequest) CloneVT added in v0.18.0

func (*RebuildVSchemaGraphRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use RebuildVSchemaGraphRequest.ProtoReflect.Descriptor instead.

func (*RebuildVSchemaGraphRequest) GetCells added in v0.11.0

func (x *RebuildVSchemaGraphRequest) GetCells() []string

func (*RebuildVSchemaGraphRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *RebuildVSchemaGraphRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RebuildVSchemaGraphRequest) MarshalToVT added in v0.11.0

func (m *RebuildVSchemaGraphRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RebuildVSchemaGraphRequest) MarshalVT added in v0.11.0

func (m *RebuildVSchemaGraphRequest) MarshalVT() (dAtA []byte, err error)

func (*RebuildVSchemaGraphRequest) ProtoMessage added in v0.11.0

func (*RebuildVSchemaGraphRequest) ProtoMessage()

func (*RebuildVSchemaGraphRequest) ProtoReflect added in v0.11.0

func (*RebuildVSchemaGraphRequest) Reset added in v0.11.0

func (x *RebuildVSchemaGraphRequest) Reset()

func (*RebuildVSchemaGraphRequest) SizeVT added in v0.11.0

func (m *RebuildVSchemaGraphRequest) SizeVT() (n int)

func (*RebuildVSchemaGraphRequest) String added in v0.11.0

func (x *RebuildVSchemaGraphRequest) String() string

func (*RebuildVSchemaGraphRequest) UnmarshalVT added in v0.11.0

func (m *RebuildVSchemaGraphRequest) UnmarshalVT(dAtA []byte) error

type RebuildVSchemaGraphResponse added in v0.11.0

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

func (*RebuildVSchemaGraphResponse) CloneMessageVT added in v0.18.0

func (m *RebuildVSchemaGraphResponse) CloneMessageVT() proto.Message

func (*RebuildVSchemaGraphResponse) CloneVT added in v0.18.0

func (*RebuildVSchemaGraphResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use RebuildVSchemaGraphResponse.ProtoReflect.Descriptor instead.

func (*RebuildVSchemaGraphResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *RebuildVSchemaGraphResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RebuildVSchemaGraphResponse) MarshalToVT added in v0.11.0

func (m *RebuildVSchemaGraphResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RebuildVSchemaGraphResponse) MarshalVT added in v0.11.0

func (m *RebuildVSchemaGraphResponse) MarshalVT() (dAtA []byte, err error)

func (*RebuildVSchemaGraphResponse) ProtoMessage added in v0.11.0

func (*RebuildVSchemaGraphResponse) ProtoMessage()

func (*RebuildVSchemaGraphResponse) ProtoReflect added in v0.11.0

func (*RebuildVSchemaGraphResponse) Reset added in v0.11.0

func (x *RebuildVSchemaGraphResponse) Reset()

func (*RebuildVSchemaGraphResponse) SizeVT added in v0.11.0

func (m *RebuildVSchemaGraphResponse) SizeVT() (n int)

func (*RebuildVSchemaGraphResponse) String added in v0.11.0

func (x *RebuildVSchemaGraphResponse) String() string

func (*RebuildVSchemaGraphResponse) UnmarshalVT added in v0.11.0

func (m *RebuildVSchemaGraphResponse) UnmarshalVT(dAtA []byte) error

type RefreshStateByShardRequest added in v0.11.0

type RefreshStateByShardRequest struct {
	Keyspace string   `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard    string   `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	Cells    []string `protobuf:"bytes,3,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshStateByShardRequest) CloneMessageVT added in v0.18.0

func (m *RefreshStateByShardRequest) CloneMessageVT() proto.Message

func (*RefreshStateByShardRequest) CloneVT added in v0.18.0

func (*RefreshStateByShardRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use RefreshStateByShardRequest.ProtoReflect.Descriptor instead.

func (*RefreshStateByShardRequest) GetCells added in v0.11.0

func (x *RefreshStateByShardRequest) GetCells() []string

func (*RefreshStateByShardRequest) GetKeyspace added in v0.11.0

func (x *RefreshStateByShardRequest) GetKeyspace() string

func (*RefreshStateByShardRequest) GetShard added in v0.11.0

func (x *RefreshStateByShardRequest) GetShard() string

func (*RefreshStateByShardRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *RefreshStateByShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RefreshStateByShardRequest) MarshalToVT added in v0.11.0

func (m *RefreshStateByShardRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RefreshStateByShardRequest) MarshalVT added in v0.11.0

func (m *RefreshStateByShardRequest) MarshalVT() (dAtA []byte, err error)

func (*RefreshStateByShardRequest) ProtoMessage added in v0.11.0

func (*RefreshStateByShardRequest) ProtoMessage()

func (*RefreshStateByShardRequest) ProtoReflect added in v0.11.0

func (*RefreshStateByShardRequest) Reset added in v0.11.0

func (x *RefreshStateByShardRequest) Reset()

func (*RefreshStateByShardRequest) SizeVT added in v0.11.0

func (m *RefreshStateByShardRequest) SizeVT() (n int)

func (*RefreshStateByShardRequest) String added in v0.11.0

func (x *RefreshStateByShardRequest) String() string

func (*RefreshStateByShardRequest) UnmarshalVT added in v0.11.0

func (m *RefreshStateByShardRequest) UnmarshalVT(dAtA []byte) error

type RefreshStateByShardResponse added in v0.11.0

type RefreshStateByShardResponse struct {
	IsPartialRefresh bool `protobuf:"varint,1,opt,name=is_partial_refresh,json=isPartialRefresh,proto3" json:"is_partial_refresh,omitempty"`
	// This explains why we had a partial refresh (if we did)
	PartialRefreshDetails string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RefreshStateByShardResponse) CloneMessageVT added in v0.18.0

func (m *RefreshStateByShardResponse) CloneMessageVT() proto.Message

func (*RefreshStateByShardResponse) CloneVT added in v0.18.0

func (*RefreshStateByShardResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use RefreshStateByShardResponse.ProtoReflect.Descriptor instead.

func (*RefreshStateByShardResponse) GetIsPartialRefresh added in v0.11.0

func (x *RefreshStateByShardResponse) GetIsPartialRefresh() bool

func (*RefreshStateByShardResponse) GetPartialRefreshDetails added in v0.14.0

func (x *RefreshStateByShardResponse) GetPartialRefreshDetails() string

func (*RefreshStateByShardResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *RefreshStateByShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RefreshStateByShardResponse) MarshalToVT added in v0.11.0

func (m *RefreshStateByShardResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RefreshStateByShardResponse) MarshalVT added in v0.11.0

func (m *RefreshStateByShardResponse) MarshalVT() (dAtA []byte, err error)

func (*RefreshStateByShardResponse) ProtoMessage added in v0.11.0

func (*RefreshStateByShardResponse) ProtoMessage()

func (*RefreshStateByShardResponse) ProtoReflect added in v0.11.0

func (*RefreshStateByShardResponse) Reset added in v0.11.0

func (x *RefreshStateByShardResponse) Reset()

func (*RefreshStateByShardResponse) SizeVT added in v0.11.0

func (m *RefreshStateByShardResponse) SizeVT() (n int)

func (*RefreshStateByShardResponse) String added in v0.11.0

func (x *RefreshStateByShardResponse) String() string

func (*RefreshStateByShardResponse) UnmarshalVT added in v0.11.0

func (m *RefreshStateByShardResponse) UnmarshalVT(dAtA []byte) error

type RefreshStateRequest added in v0.11.0

type RefreshStateRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshStateRequest) CloneMessageVT added in v0.18.0

func (m *RefreshStateRequest) CloneMessageVT() proto.Message

func (*RefreshStateRequest) CloneVT added in v0.18.0

func (*RefreshStateRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use RefreshStateRequest.ProtoReflect.Descriptor instead.

func (*RefreshStateRequest) GetTabletAlias added in v0.11.0

func (x *RefreshStateRequest) GetTabletAlias() *topodata.TabletAlias

func (*RefreshStateRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *RefreshStateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RefreshStateRequest) MarshalToVT added in v0.11.0

func (m *RefreshStateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RefreshStateRequest) MarshalVT added in v0.11.0

func (m *RefreshStateRequest) MarshalVT() (dAtA []byte, err error)

func (*RefreshStateRequest) ProtoMessage added in v0.11.0

func (*RefreshStateRequest) ProtoMessage()

func (*RefreshStateRequest) ProtoReflect added in v0.11.0

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

func (*RefreshStateRequest) Reset added in v0.11.0

func (x *RefreshStateRequest) Reset()

func (*RefreshStateRequest) SizeVT added in v0.11.0

func (m *RefreshStateRequest) SizeVT() (n int)

func (*RefreshStateRequest) String added in v0.11.0

func (x *RefreshStateRequest) String() string

func (*RefreshStateRequest) UnmarshalVT added in v0.11.0

func (m *RefreshStateRequest) UnmarshalVT(dAtA []byte) error

type RefreshStateResponse added in v0.11.0

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

func (*RefreshStateResponse) CloneMessageVT added in v0.18.0

func (m *RefreshStateResponse) CloneMessageVT() proto.Message

func (*RefreshStateResponse) CloneVT added in v0.18.0

func (*RefreshStateResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use RefreshStateResponse.ProtoReflect.Descriptor instead.

func (*RefreshStateResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *RefreshStateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RefreshStateResponse) MarshalToVT added in v0.11.0

func (m *RefreshStateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RefreshStateResponse) MarshalVT added in v0.11.0

func (m *RefreshStateResponse) MarshalVT() (dAtA []byte, err error)

func (*RefreshStateResponse) ProtoMessage added in v0.11.0

func (*RefreshStateResponse) ProtoMessage()

func (*RefreshStateResponse) ProtoReflect added in v0.11.0

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

func (*RefreshStateResponse) Reset added in v0.11.0

func (x *RefreshStateResponse) Reset()

func (*RefreshStateResponse) SizeVT added in v0.11.0

func (m *RefreshStateResponse) SizeVT() (n int)

func (*RefreshStateResponse) String added in v0.11.0

func (x *RefreshStateResponse) String() string

func (*RefreshStateResponse) UnmarshalVT added in v0.11.0

func (m *RefreshStateResponse) UnmarshalVT(dAtA []byte) error

type ReloadSchemaKeyspaceRequest added in v0.13.0

type ReloadSchemaKeyspaceRequest struct {
	Keyspace       string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	WaitPosition   string `protobuf:"bytes,2,opt,name=wait_position,json=waitPosition,proto3" json:"wait_position,omitempty"`
	IncludePrimary bool   `protobuf:"varint,3,opt,name=include_primary,json=includePrimary,proto3" json:"include_primary,omitempty"`
	// Concurrency is the global concurrency across all shards in the keyspace
	// (so, at most this many tablets will be reloaded across the keyspace at any
	// given point).
	Concurrency int32 `protobuf:"varint,4,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadSchemaKeyspaceRequest) CloneMessageVT added in v0.18.0

func (m *ReloadSchemaKeyspaceRequest) CloneMessageVT() proto.Message

func (*ReloadSchemaKeyspaceRequest) CloneVT added in v0.18.0

func (*ReloadSchemaKeyspaceRequest) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ReloadSchemaKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*ReloadSchemaKeyspaceRequest) GetConcurrency added in v0.13.0

func (x *ReloadSchemaKeyspaceRequest) GetConcurrency() int32

func (*ReloadSchemaKeyspaceRequest) GetIncludePrimary added in v0.13.0

func (x *ReloadSchemaKeyspaceRequest) GetIncludePrimary() bool

func (*ReloadSchemaKeyspaceRequest) GetKeyspace added in v0.13.0

func (x *ReloadSchemaKeyspaceRequest) GetKeyspace() string

func (*ReloadSchemaKeyspaceRequest) GetWaitPosition added in v0.13.0

func (x *ReloadSchemaKeyspaceRequest) GetWaitPosition() string

func (*ReloadSchemaKeyspaceRequest) MarshalToSizedBufferVT added in v0.13.0

func (m *ReloadSchemaKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadSchemaKeyspaceRequest) MarshalToVT added in v0.13.0

func (m *ReloadSchemaKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadSchemaKeyspaceRequest) MarshalVT added in v0.13.0

func (m *ReloadSchemaKeyspaceRequest) MarshalVT() (dAtA []byte, err error)

func (*ReloadSchemaKeyspaceRequest) ProtoMessage added in v0.13.0

func (*ReloadSchemaKeyspaceRequest) ProtoMessage()

func (*ReloadSchemaKeyspaceRequest) ProtoReflect added in v0.13.0

func (*ReloadSchemaKeyspaceRequest) Reset added in v0.13.0

func (x *ReloadSchemaKeyspaceRequest) Reset()

func (*ReloadSchemaKeyspaceRequest) SizeVT added in v0.13.0

func (m *ReloadSchemaKeyspaceRequest) SizeVT() (n int)

func (*ReloadSchemaKeyspaceRequest) String added in v0.13.0

func (x *ReloadSchemaKeyspaceRequest) String() string

func (*ReloadSchemaKeyspaceRequest) UnmarshalVT added in v0.13.0

func (m *ReloadSchemaKeyspaceRequest) UnmarshalVT(dAtA []byte) error

type ReloadSchemaKeyspaceResponse added in v0.13.0

type ReloadSchemaKeyspaceResponse struct {
	Events []*logutil.Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadSchemaKeyspaceResponse) CloneMessageVT added in v0.18.0

func (m *ReloadSchemaKeyspaceResponse) CloneMessageVT() proto.Message

func (*ReloadSchemaKeyspaceResponse) CloneVT added in v0.18.0

func (*ReloadSchemaKeyspaceResponse) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ReloadSchemaKeyspaceResponse.ProtoReflect.Descriptor instead.

func (*ReloadSchemaKeyspaceResponse) GetEvents added in v0.13.0

func (x *ReloadSchemaKeyspaceResponse) GetEvents() []*logutil.Event

func (*ReloadSchemaKeyspaceResponse) MarshalToSizedBufferVT added in v0.13.0

func (m *ReloadSchemaKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadSchemaKeyspaceResponse) MarshalToVT added in v0.13.0

func (m *ReloadSchemaKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadSchemaKeyspaceResponse) MarshalVT added in v0.13.0

func (m *ReloadSchemaKeyspaceResponse) MarshalVT() (dAtA []byte, err error)

func (*ReloadSchemaKeyspaceResponse) ProtoMessage added in v0.13.0

func (*ReloadSchemaKeyspaceResponse) ProtoMessage()

func (*ReloadSchemaKeyspaceResponse) ProtoReflect added in v0.13.0

func (*ReloadSchemaKeyspaceResponse) Reset added in v0.13.0

func (x *ReloadSchemaKeyspaceResponse) Reset()

func (*ReloadSchemaKeyspaceResponse) SizeVT added in v0.13.0

func (m *ReloadSchemaKeyspaceResponse) SizeVT() (n int)

func (*ReloadSchemaKeyspaceResponse) String added in v0.13.0

func (*ReloadSchemaKeyspaceResponse) UnmarshalVT added in v0.13.0

func (m *ReloadSchemaKeyspaceResponse) UnmarshalVT(dAtA []byte) error

type ReloadSchemaRequest added in v0.13.0

type ReloadSchemaRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadSchemaRequest) CloneMessageVT added in v0.18.0

func (m *ReloadSchemaRequest) CloneMessageVT() proto.Message

func (*ReloadSchemaRequest) CloneVT added in v0.18.0

func (*ReloadSchemaRequest) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ReloadSchemaRequest.ProtoReflect.Descriptor instead.

func (*ReloadSchemaRequest) GetTabletAlias added in v0.13.0

func (x *ReloadSchemaRequest) GetTabletAlias() *topodata.TabletAlias

func (*ReloadSchemaRequest) MarshalToSizedBufferVT added in v0.13.0

func (m *ReloadSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadSchemaRequest) MarshalToVT added in v0.13.0

func (m *ReloadSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadSchemaRequest) MarshalVT added in v0.13.0

func (m *ReloadSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*ReloadSchemaRequest) ProtoMessage added in v0.13.0

func (*ReloadSchemaRequest) ProtoMessage()

func (*ReloadSchemaRequest) ProtoReflect added in v0.13.0

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

func (*ReloadSchemaRequest) Reset added in v0.13.0

func (x *ReloadSchemaRequest) Reset()

func (*ReloadSchemaRequest) SizeVT added in v0.13.0

func (m *ReloadSchemaRequest) SizeVT() (n int)

func (*ReloadSchemaRequest) String added in v0.13.0

func (x *ReloadSchemaRequest) String() string

func (*ReloadSchemaRequest) UnmarshalVT added in v0.13.0

func (m *ReloadSchemaRequest) UnmarshalVT(dAtA []byte) error

type ReloadSchemaResponse added in v0.13.0

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

func (*ReloadSchemaResponse) CloneMessageVT added in v0.18.0

func (m *ReloadSchemaResponse) CloneMessageVT() proto.Message

func (*ReloadSchemaResponse) CloneVT added in v0.18.0

func (*ReloadSchemaResponse) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ReloadSchemaResponse.ProtoReflect.Descriptor instead.

func (*ReloadSchemaResponse) MarshalToSizedBufferVT added in v0.13.0

func (m *ReloadSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadSchemaResponse) MarshalToVT added in v0.13.0

func (m *ReloadSchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadSchemaResponse) MarshalVT added in v0.13.0

func (m *ReloadSchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*ReloadSchemaResponse) ProtoMessage added in v0.13.0

func (*ReloadSchemaResponse) ProtoMessage()

func (*ReloadSchemaResponse) ProtoReflect added in v0.13.0

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

func (*ReloadSchemaResponse) Reset added in v0.13.0

func (x *ReloadSchemaResponse) Reset()

func (*ReloadSchemaResponse) SizeVT added in v0.13.0

func (m *ReloadSchemaResponse) SizeVT() (n int)

func (*ReloadSchemaResponse) String added in v0.13.0

func (x *ReloadSchemaResponse) String() string

func (*ReloadSchemaResponse) UnmarshalVT added in v0.13.0

func (m *ReloadSchemaResponse) UnmarshalVT(dAtA []byte) error

type ReloadSchemaShardRequest added in v0.13.0

type ReloadSchemaShardRequest struct {
	Keyspace       string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard          string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	WaitPosition   string `protobuf:"bytes,3,opt,name=wait_position,json=waitPosition,proto3" json:"wait_position,omitempty"`
	IncludePrimary bool   `protobuf:"varint,4,opt,name=include_primary,json=includePrimary,proto3" json:"include_primary,omitempty"`
	// Concurrency is the maximum number of tablets to reload at one time.
	Concurrency int32 `protobuf:"varint,5,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadSchemaShardRequest) CloneMessageVT added in v0.18.0

func (m *ReloadSchemaShardRequest) CloneMessageVT() proto.Message

func (*ReloadSchemaShardRequest) CloneVT added in v0.18.0

func (*ReloadSchemaShardRequest) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ReloadSchemaShardRequest.ProtoReflect.Descriptor instead.

func (*ReloadSchemaShardRequest) GetConcurrency added in v0.13.0

func (x *ReloadSchemaShardRequest) GetConcurrency() int32

func (*ReloadSchemaShardRequest) GetIncludePrimary added in v0.13.0

func (x *ReloadSchemaShardRequest) GetIncludePrimary() bool

func (*ReloadSchemaShardRequest) GetKeyspace added in v0.13.0

func (x *ReloadSchemaShardRequest) GetKeyspace() string

func (*ReloadSchemaShardRequest) GetShard added in v0.13.0

func (x *ReloadSchemaShardRequest) GetShard() string

func (*ReloadSchemaShardRequest) GetWaitPosition added in v0.13.0

func (x *ReloadSchemaShardRequest) GetWaitPosition() string

func (*ReloadSchemaShardRequest) MarshalToSizedBufferVT added in v0.13.0

func (m *ReloadSchemaShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadSchemaShardRequest) MarshalToVT added in v0.13.0

func (m *ReloadSchemaShardRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadSchemaShardRequest) MarshalVT added in v0.13.0

func (m *ReloadSchemaShardRequest) MarshalVT() (dAtA []byte, err error)

func (*ReloadSchemaShardRequest) ProtoMessage added in v0.13.0

func (*ReloadSchemaShardRequest) ProtoMessage()

func (*ReloadSchemaShardRequest) ProtoReflect added in v0.13.0

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

func (*ReloadSchemaShardRequest) Reset added in v0.13.0

func (x *ReloadSchemaShardRequest) Reset()

func (*ReloadSchemaShardRequest) SizeVT added in v0.13.0

func (m *ReloadSchemaShardRequest) SizeVT() (n int)

func (*ReloadSchemaShardRequest) String added in v0.13.0

func (x *ReloadSchemaShardRequest) String() string

func (*ReloadSchemaShardRequest) UnmarshalVT added in v0.13.0

func (m *ReloadSchemaShardRequest) UnmarshalVT(dAtA []byte) error

type ReloadSchemaShardResponse added in v0.13.0

type ReloadSchemaShardResponse struct {
	Events []*logutil.Event `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadSchemaShardResponse) CloneMessageVT added in v0.18.0

func (m *ReloadSchemaShardResponse) CloneMessageVT() proto.Message

func (*ReloadSchemaShardResponse) CloneVT added in v0.18.0

func (*ReloadSchemaShardResponse) Descriptor deprecated added in v0.13.0

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

Deprecated: Use ReloadSchemaShardResponse.ProtoReflect.Descriptor instead.

func (*ReloadSchemaShardResponse) GetEvents added in v0.13.0

func (x *ReloadSchemaShardResponse) GetEvents() []*logutil.Event

func (*ReloadSchemaShardResponse) MarshalToSizedBufferVT added in v0.13.0

func (m *ReloadSchemaShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadSchemaShardResponse) MarshalToVT added in v0.13.0

func (m *ReloadSchemaShardResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadSchemaShardResponse) MarshalVT added in v0.13.0

func (m *ReloadSchemaShardResponse) MarshalVT() (dAtA []byte, err error)

func (*ReloadSchemaShardResponse) ProtoMessage added in v0.13.0

func (*ReloadSchemaShardResponse) ProtoMessage()

func (*ReloadSchemaShardResponse) ProtoReflect added in v0.13.0

func (*ReloadSchemaShardResponse) Reset added in v0.13.0

func (x *ReloadSchemaShardResponse) Reset()

func (*ReloadSchemaShardResponse) SizeVT added in v0.13.0

func (m *ReloadSchemaShardResponse) SizeVT() (n int)

func (*ReloadSchemaShardResponse) String added in v0.13.0

func (x *ReloadSchemaShardResponse) String() string

func (*ReloadSchemaShardResponse) UnmarshalVT added in v0.13.0

func (m *ReloadSchemaShardResponse) UnmarshalVT(dAtA []byte) error

type RemoveBackupRequest added in v0.14.0

type RemoveBackupRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard    string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveBackupRequest) CloneMessageVT added in v0.18.0

func (m *RemoveBackupRequest) CloneMessageVT() proto.Message

func (*RemoveBackupRequest) CloneVT added in v0.18.0

func (*RemoveBackupRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use RemoveBackupRequest.ProtoReflect.Descriptor instead.

func (*RemoveBackupRequest) GetKeyspace added in v0.14.0

func (x *RemoveBackupRequest) GetKeyspace() string

func (*RemoveBackupRequest) GetName added in v0.14.0

func (x *RemoveBackupRequest) GetName() string

func (*RemoveBackupRequest) GetShard added in v0.14.0

func (x *RemoveBackupRequest) GetShard() string

func (*RemoveBackupRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *RemoveBackupRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveBackupRequest) MarshalToVT added in v0.14.0

func (m *RemoveBackupRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveBackupRequest) MarshalVT added in v0.14.0

func (m *RemoveBackupRequest) MarshalVT() (dAtA []byte, err error)

func (*RemoveBackupRequest) ProtoMessage added in v0.14.0

func (*RemoveBackupRequest) ProtoMessage()

func (*RemoveBackupRequest) ProtoReflect added in v0.14.0

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

func (*RemoveBackupRequest) Reset added in v0.14.0

func (x *RemoveBackupRequest) Reset()

func (*RemoveBackupRequest) SizeVT added in v0.14.0

func (m *RemoveBackupRequest) SizeVT() (n int)

func (*RemoveBackupRequest) String added in v0.14.0

func (x *RemoveBackupRequest) String() string

func (*RemoveBackupRequest) UnmarshalVT added in v0.14.0

func (m *RemoveBackupRequest) UnmarshalVT(dAtA []byte) error

type RemoveBackupResponse added in v0.14.0

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

func (*RemoveBackupResponse) CloneMessageVT added in v0.18.0

func (m *RemoveBackupResponse) CloneMessageVT() proto.Message

func (*RemoveBackupResponse) CloneVT added in v0.18.0

func (*RemoveBackupResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use RemoveBackupResponse.ProtoReflect.Descriptor instead.

func (*RemoveBackupResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *RemoveBackupResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveBackupResponse) MarshalToVT added in v0.14.0

func (m *RemoveBackupResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveBackupResponse) MarshalVT added in v0.14.0

func (m *RemoveBackupResponse) MarshalVT() (dAtA []byte, err error)

func (*RemoveBackupResponse) ProtoMessage added in v0.14.0

func (*RemoveBackupResponse) ProtoMessage()

func (*RemoveBackupResponse) ProtoReflect added in v0.14.0

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

func (*RemoveBackupResponse) Reset added in v0.14.0

func (x *RemoveBackupResponse) Reset()

func (*RemoveBackupResponse) SizeVT added in v0.14.0

func (m *RemoveBackupResponse) SizeVT() (n int)

func (*RemoveBackupResponse) String added in v0.14.0

func (x *RemoveBackupResponse) String() string

func (*RemoveBackupResponse) UnmarshalVT added in v0.14.0

func (m *RemoveBackupResponse) UnmarshalVT(dAtA []byte) error

type RemoveKeyspaceCellRequest added in v0.10.0

type RemoveKeyspaceCellRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Cell     string `protobuf:"bytes,2,opt,name=cell,proto3" json:"cell,omitempty"`
	// Force proceeds even if the cell's topology server cannot be reached. This
	// should only be set if a cell has been shut down entirely, and the global
	// topology data just needs to be updated.
	Force bool `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	// Recursive also deletes all tablets in that cell belonging to the specified
	// keyspace.
	Recursive bool `protobuf:"varint,4,opt,name=recursive,proto3" json:"recursive,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveKeyspaceCellRequest) CloneMessageVT added in v0.18.0

func (m *RemoveKeyspaceCellRequest) CloneMessageVT() proto.Message

func (*RemoveKeyspaceCellRequest) CloneVT added in v0.18.0

func (*RemoveKeyspaceCellRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use RemoveKeyspaceCellRequest.ProtoReflect.Descriptor instead.

func (*RemoveKeyspaceCellRequest) GetCell added in v0.10.0

func (x *RemoveKeyspaceCellRequest) GetCell() string

func (*RemoveKeyspaceCellRequest) GetForce added in v0.10.0

func (x *RemoveKeyspaceCellRequest) GetForce() bool

func (*RemoveKeyspaceCellRequest) GetKeyspace added in v0.10.0

func (x *RemoveKeyspaceCellRequest) GetKeyspace() string

func (*RemoveKeyspaceCellRequest) GetRecursive added in v0.10.0

func (x *RemoveKeyspaceCellRequest) GetRecursive() bool

func (*RemoveKeyspaceCellRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *RemoveKeyspaceCellRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveKeyspaceCellRequest) MarshalToVT added in v0.11.0

func (m *RemoveKeyspaceCellRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveKeyspaceCellRequest) MarshalVT added in v0.11.0

func (m *RemoveKeyspaceCellRequest) MarshalVT() (dAtA []byte, err error)

func (*RemoveKeyspaceCellRequest) ProtoMessage added in v0.10.0

func (*RemoveKeyspaceCellRequest) ProtoMessage()

func (*RemoveKeyspaceCellRequest) ProtoReflect added in v0.11.0

func (*RemoveKeyspaceCellRequest) Reset added in v0.10.0

func (x *RemoveKeyspaceCellRequest) Reset()

func (*RemoveKeyspaceCellRequest) SizeVT added in v0.11.0

func (m *RemoveKeyspaceCellRequest) SizeVT() (n int)

func (*RemoveKeyspaceCellRequest) String added in v0.10.0

func (x *RemoveKeyspaceCellRequest) String() string

func (*RemoveKeyspaceCellRequest) UnmarshalVT added in v0.11.0

func (m *RemoveKeyspaceCellRequest) UnmarshalVT(dAtA []byte) error

type RemoveKeyspaceCellResponse added in v0.10.0

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

func (*RemoveKeyspaceCellResponse) CloneMessageVT added in v0.18.0

func (m *RemoveKeyspaceCellResponse) CloneMessageVT() proto.Message

func (*RemoveKeyspaceCellResponse) CloneVT added in v0.18.0

func (*RemoveKeyspaceCellResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use RemoveKeyspaceCellResponse.ProtoReflect.Descriptor instead.

func (*RemoveKeyspaceCellResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *RemoveKeyspaceCellResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveKeyspaceCellResponse) MarshalToVT added in v0.11.0

func (m *RemoveKeyspaceCellResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveKeyspaceCellResponse) MarshalVT added in v0.11.0

func (m *RemoveKeyspaceCellResponse) MarshalVT() (dAtA []byte, err error)

func (*RemoveKeyspaceCellResponse) ProtoMessage added in v0.10.0

func (*RemoveKeyspaceCellResponse) ProtoMessage()

func (*RemoveKeyspaceCellResponse) ProtoReflect added in v0.11.0

func (*RemoveKeyspaceCellResponse) Reset added in v0.10.0

func (x *RemoveKeyspaceCellResponse) Reset()

func (*RemoveKeyspaceCellResponse) SizeVT added in v0.11.0

func (m *RemoveKeyspaceCellResponse) SizeVT() (n int)

func (*RemoveKeyspaceCellResponse) String added in v0.10.0

func (x *RemoveKeyspaceCellResponse) String() string

func (*RemoveKeyspaceCellResponse) UnmarshalVT added in v0.11.0

func (m *RemoveKeyspaceCellResponse) UnmarshalVT(dAtA []byte) error

type RemoveShardCellRequest added in v0.10.0

type RemoveShardCellRequest struct {
	Keyspace  string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	ShardName string `protobuf:"bytes,2,opt,name=shard_name,json=shardName,proto3" json:"shard_name,omitempty"`
	Cell      string `protobuf:"bytes,3,opt,name=cell,proto3" json:"cell,omitempty"`
	// Force proceeds even if the cell's topology server cannot be reached. This
	// should only be set if a cell has been shut down entirely, and the global
	// topology data just needs to be updated.
	Force bool `protobuf:"varint,4,opt,name=force,proto3" json:"force,omitempty"`
	// Recursive also deletes all tablets in that cell belonging to the specified
	// keyspace and shard.
	Recursive bool `protobuf:"varint,5,opt,name=recursive,proto3" json:"recursive,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveShardCellRequest) CloneMessageVT added in v0.18.0

func (m *RemoveShardCellRequest) CloneMessageVT() proto.Message

func (*RemoveShardCellRequest) CloneVT added in v0.18.0

func (*RemoveShardCellRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use RemoveShardCellRequest.ProtoReflect.Descriptor instead.

func (*RemoveShardCellRequest) GetCell added in v0.10.0

func (x *RemoveShardCellRequest) GetCell() string

func (*RemoveShardCellRequest) GetForce added in v0.10.0

func (x *RemoveShardCellRequest) GetForce() bool

func (*RemoveShardCellRequest) GetKeyspace added in v0.10.0

func (x *RemoveShardCellRequest) GetKeyspace() string

func (*RemoveShardCellRequest) GetRecursive added in v0.10.0

func (x *RemoveShardCellRequest) GetRecursive() bool

func (*RemoveShardCellRequest) GetShardName added in v0.10.0

func (x *RemoveShardCellRequest) GetShardName() string

func (*RemoveShardCellRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *RemoveShardCellRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveShardCellRequest) MarshalToVT added in v0.11.0

func (m *RemoveShardCellRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveShardCellRequest) MarshalVT added in v0.11.0

func (m *RemoveShardCellRequest) MarshalVT() (dAtA []byte, err error)

func (*RemoveShardCellRequest) ProtoMessage added in v0.10.0

func (*RemoveShardCellRequest) ProtoMessage()

func (*RemoveShardCellRequest) ProtoReflect added in v0.11.0

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

func (*RemoveShardCellRequest) Reset added in v0.10.0

func (x *RemoveShardCellRequest) Reset()

func (*RemoveShardCellRequest) SizeVT added in v0.11.0

func (m *RemoveShardCellRequest) SizeVT() (n int)

func (*RemoveShardCellRequest) String added in v0.10.0

func (x *RemoveShardCellRequest) String() string

func (*RemoveShardCellRequest) UnmarshalVT added in v0.11.0

func (m *RemoveShardCellRequest) UnmarshalVT(dAtA []byte) error

type RemoveShardCellResponse added in v0.10.0

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

func (*RemoveShardCellResponse) CloneMessageVT added in v0.18.0

func (m *RemoveShardCellResponse) CloneMessageVT() proto.Message

func (*RemoveShardCellResponse) CloneVT added in v0.18.0

func (*RemoveShardCellResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use RemoveShardCellResponse.ProtoReflect.Descriptor instead.

func (*RemoveShardCellResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *RemoveShardCellResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveShardCellResponse) MarshalToVT added in v0.11.0

func (m *RemoveShardCellResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveShardCellResponse) MarshalVT added in v0.11.0

func (m *RemoveShardCellResponse) MarshalVT() (dAtA []byte, err error)

func (*RemoveShardCellResponse) ProtoMessage added in v0.10.0

func (*RemoveShardCellResponse) ProtoMessage()

func (*RemoveShardCellResponse) ProtoReflect added in v0.11.0

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

func (*RemoveShardCellResponse) Reset added in v0.10.0

func (x *RemoveShardCellResponse) Reset()

func (*RemoveShardCellResponse) SizeVT added in v0.11.0

func (m *RemoveShardCellResponse) SizeVT() (n int)

func (*RemoveShardCellResponse) String added in v0.10.0

func (x *RemoveShardCellResponse) String() string

func (*RemoveShardCellResponse) UnmarshalVT added in v0.11.0

func (m *RemoveShardCellResponse) UnmarshalVT(dAtA []byte) error

type ReparentTabletRequest added in v0.10.0

type ReparentTabletRequest struct {

	// Tablet is the alias of the tablet that should be reparented under the
	// current shard primary.
	Tablet *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet,proto3" json:"tablet,omitempty"`
	// contains filtered or unexported fields
}

func (*ReparentTabletRequest) CloneMessageVT added in v0.18.0

func (m *ReparentTabletRequest) CloneMessageVT() proto.Message

func (*ReparentTabletRequest) CloneVT added in v0.18.0

func (*ReparentTabletRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ReparentTabletRequest.ProtoReflect.Descriptor instead.

func (*ReparentTabletRequest) GetTablet added in v0.10.0

func (x *ReparentTabletRequest) GetTablet() *topodata.TabletAlias

func (*ReparentTabletRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *ReparentTabletRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReparentTabletRequest) MarshalToVT added in v0.11.0

func (m *ReparentTabletRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReparentTabletRequest) MarshalVT added in v0.11.0

func (m *ReparentTabletRequest) MarshalVT() (dAtA []byte, err error)

func (*ReparentTabletRequest) ProtoMessage added in v0.10.0

func (*ReparentTabletRequest) ProtoMessage()

func (*ReparentTabletRequest) ProtoReflect added in v0.11.0

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

func (*ReparentTabletRequest) Reset added in v0.10.0

func (x *ReparentTabletRequest) Reset()

func (*ReparentTabletRequest) SizeVT added in v0.11.0

func (m *ReparentTabletRequest) SizeVT() (n int)

func (*ReparentTabletRequest) String added in v0.10.0

func (x *ReparentTabletRequest) String() string

func (*ReparentTabletRequest) UnmarshalVT added in v0.11.0

func (m *ReparentTabletRequest) UnmarshalVT(dAtA []byte) error

type ReparentTabletResponse added in v0.10.0

type ReparentTabletResponse struct {

	// Keyspace is the name of the keyspace the tablet was reparented in.
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Shard is the name of the shard the tablet was reparented in.
	Shard string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// Primary is the alias of the tablet that the tablet was reparented under.
	Primary *topodata.TabletAlias `protobuf:"bytes,3,opt,name=primary,proto3" json:"primary,omitempty"`
	// contains filtered or unexported fields
}

func (*ReparentTabletResponse) CloneMessageVT added in v0.18.0

func (m *ReparentTabletResponse) CloneMessageVT() proto.Message

func (*ReparentTabletResponse) CloneVT added in v0.18.0

func (*ReparentTabletResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ReparentTabletResponse.ProtoReflect.Descriptor instead.

func (*ReparentTabletResponse) GetKeyspace added in v0.10.0

func (x *ReparentTabletResponse) GetKeyspace() string

func (*ReparentTabletResponse) GetPrimary added in v0.10.0

func (x *ReparentTabletResponse) GetPrimary() *topodata.TabletAlias

func (*ReparentTabletResponse) GetShard added in v0.10.0

func (x *ReparentTabletResponse) GetShard() string

func (*ReparentTabletResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *ReparentTabletResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReparentTabletResponse) MarshalToVT added in v0.11.0

func (m *ReparentTabletResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ReparentTabletResponse) MarshalVT added in v0.11.0

func (m *ReparentTabletResponse) MarshalVT() (dAtA []byte, err error)

func (*ReparentTabletResponse) ProtoMessage added in v0.10.0

func (*ReparentTabletResponse) ProtoMessage()

func (*ReparentTabletResponse) ProtoReflect added in v0.11.0

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

func (*ReparentTabletResponse) Reset added in v0.10.0

func (x *ReparentTabletResponse) Reset()

func (*ReparentTabletResponse) SizeVT added in v0.11.0

func (m *ReparentTabletResponse) SizeVT() (n int)

func (*ReparentTabletResponse) String added in v0.10.0

func (x *ReparentTabletResponse) String() string

func (*ReparentTabletResponse) UnmarshalVT added in v0.11.0

func (m *ReparentTabletResponse) UnmarshalVT(dAtA []byte) error

type ReshardCreateRequest added in v0.18.0

type ReshardCreateRequest struct {
	Workflow                  string                                      `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	Keyspace                  string                                      `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	SourceShards              []string                                    `protobuf:"bytes,3,rep,name=source_shards,json=sourceShards,proto3" json:"source_shards,omitempty"`
	TargetShards              []string                                    `protobuf:"bytes,4,rep,name=target_shards,json=targetShards,proto3" json:"target_shards,omitempty"`
	Cells                     []string                                    `protobuf:"bytes,5,rep,name=cells,proto3" json:"cells,omitempty"`
	TabletTypes               []topodata.TabletType                       `` /* 127-byte string literal not displayed */
	TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference `` /* 188-byte string literal not displayed */
	// SkipSchemaCopy specifies if the schema should be copied from the source shard, set false if
	// schema is already created on the target shard before Reshard is invoked.
	SkipSchemaCopy bool `protobuf:"varint,8,opt,name=skip_schema_copy,json=skipSchemaCopy,proto3" json:"skip_schema_copy,omitempty"`
	// OnDdl specifies the action to be taken when a DDL is encountered.
	OnDdl string `protobuf:"bytes,9,opt,name=on_ddl,json=onDdl,proto3" json:"on_ddl,omitempty"`
	// StopAfterCopy specifies if vreplication should be stopped after copying.
	StopAfterCopy bool `protobuf:"varint,10,opt,name=stop_after_copy,json=stopAfterCopy,proto3" json:"stop_after_copy,omitempty"`
	// DeferSecondaryKeys specifies if secondary keys should be created in one shot after table copy finishes.
	DeferSecondaryKeys bool `protobuf:"varint,11,opt,name=defer_secondary_keys,json=deferSecondaryKeys,proto3" json:"defer_secondary_keys,omitempty"`
	// Start the workflow after creating it.
	AutoStart bool `protobuf:"varint,12,opt,name=auto_start,json=autoStart,proto3" json:"auto_start,omitempty"`
	// contains filtered or unexported fields
}

func (*ReshardCreateRequest) CloneMessageVT added in v0.18.0

func (m *ReshardCreateRequest) CloneMessageVT() proto.Message

func (*ReshardCreateRequest) CloneVT added in v0.18.0

func (*ReshardCreateRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use ReshardCreateRequest.ProtoReflect.Descriptor instead.

func (*ReshardCreateRequest) GetAutoStart added in v0.18.0

func (x *ReshardCreateRequest) GetAutoStart() bool

func (*ReshardCreateRequest) GetCells added in v0.18.0

func (x *ReshardCreateRequest) GetCells() []string

func (*ReshardCreateRequest) GetDeferSecondaryKeys added in v0.18.0

func (x *ReshardCreateRequest) GetDeferSecondaryKeys() bool

func (*ReshardCreateRequest) GetKeyspace added in v0.18.0

func (x *ReshardCreateRequest) GetKeyspace() string

func (*ReshardCreateRequest) GetOnDdl added in v0.18.0

func (x *ReshardCreateRequest) GetOnDdl() string

func (*ReshardCreateRequest) GetSkipSchemaCopy added in v0.18.0

func (x *ReshardCreateRequest) GetSkipSchemaCopy() bool

func (*ReshardCreateRequest) GetSourceShards added in v0.18.0

func (x *ReshardCreateRequest) GetSourceShards() []string

func (*ReshardCreateRequest) GetStopAfterCopy added in v0.18.0

func (x *ReshardCreateRequest) GetStopAfterCopy() bool

func (*ReshardCreateRequest) GetTabletSelectionPreference added in v0.18.0

func (x *ReshardCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference

func (*ReshardCreateRequest) GetTabletTypes added in v0.18.0

func (x *ReshardCreateRequest) GetTabletTypes() []topodata.TabletType

func (*ReshardCreateRequest) GetTargetShards added in v0.18.0

func (x *ReshardCreateRequest) GetTargetShards() []string

func (*ReshardCreateRequest) GetWorkflow added in v0.18.0

func (x *ReshardCreateRequest) GetWorkflow() string

func (*ReshardCreateRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *ReshardCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReshardCreateRequest) MarshalToVT added in v0.18.0

func (m *ReshardCreateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReshardCreateRequest) MarshalVT added in v0.18.0

func (m *ReshardCreateRequest) MarshalVT() (dAtA []byte, err error)

func (*ReshardCreateRequest) ProtoMessage added in v0.18.0

func (*ReshardCreateRequest) ProtoMessage()

func (*ReshardCreateRequest) ProtoReflect added in v0.18.0

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

func (*ReshardCreateRequest) Reset added in v0.18.0

func (x *ReshardCreateRequest) Reset()

func (*ReshardCreateRequest) SizeVT added in v0.18.0

func (m *ReshardCreateRequest) SizeVT() (n int)

func (*ReshardCreateRequest) String added in v0.18.0

func (x *ReshardCreateRequest) String() string

func (*ReshardCreateRequest) UnmarshalVT added in v0.18.0

func (m *ReshardCreateRequest) UnmarshalVT(dAtA []byte) error

type RestoreFromBackupRequest added in v0.14.0

type RestoreFromBackupRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// BackupTime, if set, will use the backup taken most closely at or before
	// this time. If nil, the latest backup will be restored on the tablet.
	BackupTime *vttime.Time `protobuf:"bytes,2,opt,name=backup_time,json=backupTime,proto3" json:"backup_time,omitempty"`
	// RestoreToPos indicates a position for a point-in-time recovery. The recovery
	// is expected to utilize one full backup, followed by zero or more incremental backups,
	// that reach the precise desired position
	RestoreToPos string `protobuf:"bytes,3,opt,name=restore_to_pos,json=restoreToPos,proto3" json:"restore_to_pos,omitempty"`
	// Dry run does not actually performs the restore, but validates the steps and availability of backups
	DryRun bool `protobuf:"varint,4,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	// RestoreToTimestamp, if given, requested an inremental restore up to (and excluding) the given timestamp.
	// RestoreToTimestamp and RestoreToPos are mutually exclusive.
	RestoreToTimestamp *vttime.Time `protobuf:"bytes,5,opt,name=restore_to_timestamp,json=restoreToTimestamp,proto3" json:"restore_to_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*RestoreFromBackupRequest) CloneMessageVT added in v0.18.0

func (m *RestoreFromBackupRequest) CloneMessageVT() proto.Message

func (*RestoreFromBackupRequest) CloneVT added in v0.18.0

func (*RestoreFromBackupRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use RestoreFromBackupRequest.ProtoReflect.Descriptor instead.

func (*RestoreFromBackupRequest) GetBackupTime added in v0.14.0

func (x *RestoreFromBackupRequest) GetBackupTime() *vttime.Time

func (*RestoreFromBackupRequest) GetDryRun added in v0.16.0

func (x *RestoreFromBackupRequest) GetDryRun() bool

func (*RestoreFromBackupRequest) GetRestoreToPos added in v0.16.0

func (x *RestoreFromBackupRequest) GetRestoreToPos() string

func (*RestoreFromBackupRequest) GetRestoreToTimestamp added in v0.18.0

func (x *RestoreFromBackupRequest) GetRestoreToTimestamp() *vttime.Time

func (*RestoreFromBackupRequest) GetTabletAlias added in v0.14.0

func (x *RestoreFromBackupRequest) GetTabletAlias() *topodata.TabletAlias

func (*RestoreFromBackupRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *RestoreFromBackupRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RestoreFromBackupRequest) MarshalToVT added in v0.14.0

func (m *RestoreFromBackupRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RestoreFromBackupRequest) MarshalVT added in v0.14.0

func (m *RestoreFromBackupRequest) MarshalVT() (dAtA []byte, err error)

func (*RestoreFromBackupRequest) ProtoMessage added in v0.14.0

func (*RestoreFromBackupRequest) ProtoMessage()

func (*RestoreFromBackupRequest) ProtoReflect added in v0.14.0

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

func (*RestoreFromBackupRequest) Reset added in v0.14.0

func (x *RestoreFromBackupRequest) Reset()

func (*RestoreFromBackupRequest) SizeVT added in v0.14.0

func (m *RestoreFromBackupRequest) SizeVT() (n int)

func (*RestoreFromBackupRequest) String added in v0.14.0

func (x *RestoreFromBackupRequest) String() string

func (*RestoreFromBackupRequest) UnmarshalVT added in v0.14.0

func (m *RestoreFromBackupRequest) UnmarshalVT(dAtA []byte) error

type RestoreFromBackupResponse added in v0.14.0

type RestoreFromBackupResponse struct {

	// TabletAlias is the alias of the tablet doing the restore.
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	Keyspace    string                `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard       string                `protobuf:"bytes,3,opt,name=shard,proto3" json:"shard,omitempty"`
	Event       *logutil.Event        `protobuf:"bytes,4,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*RestoreFromBackupResponse) CloneMessageVT added in v0.18.0

func (m *RestoreFromBackupResponse) CloneMessageVT() proto.Message

func (*RestoreFromBackupResponse) CloneVT added in v0.18.0

func (*RestoreFromBackupResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use RestoreFromBackupResponse.ProtoReflect.Descriptor instead.

func (*RestoreFromBackupResponse) GetEvent added in v0.14.0

func (x *RestoreFromBackupResponse) GetEvent() *logutil.Event

func (*RestoreFromBackupResponse) GetKeyspace added in v0.14.0

func (x *RestoreFromBackupResponse) GetKeyspace() string

func (*RestoreFromBackupResponse) GetShard added in v0.14.0

func (x *RestoreFromBackupResponse) GetShard() string

func (*RestoreFromBackupResponse) GetTabletAlias added in v0.14.0

func (x *RestoreFromBackupResponse) GetTabletAlias() *topodata.TabletAlias

func (*RestoreFromBackupResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *RestoreFromBackupResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RestoreFromBackupResponse) MarshalToVT added in v0.14.0

func (m *RestoreFromBackupResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RestoreFromBackupResponse) MarshalVT added in v0.14.0

func (m *RestoreFromBackupResponse) MarshalVT() (dAtA []byte, err error)

func (*RestoreFromBackupResponse) ProtoMessage added in v0.14.0

func (*RestoreFromBackupResponse) ProtoMessage()

func (*RestoreFromBackupResponse) ProtoReflect added in v0.14.0

func (*RestoreFromBackupResponse) Reset added in v0.14.0

func (x *RestoreFromBackupResponse) Reset()

func (*RestoreFromBackupResponse) SizeVT added in v0.14.0

func (m *RestoreFromBackupResponse) SizeVT() (n int)

func (*RestoreFromBackupResponse) String added in v0.14.0

func (x *RestoreFromBackupResponse) String() string

func (*RestoreFromBackupResponse) UnmarshalVT added in v0.14.0

func (m *RestoreFromBackupResponse) UnmarshalVT(dAtA []byte) error

type RetrySchemaMigrationRequest added in v0.18.0

type RetrySchemaMigrationRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrySchemaMigrationRequest) CloneMessageVT added in v0.18.0

func (m *RetrySchemaMigrationRequest) CloneMessageVT() proto.Message

func (*RetrySchemaMigrationRequest) CloneVT added in v0.18.0

func (*RetrySchemaMigrationRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use RetrySchemaMigrationRequest.ProtoReflect.Descriptor instead.

func (*RetrySchemaMigrationRequest) GetKeyspace added in v0.18.0

func (x *RetrySchemaMigrationRequest) GetKeyspace() string

func (*RetrySchemaMigrationRequest) GetUuid added in v0.18.0

func (x *RetrySchemaMigrationRequest) GetUuid() string

func (*RetrySchemaMigrationRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *RetrySchemaMigrationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RetrySchemaMigrationRequest) MarshalToVT added in v0.18.0

func (m *RetrySchemaMigrationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RetrySchemaMigrationRequest) MarshalVT added in v0.18.0

func (m *RetrySchemaMigrationRequest) MarshalVT() (dAtA []byte, err error)

func (*RetrySchemaMigrationRequest) ProtoMessage added in v0.18.0

func (*RetrySchemaMigrationRequest) ProtoMessage()

func (*RetrySchemaMigrationRequest) ProtoReflect added in v0.18.0

func (*RetrySchemaMigrationRequest) Reset added in v0.18.0

func (x *RetrySchemaMigrationRequest) Reset()

func (*RetrySchemaMigrationRequest) SizeVT added in v0.18.0

func (m *RetrySchemaMigrationRequest) SizeVT() (n int)

func (*RetrySchemaMigrationRequest) String added in v0.18.0

func (x *RetrySchemaMigrationRequest) String() string

func (*RetrySchemaMigrationRequest) UnmarshalVT added in v0.18.0

func (m *RetrySchemaMigrationRequest) UnmarshalVT(dAtA []byte) error

type RetrySchemaMigrationResponse added in v0.18.0

type RetrySchemaMigrationResponse struct {
	RowsAffectedByShard map[string]uint64 `` /* 211-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RetrySchemaMigrationResponse) CloneMessageVT added in v0.18.0

func (m *RetrySchemaMigrationResponse) CloneMessageVT() proto.Message

func (*RetrySchemaMigrationResponse) CloneVT added in v0.18.0

func (*RetrySchemaMigrationResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use RetrySchemaMigrationResponse.ProtoReflect.Descriptor instead.

func (*RetrySchemaMigrationResponse) GetRowsAffectedByShard added in v0.18.0

func (x *RetrySchemaMigrationResponse) GetRowsAffectedByShard() map[string]uint64

func (*RetrySchemaMigrationResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *RetrySchemaMigrationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RetrySchemaMigrationResponse) MarshalToVT added in v0.18.0

func (m *RetrySchemaMigrationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RetrySchemaMigrationResponse) MarshalVT added in v0.18.0

func (m *RetrySchemaMigrationResponse) MarshalVT() (dAtA []byte, err error)

func (*RetrySchemaMigrationResponse) ProtoMessage added in v0.18.0

func (*RetrySchemaMigrationResponse) ProtoMessage()

func (*RetrySchemaMigrationResponse) ProtoReflect added in v0.18.0

func (*RetrySchemaMigrationResponse) Reset added in v0.18.0

func (x *RetrySchemaMigrationResponse) Reset()

func (*RetrySchemaMigrationResponse) SizeVT added in v0.18.0

func (m *RetrySchemaMigrationResponse) SizeVT() (n int)

func (*RetrySchemaMigrationResponse) String added in v0.18.0

func (*RetrySchemaMigrationResponse) UnmarshalVT added in v0.18.0

func (m *RetrySchemaMigrationResponse) UnmarshalVT(dAtA []byte) error

type RunHealthCheckRequest added in v0.12.0

type RunHealthCheckRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*RunHealthCheckRequest) CloneMessageVT added in v0.18.0

func (m *RunHealthCheckRequest) CloneMessageVT() proto.Message

func (*RunHealthCheckRequest) CloneVT added in v0.18.0

func (*RunHealthCheckRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use RunHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*RunHealthCheckRequest) GetTabletAlias added in v0.12.0

func (x *RunHealthCheckRequest) GetTabletAlias() *topodata.TabletAlias

func (*RunHealthCheckRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *RunHealthCheckRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RunHealthCheckRequest) MarshalToVT added in v0.12.0

func (m *RunHealthCheckRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RunHealthCheckRequest) MarshalVT added in v0.12.0

func (m *RunHealthCheckRequest) MarshalVT() (dAtA []byte, err error)

func (*RunHealthCheckRequest) ProtoMessage added in v0.12.0

func (*RunHealthCheckRequest) ProtoMessage()

func (*RunHealthCheckRequest) ProtoReflect added in v0.12.0

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

func (*RunHealthCheckRequest) Reset added in v0.12.0

func (x *RunHealthCheckRequest) Reset()

func (*RunHealthCheckRequest) SizeVT added in v0.12.0

func (m *RunHealthCheckRequest) SizeVT() (n int)

func (*RunHealthCheckRequest) String added in v0.12.0

func (x *RunHealthCheckRequest) String() string

func (*RunHealthCheckRequest) UnmarshalVT added in v0.12.0

func (m *RunHealthCheckRequest) UnmarshalVT(dAtA []byte) error

type RunHealthCheckResponse added in v0.12.0

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

func (*RunHealthCheckResponse) CloneMessageVT added in v0.18.0

func (m *RunHealthCheckResponse) CloneMessageVT() proto.Message

func (*RunHealthCheckResponse) CloneVT added in v0.18.0

func (*RunHealthCheckResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use RunHealthCheckResponse.ProtoReflect.Descriptor instead.

func (*RunHealthCheckResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *RunHealthCheckResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RunHealthCheckResponse) MarshalToVT added in v0.12.0

func (m *RunHealthCheckResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RunHealthCheckResponse) MarshalVT added in v0.12.0

func (m *RunHealthCheckResponse) MarshalVT() (dAtA []byte, err error)

func (*RunHealthCheckResponse) ProtoMessage added in v0.12.0

func (*RunHealthCheckResponse) ProtoMessage()

func (*RunHealthCheckResponse) ProtoReflect added in v0.12.0

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

func (*RunHealthCheckResponse) Reset added in v0.12.0

func (x *RunHealthCheckResponse) Reset()

func (*RunHealthCheckResponse) SizeVT added in v0.12.0

func (m *RunHealthCheckResponse) SizeVT() (n int)

func (*RunHealthCheckResponse) String added in v0.12.0

func (x *RunHealthCheckResponse) String() string

func (*RunHealthCheckResponse) UnmarshalVT added in v0.12.0

func (m *RunHealthCheckResponse) UnmarshalVT(dAtA []byte) error

type SchemaMigration added in v0.18.0

type SchemaMigration struct {
	Uuid                        string                   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Keyspace                    string                   `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard                       string                   `protobuf:"bytes,3,opt,name=shard,proto3" json:"shard,omitempty"`
	Schema                      string                   `protobuf:"bytes,4,opt,name=schema,proto3" json:"schema,omitempty"`
	Table                       string                   `protobuf:"bytes,5,opt,name=table,proto3" json:"table,omitempty"`
	MigrationStatement          string                   `protobuf:"bytes,6,opt,name=migration_statement,json=migrationStatement,proto3" json:"migration_statement,omitempty"`
	Strategy                    SchemaMigration_Strategy `protobuf:"varint,7,opt,name=strategy,proto3,enum=vtctldata.SchemaMigration_Strategy" json:"strategy,omitempty"`
	Options                     string                   `protobuf:"bytes,8,opt,name=options,proto3" json:"options,omitempty"`
	AddedAt                     *vttime.Time             `protobuf:"bytes,9,opt,name=added_at,json=addedAt,proto3" json:"added_at,omitempty"`
	RequestedAt                 *vttime.Time             `protobuf:"bytes,10,opt,name=requested_at,json=requestedAt,proto3" json:"requested_at,omitempty"`
	ReadyAt                     *vttime.Time             `protobuf:"bytes,11,opt,name=ready_at,json=readyAt,proto3" json:"ready_at,omitempty"`
	StartedAt                   *vttime.Time             `protobuf:"bytes,12,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	LivenessTimestamp           *vttime.Time             `protobuf:"bytes,13,opt,name=liveness_timestamp,json=livenessTimestamp,proto3" json:"liveness_timestamp,omitempty"`
	CompletedAt                 *vttime.Time             `protobuf:"bytes,14,opt,name=completed_at,json=completedAt,proto3" json:"completed_at,omitempty"`
	CleanedUpAt                 *vttime.Time             `protobuf:"bytes,15,opt,name=cleaned_up_at,json=cleanedUpAt,proto3" json:"cleaned_up_at,omitempty"`
	Status                      SchemaMigration_Status   `protobuf:"varint,16,opt,name=status,proto3,enum=vtctldata.SchemaMigration_Status" json:"status,omitempty"`
	LogPath                     string                   `protobuf:"bytes,17,opt,name=log_path,json=logPath,proto3" json:"log_path,omitempty"`
	Artifacts                   string                   `protobuf:"bytes,18,opt,name=artifacts,proto3" json:"artifacts,omitempty"`
	Retries                     uint64                   `protobuf:"varint,19,opt,name=retries,proto3" json:"retries,omitempty"`
	Tablet                      *topodata.TabletAlias    `protobuf:"bytes,20,opt,name=tablet,proto3" json:"tablet,omitempty"`
	TabletFailure               bool                     `protobuf:"varint,21,opt,name=tablet_failure,json=tabletFailure,proto3" json:"tablet_failure,omitempty"`
	Progress                    float32                  `protobuf:"fixed32,22,opt,name=progress,proto3" json:"progress,omitempty"`
	MigrationContext            string                   `protobuf:"bytes,23,opt,name=migration_context,json=migrationContext,proto3" json:"migration_context,omitempty"`
	DdlAction                   string                   `protobuf:"bytes,24,opt,name=ddl_action,json=ddlAction,proto3" json:"ddl_action,omitempty"`
	Message                     string                   `protobuf:"bytes,25,opt,name=message,proto3" json:"message,omitempty"`
	EtaSeconds                  int64                    `protobuf:"varint,26,opt,name=eta_seconds,json=etaSeconds,proto3" json:"eta_seconds,omitempty"`
	RowsCopied                  uint64                   `protobuf:"varint,27,opt,name=rows_copied,json=rowsCopied,proto3" json:"rows_copied,omitempty"`
	TableRows                   int64                    `protobuf:"varint,28,opt,name=table_rows,json=tableRows,proto3" json:"table_rows,omitempty"`
	AddedUniqueKeys             uint32                   `protobuf:"varint,29,opt,name=added_unique_keys,json=addedUniqueKeys,proto3" json:"added_unique_keys,omitempty"`
	RemovedUniqueKeys           uint32                   `protobuf:"varint,30,opt,name=removed_unique_keys,json=removedUniqueKeys,proto3" json:"removed_unique_keys,omitempty"`
	LogFile                     string                   `protobuf:"bytes,31,opt,name=log_file,json=logFile,proto3" json:"log_file,omitempty"`
	ArtifactRetention           *vttime.Duration         `protobuf:"bytes,32,opt,name=artifact_retention,json=artifactRetention,proto3" json:"artifact_retention,omitempty"`
	PostponeCompletion          bool                     `protobuf:"varint,33,opt,name=postpone_completion,json=postponeCompletion,proto3" json:"postpone_completion,omitempty"`
	RemovedUniqueKeyNames       string                   `` /* 129-byte string literal not displayed */
	DroppedNoDefaultColumnNames string                   `` /* 149-byte string literal not displayed */
	ExpandedColumnNames         string                   `protobuf:"bytes,36,opt,name=expanded_column_names,json=expandedColumnNames,proto3" json:"expanded_column_names,omitempty"`
	RevertibleNotes             string                   `protobuf:"bytes,37,opt,name=revertible_notes,json=revertibleNotes,proto3" json:"revertible_notes,omitempty"`
	AllowConcurrent             bool                     `protobuf:"varint,38,opt,name=allow_concurrent,json=allowConcurrent,proto3" json:"allow_concurrent,omitempty"`
	RevertedUuid                string                   `protobuf:"bytes,39,opt,name=reverted_uuid,json=revertedUuid,proto3" json:"reverted_uuid,omitempty"`
	IsView                      bool                     `protobuf:"varint,40,opt,name=is_view,json=isView,proto3" json:"is_view,omitempty"`
	ReadyToComplete             bool                     `protobuf:"varint,41,opt,name=ready_to_complete,json=readyToComplete,proto3" json:"ready_to_complete,omitempty"`
	VitessLivenessIndicator     int64                    `` /* 134-byte string literal not displayed */
	UserThrottleRatio           float32                  `protobuf:"fixed32,43,opt,name=user_throttle_ratio,json=userThrottleRatio,proto3" json:"user_throttle_ratio,omitempty"`
	SpecialPlan                 string                   `protobuf:"bytes,44,opt,name=special_plan,json=specialPlan,proto3" json:"special_plan,omitempty"`
	LastThrottledAt             *vttime.Time             `protobuf:"bytes,45,opt,name=last_throttled_at,json=lastThrottledAt,proto3" json:"last_throttled_at,omitempty"`
	ComponentThrottled          string                   `protobuf:"bytes,46,opt,name=component_throttled,json=componentThrottled,proto3" json:"component_throttled,omitempty"`
	CancelledAt                 *vttime.Time             `protobuf:"bytes,47,opt,name=cancelled_at,json=cancelledAt,proto3" json:"cancelled_at,omitempty"`
	PostponeLaunch              bool                     `protobuf:"varint,48,opt,name=postpone_launch,json=postponeLaunch,proto3" json:"postpone_launch,omitempty"`
	Stage                       string                   `protobuf:"bytes,49,opt,name=stage,proto3" json:"stage,omitempty"` // enum?
	CutoverAttempts             uint32                   `protobuf:"varint,50,opt,name=cutover_attempts,json=cutoverAttempts,proto3" json:"cutover_attempts,omitempty"`
	IsImmediateOperation        bool                     `protobuf:"varint,51,opt,name=is_immediate_operation,json=isImmediateOperation,proto3" json:"is_immediate_operation,omitempty"`
	ReviewedAt                  *vttime.Time             `protobuf:"bytes,52,opt,name=reviewed_at,json=reviewedAt,proto3" json:"reviewed_at,omitempty"`
	ReadyToCompleteAt           *vttime.Time             `protobuf:"bytes,53,opt,name=ready_to_complete_at,json=readyToCompleteAt,proto3" json:"ready_to_complete_at,omitempty"`
	RemovedForeignKeyNames      string                   `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

SchemaMigration represents a row in the schema_migrations sidecar table.

func (*SchemaMigration) CloneMessageVT added in v0.18.0

func (m *SchemaMigration) CloneMessageVT() proto.Message

func (*SchemaMigration) CloneVT added in v0.18.0

func (m *SchemaMigration) CloneVT() *SchemaMigration

func (*SchemaMigration) Descriptor deprecated added in v0.18.0

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

Deprecated: Use SchemaMigration.ProtoReflect.Descriptor instead.

func (*SchemaMigration) GetAddedAt added in v0.18.0

func (x *SchemaMigration) GetAddedAt() *vttime.Time

func (*SchemaMigration) GetAddedUniqueKeys added in v0.18.0

func (x *SchemaMigration) GetAddedUniqueKeys() uint32

func (*SchemaMigration) GetAllowConcurrent added in v0.18.0

func (x *SchemaMigration) GetAllowConcurrent() bool

func (*SchemaMigration) GetArtifactRetention added in v0.18.0

func (x *SchemaMigration) GetArtifactRetention() *vttime.Duration

func (*SchemaMigration) GetArtifacts added in v0.18.0

func (x *SchemaMigration) GetArtifacts() string

func (*SchemaMigration) GetCancelledAt added in v0.18.0

func (x *SchemaMigration) GetCancelledAt() *vttime.Time

func (*SchemaMigration) GetCleanedUpAt added in v0.18.0

func (x *SchemaMigration) GetCleanedUpAt() *vttime.Time

func (*SchemaMigration) GetCompletedAt added in v0.18.0

func (x *SchemaMigration) GetCompletedAt() *vttime.Time

func (*SchemaMigration) GetComponentThrottled added in v0.18.0

func (x *SchemaMigration) GetComponentThrottled() string

func (*SchemaMigration) GetCutoverAttempts added in v0.18.0

func (x *SchemaMigration) GetCutoverAttempts() uint32

func (*SchemaMigration) GetDdlAction added in v0.18.0

func (x *SchemaMigration) GetDdlAction() string

func (*SchemaMigration) GetDroppedNoDefaultColumnNames added in v0.18.0

func (x *SchemaMigration) GetDroppedNoDefaultColumnNames() string

func (*SchemaMigration) GetEtaSeconds added in v0.18.0

func (x *SchemaMigration) GetEtaSeconds() int64

func (*SchemaMigration) GetExpandedColumnNames added in v0.18.0

func (x *SchemaMigration) GetExpandedColumnNames() string

func (*SchemaMigration) GetIsImmediateOperation added in v0.18.0

func (x *SchemaMigration) GetIsImmediateOperation() bool

func (*SchemaMigration) GetIsView added in v0.18.0

func (x *SchemaMigration) GetIsView() bool

func (*SchemaMigration) GetKeyspace added in v0.18.0

func (x *SchemaMigration) GetKeyspace() string

func (*SchemaMigration) GetLastThrottledAt added in v0.18.0

func (x *SchemaMigration) GetLastThrottledAt() *vttime.Time

func (*SchemaMigration) GetLivenessTimestamp added in v0.18.0

func (x *SchemaMigration) GetLivenessTimestamp() *vttime.Time

func (*SchemaMigration) GetLogFile added in v0.18.0

func (x *SchemaMigration) GetLogFile() string

func (*SchemaMigration) GetLogPath added in v0.18.0

func (x *SchemaMigration) GetLogPath() string

func (*SchemaMigration) GetMessage added in v0.18.0

func (x *SchemaMigration) GetMessage() string

func (*SchemaMigration) GetMigrationContext added in v0.18.0

func (x *SchemaMigration) GetMigrationContext() string

func (*SchemaMigration) GetMigrationStatement added in v0.18.0

func (x *SchemaMigration) GetMigrationStatement() string

func (*SchemaMigration) GetOptions added in v0.18.0

func (x *SchemaMigration) GetOptions() string

func (*SchemaMigration) GetPostponeCompletion added in v0.18.0

func (x *SchemaMigration) GetPostponeCompletion() bool

func (*SchemaMigration) GetPostponeLaunch added in v0.18.0

func (x *SchemaMigration) GetPostponeLaunch() bool

func (*SchemaMigration) GetProgress added in v0.18.0

func (x *SchemaMigration) GetProgress() float32

func (*SchemaMigration) GetReadyAt added in v0.18.0

func (x *SchemaMigration) GetReadyAt() *vttime.Time

func (*SchemaMigration) GetReadyToComplete added in v0.18.0

func (x *SchemaMigration) GetReadyToComplete() bool

func (*SchemaMigration) GetReadyToCompleteAt added in v0.18.0

func (x *SchemaMigration) GetReadyToCompleteAt() *vttime.Time

func (*SchemaMigration) GetRemovedForeignKeyNames added in v0.19.0

func (x *SchemaMigration) GetRemovedForeignKeyNames() string

func (*SchemaMigration) GetRemovedUniqueKeyNames added in v0.18.0

func (x *SchemaMigration) GetRemovedUniqueKeyNames() string

func (*SchemaMigration) GetRemovedUniqueKeys added in v0.18.0

func (x *SchemaMigration) GetRemovedUniqueKeys() uint32

func (*SchemaMigration) GetRequestedAt added in v0.18.0

func (x *SchemaMigration) GetRequestedAt() *vttime.Time

func (*SchemaMigration) GetRetries added in v0.18.0

func (x *SchemaMigration) GetRetries() uint64

func (*SchemaMigration) GetRevertedUuid added in v0.18.0

func (x *SchemaMigration) GetRevertedUuid() string

func (*SchemaMigration) GetRevertibleNotes added in v0.18.0

func (x *SchemaMigration) GetRevertibleNotes() string

func (*SchemaMigration) GetReviewedAt added in v0.18.0

func (x *SchemaMigration) GetReviewedAt() *vttime.Time

func (*SchemaMigration) GetRowsCopied added in v0.18.0

func (x *SchemaMigration) GetRowsCopied() uint64

func (*SchemaMigration) GetSchema added in v0.18.0

func (x *SchemaMigration) GetSchema() string

func (*SchemaMigration) GetShard added in v0.18.0

func (x *SchemaMigration) GetShard() string

func (*SchemaMigration) GetSpecialPlan added in v0.18.0

func (x *SchemaMigration) GetSpecialPlan() string

func (*SchemaMigration) GetStage added in v0.18.0

func (x *SchemaMigration) GetStage() string

func (*SchemaMigration) GetStartedAt added in v0.18.0

func (x *SchemaMigration) GetStartedAt() *vttime.Time

func (*SchemaMigration) GetStatus added in v0.18.0

func (x *SchemaMigration) GetStatus() SchemaMigration_Status

func (*SchemaMigration) GetStrategy added in v0.18.0

func (x *SchemaMigration) GetStrategy() SchemaMigration_Strategy

func (*SchemaMigration) GetTable added in v0.18.0

func (x *SchemaMigration) GetTable() string

func (*SchemaMigration) GetTableRows added in v0.18.0

func (x *SchemaMigration) GetTableRows() int64

func (*SchemaMigration) GetTablet added in v0.18.0

func (x *SchemaMigration) GetTablet() *topodata.TabletAlias

func (*SchemaMigration) GetTabletFailure added in v0.18.0

func (x *SchemaMigration) GetTabletFailure() bool

func (*SchemaMigration) GetUserThrottleRatio added in v0.18.0

func (x *SchemaMigration) GetUserThrottleRatio() float32

func (*SchemaMigration) GetUuid added in v0.18.0

func (x *SchemaMigration) GetUuid() string

func (*SchemaMigration) GetVitessLivenessIndicator added in v0.18.0

func (x *SchemaMigration) GetVitessLivenessIndicator() int64

func (*SchemaMigration) MarshalToSizedBufferVT added in v0.18.0

func (m *SchemaMigration) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SchemaMigration) MarshalToVT added in v0.18.0

func (m *SchemaMigration) MarshalToVT(dAtA []byte) (int, error)

func (*SchemaMigration) MarshalVT added in v0.18.0

func (m *SchemaMigration) MarshalVT() (dAtA []byte, err error)

func (*SchemaMigration) ProtoMessage added in v0.18.0

func (*SchemaMigration) ProtoMessage()

func (*SchemaMigration) ProtoReflect added in v0.18.0

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

func (*SchemaMigration) Reset added in v0.18.0

func (x *SchemaMigration) Reset()

func (*SchemaMigration) SizeVT added in v0.18.0

func (m *SchemaMigration) SizeVT() (n int)

func (*SchemaMigration) String added in v0.18.0

func (x *SchemaMigration) String() string

func (*SchemaMigration) UnmarshalVT added in v0.18.0

func (m *SchemaMigration) UnmarshalVT(dAtA []byte) error

type SchemaMigration_Status added in v0.18.0

type SchemaMigration_Status int32
const (
	SchemaMigration_UNKNOWN   SchemaMigration_Status = 0
	SchemaMigration_REQUESTED SchemaMigration_Status = 1
	SchemaMigration_CANCELLED SchemaMigration_Status = 2
	SchemaMigration_QUEUED    SchemaMigration_Status = 3
	SchemaMigration_READY     SchemaMigration_Status = 4
	SchemaMigration_RUNNING   SchemaMigration_Status = 5
	SchemaMigration_COMPLETE  SchemaMigration_Status = 6
	SchemaMigration_FAILED    SchemaMigration_Status = 7
)

func (SchemaMigration_Status) Descriptor added in v0.18.0

func (SchemaMigration_Status) Enum added in v0.18.0

func (SchemaMigration_Status) EnumDescriptor deprecated added in v0.18.0

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

Deprecated: Use SchemaMigration_Status.Descriptor instead.

func (SchemaMigration_Status) Number added in v0.18.0

func (SchemaMigration_Status) String added in v0.18.0

func (x SchemaMigration_Status) String() string

func (SchemaMigration_Status) Type added in v0.18.0

type SchemaMigration_Strategy added in v0.18.0

type SchemaMigration_Strategy int32
const (
	// SchemaMigration_VITESS uses vreplication to run the schema migration. It is
	// the default strategy for OnlineDDL requests.
	//
	// SchemaMigration_VITESS was also formerly called "ONLINE".
	SchemaMigration_VITESS SchemaMigration_Strategy = 0
	SchemaMigration_ONLINE SchemaMigration_Strategy = 0
	SchemaMigration_GHOST  SchemaMigration_Strategy = 1
	SchemaMigration_PTOSC  SchemaMigration_Strategy = 2
	// SchemaMigration_DIRECT runs the migration directly against MySQL (e.g. `ALTER TABLE ...`),
	// meaning it is not actually an "online" DDL migration.
	SchemaMigration_DIRECT SchemaMigration_Strategy = 3
	// SchemaMigration_MYSQL is a managed migration (queued and executed by the
	// scheduler) but runs through a MySQL `ALTER TABLE`.
	SchemaMigration_MYSQL SchemaMigration_Strategy = 4
)

func (SchemaMigration_Strategy) Descriptor added in v0.18.0

func (SchemaMigration_Strategy) Enum added in v0.18.0

func (SchemaMigration_Strategy) EnumDescriptor deprecated added in v0.18.0

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

Deprecated: Use SchemaMigration_Strategy.Descriptor instead.

func (SchemaMigration_Strategy) Number added in v0.18.0

func (SchemaMigration_Strategy) String added in v0.18.0

func (x SchemaMigration_Strategy) String() string

func (SchemaMigration_Strategy) Type added in v0.18.0

type SetKeyspaceDurabilityPolicyRequest added in v0.14.0

type SetKeyspaceDurabilityPolicyRequest struct {
	Keyspace         string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	DurabilityPolicy string `protobuf:"bytes,2,opt,name=durability_policy,json=durabilityPolicy,proto3" json:"durability_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*SetKeyspaceDurabilityPolicyRequest) CloneMessageVT added in v0.18.0

func (m *SetKeyspaceDurabilityPolicyRequest) CloneMessageVT() proto.Message

func (*SetKeyspaceDurabilityPolicyRequest) CloneVT added in v0.18.0

func (*SetKeyspaceDurabilityPolicyRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use SetKeyspaceDurabilityPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetKeyspaceDurabilityPolicyRequest) GetDurabilityPolicy added in v0.14.0

func (x *SetKeyspaceDurabilityPolicyRequest) GetDurabilityPolicy() string

func (*SetKeyspaceDurabilityPolicyRequest) GetKeyspace added in v0.14.0

func (x *SetKeyspaceDurabilityPolicyRequest) GetKeyspace() string

func (*SetKeyspaceDurabilityPolicyRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetKeyspaceDurabilityPolicyRequest) MarshalToVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SetKeyspaceDurabilityPolicyRequest) MarshalVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyRequest) MarshalVT() (dAtA []byte, err error)

func (*SetKeyspaceDurabilityPolicyRequest) ProtoMessage added in v0.14.0

func (*SetKeyspaceDurabilityPolicyRequest) ProtoMessage()

func (*SetKeyspaceDurabilityPolicyRequest) ProtoReflect added in v0.14.0

func (*SetKeyspaceDurabilityPolicyRequest) Reset added in v0.14.0

func (*SetKeyspaceDurabilityPolicyRequest) SizeVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyRequest) SizeVT() (n int)

func (*SetKeyspaceDurabilityPolicyRequest) String added in v0.14.0

func (*SetKeyspaceDurabilityPolicyRequest) UnmarshalVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyRequest) UnmarshalVT(dAtA []byte) error

type SetKeyspaceDurabilityPolicyResponse added in v0.14.0

type SetKeyspaceDurabilityPolicyResponse struct {

	// Keyspace is the updated keyspace record.
	Keyspace *topodata.Keyspace `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*SetKeyspaceDurabilityPolicyResponse) CloneMessageVT added in v0.18.0

func (*SetKeyspaceDurabilityPolicyResponse) CloneVT added in v0.18.0

func (*SetKeyspaceDurabilityPolicyResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use SetKeyspaceDurabilityPolicyResponse.ProtoReflect.Descriptor instead.

func (*SetKeyspaceDurabilityPolicyResponse) GetKeyspace added in v0.14.0

func (*SetKeyspaceDurabilityPolicyResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetKeyspaceDurabilityPolicyResponse) MarshalToVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SetKeyspaceDurabilityPolicyResponse) MarshalVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyResponse) MarshalVT() (dAtA []byte, err error)

func (*SetKeyspaceDurabilityPolicyResponse) ProtoMessage added in v0.14.0

func (*SetKeyspaceDurabilityPolicyResponse) ProtoMessage()

func (*SetKeyspaceDurabilityPolicyResponse) ProtoReflect added in v0.14.0

func (*SetKeyspaceDurabilityPolicyResponse) Reset added in v0.14.0

func (*SetKeyspaceDurabilityPolicyResponse) SizeVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyResponse) SizeVT() (n int)

func (*SetKeyspaceDurabilityPolicyResponse) String added in v0.14.0

func (*SetKeyspaceDurabilityPolicyResponse) UnmarshalVT added in v0.14.0

func (m *SetKeyspaceDurabilityPolicyResponse) UnmarshalVT(dAtA []byte) error

type SetKeyspaceShardingInfoRequest added in v0.13.0

type SetKeyspaceShardingInfoRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Force    bool   `protobuf:"varint,4,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*SetKeyspaceShardingInfoRequest) CloneMessageVT added in v0.18.0

func (m *SetKeyspaceShardingInfoRequest) CloneMessageVT() proto.Message

func (*SetKeyspaceShardingInfoRequest) CloneVT added in v0.18.0

func (*SetKeyspaceShardingInfoRequest) Descriptor deprecated added in v0.13.0

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

Deprecated: Use SetKeyspaceShardingInfoRequest.ProtoReflect.Descriptor instead.

func (*SetKeyspaceShardingInfoRequest) GetForce added in v0.13.0

func (x *SetKeyspaceShardingInfoRequest) GetForce() bool

func (*SetKeyspaceShardingInfoRequest) GetKeyspace added in v0.13.0

func (x *SetKeyspaceShardingInfoRequest) GetKeyspace() string

func (*SetKeyspaceShardingInfoRequest) MarshalToSizedBufferVT added in v0.13.0

func (m *SetKeyspaceShardingInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetKeyspaceShardingInfoRequest) MarshalToVT added in v0.13.0

func (m *SetKeyspaceShardingInfoRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SetKeyspaceShardingInfoRequest) MarshalVT added in v0.13.0

func (m *SetKeyspaceShardingInfoRequest) MarshalVT() (dAtA []byte, err error)

func (*SetKeyspaceShardingInfoRequest) ProtoMessage added in v0.13.0

func (*SetKeyspaceShardingInfoRequest) ProtoMessage()

func (*SetKeyspaceShardingInfoRequest) ProtoReflect added in v0.13.0

func (*SetKeyspaceShardingInfoRequest) Reset added in v0.13.0

func (x *SetKeyspaceShardingInfoRequest) Reset()

func (*SetKeyspaceShardingInfoRequest) SizeVT added in v0.13.0

func (m *SetKeyspaceShardingInfoRequest) SizeVT() (n int)

func (*SetKeyspaceShardingInfoRequest) String added in v0.13.0

func (*SetKeyspaceShardingInfoRequest) UnmarshalVT added in v0.13.0

func (m *SetKeyspaceShardingInfoRequest) UnmarshalVT(dAtA []byte) error

type SetKeyspaceShardingInfoResponse added in v0.13.0

type SetKeyspaceShardingInfoResponse struct {

	// Keyspace is the updated keyspace record.
	Keyspace *topodata.Keyspace `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*SetKeyspaceShardingInfoResponse) CloneMessageVT added in v0.18.0

func (m *SetKeyspaceShardingInfoResponse) CloneMessageVT() proto.Message

func (*SetKeyspaceShardingInfoResponse) CloneVT added in v0.18.0

func (*SetKeyspaceShardingInfoResponse) Descriptor deprecated added in v0.13.0

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

Deprecated: Use SetKeyspaceShardingInfoResponse.ProtoReflect.Descriptor instead.

func (*SetKeyspaceShardingInfoResponse) GetKeyspace added in v0.13.0

func (*SetKeyspaceShardingInfoResponse) MarshalToSizedBufferVT added in v0.13.0

func (m *SetKeyspaceShardingInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetKeyspaceShardingInfoResponse) MarshalToVT added in v0.13.0

func (m *SetKeyspaceShardingInfoResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SetKeyspaceShardingInfoResponse) MarshalVT added in v0.13.0

func (m *SetKeyspaceShardingInfoResponse) MarshalVT() (dAtA []byte, err error)

func (*SetKeyspaceShardingInfoResponse) ProtoMessage added in v0.13.0

func (*SetKeyspaceShardingInfoResponse) ProtoMessage()

func (*SetKeyspaceShardingInfoResponse) ProtoReflect added in v0.13.0

func (*SetKeyspaceShardingInfoResponse) Reset added in v0.13.0

func (*SetKeyspaceShardingInfoResponse) SizeVT added in v0.13.0

func (m *SetKeyspaceShardingInfoResponse) SizeVT() (n int)

func (*SetKeyspaceShardingInfoResponse) String added in v0.13.0

func (*SetKeyspaceShardingInfoResponse) UnmarshalVT added in v0.13.0

func (m *SetKeyspaceShardingInfoResponse) UnmarshalVT(dAtA []byte) error

type SetShardIsPrimaryServingRequest added in v0.12.0

type SetShardIsPrimaryServingRequest struct {
	Keyspace  string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard     string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	IsServing bool   `protobuf:"varint,3,opt,name=is_serving,json=isServing,proto3" json:"is_serving,omitempty"`
	// contains filtered or unexported fields
}

func (*SetShardIsPrimaryServingRequest) CloneMessageVT added in v0.18.0

func (m *SetShardIsPrimaryServingRequest) CloneMessageVT() proto.Message

func (*SetShardIsPrimaryServingRequest) CloneVT added in v0.18.0

func (*SetShardIsPrimaryServingRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use SetShardIsPrimaryServingRequest.ProtoReflect.Descriptor instead.

func (*SetShardIsPrimaryServingRequest) GetIsServing added in v0.12.0

func (x *SetShardIsPrimaryServingRequest) GetIsServing() bool

func (*SetShardIsPrimaryServingRequest) GetKeyspace added in v0.12.0

func (x *SetShardIsPrimaryServingRequest) GetKeyspace() string

func (*SetShardIsPrimaryServingRequest) GetShard added in v0.12.0

func (*SetShardIsPrimaryServingRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *SetShardIsPrimaryServingRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetShardIsPrimaryServingRequest) MarshalToVT added in v0.12.0

func (m *SetShardIsPrimaryServingRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SetShardIsPrimaryServingRequest) MarshalVT added in v0.12.0

func (m *SetShardIsPrimaryServingRequest) MarshalVT() (dAtA []byte, err error)

func (*SetShardIsPrimaryServingRequest) ProtoMessage added in v0.12.0

func (*SetShardIsPrimaryServingRequest) ProtoMessage()

func (*SetShardIsPrimaryServingRequest) ProtoReflect added in v0.12.0

func (*SetShardIsPrimaryServingRequest) Reset added in v0.12.0

func (*SetShardIsPrimaryServingRequest) SizeVT added in v0.12.0

func (m *SetShardIsPrimaryServingRequest) SizeVT() (n int)

func (*SetShardIsPrimaryServingRequest) String added in v0.12.0

func (*SetShardIsPrimaryServingRequest) UnmarshalVT added in v0.12.0

func (m *SetShardIsPrimaryServingRequest) UnmarshalVT(dAtA []byte) error

type SetShardIsPrimaryServingResponse added in v0.12.0

type SetShardIsPrimaryServingResponse struct {

	// Shard is the updated shard record.
	Shard *topodata.Shard `protobuf:"bytes,1,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*SetShardIsPrimaryServingResponse) CloneMessageVT added in v0.18.0

func (m *SetShardIsPrimaryServingResponse) CloneMessageVT() proto.Message

func (*SetShardIsPrimaryServingResponse) CloneVT added in v0.18.0

func (*SetShardIsPrimaryServingResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use SetShardIsPrimaryServingResponse.ProtoReflect.Descriptor instead.

func (*SetShardIsPrimaryServingResponse) GetShard added in v0.12.0

func (*SetShardIsPrimaryServingResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *SetShardIsPrimaryServingResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetShardIsPrimaryServingResponse) MarshalToVT added in v0.12.0

func (m *SetShardIsPrimaryServingResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SetShardIsPrimaryServingResponse) MarshalVT added in v0.12.0

func (m *SetShardIsPrimaryServingResponse) MarshalVT() (dAtA []byte, err error)

func (*SetShardIsPrimaryServingResponse) ProtoMessage added in v0.12.0

func (*SetShardIsPrimaryServingResponse) ProtoMessage()

func (*SetShardIsPrimaryServingResponse) ProtoReflect added in v0.12.0

func (*SetShardIsPrimaryServingResponse) Reset added in v0.12.0

func (*SetShardIsPrimaryServingResponse) SizeVT added in v0.12.0

func (m *SetShardIsPrimaryServingResponse) SizeVT() (n int)

func (*SetShardIsPrimaryServingResponse) String added in v0.12.0

func (*SetShardIsPrimaryServingResponse) UnmarshalVT added in v0.12.0

func (m *SetShardIsPrimaryServingResponse) UnmarshalVT(dAtA []byte) error

type SetShardTabletControlRequest added in v0.12.0

type SetShardTabletControlRequest struct {
	Keyspace   string              `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard      string              `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	TabletType topodata.TabletType `protobuf:"varint,3,opt,name=tablet_type,json=tabletType,proto3,enum=topodata.TabletType" json:"tablet_type,omitempty"`
	Cells      []string            `protobuf:"bytes,4,rep,name=cells,proto3" json:"cells,omitempty"`
	// DeniedTables updates the list of denied tables the shard will serve for
	// the given tablet type. This is useful to fix tables that are being blocked
	// after a MoveTables operation.
	//
	// NOTE: Setting this field will cause DisableQueryService to be ignored.
	DeniedTables []string `protobuf:"bytes,5,rep,name=denied_tables,json=deniedTables,proto3" json:"denied_tables,omitempty"`
	// DisableQueryService instructs whether to enable the query service on
	// tablets of the given type in the shard. This is useful to fix Reshard
	// operations gone awry.
	//
	// NOTE: this is ignored if DeniedTables is not empty.
	DisableQueryService bool `protobuf:"varint,6,opt,name=disable_query_service,json=disableQueryService,proto3" json:"disable_query_service,omitempty"`
	// Remove removes the ShardTabletControl record entirely. If set, this takes
	// precedence over DeniedTables and DisableQueryService fields, and is useful
	// to manually remove serving restrictions after a completed MoveTables
	// operation.
	Remove bool `protobuf:"varint,7,opt,name=remove,proto3" json:"remove,omitempty"`
	// contains filtered or unexported fields
}

func (*SetShardTabletControlRequest) CloneMessageVT added in v0.18.0

func (m *SetShardTabletControlRequest) CloneMessageVT() proto.Message

func (*SetShardTabletControlRequest) CloneVT added in v0.18.0

func (*SetShardTabletControlRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use SetShardTabletControlRequest.ProtoReflect.Descriptor instead.

func (*SetShardTabletControlRequest) GetCells added in v0.12.0

func (x *SetShardTabletControlRequest) GetCells() []string

func (*SetShardTabletControlRequest) GetDeniedTables added in v0.12.0

func (x *SetShardTabletControlRequest) GetDeniedTables() []string

func (*SetShardTabletControlRequest) GetDisableQueryService added in v0.12.0

func (x *SetShardTabletControlRequest) GetDisableQueryService() bool

func (*SetShardTabletControlRequest) GetKeyspace added in v0.12.0

func (x *SetShardTabletControlRequest) GetKeyspace() string

func (*SetShardTabletControlRequest) GetRemove added in v0.12.0

func (x *SetShardTabletControlRequest) GetRemove() bool

func (*SetShardTabletControlRequest) GetShard added in v0.12.0

func (x *SetShardTabletControlRequest) GetShard() string

func (*SetShardTabletControlRequest) GetTabletType added in v0.12.0

func (*SetShardTabletControlRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *SetShardTabletControlRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetShardTabletControlRequest) MarshalToVT added in v0.12.0

func (m *SetShardTabletControlRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SetShardTabletControlRequest) MarshalVT added in v0.12.0

func (m *SetShardTabletControlRequest) MarshalVT() (dAtA []byte, err error)

func (*SetShardTabletControlRequest) ProtoMessage added in v0.12.0

func (*SetShardTabletControlRequest) ProtoMessage()

func (*SetShardTabletControlRequest) ProtoReflect added in v0.12.0

func (*SetShardTabletControlRequest) Reset added in v0.12.0

func (x *SetShardTabletControlRequest) Reset()

func (*SetShardTabletControlRequest) SizeVT added in v0.12.0

func (m *SetShardTabletControlRequest) SizeVT() (n int)

func (*SetShardTabletControlRequest) String added in v0.12.0

func (*SetShardTabletControlRequest) UnmarshalVT added in v0.12.0

func (m *SetShardTabletControlRequest) UnmarshalVT(dAtA []byte) error

type SetShardTabletControlResponse added in v0.12.0

type SetShardTabletControlResponse struct {

	// Shard is the updated shard record.
	Shard *topodata.Shard `protobuf:"bytes,1,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*SetShardTabletControlResponse) CloneMessageVT added in v0.18.0

func (m *SetShardTabletControlResponse) CloneMessageVT() proto.Message

func (*SetShardTabletControlResponse) CloneVT added in v0.18.0

func (*SetShardTabletControlResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use SetShardTabletControlResponse.ProtoReflect.Descriptor instead.

func (*SetShardTabletControlResponse) GetShard added in v0.12.0

func (*SetShardTabletControlResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *SetShardTabletControlResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetShardTabletControlResponse) MarshalToVT added in v0.12.0

func (m *SetShardTabletControlResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SetShardTabletControlResponse) MarshalVT added in v0.12.0

func (m *SetShardTabletControlResponse) MarshalVT() (dAtA []byte, err error)

func (*SetShardTabletControlResponse) ProtoMessage added in v0.12.0

func (*SetShardTabletControlResponse) ProtoMessage()

func (*SetShardTabletControlResponse) ProtoReflect added in v0.12.0

func (*SetShardTabletControlResponse) Reset added in v0.12.0

func (x *SetShardTabletControlResponse) Reset()

func (*SetShardTabletControlResponse) SizeVT added in v0.12.0

func (m *SetShardTabletControlResponse) SizeVT() (n int)

func (*SetShardTabletControlResponse) String added in v0.12.0

func (*SetShardTabletControlResponse) UnmarshalVT added in v0.12.0

func (m *SetShardTabletControlResponse) UnmarshalVT(dAtA []byte) error

type SetWritableRequest added in v0.12.0

type SetWritableRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	Writable    bool                  `protobuf:"varint,2,opt,name=writable,proto3" json:"writable,omitempty"`
	// contains filtered or unexported fields
}

func (*SetWritableRequest) CloneMessageVT added in v0.18.0

func (m *SetWritableRequest) CloneMessageVT() proto.Message

func (*SetWritableRequest) CloneVT added in v0.18.0

func (m *SetWritableRequest) CloneVT() *SetWritableRequest

func (*SetWritableRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use SetWritableRequest.ProtoReflect.Descriptor instead.

func (*SetWritableRequest) GetTabletAlias added in v0.12.0

func (x *SetWritableRequest) GetTabletAlias() *topodata.TabletAlias

func (*SetWritableRequest) GetWritable added in v0.12.0

func (x *SetWritableRequest) GetWritable() bool

func (*SetWritableRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *SetWritableRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetWritableRequest) MarshalToVT added in v0.12.0

func (m *SetWritableRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SetWritableRequest) MarshalVT added in v0.12.0

func (m *SetWritableRequest) MarshalVT() (dAtA []byte, err error)

func (*SetWritableRequest) ProtoMessage added in v0.12.0

func (*SetWritableRequest) ProtoMessage()

func (*SetWritableRequest) ProtoReflect added in v0.12.0

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

func (*SetWritableRequest) Reset added in v0.12.0

func (x *SetWritableRequest) Reset()

func (*SetWritableRequest) SizeVT added in v0.12.0

func (m *SetWritableRequest) SizeVT() (n int)

func (*SetWritableRequest) String added in v0.12.0

func (x *SetWritableRequest) String() string

func (*SetWritableRequest) UnmarshalVT added in v0.12.0

func (m *SetWritableRequest) UnmarshalVT(dAtA []byte) error

type SetWritableResponse added in v0.12.0

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

func (*SetWritableResponse) CloneMessageVT added in v0.18.0

func (m *SetWritableResponse) CloneMessageVT() proto.Message

func (*SetWritableResponse) CloneVT added in v0.18.0

func (*SetWritableResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use SetWritableResponse.ProtoReflect.Descriptor instead.

func (*SetWritableResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *SetWritableResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetWritableResponse) MarshalToVT added in v0.12.0

func (m *SetWritableResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SetWritableResponse) MarshalVT added in v0.12.0

func (m *SetWritableResponse) MarshalVT() (dAtA []byte, err error)

func (*SetWritableResponse) ProtoMessage added in v0.12.0

func (*SetWritableResponse) ProtoMessage()

func (*SetWritableResponse) ProtoReflect added in v0.12.0

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

func (*SetWritableResponse) Reset added in v0.12.0

func (x *SetWritableResponse) Reset()

func (*SetWritableResponse) SizeVT added in v0.12.0

func (m *SetWritableResponse) SizeVT() (n int)

func (*SetWritableResponse) String added in v0.12.0

func (x *SetWritableResponse) String() string

func (*SetWritableResponse) UnmarshalVT added in v0.12.0

func (m *SetWritableResponse) UnmarshalVT(dAtA []byte) error

type Shard added in v0.9.0

type Shard struct {
	Keyspace string          `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Name     string          `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Shard    *topodata.Shard `protobuf:"bytes,3,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*Shard) CloneMessageVT added in v0.18.0

func (m *Shard) CloneMessageVT() proto.Message

func (*Shard) CloneVT added in v0.18.0

func (m *Shard) CloneVT() *Shard

func (*Shard) Descriptor deprecated added in v0.9.0

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

Deprecated: Use Shard.ProtoReflect.Descriptor instead.

func (*Shard) GetKeyspace added in v0.9.0

func (x *Shard) GetKeyspace() string

func (*Shard) GetName added in v0.9.0

func (x *Shard) GetName() string

func (*Shard) GetShard added in v0.9.0

func (x *Shard) GetShard() *topodata.Shard

func (*Shard) MarshalToSizedBufferVT added in v0.11.0

func (m *Shard) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Shard) MarshalToVT added in v0.11.0

func (m *Shard) MarshalToVT(dAtA []byte) (int, error)

func (*Shard) MarshalVT added in v0.11.0

func (m *Shard) MarshalVT() (dAtA []byte, err error)

func (*Shard) ProtoMessage added in v0.9.0

func (*Shard) ProtoMessage()

func (*Shard) ProtoReflect added in v0.11.0

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

func (*Shard) Reset added in v0.9.0

func (x *Shard) Reset()

func (*Shard) SizeVT added in v0.11.0

func (m *Shard) SizeVT() (n int)

func (*Shard) String added in v0.9.0

func (x *Shard) String() string

func (*Shard) UnmarshalVT added in v0.11.0

func (m *Shard) UnmarshalVT(dAtA []byte) error

type ShardReplicationAddRequest added in v0.14.0

type ShardReplicationAddRequest struct {
	Keyspace    string                `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard       string                `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,3,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*ShardReplicationAddRequest) CloneMessageVT added in v0.18.0

func (m *ShardReplicationAddRequest) CloneMessageVT() proto.Message

func (*ShardReplicationAddRequest) CloneVT added in v0.18.0

func (*ShardReplicationAddRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ShardReplicationAddRequest.ProtoReflect.Descriptor instead.

func (*ShardReplicationAddRequest) GetKeyspace added in v0.14.0

func (x *ShardReplicationAddRequest) GetKeyspace() string

func (*ShardReplicationAddRequest) GetShard added in v0.14.0

func (x *ShardReplicationAddRequest) GetShard() string

func (*ShardReplicationAddRequest) GetTabletAlias added in v0.14.0

func (x *ShardReplicationAddRequest) GetTabletAlias() *topodata.TabletAlias

func (*ShardReplicationAddRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *ShardReplicationAddRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShardReplicationAddRequest) MarshalToVT added in v0.14.0

func (m *ShardReplicationAddRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ShardReplicationAddRequest) MarshalVT added in v0.14.0

func (m *ShardReplicationAddRequest) MarshalVT() (dAtA []byte, err error)

func (*ShardReplicationAddRequest) ProtoMessage added in v0.14.0

func (*ShardReplicationAddRequest) ProtoMessage()

func (*ShardReplicationAddRequest) ProtoReflect added in v0.14.0

func (*ShardReplicationAddRequest) Reset added in v0.14.0

func (x *ShardReplicationAddRequest) Reset()

func (*ShardReplicationAddRequest) SizeVT added in v0.14.0

func (m *ShardReplicationAddRequest) SizeVT() (n int)

func (*ShardReplicationAddRequest) String added in v0.14.0

func (x *ShardReplicationAddRequest) String() string

func (*ShardReplicationAddRequest) UnmarshalVT added in v0.14.0

func (m *ShardReplicationAddRequest) UnmarshalVT(dAtA []byte) error

type ShardReplicationAddResponse added in v0.14.0

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

func (*ShardReplicationAddResponse) CloneMessageVT added in v0.18.0

func (m *ShardReplicationAddResponse) CloneMessageVT() proto.Message

func (*ShardReplicationAddResponse) CloneVT added in v0.18.0

func (*ShardReplicationAddResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ShardReplicationAddResponse.ProtoReflect.Descriptor instead.

func (*ShardReplicationAddResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *ShardReplicationAddResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShardReplicationAddResponse) MarshalToVT added in v0.14.0

func (m *ShardReplicationAddResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ShardReplicationAddResponse) MarshalVT added in v0.14.0

func (m *ShardReplicationAddResponse) MarshalVT() (dAtA []byte, err error)

func (*ShardReplicationAddResponse) ProtoMessage added in v0.14.0

func (*ShardReplicationAddResponse) ProtoMessage()

func (*ShardReplicationAddResponse) ProtoReflect added in v0.14.0

func (*ShardReplicationAddResponse) Reset added in v0.14.0

func (x *ShardReplicationAddResponse) Reset()

func (*ShardReplicationAddResponse) SizeVT added in v0.14.0

func (m *ShardReplicationAddResponse) SizeVT() (n int)

func (*ShardReplicationAddResponse) String added in v0.14.0

func (x *ShardReplicationAddResponse) String() string

func (*ShardReplicationAddResponse) UnmarshalVT added in v0.14.0

func (m *ShardReplicationAddResponse) UnmarshalVT(dAtA []byte) error

type ShardReplicationFixRequest added in v0.14.0

type ShardReplicationFixRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard    string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	Cell     string `protobuf:"bytes,3,opt,name=cell,proto3" json:"cell,omitempty"`
	// contains filtered or unexported fields
}

func (*ShardReplicationFixRequest) CloneMessageVT added in v0.18.0

func (m *ShardReplicationFixRequest) CloneMessageVT() proto.Message

func (*ShardReplicationFixRequest) CloneVT added in v0.18.0

func (*ShardReplicationFixRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ShardReplicationFixRequest.ProtoReflect.Descriptor instead.

func (*ShardReplicationFixRequest) GetCell added in v0.14.0

func (x *ShardReplicationFixRequest) GetCell() string

func (*ShardReplicationFixRequest) GetKeyspace added in v0.14.0

func (x *ShardReplicationFixRequest) GetKeyspace() string

func (*ShardReplicationFixRequest) GetShard added in v0.14.0

func (x *ShardReplicationFixRequest) GetShard() string

func (*ShardReplicationFixRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *ShardReplicationFixRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShardReplicationFixRequest) MarshalToVT added in v0.14.0

func (m *ShardReplicationFixRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ShardReplicationFixRequest) MarshalVT added in v0.14.0

func (m *ShardReplicationFixRequest) MarshalVT() (dAtA []byte, err error)

func (*ShardReplicationFixRequest) ProtoMessage added in v0.14.0

func (*ShardReplicationFixRequest) ProtoMessage()

func (*ShardReplicationFixRequest) ProtoReflect added in v0.14.0

func (*ShardReplicationFixRequest) Reset added in v0.14.0

func (x *ShardReplicationFixRequest) Reset()

func (*ShardReplicationFixRequest) SizeVT added in v0.14.0

func (m *ShardReplicationFixRequest) SizeVT() (n int)

func (*ShardReplicationFixRequest) String added in v0.14.0

func (x *ShardReplicationFixRequest) String() string

func (*ShardReplicationFixRequest) UnmarshalVT added in v0.14.0

func (m *ShardReplicationFixRequest) UnmarshalVT(dAtA []byte) error

type ShardReplicationFixResponse added in v0.14.0

type ShardReplicationFixResponse struct {

	// Error contains information about the error fixed by a
	// ShardReplicationFix RPC. If there were no errors to fix (i.e. all nodes
	// in the replication graph are valid), this field is nil.
	Error *topodata.ShardReplicationError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ShardReplicationFixResponse) CloneMessageVT added in v0.18.0

func (m *ShardReplicationFixResponse) CloneMessageVT() proto.Message

func (*ShardReplicationFixResponse) CloneVT added in v0.18.0

func (*ShardReplicationFixResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ShardReplicationFixResponse.ProtoReflect.Descriptor instead.

func (*ShardReplicationFixResponse) GetError added in v0.14.0

func (*ShardReplicationFixResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *ShardReplicationFixResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShardReplicationFixResponse) MarshalToVT added in v0.14.0

func (m *ShardReplicationFixResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ShardReplicationFixResponse) MarshalVT added in v0.14.0

func (m *ShardReplicationFixResponse) MarshalVT() (dAtA []byte, err error)

func (*ShardReplicationFixResponse) ProtoMessage added in v0.14.0

func (*ShardReplicationFixResponse) ProtoMessage()

func (*ShardReplicationFixResponse) ProtoReflect added in v0.14.0

func (*ShardReplicationFixResponse) Reset added in v0.14.0

func (x *ShardReplicationFixResponse) Reset()

func (*ShardReplicationFixResponse) SizeVT added in v0.14.0

func (m *ShardReplicationFixResponse) SizeVT() (n int)

func (*ShardReplicationFixResponse) String added in v0.14.0

func (x *ShardReplicationFixResponse) String() string

func (*ShardReplicationFixResponse) UnmarshalVT added in v0.14.0

func (m *ShardReplicationFixResponse) UnmarshalVT(dAtA []byte) error

type ShardReplicationPositionsRequest added in v0.10.0

type ShardReplicationPositionsRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard    string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*ShardReplicationPositionsRequest) CloneMessageVT added in v0.18.0

func (m *ShardReplicationPositionsRequest) CloneMessageVT() proto.Message

func (*ShardReplicationPositionsRequest) CloneVT added in v0.18.0

func (*ShardReplicationPositionsRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ShardReplicationPositionsRequest.ProtoReflect.Descriptor instead.

func (*ShardReplicationPositionsRequest) GetKeyspace added in v0.10.0

func (x *ShardReplicationPositionsRequest) GetKeyspace() string

func (*ShardReplicationPositionsRequest) GetShard added in v0.10.0

func (*ShardReplicationPositionsRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *ShardReplicationPositionsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShardReplicationPositionsRequest) MarshalToVT added in v0.11.0

func (m *ShardReplicationPositionsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ShardReplicationPositionsRequest) MarshalVT added in v0.11.0

func (m *ShardReplicationPositionsRequest) MarshalVT() (dAtA []byte, err error)

func (*ShardReplicationPositionsRequest) ProtoMessage added in v0.10.0

func (*ShardReplicationPositionsRequest) ProtoMessage()

func (*ShardReplicationPositionsRequest) ProtoReflect added in v0.11.0

func (*ShardReplicationPositionsRequest) Reset added in v0.10.0

func (*ShardReplicationPositionsRequest) SizeVT added in v0.11.0

func (m *ShardReplicationPositionsRequest) SizeVT() (n int)

func (*ShardReplicationPositionsRequest) String added in v0.10.0

func (*ShardReplicationPositionsRequest) UnmarshalVT added in v0.11.0

func (m *ShardReplicationPositionsRequest) UnmarshalVT(dAtA []byte) error

type ShardReplicationPositionsResponse added in v0.10.0

type ShardReplicationPositionsResponse struct {

	// ReplicationStatuses is a mapping of tablet alias string to replication
	// status for that tablet.
	ReplicationStatuses map[string]*replicationdata.Status `` /* 206-byte string literal not displayed */
	// TabletMap is the set of tablets whose replication statuses were queried,
	// keyed by tablet alias.
	TabletMap map[string]*topodata.Tablet `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ShardReplicationPositionsResponse) CloneMessageVT added in v0.18.0

func (m *ShardReplicationPositionsResponse) CloneMessageVT() proto.Message

func (*ShardReplicationPositionsResponse) CloneVT added in v0.18.0

func (*ShardReplicationPositionsResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ShardReplicationPositionsResponse.ProtoReflect.Descriptor instead.

func (*ShardReplicationPositionsResponse) GetReplicationStatuses added in v0.10.0

func (x *ShardReplicationPositionsResponse) GetReplicationStatuses() map[string]*replicationdata.Status

func (*ShardReplicationPositionsResponse) GetTabletMap added in v0.10.0

func (*ShardReplicationPositionsResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *ShardReplicationPositionsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShardReplicationPositionsResponse) MarshalToVT added in v0.11.0

func (m *ShardReplicationPositionsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ShardReplicationPositionsResponse) MarshalVT added in v0.11.0

func (m *ShardReplicationPositionsResponse) MarshalVT() (dAtA []byte, err error)

func (*ShardReplicationPositionsResponse) ProtoMessage added in v0.10.0

func (*ShardReplicationPositionsResponse) ProtoMessage()

func (*ShardReplicationPositionsResponse) ProtoReflect added in v0.11.0

func (*ShardReplicationPositionsResponse) Reset added in v0.10.0

func (*ShardReplicationPositionsResponse) SizeVT added in v0.11.0

func (m *ShardReplicationPositionsResponse) SizeVT() (n int)

func (*ShardReplicationPositionsResponse) String added in v0.10.0

func (*ShardReplicationPositionsResponse) UnmarshalVT added in v0.11.0

func (m *ShardReplicationPositionsResponse) UnmarshalVT(dAtA []byte) error

type ShardReplicationRemoveRequest added in v0.14.0

type ShardReplicationRemoveRequest struct {
	Keyspace    string                `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard       string                `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,3,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*ShardReplicationRemoveRequest) CloneMessageVT added in v0.18.0

func (m *ShardReplicationRemoveRequest) CloneMessageVT() proto.Message

func (*ShardReplicationRemoveRequest) CloneVT added in v0.18.0

func (*ShardReplicationRemoveRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ShardReplicationRemoveRequest.ProtoReflect.Descriptor instead.

func (*ShardReplicationRemoveRequest) GetKeyspace added in v0.14.0

func (x *ShardReplicationRemoveRequest) GetKeyspace() string

func (*ShardReplicationRemoveRequest) GetShard added in v0.14.0

func (x *ShardReplicationRemoveRequest) GetShard() string

func (*ShardReplicationRemoveRequest) GetTabletAlias added in v0.14.0

func (x *ShardReplicationRemoveRequest) GetTabletAlias() *topodata.TabletAlias

func (*ShardReplicationRemoveRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *ShardReplicationRemoveRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShardReplicationRemoveRequest) MarshalToVT added in v0.14.0

func (m *ShardReplicationRemoveRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ShardReplicationRemoveRequest) MarshalVT added in v0.14.0

func (m *ShardReplicationRemoveRequest) MarshalVT() (dAtA []byte, err error)

func (*ShardReplicationRemoveRequest) ProtoMessage added in v0.14.0

func (*ShardReplicationRemoveRequest) ProtoMessage()

func (*ShardReplicationRemoveRequest) ProtoReflect added in v0.14.0

func (*ShardReplicationRemoveRequest) Reset added in v0.14.0

func (x *ShardReplicationRemoveRequest) Reset()

func (*ShardReplicationRemoveRequest) SizeVT added in v0.14.0

func (m *ShardReplicationRemoveRequest) SizeVT() (n int)

func (*ShardReplicationRemoveRequest) String added in v0.14.0

func (*ShardReplicationRemoveRequest) UnmarshalVT added in v0.14.0

func (m *ShardReplicationRemoveRequest) UnmarshalVT(dAtA []byte) error

type ShardReplicationRemoveResponse added in v0.14.0

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

func (*ShardReplicationRemoveResponse) CloneMessageVT added in v0.18.0

func (m *ShardReplicationRemoveResponse) CloneMessageVT() proto.Message

func (*ShardReplicationRemoveResponse) CloneVT added in v0.18.0

func (*ShardReplicationRemoveResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ShardReplicationRemoveResponse.ProtoReflect.Descriptor instead.

func (*ShardReplicationRemoveResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *ShardReplicationRemoveResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShardReplicationRemoveResponse) MarshalToVT added in v0.14.0

func (m *ShardReplicationRemoveResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ShardReplicationRemoveResponse) MarshalVT added in v0.14.0

func (m *ShardReplicationRemoveResponse) MarshalVT() (dAtA []byte, err error)

func (*ShardReplicationRemoveResponse) ProtoMessage added in v0.14.0

func (*ShardReplicationRemoveResponse) ProtoMessage()

func (*ShardReplicationRemoveResponse) ProtoReflect added in v0.14.0

func (*ShardReplicationRemoveResponse) Reset added in v0.14.0

func (x *ShardReplicationRemoveResponse) Reset()

func (*ShardReplicationRemoveResponse) SizeVT added in v0.14.0

func (m *ShardReplicationRemoveResponse) SizeVT() (n int)

func (*ShardReplicationRemoveResponse) String added in v0.14.0

func (*ShardReplicationRemoveResponse) UnmarshalVT added in v0.14.0

func (m *ShardReplicationRemoveResponse) UnmarshalVT(dAtA []byte) error

type SleepTabletRequest added in v0.12.0

type SleepTabletRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	Duration    *vttime.Duration      `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*SleepTabletRequest) CloneMessageVT added in v0.18.0

func (m *SleepTabletRequest) CloneMessageVT() proto.Message

func (*SleepTabletRequest) CloneVT added in v0.18.0

func (m *SleepTabletRequest) CloneVT() *SleepTabletRequest

func (*SleepTabletRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use SleepTabletRequest.ProtoReflect.Descriptor instead.

func (*SleepTabletRequest) GetDuration added in v0.12.0

func (x *SleepTabletRequest) GetDuration() *vttime.Duration

func (*SleepTabletRequest) GetTabletAlias added in v0.12.0

func (x *SleepTabletRequest) GetTabletAlias() *topodata.TabletAlias

func (*SleepTabletRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *SleepTabletRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SleepTabletRequest) MarshalToVT added in v0.12.0

func (m *SleepTabletRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SleepTabletRequest) MarshalVT added in v0.12.0

func (m *SleepTabletRequest) MarshalVT() (dAtA []byte, err error)

func (*SleepTabletRequest) ProtoMessage added in v0.12.0

func (*SleepTabletRequest) ProtoMessage()

func (*SleepTabletRequest) ProtoReflect added in v0.12.0

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

func (*SleepTabletRequest) Reset added in v0.12.0

func (x *SleepTabletRequest) Reset()

func (*SleepTabletRequest) SizeVT added in v0.12.0

func (m *SleepTabletRequest) SizeVT() (n int)

func (*SleepTabletRequest) String added in v0.12.0

func (x *SleepTabletRequest) String() string

func (*SleepTabletRequest) UnmarshalVT added in v0.12.0

func (m *SleepTabletRequest) UnmarshalVT(dAtA []byte) error

type SleepTabletResponse added in v0.12.0

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

func (*SleepTabletResponse) CloneMessageVT added in v0.18.0

func (m *SleepTabletResponse) CloneMessageVT() proto.Message

func (*SleepTabletResponse) CloneVT added in v0.18.0

func (*SleepTabletResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use SleepTabletResponse.ProtoReflect.Descriptor instead.

func (*SleepTabletResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *SleepTabletResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SleepTabletResponse) MarshalToVT added in v0.12.0

func (m *SleepTabletResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SleepTabletResponse) MarshalVT added in v0.12.0

func (m *SleepTabletResponse) MarshalVT() (dAtA []byte, err error)

func (*SleepTabletResponse) ProtoMessage added in v0.12.0

func (*SleepTabletResponse) ProtoMessage()

func (*SleepTabletResponse) ProtoReflect added in v0.12.0

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

func (*SleepTabletResponse) Reset added in v0.12.0

func (x *SleepTabletResponse) Reset()

func (*SleepTabletResponse) SizeVT added in v0.12.0

func (m *SleepTabletResponse) SizeVT() (n int)

func (*SleepTabletResponse) String added in v0.12.0

func (x *SleepTabletResponse) String() string

func (*SleepTabletResponse) UnmarshalVT added in v0.12.0

func (m *SleepTabletResponse) UnmarshalVT(dAtA []byte) error

type SourceShardAddRequest added in v0.14.0

type SourceShardAddRequest struct {
	Keyspace       string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard          string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	Uid            int32  `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"`
	SourceKeyspace string `protobuf:"bytes,4,opt,name=source_keyspace,json=sourceKeyspace,proto3" json:"source_keyspace,omitempty"`
	SourceShard    string `protobuf:"bytes,5,opt,name=source_shard,json=sourceShard,proto3" json:"source_shard,omitempty"`
	// KeyRange identifies the key range to use for the SourceShard. This field is
	// optional.
	KeyRange *topodata.KeyRange `protobuf:"bytes,6,opt,name=key_range,json=keyRange,proto3" json:"key_range,omitempty"`
	// Tables is a list of tables replicate (for MoveTables). Each "table" can be
	// either an exact match or a regular expression of the form "/regexp/".
	Tables []string `protobuf:"bytes,7,rep,name=tables,proto3" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceShardAddRequest) CloneMessageVT added in v0.18.0

func (m *SourceShardAddRequest) CloneMessageVT() proto.Message

func (*SourceShardAddRequest) CloneVT added in v0.18.0

func (*SourceShardAddRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use SourceShardAddRequest.ProtoReflect.Descriptor instead.

func (*SourceShardAddRequest) GetKeyRange added in v0.14.0

func (x *SourceShardAddRequest) GetKeyRange() *topodata.KeyRange

func (*SourceShardAddRequest) GetKeyspace added in v0.14.0

func (x *SourceShardAddRequest) GetKeyspace() string

func (*SourceShardAddRequest) GetShard added in v0.14.0

func (x *SourceShardAddRequest) GetShard() string

func (*SourceShardAddRequest) GetSourceKeyspace added in v0.14.0

func (x *SourceShardAddRequest) GetSourceKeyspace() string

func (*SourceShardAddRequest) GetSourceShard added in v0.14.0

func (x *SourceShardAddRequest) GetSourceShard() string

func (*SourceShardAddRequest) GetTables added in v0.14.0

func (x *SourceShardAddRequest) GetTables() []string

func (*SourceShardAddRequest) GetUid added in v0.14.0

func (x *SourceShardAddRequest) GetUid() int32

func (*SourceShardAddRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *SourceShardAddRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SourceShardAddRequest) MarshalToVT added in v0.14.0

func (m *SourceShardAddRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SourceShardAddRequest) MarshalVT added in v0.14.0

func (m *SourceShardAddRequest) MarshalVT() (dAtA []byte, err error)

func (*SourceShardAddRequest) ProtoMessage added in v0.14.0

func (*SourceShardAddRequest) ProtoMessage()

func (*SourceShardAddRequest) ProtoReflect added in v0.14.0

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

func (*SourceShardAddRequest) Reset added in v0.14.0

func (x *SourceShardAddRequest) Reset()

func (*SourceShardAddRequest) SizeVT added in v0.14.0

func (m *SourceShardAddRequest) SizeVT() (n int)

func (*SourceShardAddRequest) String added in v0.14.0

func (x *SourceShardAddRequest) String() string

func (*SourceShardAddRequest) UnmarshalVT added in v0.14.0

func (m *SourceShardAddRequest) UnmarshalVT(dAtA []byte) error

type SourceShardAddResponse added in v0.14.0

type SourceShardAddResponse struct {

	// Shard is the updated shard record.
	Shard *topodata.Shard `protobuf:"bytes,1,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceShardAddResponse) CloneMessageVT added in v0.18.0

func (m *SourceShardAddResponse) CloneMessageVT() proto.Message

func (*SourceShardAddResponse) CloneVT added in v0.18.0

func (*SourceShardAddResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use SourceShardAddResponse.ProtoReflect.Descriptor instead.

func (*SourceShardAddResponse) GetShard added in v0.14.0

func (x *SourceShardAddResponse) GetShard() *topodata.Shard

func (*SourceShardAddResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *SourceShardAddResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SourceShardAddResponse) MarshalToVT added in v0.14.0

func (m *SourceShardAddResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SourceShardAddResponse) MarshalVT added in v0.14.0

func (m *SourceShardAddResponse) MarshalVT() (dAtA []byte, err error)

func (*SourceShardAddResponse) ProtoMessage added in v0.14.0

func (*SourceShardAddResponse) ProtoMessage()

func (*SourceShardAddResponse) ProtoReflect added in v0.14.0

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

func (*SourceShardAddResponse) Reset added in v0.14.0

func (x *SourceShardAddResponse) Reset()

func (*SourceShardAddResponse) SizeVT added in v0.14.0

func (m *SourceShardAddResponse) SizeVT() (n int)

func (*SourceShardAddResponse) String added in v0.14.0

func (x *SourceShardAddResponse) String() string

func (*SourceShardAddResponse) UnmarshalVT added in v0.14.0

func (m *SourceShardAddResponse) UnmarshalVT(dAtA []byte) error

type SourceShardDeleteRequest added in v0.14.0

type SourceShardDeleteRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard    string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	Uid      int32  `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceShardDeleteRequest) CloneMessageVT added in v0.18.0

func (m *SourceShardDeleteRequest) CloneMessageVT() proto.Message

func (*SourceShardDeleteRequest) CloneVT added in v0.18.0

func (*SourceShardDeleteRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use SourceShardDeleteRequest.ProtoReflect.Descriptor instead.

func (*SourceShardDeleteRequest) GetKeyspace added in v0.14.0

func (x *SourceShardDeleteRequest) GetKeyspace() string

func (*SourceShardDeleteRequest) GetShard added in v0.14.0

func (x *SourceShardDeleteRequest) GetShard() string

func (*SourceShardDeleteRequest) GetUid added in v0.14.0

func (x *SourceShardDeleteRequest) GetUid() int32

func (*SourceShardDeleteRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *SourceShardDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SourceShardDeleteRequest) MarshalToVT added in v0.14.0

func (m *SourceShardDeleteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SourceShardDeleteRequest) MarshalVT added in v0.14.0

func (m *SourceShardDeleteRequest) MarshalVT() (dAtA []byte, err error)

func (*SourceShardDeleteRequest) ProtoMessage added in v0.14.0

func (*SourceShardDeleteRequest) ProtoMessage()

func (*SourceShardDeleteRequest) ProtoReflect added in v0.14.0

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

func (*SourceShardDeleteRequest) Reset added in v0.14.0

func (x *SourceShardDeleteRequest) Reset()

func (*SourceShardDeleteRequest) SizeVT added in v0.14.0

func (m *SourceShardDeleteRequest) SizeVT() (n int)

func (*SourceShardDeleteRequest) String added in v0.14.0

func (x *SourceShardDeleteRequest) String() string

func (*SourceShardDeleteRequest) UnmarshalVT added in v0.14.0

func (m *SourceShardDeleteRequest) UnmarshalVT(dAtA []byte) error

type SourceShardDeleteResponse added in v0.14.0

type SourceShardDeleteResponse struct {

	// Shard is the updated shard record.
	Shard *topodata.Shard `protobuf:"bytes,1,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceShardDeleteResponse) CloneMessageVT added in v0.18.0

func (m *SourceShardDeleteResponse) CloneMessageVT() proto.Message

func (*SourceShardDeleteResponse) CloneVT added in v0.18.0

func (*SourceShardDeleteResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use SourceShardDeleteResponse.ProtoReflect.Descriptor instead.

func (*SourceShardDeleteResponse) GetShard added in v0.14.0

func (x *SourceShardDeleteResponse) GetShard() *topodata.Shard

func (*SourceShardDeleteResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *SourceShardDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SourceShardDeleteResponse) MarshalToVT added in v0.14.0

func (m *SourceShardDeleteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SourceShardDeleteResponse) MarshalVT added in v0.14.0

func (m *SourceShardDeleteResponse) MarshalVT() (dAtA []byte, err error)

func (*SourceShardDeleteResponse) ProtoMessage added in v0.14.0

func (*SourceShardDeleteResponse) ProtoMessage()

func (*SourceShardDeleteResponse) ProtoReflect added in v0.14.0

func (*SourceShardDeleteResponse) Reset added in v0.14.0

func (x *SourceShardDeleteResponse) Reset()

func (*SourceShardDeleteResponse) SizeVT added in v0.14.0

func (m *SourceShardDeleteResponse) SizeVT() (n int)

func (*SourceShardDeleteResponse) String added in v0.14.0

func (x *SourceShardDeleteResponse) String() string

func (*SourceShardDeleteResponse) UnmarshalVT added in v0.14.0

func (m *SourceShardDeleteResponse) UnmarshalVT(dAtA []byte) error

type StartReplicationRequest added in v0.12.0

type StartReplicationRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*StartReplicationRequest) CloneMessageVT added in v0.18.0

func (m *StartReplicationRequest) CloneMessageVT() proto.Message

func (*StartReplicationRequest) CloneVT added in v0.18.0

func (*StartReplicationRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use StartReplicationRequest.ProtoReflect.Descriptor instead.

func (*StartReplicationRequest) GetTabletAlias added in v0.12.0

func (x *StartReplicationRequest) GetTabletAlias() *topodata.TabletAlias

func (*StartReplicationRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *StartReplicationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StartReplicationRequest) MarshalToVT added in v0.12.0

func (m *StartReplicationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*StartReplicationRequest) MarshalVT added in v0.12.0

func (m *StartReplicationRequest) MarshalVT() (dAtA []byte, err error)

func (*StartReplicationRequest) ProtoMessage added in v0.12.0

func (*StartReplicationRequest) ProtoMessage()

func (*StartReplicationRequest) ProtoReflect added in v0.12.0

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

func (*StartReplicationRequest) Reset added in v0.12.0

func (x *StartReplicationRequest) Reset()

func (*StartReplicationRequest) SizeVT added in v0.12.0

func (m *StartReplicationRequest) SizeVT() (n int)

func (*StartReplicationRequest) String added in v0.12.0

func (x *StartReplicationRequest) String() string

func (*StartReplicationRequest) UnmarshalVT added in v0.12.0

func (m *StartReplicationRequest) UnmarshalVT(dAtA []byte) error

type StartReplicationResponse added in v0.12.0

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

func (*StartReplicationResponse) CloneMessageVT added in v0.18.0

func (m *StartReplicationResponse) CloneMessageVT() proto.Message

func (*StartReplicationResponse) CloneVT added in v0.18.0

func (*StartReplicationResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use StartReplicationResponse.ProtoReflect.Descriptor instead.

func (*StartReplicationResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *StartReplicationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StartReplicationResponse) MarshalToVT added in v0.12.0

func (m *StartReplicationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*StartReplicationResponse) MarshalVT added in v0.12.0

func (m *StartReplicationResponse) MarshalVT() (dAtA []byte, err error)

func (*StartReplicationResponse) ProtoMessage added in v0.12.0

func (*StartReplicationResponse) ProtoMessage()

func (*StartReplicationResponse) ProtoReflect added in v0.12.0

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

func (*StartReplicationResponse) Reset added in v0.12.0

func (x *StartReplicationResponse) Reset()

func (*StartReplicationResponse) SizeVT added in v0.12.0

func (m *StartReplicationResponse) SizeVT() (n int)

func (*StartReplicationResponse) String added in v0.12.0

func (x *StartReplicationResponse) String() string

func (*StartReplicationResponse) UnmarshalVT added in v0.12.0

func (m *StartReplicationResponse) UnmarshalVT(dAtA []byte) error

type StopReplicationRequest added in v0.12.0

type StopReplicationRequest struct {
	TabletAlias *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*StopReplicationRequest) CloneMessageVT added in v0.18.0

func (m *StopReplicationRequest) CloneMessageVT() proto.Message

func (*StopReplicationRequest) CloneVT added in v0.18.0

func (*StopReplicationRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use StopReplicationRequest.ProtoReflect.Descriptor instead.

func (*StopReplicationRequest) GetTabletAlias added in v0.12.0

func (x *StopReplicationRequest) GetTabletAlias() *topodata.TabletAlias

func (*StopReplicationRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *StopReplicationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StopReplicationRequest) MarshalToVT added in v0.12.0

func (m *StopReplicationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*StopReplicationRequest) MarshalVT added in v0.12.0

func (m *StopReplicationRequest) MarshalVT() (dAtA []byte, err error)

func (*StopReplicationRequest) ProtoMessage added in v0.12.0

func (*StopReplicationRequest) ProtoMessage()

func (*StopReplicationRequest) ProtoReflect added in v0.12.0

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

func (*StopReplicationRequest) Reset added in v0.12.0

func (x *StopReplicationRequest) Reset()

func (*StopReplicationRequest) SizeVT added in v0.12.0

func (m *StopReplicationRequest) SizeVT() (n int)

func (*StopReplicationRequest) String added in v0.12.0

func (x *StopReplicationRequest) String() string

func (*StopReplicationRequest) UnmarshalVT added in v0.12.0

func (m *StopReplicationRequest) UnmarshalVT(dAtA []byte) error

type StopReplicationResponse added in v0.12.0

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

func (*StopReplicationResponse) CloneMessageVT added in v0.18.0

func (m *StopReplicationResponse) CloneMessageVT() proto.Message

func (*StopReplicationResponse) CloneVT added in v0.18.0

func (*StopReplicationResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use StopReplicationResponse.ProtoReflect.Descriptor instead.

func (*StopReplicationResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *StopReplicationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StopReplicationResponse) MarshalToVT added in v0.12.0

func (m *StopReplicationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*StopReplicationResponse) MarshalVT added in v0.12.0

func (m *StopReplicationResponse) MarshalVT() (dAtA []byte, err error)

func (*StopReplicationResponse) ProtoMessage added in v0.12.0

func (*StopReplicationResponse) ProtoMessage()

func (*StopReplicationResponse) ProtoReflect added in v0.12.0

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

func (*StopReplicationResponse) Reset added in v0.12.0

func (x *StopReplicationResponse) Reset()

func (*StopReplicationResponse) SizeVT added in v0.12.0

func (m *StopReplicationResponse) SizeVT() (n int)

func (*StopReplicationResponse) String added in v0.12.0

func (x *StopReplicationResponse) String() string

func (*StopReplicationResponse) UnmarshalVT added in v0.12.0

func (m *StopReplicationResponse) UnmarshalVT(dAtA []byte) error

type TableMaterializeSettings

type TableMaterializeSettings struct {
	TargetTable string `protobuf:"bytes,1,opt,name=target_table,json=targetTable,proto3" json:"target_table,omitempty"`
	// source_expression is a select statement.
	SourceExpression string `protobuf:"bytes,2,opt,name=source_expression,json=sourceExpression,proto3" json:"source_expression,omitempty"`
	// create_ddl contains the DDL to create the target table.
	// If empty, the target table must already exist.
	// if "copy", the target table DDL is the same as the source table.
	CreateDdl string `protobuf:"bytes,3,opt,name=create_ddl,json=createDdl,proto3" json:"create_ddl,omitempty"`
	// contains filtered or unexported fields
}

TableMaterializeSttings contains the settings for one table.

func (*TableMaterializeSettings) CloneMessageVT added in v0.18.0

func (m *TableMaterializeSettings) CloneMessageVT() proto.Message

func (*TableMaterializeSettings) CloneVT added in v0.18.0

func (*TableMaterializeSettings) Descriptor deprecated

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

Deprecated: Use TableMaterializeSettings.ProtoReflect.Descriptor instead.

func (*TableMaterializeSettings) GetCreateDdl

func (x *TableMaterializeSettings) GetCreateDdl() string

func (*TableMaterializeSettings) GetSourceExpression

func (x *TableMaterializeSettings) GetSourceExpression() string

func (*TableMaterializeSettings) GetTargetTable

func (x *TableMaterializeSettings) GetTargetTable() string

func (*TableMaterializeSettings) MarshalToSizedBufferVT added in v0.11.0

func (m *TableMaterializeSettings) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TableMaterializeSettings) MarshalToVT added in v0.11.0

func (m *TableMaterializeSettings) MarshalToVT(dAtA []byte) (int, error)

func (*TableMaterializeSettings) MarshalVT added in v0.11.0

func (m *TableMaterializeSettings) MarshalVT() (dAtA []byte, err error)

func (*TableMaterializeSettings) ProtoMessage

func (*TableMaterializeSettings) ProtoMessage()

func (*TableMaterializeSettings) ProtoReflect added in v0.11.0

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

func (*TableMaterializeSettings) Reset

func (x *TableMaterializeSettings) Reset()

func (*TableMaterializeSettings) SizeVT added in v0.11.0

func (m *TableMaterializeSettings) SizeVT() (n int)

func (*TableMaterializeSettings) String

func (x *TableMaterializeSettings) String() string

func (*TableMaterializeSettings) UnmarshalVT added in v0.11.0

func (m *TableMaterializeSettings) UnmarshalVT(dAtA []byte) error

type TabletExternallyReparentedRequest added in v0.10.0

type TabletExternallyReparentedRequest struct {

	// Tablet is the alias of the tablet that was promoted externally and should
	// be updated to the shard primary in the topo.
	Tablet *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet,proto3" json:"tablet,omitempty"`
	// contains filtered or unexported fields
}

func (*TabletExternallyReparentedRequest) CloneMessageVT added in v0.18.0

func (m *TabletExternallyReparentedRequest) CloneMessageVT() proto.Message

func (*TabletExternallyReparentedRequest) CloneVT added in v0.18.0

func (*TabletExternallyReparentedRequest) Descriptor deprecated added in v0.10.0

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

Deprecated: Use TabletExternallyReparentedRequest.ProtoReflect.Descriptor instead.

func (*TabletExternallyReparentedRequest) GetTablet added in v0.10.0

func (*TabletExternallyReparentedRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *TabletExternallyReparentedRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TabletExternallyReparentedRequest) MarshalToVT added in v0.11.0

func (m *TabletExternallyReparentedRequest) MarshalToVT(dAtA []byte) (int, error)

func (*TabletExternallyReparentedRequest) MarshalVT added in v0.11.0

func (m *TabletExternallyReparentedRequest) MarshalVT() (dAtA []byte, err error)

func (*TabletExternallyReparentedRequest) ProtoMessage added in v0.10.0

func (*TabletExternallyReparentedRequest) ProtoMessage()

func (*TabletExternallyReparentedRequest) ProtoReflect added in v0.11.0

func (*TabletExternallyReparentedRequest) Reset added in v0.10.0

func (*TabletExternallyReparentedRequest) SizeVT added in v0.11.0

func (m *TabletExternallyReparentedRequest) SizeVT() (n int)

func (*TabletExternallyReparentedRequest) String added in v0.10.0

func (*TabletExternallyReparentedRequest) UnmarshalVT added in v0.11.0

func (m *TabletExternallyReparentedRequest) UnmarshalVT(dAtA []byte) error

type TabletExternallyReparentedResponse added in v0.10.0

type TabletExternallyReparentedResponse struct {
	Keyspace   string                `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard      string                `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	NewPrimary *topodata.TabletAlias `protobuf:"bytes,3,opt,name=new_primary,json=newPrimary,proto3" json:"new_primary,omitempty"`
	OldPrimary *topodata.TabletAlias `protobuf:"bytes,4,opt,name=old_primary,json=oldPrimary,proto3" json:"old_primary,omitempty"`
	// contains filtered or unexported fields
}

func (*TabletExternallyReparentedResponse) CloneMessageVT added in v0.18.0

func (m *TabletExternallyReparentedResponse) CloneMessageVT() proto.Message

func (*TabletExternallyReparentedResponse) CloneVT added in v0.18.0

func (*TabletExternallyReparentedResponse) Descriptor deprecated added in v0.10.0

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

Deprecated: Use TabletExternallyReparentedResponse.ProtoReflect.Descriptor instead.

func (*TabletExternallyReparentedResponse) GetKeyspace added in v0.10.0

func (x *TabletExternallyReparentedResponse) GetKeyspace() string

func (*TabletExternallyReparentedResponse) GetNewPrimary added in v0.10.0

func (*TabletExternallyReparentedResponse) GetOldPrimary added in v0.10.0

func (*TabletExternallyReparentedResponse) GetShard added in v0.10.0

func (*TabletExternallyReparentedResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *TabletExternallyReparentedResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TabletExternallyReparentedResponse) MarshalToVT added in v0.11.0

func (m *TabletExternallyReparentedResponse) MarshalToVT(dAtA []byte) (int, error)

func (*TabletExternallyReparentedResponse) MarshalVT added in v0.11.0

func (m *TabletExternallyReparentedResponse) MarshalVT() (dAtA []byte, err error)

func (*TabletExternallyReparentedResponse) ProtoMessage added in v0.10.0

func (*TabletExternallyReparentedResponse) ProtoMessage()

func (*TabletExternallyReparentedResponse) ProtoReflect added in v0.11.0

func (*TabletExternallyReparentedResponse) Reset added in v0.10.0

func (*TabletExternallyReparentedResponse) SizeVT added in v0.11.0

func (m *TabletExternallyReparentedResponse) SizeVT() (n int)

func (*TabletExternallyReparentedResponse) String added in v0.10.0

func (*TabletExternallyReparentedResponse) UnmarshalVT added in v0.11.0

func (m *TabletExternallyReparentedResponse) UnmarshalVT(dAtA []byte) error

type TopologyCell added in v0.15.0

type TopologyCell struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// Data is the file contents of the cell located at path.
	// It is only populated if the cell is a terminal node.
	Data     string   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Children []string `protobuf:"bytes,4,rep,name=children,proto3" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func (*TopologyCell) CloneMessageVT added in v0.18.0

func (m *TopologyCell) CloneMessageVT() proto.Message

func (*TopologyCell) CloneVT added in v0.18.0

func (m *TopologyCell) CloneVT() *TopologyCell

func (*TopologyCell) Descriptor deprecated added in v0.15.0

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

Deprecated: Use TopologyCell.ProtoReflect.Descriptor instead.

func (*TopologyCell) GetChildren added in v0.15.0

func (x *TopologyCell) GetChildren() []string

func (*TopologyCell) GetData added in v0.15.0

func (x *TopologyCell) GetData() string

func (*TopologyCell) GetName added in v0.15.0

func (x *TopologyCell) GetName() string

func (*TopologyCell) GetPath added in v0.15.0

func (x *TopologyCell) GetPath() string

func (*TopologyCell) MarshalToSizedBufferVT added in v0.15.0

func (m *TopologyCell) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TopologyCell) MarshalToVT added in v0.15.0

func (m *TopologyCell) MarshalToVT(dAtA []byte) (int, error)

func (*TopologyCell) MarshalVT added in v0.15.0

func (m *TopologyCell) MarshalVT() (dAtA []byte, err error)

func (*TopologyCell) ProtoMessage added in v0.15.0

func (*TopologyCell) ProtoMessage()

func (*TopologyCell) ProtoReflect added in v0.15.0

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

func (*TopologyCell) Reset added in v0.15.0

func (x *TopologyCell) Reset()

func (*TopologyCell) SizeVT added in v0.15.0

func (m *TopologyCell) SizeVT() (n int)

func (*TopologyCell) String added in v0.15.0

func (x *TopologyCell) String() string

func (*TopologyCell) UnmarshalVT added in v0.15.0

func (m *TopologyCell) UnmarshalVT(dAtA []byte) error

type UpdateCellInfoRequest added in v0.11.0

type UpdateCellInfoRequest struct {
	Name     string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CellInfo *topodata.CellInfo `protobuf:"bytes,2,opt,name=cell_info,json=cellInfo,proto3" json:"cell_info,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCellInfoRequest) CloneMessageVT added in v0.18.0

func (m *UpdateCellInfoRequest) CloneMessageVT() proto.Message

func (*UpdateCellInfoRequest) CloneVT added in v0.18.0

func (*UpdateCellInfoRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use UpdateCellInfoRequest.ProtoReflect.Descriptor instead.

func (*UpdateCellInfoRequest) GetCellInfo added in v0.11.0

func (x *UpdateCellInfoRequest) GetCellInfo() *topodata.CellInfo

func (*UpdateCellInfoRequest) GetName added in v0.11.0

func (x *UpdateCellInfoRequest) GetName() string

func (*UpdateCellInfoRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *UpdateCellInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateCellInfoRequest) MarshalToVT added in v0.11.0

func (m *UpdateCellInfoRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateCellInfoRequest) MarshalVT added in v0.11.0

func (m *UpdateCellInfoRequest) MarshalVT() (dAtA []byte, err error)

func (*UpdateCellInfoRequest) ProtoMessage added in v0.11.0

func (*UpdateCellInfoRequest) ProtoMessage()

func (*UpdateCellInfoRequest) ProtoReflect added in v0.11.0

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

func (*UpdateCellInfoRequest) Reset added in v0.11.0

func (x *UpdateCellInfoRequest) Reset()

func (*UpdateCellInfoRequest) SizeVT added in v0.11.0

func (m *UpdateCellInfoRequest) SizeVT() (n int)

func (*UpdateCellInfoRequest) String added in v0.11.0

func (x *UpdateCellInfoRequest) String() string

func (*UpdateCellInfoRequest) UnmarshalVT added in v0.11.0

func (m *UpdateCellInfoRequest) UnmarshalVT(dAtA []byte) error

type UpdateCellInfoResponse added in v0.11.0

type UpdateCellInfoResponse struct {
	Name     string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CellInfo *topodata.CellInfo `protobuf:"bytes,2,opt,name=cell_info,json=cellInfo,proto3" json:"cell_info,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCellInfoResponse) CloneMessageVT added in v0.18.0

func (m *UpdateCellInfoResponse) CloneMessageVT() proto.Message

func (*UpdateCellInfoResponse) CloneVT added in v0.18.0

func (*UpdateCellInfoResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use UpdateCellInfoResponse.ProtoReflect.Descriptor instead.

func (*UpdateCellInfoResponse) GetCellInfo added in v0.11.0

func (x *UpdateCellInfoResponse) GetCellInfo() *topodata.CellInfo

func (*UpdateCellInfoResponse) GetName added in v0.11.0

func (x *UpdateCellInfoResponse) GetName() string

func (*UpdateCellInfoResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *UpdateCellInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateCellInfoResponse) MarshalToVT added in v0.11.0

func (m *UpdateCellInfoResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateCellInfoResponse) MarshalVT added in v0.11.0

func (m *UpdateCellInfoResponse) MarshalVT() (dAtA []byte, err error)

func (*UpdateCellInfoResponse) ProtoMessage added in v0.11.0

func (*UpdateCellInfoResponse) ProtoMessage()

func (*UpdateCellInfoResponse) ProtoReflect added in v0.11.0

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

func (*UpdateCellInfoResponse) Reset added in v0.11.0

func (x *UpdateCellInfoResponse) Reset()

func (*UpdateCellInfoResponse) SizeVT added in v0.11.0

func (m *UpdateCellInfoResponse) SizeVT() (n int)

func (*UpdateCellInfoResponse) String added in v0.11.0

func (x *UpdateCellInfoResponse) String() string

func (*UpdateCellInfoResponse) UnmarshalVT added in v0.11.0

func (m *UpdateCellInfoResponse) UnmarshalVT(dAtA []byte) error

type UpdateCellsAliasRequest added in v0.11.0

type UpdateCellsAliasRequest struct {
	Name       string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CellsAlias *topodata.CellsAlias `protobuf:"bytes,2,opt,name=cells_alias,json=cellsAlias,proto3" json:"cells_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCellsAliasRequest) CloneMessageVT added in v0.18.0

func (m *UpdateCellsAliasRequest) CloneMessageVT() proto.Message

func (*UpdateCellsAliasRequest) CloneVT added in v0.18.0

func (*UpdateCellsAliasRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use UpdateCellsAliasRequest.ProtoReflect.Descriptor instead.

func (*UpdateCellsAliasRequest) GetCellsAlias added in v0.11.0

func (x *UpdateCellsAliasRequest) GetCellsAlias() *topodata.CellsAlias

func (*UpdateCellsAliasRequest) GetName added in v0.11.0

func (x *UpdateCellsAliasRequest) GetName() string

func (*UpdateCellsAliasRequest) MarshalToSizedBufferVT added in v0.11.0

func (m *UpdateCellsAliasRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateCellsAliasRequest) MarshalToVT added in v0.11.0

func (m *UpdateCellsAliasRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateCellsAliasRequest) MarshalVT added in v0.11.0

func (m *UpdateCellsAliasRequest) MarshalVT() (dAtA []byte, err error)

func (*UpdateCellsAliasRequest) ProtoMessage added in v0.11.0

func (*UpdateCellsAliasRequest) ProtoMessage()

func (*UpdateCellsAliasRequest) ProtoReflect added in v0.11.0

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

func (*UpdateCellsAliasRequest) Reset added in v0.11.0

func (x *UpdateCellsAliasRequest) Reset()

func (*UpdateCellsAliasRequest) SizeVT added in v0.11.0

func (m *UpdateCellsAliasRequest) SizeVT() (n int)

func (*UpdateCellsAliasRequest) String added in v0.11.0

func (x *UpdateCellsAliasRequest) String() string

func (*UpdateCellsAliasRequest) UnmarshalVT added in v0.11.0

func (m *UpdateCellsAliasRequest) UnmarshalVT(dAtA []byte) error

type UpdateCellsAliasResponse added in v0.11.0

type UpdateCellsAliasResponse struct {
	Name       string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CellsAlias *topodata.CellsAlias `protobuf:"bytes,2,opt,name=cells_alias,json=cellsAlias,proto3" json:"cells_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCellsAliasResponse) CloneMessageVT added in v0.18.0

func (m *UpdateCellsAliasResponse) CloneMessageVT() proto.Message

func (*UpdateCellsAliasResponse) CloneVT added in v0.18.0

func (*UpdateCellsAliasResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use UpdateCellsAliasResponse.ProtoReflect.Descriptor instead.

func (*UpdateCellsAliasResponse) GetCellsAlias added in v0.11.0

func (x *UpdateCellsAliasResponse) GetCellsAlias() *topodata.CellsAlias

func (*UpdateCellsAliasResponse) GetName added in v0.11.0

func (x *UpdateCellsAliasResponse) GetName() string

func (*UpdateCellsAliasResponse) MarshalToSizedBufferVT added in v0.11.0

func (m *UpdateCellsAliasResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateCellsAliasResponse) MarshalToVT added in v0.11.0

func (m *UpdateCellsAliasResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateCellsAliasResponse) MarshalVT added in v0.11.0

func (m *UpdateCellsAliasResponse) MarshalVT() (dAtA []byte, err error)

func (*UpdateCellsAliasResponse) ProtoMessage added in v0.11.0

func (*UpdateCellsAliasResponse) ProtoMessage()

func (*UpdateCellsAliasResponse) ProtoReflect added in v0.11.0

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

func (*UpdateCellsAliasResponse) Reset added in v0.11.0

func (x *UpdateCellsAliasResponse) Reset()

func (*UpdateCellsAliasResponse) SizeVT added in v0.11.0

func (m *UpdateCellsAliasResponse) SizeVT() (n int)

func (*UpdateCellsAliasResponse) String added in v0.11.0

func (x *UpdateCellsAliasResponse) String() string

func (*UpdateCellsAliasResponse) UnmarshalVT added in v0.11.0

func (m *UpdateCellsAliasResponse) UnmarshalVT(dAtA []byte) error

type UpdateThrottlerConfigRequest added in v0.16.0

type UpdateThrottlerConfigRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// Enable instructs to enable the throttler
	Enable bool `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
	// Disable instructs to disable the throttler
	Disable bool `protobuf:"varint,3,opt,name=disable,proto3" json:"disable,omitempty"`
	// Threshold for throttler (with no custom query, ie using default query, only positive values are considered)
	Threshold float64 `protobuf:"fixed64,4,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// CustomQuery replaces the default replication lag query
	CustomQuery string `protobuf:"bytes,5,opt,name=custom_query,json=customQuery,proto3" json:"custom_query,omitempty"`
	// CustomQuerySet indicates that the value of CustomQuery has changed
	CustomQuerySet bool `protobuf:"varint,6,opt,name=custom_query_set,json=customQuerySet,proto3" json:"custom_query_set,omitempty"`
	// CheckAsCheckSelf instructs the throttler to respond to /check requests by checking the tablet's own health
	CheckAsCheckSelf bool `protobuf:"varint,7,opt,name=check_as_check_self,json=checkAsCheckSelf,proto3" json:"check_as_check_self,omitempty"`
	// CheckAsCheckShard instructs the throttler to respond to /check requests by checking the shard's health (this is the default behavior)
	CheckAsCheckShard bool `protobuf:"varint,8,opt,name=check_as_check_shard,json=checkAsCheckShard,proto3" json:"check_as_check_shard,omitempty"`
	// ThrottledApp indicates a single throttled app rule (ignored if name is empty)
	ThrottledApp *topodata.ThrottledAppRule `protobuf:"bytes,9,opt,name=throttled_app,json=throttledApp,proto3" json:"throttled_app,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateThrottlerConfigRequest) CloneMessageVT added in v0.18.0

func (m *UpdateThrottlerConfigRequest) CloneMessageVT() proto.Message

func (*UpdateThrottlerConfigRequest) CloneVT added in v0.18.0

func (*UpdateThrottlerConfigRequest) Descriptor deprecated added in v0.16.0

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

Deprecated: Use UpdateThrottlerConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateThrottlerConfigRequest) GetCheckAsCheckSelf added in v0.16.0

func (x *UpdateThrottlerConfigRequest) GetCheckAsCheckSelf() bool

func (*UpdateThrottlerConfigRequest) GetCheckAsCheckShard added in v0.16.0

func (x *UpdateThrottlerConfigRequest) GetCheckAsCheckShard() bool

func (*UpdateThrottlerConfigRequest) GetCustomQuery added in v0.16.0

func (x *UpdateThrottlerConfigRequest) GetCustomQuery() string

func (*UpdateThrottlerConfigRequest) GetCustomQuerySet added in v0.16.0

func (x *UpdateThrottlerConfigRequest) GetCustomQuerySet() bool

func (*UpdateThrottlerConfigRequest) GetDisable added in v0.16.0

func (x *UpdateThrottlerConfigRequest) GetDisable() bool

func (*UpdateThrottlerConfigRequest) GetEnable added in v0.16.0

func (x *UpdateThrottlerConfigRequest) GetEnable() bool

func (*UpdateThrottlerConfigRequest) GetKeyspace added in v0.16.0

func (x *UpdateThrottlerConfigRequest) GetKeyspace() string

func (*UpdateThrottlerConfigRequest) GetThreshold added in v0.16.0

func (x *UpdateThrottlerConfigRequest) GetThreshold() float64

func (*UpdateThrottlerConfigRequest) GetThrottledApp added in v0.18.0

func (*UpdateThrottlerConfigRequest) MarshalToSizedBufferVT added in v0.16.0

func (m *UpdateThrottlerConfigRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateThrottlerConfigRequest) MarshalToVT added in v0.16.0

func (m *UpdateThrottlerConfigRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateThrottlerConfigRequest) MarshalVT added in v0.16.0

func (m *UpdateThrottlerConfigRequest) MarshalVT() (dAtA []byte, err error)

func (*UpdateThrottlerConfigRequest) ProtoMessage added in v0.16.0

func (*UpdateThrottlerConfigRequest) ProtoMessage()

func (*UpdateThrottlerConfigRequest) ProtoReflect added in v0.16.0

func (*UpdateThrottlerConfigRequest) Reset added in v0.16.0

func (x *UpdateThrottlerConfigRequest) Reset()

func (*UpdateThrottlerConfigRequest) SizeVT added in v0.16.0

func (m *UpdateThrottlerConfigRequest) SizeVT() (n int)

func (*UpdateThrottlerConfigRequest) String added in v0.16.0

func (*UpdateThrottlerConfigRequest) UnmarshalVT added in v0.16.0

func (m *UpdateThrottlerConfigRequest) UnmarshalVT(dAtA []byte) error

type UpdateThrottlerConfigResponse added in v0.16.0

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

func (*UpdateThrottlerConfigResponse) CloneMessageVT added in v0.18.0

func (m *UpdateThrottlerConfigResponse) CloneMessageVT() proto.Message

func (*UpdateThrottlerConfigResponse) CloneVT added in v0.18.0

func (*UpdateThrottlerConfigResponse) Descriptor deprecated added in v0.16.0

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

Deprecated: Use UpdateThrottlerConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateThrottlerConfigResponse) MarshalToSizedBufferVT added in v0.16.0

func (m *UpdateThrottlerConfigResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateThrottlerConfigResponse) MarshalToVT added in v0.16.0

func (m *UpdateThrottlerConfigResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateThrottlerConfigResponse) MarshalVT added in v0.16.0

func (m *UpdateThrottlerConfigResponse) MarshalVT() (dAtA []byte, err error)

func (*UpdateThrottlerConfigResponse) ProtoMessage added in v0.16.0

func (*UpdateThrottlerConfigResponse) ProtoMessage()

func (*UpdateThrottlerConfigResponse) ProtoReflect added in v0.16.0

func (*UpdateThrottlerConfigResponse) Reset added in v0.16.0

func (x *UpdateThrottlerConfigResponse) Reset()

func (*UpdateThrottlerConfigResponse) SizeVT added in v0.16.0

func (m *UpdateThrottlerConfigResponse) SizeVT() (n int)

func (*UpdateThrottlerConfigResponse) String added in v0.16.0

func (*UpdateThrottlerConfigResponse) UnmarshalVT added in v0.16.0

func (m *UpdateThrottlerConfigResponse) UnmarshalVT(dAtA []byte) error

type VDiffCreateRequest added in v0.18.0

type VDiffCreateRequest struct {
	Workflow                    string                                      `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	TargetKeyspace              string                                      `protobuf:"bytes,2,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	Uuid                        string                                      `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	SourceCells                 []string                                    `protobuf:"bytes,4,rep,name=source_cells,json=sourceCells,proto3" json:"source_cells,omitempty"`
	TargetCells                 []string                                    `protobuf:"bytes,5,rep,name=target_cells,json=targetCells,proto3" json:"target_cells,omitempty"`
	TabletTypes                 []topodata.TabletType                       `` /* 127-byte string literal not displayed */
	TabletSelectionPreference   tabletmanagerdata.TabletSelectionPreference `` /* 188-byte string literal not displayed */
	Tables                      []string                                    `protobuf:"bytes,8,rep,name=tables,proto3" json:"tables,omitempty"`
	Limit                       int64                                       `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"`
	FilteredReplicationWaitTime *vttime.Duration                            `` /* 147-byte string literal not displayed */
	DebugQuery                  bool                                        `protobuf:"varint,11,opt,name=debug_query,json=debugQuery,proto3" json:"debug_query,omitempty"`
	OnlyPKs                     bool                                        `protobuf:"varint,12,opt,name=only_p_ks,json=onlyPKs,proto3" json:"only_p_ks,omitempty"`
	UpdateTableStats            bool                                        `protobuf:"varint,13,opt,name=update_table_stats,json=updateTableStats,proto3" json:"update_table_stats,omitempty"`
	MaxExtraRowsToCompare       int64                                       `` /* 132-byte string literal not displayed */
	Wait                        bool                                        `protobuf:"varint,15,opt,name=wait,proto3" json:"wait,omitempty"`
	WaitUpdateInterval          *vttime.Duration                            `protobuf:"bytes,16,opt,name=wait_update_interval,json=waitUpdateInterval,proto3" json:"wait_update_interval,omitempty"`
	AutoRetry                   bool                                        `protobuf:"varint,17,opt,name=auto_retry,json=autoRetry,proto3" json:"auto_retry,omitempty"`
	Verbose                     bool                                        `protobuf:"varint,18,opt,name=verbose,proto3" json:"verbose,omitempty"`
	MaxReportSampleRows         int64                                       `protobuf:"varint,19,opt,name=max_report_sample_rows,json=maxReportSampleRows,proto3" json:"max_report_sample_rows,omitempty"`
	MaxDiffDuration             *vttime.Duration                            `protobuf:"bytes,20,opt,name=max_diff_duration,json=maxDiffDuration,proto3" json:"max_diff_duration,omitempty"`
	// contains filtered or unexported fields
}

func (*VDiffCreateRequest) CloneMessageVT added in v0.18.0

func (m *VDiffCreateRequest) CloneMessageVT() proto.Message

func (*VDiffCreateRequest) CloneVT added in v0.18.0

func (m *VDiffCreateRequest) CloneVT() *VDiffCreateRequest

func (*VDiffCreateRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffCreateRequest.ProtoReflect.Descriptor instead.

func (*VDiffCreateRequest) GetAutoRetry added in v0.18.0

func (x *VDiffCreateRequest) GetAutoRetry() bool

func (*VDiffCreateRequest) GetDebugQuery added in v0.18.0

func (x *VDiffCreateRequest) GetDebugQuery() bool

func (*VDiffCreateRequest) GetFilteredReplicationWaitTime added in v0.18.0

func (x *VDiffCreateRequest) GetFilteredReplicationWaitTime() *vttime.Duration

func (*VDiffCreateRequest) GetLimit added in v0.18.0

func (x *VDiffCreateRequest) GetLimit() int64

func (*VDiffCreateRequest) GetMaxDiffDuration added in v0.19.0

func (x *VDiffCreateRequest) GetMaxDiffDuration() *vttime.Duration

func (*VDiffCreateRequest) GetMaxExtraRowsToCompare added in v0.18.0

func (x *VDiffCreateRequest) GetMaxExtraRowsToCompare() int64

func (*VDiffCreateRequest) GetMaxReportSampleRows added in v0.19.0

func (x *VDiffCreateRequest) GetMaxReportSampleRows() int64

func (*VDiffCreateRequest) GetOnlyPKs added in v0.18.0

func (x *VDiffCreateRequest) GetOnlyPKs() bool

func (*VDiffCreateRequest) GetSourceCells added in v0.18.0

func (x *VDiffCreateRequest) GetSourceCells() []string

func (*VDiffCreateRequest) GetTables added in v0.18.0

func (x *VDiffCreateRequest) GetTables() []string

func (*VDiffCreateRequest) GetTabletSelectionPreference added in v0.18.0

func (x *VDiffCreateRequest) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference

func (*VDiffCreateRequest) GetTabletTypes added in v0.18.0

func (x *VDiffCreateRequest) GetTabletTypes() []topodata.TabletType

func (*VDiffCreateRequest) GetTargetCells added in v0.18.0

func (x *VDiffCreateRequest) GetTargetCells() []string

func (*VDiffCreateRequest) GetTargetKeyspace added in v0.18.0

func (x *VDiffCreateRequest) GetTargetKeyspace() string

func (*VDiffCreateRequest) GetUpdateTableStats added in v0.18.0

func (x *VDiffCreateRequest) GetUpdateTableStats() bool

func (*VDiffCreateRequest) GetUuid added in v0.18.0

func (x *VDiffCreateRequest) GetUuid() string

func (*VDiffCreateRequest) GetVerbose added in v0.18.0

func (x *VDiffCreateRequest) GetVerbose() bool

func (*VDiffCreateRequest) GetWait added in v0.18.0

func (x *VDiffCreateRequest) GetWait() bool

func (*VDiffCreateRequest) GetWaitUpdateInterval added in v0.18.0

func (x *VDiffCreateRequest) GetWaitUpdateInterval() *vttime.Duration

func (*VDiffCreateRequest) GetWorkflow added in v0.18.0

func (x *VDiffCreateRequest) GetWorkflow() string

func (*VDiffCreateRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffCreateRequest) MarshalToVT added in v0.18.0

func (m *VDiffCreateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffCreateRequest) MarshalVT added in v0.18.0

func (m *VDiffCreateRequest) MarshalVT() (dAtA []byte, err error)

func (*VDiffCreateRequest) ProtoMessage added in v0.18.0

func (*VDiffCreateRequest) ProtoMessage()

func (*VDiffCreateRequest) ProtoReflect added in v0.18.0

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

func (*VDiffCreateRequest) Reset added in v0.18.0

func (x *VDiffCreateRequest) Reset()

func (*VDiffCreateRequest) SizeVT added in v0.18.0

func (m *VDiffCreateRequest) SizeVT() (n int)

func (*VDiffCreateRequest) String added in v0.18.0

func (x *VDiffCreateRequest) String() string

func (*VDiffCreateRequest) UnmarshalVT added in v0.18.0

func (m *VDiffCreateRequest) UnmarshalVT(dAtA []byte) error

type VDiffCreateResponse added in v0.18.0

type VDiffCreateResponse struct {

	// Intentionally upper case to maintain compatibility with
	// vtctlclient and other VDiff client command output.
	UUID string `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	// contains filtered or unexported fields
}

func (*VDiffCreateResponse) CloneMessageVT added in v0.18.0

func (m *VDiffCreateResponse) CloneMessageVT() proto.Message

func (*VDiffCreateResponse) CloneVT added in v0.18.0

func (*VDiffCreateResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffCreateResponse.ProtoReflect.Descriptor instead.

func (*VDiffCreateResponse) GetUUID added in v0.18.0

func (x *VDiffCreateResponse) GetUUID() string

func (*VDiffCreateResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffCreateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffCreateResponse) MarshalToVT added in v0.18.0

func (m *VDiffCreateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffCreateResponse) MarshalVT added in v0.18.0

func (m *VDiffCreateResponse) MarshalVT() (dAtA []byte, err error)

func (*VDiffCreateResponse) ProtoMessage added in v0.18.0

func (*VDiffCreateResponse) ProtoMessage()

func (*VDiffCreateResponse) ProtoReflect added in v0.18.0

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

func (*VDiffCreateResponse) Reset added in v0.18.0

func (x *VDiffCreateResponse) Reset()

func (*VDiffCreateResponse) SizeVT added in v0.18.0

func (m *VDiffCreateResponse) SizeVT() (n int)

func (*VDiffCreateResponse) String added in v0.18.0

func (x *VDiffCreateResponse) String() string

func (*VDiffCreateResponse) UnmarshalVT added in v0.18.0

func (m *VDiffCreateResponse) UnmarshalVT(dAtA []byte) error

type VDiffDeleteRequest added in v0.18.0

type VDiffDeleteRequest struct {
	Workflow       string `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	TargetKeyspace string `protobuf:"bytes,2,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	// This will be 'all' or a UUID.
	Arg string `protobuf:"bytes,3,opt,name=arg,proto3" json:"arg,omitempty"`
	// contains filtered or unexported fields
}

func (*VDiffDeleteRequest) CloneMessageVT added in v0.18.0

func (m *VDiffDeleteRequest) CloneMessageVT() proto.Message

func (*VDiffDeleteRequest) CloneVT added in v0.18.0

func (m *VDiffDeleteRequest) CloneVT() *VDiffDeleteRequest

func (*VDiffDeleteRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffDeleteRequest.ProtoReflect.Descriptor instead.

func (*VDiffDeleteRequest) GetArg added in v0.18.0

func (x *VDiffDeleteRequest) GetArg() string

func (*VDiffDeleteRequest) GetTargetKeyspace added in v0.18.0

func (x *VDiffDeleteRequest) GetTargetKeyspace() string

func (*VDiffDeleteRequest) GetWorkflow added in v0.18.0

func (x *VDiffDeleteRequest) GetWorkflow() string

func (*VDiffDeleteRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffDeleteRequest) MarshalToVT added in v0.18.0

func (m *VDiffDeleteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffDeleteRequest) MarshalVT added in v0.18.0

func (m *VDiffDeleteRequest) MarshalVT() (dAtA []byte, err error)

func (*VDiffDeleteRequest) ProtoMessage added in v0.18.0

func (*VDiffDeleteRequest) ProtoMessage()

func (*VDiffDeleteRequest) ProtoReflect added in v0.18.0

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

func (*VDiffDeleteRequest) Reset added in v0.18.0

func (x *VDiffDeleteRequest) Reset()

func (*VDiffDeleteRequest) SizeVT added in v0.18.0

func (m *VDiffDeleteRequest) SizeVT() (n int)

func (*VDiffDeleteRequest) String added in v0.18.0

func (x *VDiffDeleteRequest) String() string

func (*VDiffDeleteRequest) UnmarshalVT added in v0.18.0

func (m *VDiffDeleteRequest) UnmarshalVT(dAtA []byte) error

type VDiffDeleteResponse added in v0.18.0

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

func (*VDiffDeleteResponse) CloneMessageVT added in v0.18.0

func (m *VDiffDeleteResponse) CloneMessageVT() proto.Message

func (*VDiffDeleteResponse) CloneVT added in v0.18.0

func (*VDiffDeleteResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffDeleteResponse.ProtoReflect.Descriptor instead.

func (*VDiffDeleteResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffDeleteResponse) MarshalToVT added in v0.18.0

func (m *VDiffDeleteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffDeleteResponse) MarshalVT added in v0.18.0

func (m *VDiffDeleteResponse) MarshalVT() (dAtA []byte, err error)

func (*VDiffDeleteResponse) ProtoMessage added in v0.18.0

func (*VDiffDeleteResponse) ProtoMessage()

func (*VDiffDeleteResponse) ProtoReflect added in v0.18.0

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

func (*VDiffDeleteResponse) Reset added in v0.18.0

func (x *VDiffDeleteResponse) Reset()

func (*VDiffDeleteResponse) SizeVT added in v0.18.0

func (m *VDiffDeleteResponse) SizeVT() (n int)

func (*VDiffDeleteResponse) String added in v0.18.0

func (x *VDiffDeleteResponse) String() string

func (*VDiffDeleteResponse) UnmarshalVT added in v0.18.0

func (m *VDiffDeleteResponse) UnmarshalVT(dAtA []byte) error

type VDiffResumeRequest added in v0.18.0

type VDiffResumeRequest struct {
	Workflow       string `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	TargetKeyspace string `protobuf:"bytes,2,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	Uuid           string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*VDiffResumeRequest) CloneMessageVT added in v0.18.0

func (m *VDiffResumeRequest) CloneMessageVT() proto.Message

func (*VDiffResumeRequest) CloneVT added in v0.18.0

func (m *VDiffResumeRequest) CloneVT() *VDiffResumeRequest

func (*VDiffResumeRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffResumeRequest.ProtoReflect.Descriptor instead.

func (*VDiffResumeRequest) GetTargetKeyspace added in v0.18.0

func (x *VDiffResumeRequest) GetTargetKeyspace() string

func (*VDiffResumeRequest) GetUuid added in v0.18.0

func (x *VDiffResumeRequest) GetUuid() string

func (*VDiffResumeRequest) GetWorkflow added in v0.18.0

func (x *VDiffResumeRequest) GetWorkflow() string

func (*VDiffResumeRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffResumeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffResumeRequest) MarshalToVT added in v0.18.0

func (m *VDiffResumeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffResumeRequest) MarshalVT added in v0.18.0

func (m *VDiffResumeRequest) MarshalVT() (dAtA []byte, err error)

func (*VDiffResumeRequest) ProtoMessage added in v0.18.0

func (*VDiffResumeRequest) ProtoMessage()

func (*VDiffResumeRequest) ProtoReflect added in v0.18.0

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

func (*VDiffResumeRequest) Reset added in v0.18.0

func (x *VDiffResumeRequest) Reset()

func (*VDiffResumeRequest) SizeVT added in v0.18.0

func (m *VDiffResumeRequest) SizeVT() (n int)

func (*VDiffResumeRequest) String added in v0.18.0

func (x *VDiffResumeRequest) String() string

func (*VDiffResumeRequest) UnmarshalVT added in v0.18.0

func (m *VDiffResumeRequest) UnmarshalVT(dAtA []byte) error

type VDiffResumeResponse added in v0.18.0

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

func (*VDiffResumeResponse) CloneMessageVT added in v0.18.0

func (m *VDiffResumeResponse) CloneMessageVT() proto.Message

func (*VDiffResumeResponse) CloneVT added in v0.18.0

func (*VDiffResumeResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffResumeResponse.ProtoReflect.Descriptor instead.

func (*VDiffResumeResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffResumeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffResumeResponse) MarshalToVT added in v0.18.0

func (m *VDiffResumeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffResumeResponse) MarshalVT added in v0.18.0

func (m *VDiffResumeResponse) MarshalVT() (dAtA []byte, err error)

func (*VDiffResumeResponse) ProtoMessage added in v0.18.0

func (*VDiffResumeResponse) ProtoMessage()

func (*VDiffResumeResponse) ProtoReflect added in v0.18.0

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

func (*VDiffResumeResponse) Reset added in v0.18.0

func (x *VDiffResumeResponse) Reset()

func (*VDiffResumeResponse) SizeVT added in v0.18.0

func (m *VDiffResumeResponse) SizeVT() (n int)

func (*VDiffResumeResponse) String added in v0.18.0

func (x *VDiffResumeResponse) String() string

func (*VDiffResumeResponse) UnmarshalVT added in v0.18.0

func (m *VDiffResumeResponse) UnmarshalVT(dAtA []byte) error

type VDiffShowRequest added in v0.18.0

type VDiffShowRequest struct {
	Workflow       string `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	TargetKeyspace string `protobuf:"bytes,2,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	// This will be 'all', 'last', or a UUID.
	Arg string `protobuf:"bytes,3,opt,name=arg,proto3" json:"arg,omitempty"`
	// contains filtered or unexported fields
}

func (*VDiffShowRequest) CloneMessageVT added in v0.18.0

func (m *VDiffShowRequest) CloneMessageVT() proto.Message

func (*VDiffShowRequest) CloneVT added in v0.18.0

func (m *VDiffShowRequest) CloneVT() *VDiffShowRequest

func (*VDiffShowRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffShowRequest.ProtoReflect.Descriptor instead.

func (*VDiffShowRequest) GetArg added in v0.18.0

func (x *VDiffShowRequest) GetArg() string

func (*VDiffShowRequest) GetTargetKeyspace added in v0.18.0

func (x *VDiffShowRequest) GetTargetKeyspace() string

func (*VDiffShowRequest) GetWorkflow added in v0.18.0

func (x *VDiffShowRequest) GetWorkflow() string

func (*VDiffShowRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffShowRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffShowRequest) MarshalToVT added in v0.18.0

func (m *VDiffShowRequest) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffShowRequest) MarshalVT added in v0.18.0

func (m *VDiffShowRequest) MarshalVT() (dAtA []byte, err error)

func (*VDiffShowRequest) ProtoMessage added in v0.18.0

func (*VDiffShowRequest) ProtoMessage()

func (*VDiffShowRequest) ProtoReflect added in v0.18.0

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

func (*VDiffShowRequest) Reset added in v0.18.0

func (x *VDiffShowRequest) Reset()

func (*VDiffShowRequest) SizeVT added in v0.18.0

func (m *VDiffShowRequest) SizeVT() (n int)

func (*VDiffShowRequest) String added in v0.18.0

func (x *VDiffShowRequest) String() string

func (*VDiffShowRequest) UnmarshalVT added in v0.18.0

func (m *VDiffShowRequest) UnmarshalVT(dAtA []byte) error

type VDiffShowResponse added in v0.18.0

type VDiffShowResponse struct {

	// The key is keyspace/shard.
	TabletResponses map[string]*tabletmanagerdata.VDiffResponse `` /* 194-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VDiffShowResponse) CloneMessageVT added in v0.18.0

func (m *VDiffShowResponse) CloneMessageVT() proto.Message

func (*VDiffShowResponse) CloneVT added in v0.18.0

func (m *VDiffShowResponse) CloneVT() *VDiffShowResponse

func (*VDiffShowResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffShowResponse.ProtoReflect.Descriptor instead.

func (*VDiffShowResponse) GetTabletResponses added in v0.18.0

func (x *VDiffShowResponse) GetTabletResponses() map[string]*tabletmanagerdata.VDiffResponse

func (*VDiffShowResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffShowResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffShowResponse) MarshalToVT added in v0.18.0

func (m *VDiffShowResponse) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffShowResponse) MarshalVT added in v0.18.0

func (m *VDiffShowResponse) MarshalVT() (dAtA []byte, err error)

func (*VDiffShowResponse) ProtoMessage added in v0.18.0

func (*VDiffShowResponse) ProtoMessage()

func (*VDiffShowResponse) ProtoReflect added in v0.18.0

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

func (*VDiffShowResponse) Reset added in v0.18.0

func (x *VDiffShowResponse) Reset()

func (*VDiffShowResponse) SizeVT added in v0.18.0

func (m *VDiffShowResponse) SizeVT() (n int)

func (*VDiffShowResponse) String added in v0.18.0

func (x *VDiffShowResponse) String() string

func (*VDiffShowResponse) UnmarshalVT added in v0.18.0

func (m *VDiffShowResponse) UnmarshalVT(dAtA []byte) error

type VDiffStopRequest added in v0.18.0

type VDiffStopRequest struct {
	Workflow       string `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	TargetKeyspace string `protobuf:"bytes,2,opt,name=target_keyspace,json=targetKeyspace,proto3" json:"target_keyspace,omitempty"`
	Uuid           string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*VDiffStopRequest) CloneMessageVT added in v0.18.0

func (m *VDiffStopRequest) CloneMessageVT() proto.Message

func (*VDiffStopRequest) CloneVT added in v0.18.0

func (m *VDiffStopRequest) CloneVT() *VDiffStopRequest

func (*VDiffStopRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffStopRequest.ProtoReflect.Descriptor instead.

func (*VDiffStopRequest) GetTargetKeyspace added in v0.18.0

func (x *VDiffStopRequest) GetTargetKeyspace() string

func (*VDiffStopRequest) GetUuid added in v0.18.0

func (x *VDiffStopRequest) GetUuid() string

func (*VDiffStopRequest) GetWorkflow added in v0.18.0

func (x *VDiffStopRequest) GetWorkflow() string

func (*VDiffStopRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffStopRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffStopRequest) MarshalToVT added in v0.18.0

func (m *VDiffStopRequest) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffStopRequest) MarshalVT added in v0.18.0

func (m *VDiffStopRequest) MarshalVT() (dAtA []byte, err error)

func (*VDiffStopRequest) ProtoMessage added in v0.18.0

func (*VDiffStopRequest) ProtoMessage()

func (*VDiffStopRequest) ProtoReflect added in v0.18.0

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

func (*VDiffStopRequest) Reset added in v0.18.0

func (x *VDiffStopRequest) Reset()

func (*VDiffStopRequest) SizeVT added in v0.18.0

func (m *VDiffStopRequest) SizeVT() (n int)

func (*VDiffStopRequest) String added in v0.18.0

func (x *VDiffStopRequest) String() string

func (*VDiffStopRequest) UnmarshalVT added in v0.18.0

func (m *VDiffStopRequest) UnmarshalVT(dAtA []byte) error

type VDiffStopResponse added in v0.18.0

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

func (*VDiffStopResponse) CloneMessageVT added in v0.18.0

func (m *VDiffStopResponse) CloneMessageVT() proto.Message

func (*VDiffStopResponse) CloneVT added in v0.18.0

func (m *VDiffStopResponse) CloneVT() *VDiffStopResponse

func (*VDiffStopResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use VDiffStopResponse.ProtoReflect.Descriptor instead.

func (*VDiffStopResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *VDiffStopResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VDiffStopResponse) MarshalToVT added in v0.18.0

func (m *VDiffStopResponse) MarshalToVT(dAtA []byte) (int, error)

func (*VDiffStopResponse) MarshalVT added in v0.18.0

func (m *VDiffStopResponse) MarshalVT() (dAtA []byte, err error)

func (*VDiffStopResponse) ProtoMessage added in v0.18.0

func (*VDiffStopResponse) ProtoMessage()

func (*VDiffStopResponse) ProtoReflect added in v0.18.0

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

func (*VDiffStopResponse) Reset added in v0.18.0

func (x *VDiffStopResponse) Reset()

func (*VDiffStopResponse) SizeVT added in v0.18.0

func (m *VDiffStopResponse) SizeVT() (n int)

func (*VDiffStopResponse) String added in v0.18.0

func (x *VDiffStopResponse) String() string

func (*VDiffStopResponse) UnmarshalVT added in v0.18.0

func (m *VDiffStopResponse) UnmarshalVT(dAtA []byte) error

type ValidateKeyspaceRequest added in v0.12.0

type ValidateKeyspaceRequest struct {
	Keyspace    string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	PingTablets bool   `protobuf:"varint,2,opt,name=ping_tablets,json=pingTablets,proto3" json:"ping_tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateKeyspaceRequest) CloneMessageVT added in v0.18.0

func (m *ValidateKeyspaceRequest) CloneMessageVT() proto.Message

func (*ValidateKeyspaceRequest) CloneVT added in v0.18.0

func (*ValidateKeyspaceRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use ValidateKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*ValidateKeyspaceRequest) GetKeyspace added in v0.12.0

func (x *ValidateKeyspaceRequest) GetKeyspace() string

func (*ValidateKeyspaceRequest) GetPingTablets added in v0.12.0

func (x *ValidateKeyspaceRequest) GetPingTablets() bool

func (*ValidateKeyspaceRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *ValidateKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateKeyspaceRequest) MarshalToVT added in v0.12.0

func (m *ValidateKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateKeyspaceRequest) MarshalVT added in v0.12.0

func (m *ValidateKeyspaceRequest) MarshalVT() (dAtA []byte, err error)

func (*ValidateKeyspaceRequest) ProtoMessage added in v0.12.0

func (*ValidateKeyspaceRequest) ProtoMessage()

func (*ValidateKeyspaceRequest) ProtoReflect added in v0.12.0

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

func (*ValidateKeyspaceRequest) Reset added in v0.12.0

func (x *ValidateKeyspaceRequest) Reset()

func (*ValidateKeyspaceRequest) SizeVT added in v0.12.0

func (m *ValidateKeyspaceRequest) SizeVT() (n int)

func (*ValidateKeyspaceRequest) String added in v0.12.0

func (x *ValidateKeyspaceRequest) String() string

func (*ValidateKeyspaceRequest) UnmarshalVT added in v0.12.0

func (m *ValidateKeyspaceRequest) UnmarshalVT(dAtA []byte) error

type ValidateKeyspaceResponse added in v0.12.0

type ValidateKeyspaceResponse struct {
	Results        []string                          `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	ResultsByShard map[string]*ValidateShardResponse `` /* 193-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidateKeyspaceResponse) CloneMessageVT added in v0.18.0

func (m *ValidateKeyspaceResponse) CloneMessageVT() proto.Message

func (*ValidateKeyspaceResponse) CloneVT added in v0.18.0

func (*ValidateKeyspaceResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use ValidateKeyspaceResponse.ProtoReflect.Descriptor instead.

func (*ValidateKeyspaceResponse) GetResults added in v0.12.0

func (x *ValidateKeyspaceResponse) GetResults() []string

func (*ValidateKeyspaceResponse) GetResultsByShard added in v0.12.0

func (x *ValidateKeyspaceResponse) GetResultsByShard() map[string]*ValidateShardResponse

func (*ValidateKeyspaceResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *ValidateKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateKeyspaceResponse) MarshalToVT added in v0.12.0

func (m *ValidateKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateKeyspaceResponse) MarshalVT added in v0.12.0

func (m *ValidateKeyspaceResponse) MarshalVT() (dAtA []byte, err error)

func (*ValidateKeyspaceResponse) ProtoMessage added in v0.12.0

func (*ValidateKeyspaceResponse) ProtoMessage()

func (*ValidateKeyspaceResponse) ProtoReflect added in v0.12.0

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

func (*ValidateKeyspaceResponse) Reset added in v0.12.0

func (x *ValidateKeyspaceResponse) Reset()

func (*ValidateKeyspaceResponse) SizeVT added in v0.12.0

func (m *ValidateKeyspaceResponse) SizeVT() (n int)

func (*ValidateKeyspaceResponse) String added in v0.12.0

func (x *ValidateKeyspaceResponse) String() string

func (*ValidateKeyspaceResponse) UnmarshalVT added in v0.12.0

func (m *ValidateKeyspaceResponse) UnmarshalVT(dAtA []byte) error

type ValidateRequest added in v0.12.0

type ValidateRequest struct {
	PingTablets bool `protobuf:"varint,1,opt,name=ping_tablets,json=pingTablets,proto3" json:"ping_tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateRequest) CloneMessageVT added in v0.18.0

func (m *ValidateRequest) CloneMessageVT() proto.Message

func (*ValidateRequest) CloneVT added in v0.18.0

func (m *ValidateRequest) CloneVT() *ValidateRequest

func (*ValidateRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use ValidateRequest.ProtoReflect.Descriptor instead.

func (*ValidateRequest) GetPingTablets added in v0.12.0

func (x *ValidateRequest) GetPingTablets() bool

func (*ValidateRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *ValidateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateRequest) MarshalToVT added in v0.12.0

func (m *ValidateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateRequest) MarshalVT added in v0.12.0

func (m *ValidateRequest) MarshalVT() (dAtA []byte, err error)

func (*ValidateRequest) ProtoMessage added in v0.12.0

func (*ValidateRequest) ProtoMessage()

func (*ValidateRequest) ProtoReflect added in v0.12.0

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

func (*ValidateRequest) Reset added in v0.12.0

func (x *ValidateRequest) Reset()

func (*ValidateRequest) SizeVT added in v0.12.0

func (m *ValidateRequest) SizeVT() (n int)

func (*ValidateRequest) String added in v0.12.0

func (x *ValidateRequest) String() string

func (*ValidateRequest) UnmarshalVT added in v0.12.0

func (m *ValidateRequest) UnmarshalVT(dAtA []byte) error

type ValidateResponse added in v0.12.0

type ValidateResponse struct {
	Results           []string                             `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	ResultsByKeyspace map[string]*ValidateKeyspaceResponse `` /* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidateResponse) CloneMessageVT added in v0.18.0

func (m *ValidateResponse) CloneMessageVT() proto.Message

func (*ValidateResponse) CloneVT added in v0.18.0

func (m *ValidateResponse) CloneVT() *ValidateResponse

func (*ValidateResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use ValidateResponse.ProtoReflect.Descriptor instead.

func (*ValidateResponse) GetResults added in v0.12.0

func (x *ValidateResponse) GetResults() []string

func (*ValidateResponse) GetResultsByKeyspace added in v0.12.0

func (x *ValidateResponse) GetResultsByKeyspace() map[string]*ValidateKeyspaceResponse

func (*ValidateResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *ValidateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateResponse) MarshalToVT added in v0.12.0

func (m *ValidateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateResponse) MarshalVT added in v0.12.0

func (m *ValidateResponse) MarshalVT() (dAtA []byte, err error)

func (*ValidateResponse) ProtoMessage added in v0.12.0

func (*ValidateResponse) ProtoMessage()

func (*ValidateResponse) ProtoReflect added in v0.12.0

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

func (*ValidateResponse) Reset added in v0.12.0

func (x *ValidateResponse) Reset()

func (*ValidateResponse) SizeVT added in v0.12.0

func (m *ValidateResponse) SizeVT() (n int)

func (*ValidateResponse) String added in v0.12.0

func (x *ValidateResponse) String() string

func (*ValidateResponse) UnmarshalVT added in v0.12.0

func (m *ValidateResponse) UnmarshalVT(dAtA []byte) error

type ValidateSchemaKeyspaceRequest added in v0.14.0

type ValidateSchemaKeyspaceRequest struct {
	Keyspace       string   `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	ExcludeTables  []string `protobuf:"bytes,2,rep,name=exclude_tables,json=excludeTables,proto3" json:"exclude_tables,omitempty"`
	IncludeViews   bool     `protobuf:"varint,3,opt,name=include_views,json=includeViews,proto3" json:"include_views,omitempty"`
	SkipNoPrimary  bool     `protobuf:"varint,4,opt,name=skip_no_primary,json=skipNoPrimary,proto3" json:"skip_no_primary,omitempty"`
	IncludeVschema bool     `protobuf:"varint,5,opt,name=include_vschema,json=includeVschema,proto3" json:"include_vschema,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateSchemaKeyspaceRequest) CloneMessageVT added in v0.18.0

func (m *ValidateSchemaKeyspaceRequest) CloneMessageVT() proto.Message

func (*ValidateSchemaKeyspaceRequest) CloneVT added in v0.18.0

func (*ValidateSchemaKeyspaceRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ValidateSchemaKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*ValidateSchemaKeyspaceRequest) GetExcludeTables added in v0.14.0

func (x *ValidateSchemaKeyspaceRequest) GetExcludeTables() []string

func (*ValidateSchemaKeyspaceRequest) GetIncludeViews added in v0.14.0

func (x *ValidateSchemaKeyspaceRequest) GetIncludeViews() bool

func (*ValidateSchemaKeyspaceRequest) GetIncludeVschema added in v0.14.0

func (x *ValidateSchemaKeyspaceRequest) GetIncludeVschema() bool

func (*ValidateSchemaKeyspaceRequest) GetKeyspace added in v0.14.0

func (x *ValidateSchemaKeyspaceRequest) GetKeyspace() string

func (*ValidateSchemaKeyspaceRequest) GetSkipNoPrimary added in v0.14.0

func (x *ValidateSchemaKeyspaceRequest) GetSkipNoPrimary() bool

func (*ValidateSchemaKeyspaceRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *ValidateSchemaKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateSchemaKeyspaceRequest) MarshalToVT added in v0.14.0

func (m *ValidateSchemaKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateSchemaKeyspaceRequest) MarshalVT added in v0.14.0

func (m *ValidateSchemaKeyspaceRequest) MarshalVT() (dAtA []byte, err error)

func (*ValidateSchemaKeyspaceRequest) ProtoMessage added in v0.14.0

func (*ValidateSchemaKeyspaceRequest) ProtoMessage()

func (*ValidateSchemaKeyspaceRequest) ProtoReflect added in v0.14.0

func (*ValidateSchemaKeyspaceRequest) Reset added in v0.14.0

func (x *ValidateSchemaKeyspaceRequest) Reset()

func (*ValidateSchemaKeyspaceRequest) SizeVT added in v0.14.0

func (m *ValidateSchemaKeyspaceRequest) SizeVT() (n int)

func (*ValidateSchemaKeyspaceRequest) String added in v0.14.0

func (*ValidateSchemaKeyspaceRequest) UnmarshalVT added in v0.14.0

func (m *ValidateSchemaKeyspaceRequest) UnmarshalVT(dAtA []byte) error

type ValidateSchemaKeyspaceResponse added in v0.14.0

type ValidateSchemaKeyspaceResponse struct {
	Results        []string                          `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	ResultsByShard map[string]*ValidateShardResponse `` /* 193-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidateSchemaKeyspaceResponse) CloneMessageVT added in v0.18.0

func (m *ValidateSchemaKeyspaceResponse) CloneMessageVT() proto.Message

func (*ValidateSchemaKeyspaceResponse) CloneVT added in v0.18.0

func (*ValidateSchemaKeyspaceResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ValidateSchemaKeyspaceResponse.ProtoReflect.Descriptor instead.

func (*ValidateSchemaKeyspaceResponse) GetResults added in v0.14.0

func (x *ValidateSchemaKeyspaceResponse) GetResults() []string

func (*ValidateSchemaKeyspaceResponse) GetResultsByShard added in v0.14.0

func (x *ValidateSchemaKeyspaceResponse) GetResultsByShard() map[string]*ValidateShardResponse

func (*ValidateSchemaKeyspaceResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *ValidateSchemaKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateSchemaKeyspaceResponse) MarshalToVT added in v0.14.0

func (m *ValidateSchemaKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateSchemaKeyspaceResponse) MarshalVT added in v0.14.0

func (m *ValidateSchemaKeyspaceResponse) MarshalVT() (dAtA []byte, err error)

func (*ValidateSchemaKeyspaceResponse) ProtoMessage added in v0.14.0

func (*ValidateSchemaKeyspaceResponse) ProtoMessage()

func (*ValidateSchemaKeyspaceResponse) ProtoReflect added in v0.14.0

func (*ValidateSchemaKeyspaceResponse) Reset added in v0.14.0

func (x *ValidateSchemaKeyspaceResponse) Reset()

func (*ValidateSchemaKeyspaceResponse) SizeVT added in v0.14.0

func (m *ValidateSchemaKeyspaceResponse) SizeVT() (n int)

func (*ValidateSchemaKeyspaceResponse) String added in v0.14.0

func (*ValidateSchemaKeyspaceResponse) UnmarshalVT added in v0.14.0

func (m *ValidateSchemaKeyspaceResponse) UnmarshalVT(dAtA []byte) error

type ValidateShardRequest added in v0.12.0

type ValidateShardRequest struct {
	Keyspace    string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard       string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	PingTablets bool   `protobuf:"varint,3,opt,name=ping_tablets,json=pingTablets,proto3" json:"ping_tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateShardRequest) CloneMessageVT added in v0.18.0

func (m *ValidateShardRequest) CloneMessageVT() proto.Message

func (*ValidateShardRequest) CloneVT added in v0.18.0

func (*ValidateShardRequest) Descriptor deprecated added in v0.12.0

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

Deprecated: Use ValidateShardRequest.ProtoReflect.Descriptor instead.

func (*ValidateShardRequest) GetKeyspace added in v0.12.0

func (x *ValidateShardRequest) GetKeyspace() string

func (*ValidateShardRequest) GetPingTablets added in v0.12.0

func (x *ValidateShardRequest) GetPingTablets() bool

func (*ValidateShardRequest) GetShard added in v0.12.0

func (x *ValidateShardRequest) GetShard() string

func (*ValidateShardRequest) MarshalToSizedBufferVT added in v0.12.0

func (m *ValidateShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateShardRequest) MarshalToVT added in v0.12.0

func (m *ValidateShardRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateShardRequest) MarshalVT added in v0.12.0

func (m *ValidateShardRequest) MarshalVT() (dAtA []byte, err error)

func (*ValidateShardRequest) ProtoMessage added in v0.12.0

func (*ValidateShardRequest) ProtoMessage()

func (*ValidateShardRequest) ProtoReflect added in v0.12.0

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

func (*ValidateShardRequest) Reset added in v0.12.0

func (x *ValidateShardRequest) Reset()

func (*ValidateShardRequest) SizeVT added in v0.12.0

func (m *ValidateShardRequest) SizeVT() (n int)

func (*ValidateShardRequest) String added in v0.12.0

func (x *ValidateShardRequest) String() string

func (*ValidateShardRequest) UnmarshalVT added in v0.12.0

func (m *ValidateShardRequest) UnmarshalVT(dAtA []byte) error

type ValidateShardResponse added in v0.12.0

type ValidateShardResponse struct {
	Results []string `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateShardResponse) CloneMessageVT added in v0.18.0

func (m *ValidateShardResponse) CloneMessageVT() proto.Message

func (*ValidateShardResponse) CloneVT added in v0.18.0

func (*ValidateShardResponse) Descriptor deprecated added in v0.12.0

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

Deprecated: Use ValidateShardResponse.ProtoReflect.Descriptor instead.

func (*ValidateShardResponse) GetResults added in v0.12.0

func (x *ValidateShardResponse) GetResults() []string

func (*ValidateShardResponse) MarshalToSizedBufferVT added in v0.12.0

func (m *ValidateShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateShardResponse) MarshalToVT added in v0.12.0

func (m *ValidateShardResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateShardResponse) MarshalVT added in v0.12.0

func (m *ValidateShardResponse) MarshalVT() (dAtA []byte, err error)

func (*ValidateShardResponse) ProtoMessage added in v0.12.0

func (*ValidateShardResponse) ProtoMessage()

func (*ValidateShardResponse) ProtoReflect added in v0.12.0

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

func (*ValidateShardResponse) Reset added in v0.12.0

func (x *ValidateShardResponse) Reset()

func (*ValidateShardResponse) SizeVT added in v0.12.0

func (m *ValidateShardResponse) SizeVT() (n int)

func (*ValidateShardResponse) String added in v0.12.0

func (x *ValidateShardResponse) String() string

func (*ValidateShardResponse) UnmarshalVT added in v0.12.0

func (m *ValidateShardResponse) UnmarshalVT(dAtA []byte) error

type ValidateVSchemaRequest added in v0.14.0

type ValidateVSchemaRequest struct {
	Keyspace      string   `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shards        []string `protobuf:"bytes,2,rep,name=shards,proto3" json:"shards,omitempty"`
	ExcludeTables []string `protobuf:"bytes,3,rep,name=exclude_tables,json=excludeTables,proto3" json:"exclude_tables,omitempty"`
	IncludeViews  bool     `protobuf:"varint,4,opt,name=include_views,json=includeViews,proto3" json:"include_views,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateVSchemaRequest) CloneMessageVT added in v0.18.0

func (m *ValidateVSchemaRequest) CloneMessageVT() proto.Message

func (*ValidateVSchemaRequest) CloneVT added in v0.18.0

func (*ValidateVSchemaRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ValidateVSchemaRequest.ProtoReflect.Descriptor instead.

func (*ValidateVSchemaRequest) GetExcludeTables added in v0.14.0

func (x *ValidateVSchemaRequest) GetExcludeTables() []string

func (*ValidateVSchemaRequest) GetIncludeViews added in v0.14.0

func (x *ValidateVSchemaRequest) GetIncludeViews() bool

func (*ValidateVSchemaRequest) GetKeyspace added in v0.14.0

func (x *ValidateVSchemaRequest) GetKeyspace() string

func (*ValidateVSchemaRequest) GetShards added in v0.14.0

func (x *ValidateVSchemaRequest) GetShards() []string

func (*ValidateVSchemaRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *ValidateVSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateVSchemaRequest) MarshalToVT added in v0.14.0

func (m *ValidateVSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateVSchemaRequest) MarshalVT added in v0.14.0

func (m *ValidateVSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*ValidateVSchemaRequest) ProtoMessage added in v0.14.0

func (*ValidateVSchemaRequest) ProtoMessage()

func (*ValidateVSchemaRequest) ProtoReflect added in v0.14.0

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

func (*ValidateVSchemaRequest) Reset added in v0.14.0

func (x *ValidateVSchemaRequest) Reset()

func (*ValidateVSchemaRequest) SizeVT added in v0.14.0

func (m *ValidateVSchemaRequest) SizeVT() (n int)

func (*ValidateVSchemaRequest) String added in v0.14.0

func (x *ValidateVSchemaRequest) String() string

func (*ValidateVSchemaRequest) UnmarshalVT added in v0.14.0

func (m *ValidateVSchemaRequest) UnmarshalVT(dAtA []byte) error

type ValidateVSchemaResponse added in v0.14.0

type ValidateVSchemaResponse struct {
	Results        []string                          `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	ResultsByShard map[string]*ValidateShardResponse `` /* 193-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidateVSchemaResponse) CloneMessageVT added in v0.18.0

func (m *ValidateVSchemaResponse) CloneMessageVT() proto.Message

func (*ValidateVSchemaResponse) CloneVT added in v0.18.0

func (*ValidateVSchemaResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ValidateVSchemaResponse.ProtoReflect.Descriptor instead.

func (*ValidateVSchemaResponse) GetResults added in v0.14.0

func (x *ValidateVSchemaResponse) GetResults() []string

func (*ValidateVSchemaResponse) GetResultsByShard added in v0.14.0

func (x *ValidateVSchemaResponse) GetResultsByShard() map[string]*ValidateShardResponse

func (*ValidateVSchemaResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *ValidateVSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateVSchemaResponse) MarshalToVT added in v0.14.0

func (m *ValidateVSchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateVSchemaResponse) MarshalVT added in v0.14.0

func (m *ValidateVSchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*ValidateVSchemaResponse) ProtoMessage added in v0.14.0

func (*ValidateVSchemaResponse) ProtoMessage()

func (*ValidateVSchemaResponse) ProtoReflect added in v0.14.0

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

func (*ValidateVSchemaResponse) Reset added in v0.14.0

func (x *ValidateVSchemaResponse) Reset()

func (*ValidateVSchemaResponse) SizeVT added in v0.14.0

func (m *ValidateVSchemaResponse) SizeVT() (n int)

func (*ValidateVSchemaResponse) String added in v0.14.0

func (x *ValidateVSchemaResponse) String() string

func (*ValidateVSchemaResponse) UnmarshalVT added in v0.14.0

func (m *ValidateVSchemaResponse) UnmarshalVT(dAtA []byte) error

type ValidateVersionKeyspaceRequest added in v0.14.0

type ValidateVersionKeyspaceRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateVersionKeyspaceRequest) CloneMessageVT added in v0.18.0

func (m *ValidateVersionKeyspaceRequest) CloneMessageVT() proto.Message

func (*ValidateVersionKeyspaceRequest) CloneVT added in v0.18.0

func (*ValidateVersionKeyspaceRequest) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ValidateVersionKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*ValidateVersionKeyspaceRequest) GetKeyspace added in v0.14.0

func (x *ValidateVersionKeyspaceRequest) GetKeyspace() string

func (*ValidateVersionKeyspaceRequest) MarshalToSizedBufferVT added in v0.14.0

func (m *ValidateVersionKeyspaceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateVersionKeyspaceRequest) MarshalToVT added in v0.14.0

func (m *ValidateVersionKeyspaceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateVersionKeyspaceRequest) MarshalVT added in v0.14.0

func (m *ValidateVersionKeyspaceRequest) MarshalVT() (dAtA []byte, err error)

func (*ValidateVersionKeyspaceRequest) ProtoMessage added in v0.14.0

func (*ValidateVersionKeyspaceRequest) ProtoMessage()

func (*ValidateVersionKeyspaceRequest) ProtoReflect added in v0.14.0

func (*ValidateVersionKeyspaceRequest) Reset added in v0.14.0

func (x *ValidateVersionKeyspaceRequest) Reset()

func (*ValidateVersionKeyspaceRequest) SizeVT added in v0.14.0

func (m *ValidateVersionKeyspaceRequest) SizeVT() (n int)

func (*ValidateVersionKeyspaceRequest) String added in v0.14.0

func (*ValidateVersionKeyspaceRequest) UnmarshalVT added in v0.14.0

func (m *ValidateVersionKeyspaceRequest) UnmarshalVT(dAtA []byte) error

type ValidateVersionKeyspaceResponse added in v0.14.0

type ValidateVersionKeyspaceResponse struct {
	Results        []string                          `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	ResultsByShard map[string]*ValidateShardResponse `` /* 193-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidateVersionKeyspaceResponse) CloneMessageVT added in v0.18.0

func (m *ValidateVersionKeyspaceResponse) CloneMessageVT() proto.Message

func (*ValidateVersionKeyspaceResponse) CloneVT added in v0.18.0

func (*ValidateVersionKeyspaceResponse) Descriptor deprecated added in v0.14.0

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

Deprecated: Use ValidateVersionKeyspaceResponse.ProtoReflect.Descriptor instead.

func (*ValidateVersionKeyspaceResponse) GetResults added in v0.14.0

func (x *ValidateVersionKeyspaceResponse) GetResults() []string

func (*ValidateVersionKeyspaceResponse) GetResultsByShard added in v0.14.0

func (x *ValidateVersionKeyspaceResponse) GetResultsByShard() map[string]*ValidateShardResponse

func (*ValidateVersionKeyspaceResponse) MarshalToSizedBufferVT added in v0.14.0

func (m *ValidateVersionKeyspaceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateVersionKeyspaceResponse) MarshalToVT added in v0.14.0

func (m *ValidateVersionKeyspaceResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateVersionKeyspaceResponse) MarshalVT added in v0.14.0

func (m *ValidateVersionKeyspaceResponse) MarshalVT() (dAtA []byte, err error)

func (*ValidateVersionKeyspaceResponse) ProtoMessage added in v0.14.0

func (*ValidateVersionKeyspaceResponse) ProtoMessage()

func (*ValidateVersionKeyspaceResponse) ProtoReflect added in v0.14.0

func (*ValidateVersionKeyspaceResponse) Reset added in v0.14.0

func (*ValidateVersionKeyspaceResponse) SizeVT added in v0.14.0

func (m *ValidateVersionKeyspaceResponse) SizeVT() (n int)

func (*ValidateVersionKeyspaceResponse) String added in v0.14.0

func (*ValidateVersionKeyspaceResponse) UnmarshalVT added in v0.14.0

func (m *ValidateVersionKeyspaceResponse) UnmarshalVT(dAtA []byte) error

type ValidateVersionShardRequest added in v0.15.0

type ValidateVersionShardRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shard    string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateVersionShardRequest) CloneMessageVT added in v0.18.0

func (m *ValidateVersionShardRequest) CloneMessageVT() proto.Message

func (*ValidateVersionShardRequest) CloneVT added in v0.18.0

func (*ValidateVersionShardRequest) Descriptor deprecated added in v0.15.0

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

Deprecated: Use ValidateVersionShardRequest.ProtoReflect.Descriptor instead.

func (*ValidateVersionShardRequest) GetKeyspace added in v0.15.0

func (x *ValidateVersionShardRequest) GetKeyspace() string

func (*ValidateVersionShardRequest) GetShard added in v0.15.0

func (x *ValidateVersionShardRequest) GetShard() string

func (*ValidateVersionShardRequest) MarshalToSizedBufferVT added in v0.15.0

func (m *ValidateVersionShardRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateVersionShardRequest) MarshalToVT added in v0.15.0

func (m *ValidateVersionShardRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateVersionShardRequest) MarshalVT added in v0.15.0

func (m *ValidateVersionShardRequest) MarshalVT() (dAtA []byte, err error)

func (*ValidateVersionShardRequest) ProtoMessage added in v0.15.0

func (*ValidateVersionShardRequest) ProtoMessage()

func (*ValidateVersionShardRequest) ProtoReflect added in v0.15.0

func (*ValidateVersionShardRequest) Reset added in v0.15.0

func (x *ValidateVersionShardRequest) Reset()

func (*ValidateVersionShardRequest) SizeVT added in v0.15.0

func (m *ValidateVersionShardRequest) SizeVT() (n int)

func (*ValidateVersionShardRequest) String added in v0.15.0

func (x *ValidateVersionShardRequest) String() string

func (*ValidateVersionShardRequest) UnmarshalVT added in v0.15.0

func (m *ValidateVersionShardRequest) UnmarshalVT(dAtA []byte) error

type ValidateVersionShardResponse added in v0.15.0

type ValidateVersionShardResponse struct {
	Results []string `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateVersionShardResponse) CloneMessageVT added in v0.18.0

func (m *ValidateVersionShardResponse) CloneMessageVT() proto.Message

func (*ValidateVersionShardResponse) CloneVT added in v0.18.0

func (*ValidateVersionShardResponse) Descriptor deprecated added in v0.15.0

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

Deprecated: Use ValidateVersionShardResponse.ProtoReflect.Descriptor instead.

func (*ValidateVersionShardResponse) GetResults added in v0.15.0

func (x *ValidateVersionShardResponse) GetResults() []string

func (*ValidateVersionShardResponse) MarshalToSizedBufferVT added in v0.15.0

func (m *ValidateVersionShardResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidateVersionShardResponse) MarshalToVT added in v0.15.0

func (m *ValidateVersionShardResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ValidateVersionShardResponse) MarshalVT added in v0.15.0

func (m *ValidateVersionShardResponse) MarshalVT() (dAtA []byte, err error)

func (*ValidateVersionShardResponse) ProtoMessage added in v0.15.0

func (*ValidateVersionShardResponse) ProtoMessage()

func (*ValidateVersionShardResponse) ProtoReflect added in v0.15.0

func (*ValidateVersionShardResponse) Reset added in v0.15.0

func (x *ValidateVersionShardResponse) Reset()

func (*ValidateVersionShardResponse) SizeVT added in v0.15.0

func (m *ValidateVersionShardResponse) SizeVT() (n int)

func (*ValidateVersionShardResponse) String added in v0.15.0

func (*ValidateVersionShardResponse) UnmarshalVT added in v0.15.0

func (m *ValidateVersionShardResponse) UnmarshalVT(dAtA []byte) error

type Workflow added in v0.10.0

type Workflow struct {
	Name   string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Source *Workflow_ReplicationLocation `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Target *Workflow_ReplicationLocation `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	// This represents how long it's been since we processed any event in the
	// stream.
	MaxVReplicationLag int64                            `protobuf:"varint,4,opt,name=max_v_replication_lag,json=maxVReplicationLag,proto3" json:"max_v_replication_lag,omitempty"`
	ShardStreams       map[string]*Workflow_ShardStream `` /* 185-byte string literal not displayed */
	WorkflowType       string                           `protobuf:"bytes,6,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	WorkflowSubType    string                           `protobuf:"bytes,7,opt,name=workflow_sub_type,json=workflowSubType,proto3" json:"workflow_sub_type,omitempty"`
	// This represents the lag across all shards, between the current time and
	// the timestamp of the last transaction OR heartbeat timestamp (if there
	// have been no writes to replicate from the source).
	MaxVReplicationTransactionLag int64 `` /* 155-byte string literal not displayed */
	// This specifies whether to defer the creation of secondary keys.
	DeferSecondaryKeys bool `protobuf:"varint,9,opt,name=defer_secondary_keys,json=deferSecondaryKeys,proto3" json:"defer_secondary_keys,omitempty"`
	// contains filtered or unexported fields
}

TODO: comment the hell out of this.

func (*Workflow) CloneMessageVT added in v0.18.0

func (m *Workflow) CloneMessageVT() proto.Message

func (*Workflow) CloneVT added in v0.18.0

func (m *Workflow) CloneVT() *Workflow

func (*Workflow) Descriptor deprecated added in v0.10.0

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

Deprecated: Use Workflow.ProtoReflect.Descriptor instead.

func (*Workflow) GetDeferSecondaryKeys added in v0.18.0

func (x *Workflow) GetDeferSecondaryKeys() bool

func (*Workflow) GetMaxVReplicationLag added in v0.10.0

func (x *Workflow) GetMaxVReplicationLag() int64

func (*Workflow) GetMaxVReplicationTransactionLag added in v0.18.0

func (x *Workflow) GetMaxVReplicationTransactionLag() int64

func (*Workflow) GetName added in v0.10.0

func (x *Workflow) GetName() string

func (*Workflow) GetShardStreams added in v0.10.0

func (x *Workflow) GetShardStreams() map[string]*Workflow_ShardStream

func (*Workflow) GetSource added in v0.10.0

func (x *Workflow) GetSource() *Workflow_ReplicationLocation

func (*Workflow) GetTarget added in v0.10.0

func (x *Workflow) GetTarget() *Workflow_ReplicationLocation

func (*Workflow) GetWorkflowSubType added in v0.16.0

func (x *Workflow) GetWorkflowSubType() string

func (*Workflow) GetWorkflowType added in v0.16.0

func (x *Workflow) GetWorkflowType() string

func (*Workflow) MarshalToSizedBufferVT added in v0.11.0

func (m *Workflow) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Workflow) MarshalToVT added in v0.11.0

func (m *Workflow) MarshalToVT(dAtA []byte) (int, error)

func (*Workflow) MarshalVT added in v0.11.0

func (m *Workflow) MarshalVT() (dAtA []byte, err error)

func (*Workflow) ProtoMessage added in v0.10.0

func (*Workflow) ProtoMessage()

func (*Workflow) ProtoReflect added in v0.11.0

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

func (*Workflow) Reset added in v0.10.0

func (x *Workflow) Reset()

func (*Workflow) SizeVT added in v0.11.0

func (m *Workflow) SizeVT() (n int)

func (*Workflow) String added in v0.10.0

func (x *Workflow) String() string

func (*Workflow) UnmarshalVT added in v0.11.0

func (m *Workflow) UnmarshalVT(dAtA []byte) error

type WorkflowDeleteRequest added in v0.18.0

type WorkflowDeleteRequest struct {
	Keyspace         string   `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Workflow         string   `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	KeepData         bool     `protobuf:"varint,3,opt,name=keep_data,json=keepData,proto3" json:"keep_data,omitempty"`
	KeepRoutingRules bool     `protobuf:"varint,4,opt,name=keep_routing_rules,json=keepRoutingRules,proto3" json:"keep_routing_rules,omitempty"`
	Shards           []string `protobuf:"bytes,5,rep,name=shards,proto3" json:"shards,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowDeleteRequest) CloneMessageVT added in v0.18.0

func (m *WorkflowDeleteRequest) CloneMessageVT() proto.Message

func (*WorkflowDeleteRequest) CloneVT added in v0.18.0

func (*WorkflowDeleteRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowDeleteRequest.ProtoReflect.Descriptor instead.

func (*WorkflowDeleteRequest) GetKeepData added in v0.18.0

func (x *WorkflowDeleteRequest) GetKeepData() bool

func (*WorkflowDeleteRequest) GetKeepRoutingRules added in v0.18.0

func (x *WorkflowDeleteRequest) GetKeepRoutingRules() bool

func (*WorkflowDeleteRequest) GetKeyspace added in v0.18.0

func (x *WorkflowDeleteRequest) GetKeyspace() string

func (*WorkflowDeleteRequest) GetShards added in v0.19.0

func (x *WorkflowDeleteRequest) GetShards() []string

func (*WorkflowDeleteRequest) GetWorkflow added in v0.18.0

func (x *WorkflowDeleteRequest) GetWorkflow() string

func (*WorkflowDeleteRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowDeleteRequest) MarshalToVT added in v0.18.0

func (m *WorkflowDeleteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowDeleteRequest) MarshalVT added in v0.18.0

func (m *WorkflowDeleteRequest) MarshalVT() (dAtA []byte, err error)

func (*WorkflowDeleteRequest) ProtoMessage added in v0.18.0

func (*WorkflowDeleteRequest) ProtoMessage()

func (*WorkflowDeleteRequest) ProtoReflect added in v0.18.0

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

func (*WorkflowDeleteRequest) Reset added in v0.18.0

func (x *WorkflowDeleteRequest) Reset()

func (*WorkflowDeleteRequest) SizeVT added in v0.18.0

func (m *WorkflowDeleteRequest) SizeVT() (n int)

func (*WorkflowDeleteRequest) String added in v0.18.0

func (x *WorkflowDeleteRequest) String() string

func (*WorkflowDeleteRequest) UnmarshalVT added in v0.18.0

func (m *WorkflowDeleteRequest) UnmarshalVT(dAtA []byte) error

type WorkflowDeleteResponse added in v0.18.0

type WorkflowDeleteResponse struct {
	Summary string                               `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	Details []*WorkflowDeleteResponse_TabletInfo `protobuf:"bytes,2,rep,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowDeleteResponse) CloneMessageVT added in v0.18.0

func (m *WorkflowDeleteResponse) CloneMessageVT() proto.Message

func (*WorkflowDeleteResponse) CloneVT added in v0.18.0

func (*WorkflowDeleteResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowDeleteResponse.ProtoReflect.Descriptor instead.

func (*WorkflowDeleteResponse) GetDetails added in v0.18.0

func (*WorkflowDeleteResponse) GetSummary added in v0.18.0

func (x *WorkflowDeleteResponse) GetSummary() string

func (*WorkflowDeleteResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowDeleteResponse) MarshalToVT added in v0.18.0

func (m *WorkflowDeleteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowDeleteResponse) MarshalVT added in v0.18.0

func (m *WorkflowDeleteResponse) MarshalVT() (dAtA []byte, err error)

func (*WorkflowDeleteResponse) ProtoMessage added in v0.18.0

func (*WorkflowDeleteResponse) ProtoMessage()

func (*WorkflowDeleteResponse) ProtoReflect added in v0.18.0

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

func (*WorkflowDeleteResponse) Reset added in v0.18.0

func (x *WorkflowDeleteResponse) Reset()

func (*WorkflowDeleteResponse) SizeVT added in v0.18.0

func (m *WorkflowDeleteResponse) SizeVT() (n int)

func (*WorkflowDeleteResponse) String added in v0.18.0

func (x *WorkflowDeleteResponse) String() string

func (*WorkflowDeleteResponse) UnmarshalVT added in v0.18.0

func (m *WorkflowDeleteResponse) UnmarshalVT(dAtA []byte) error

type WorkflowDeleteResponse_TabletInfo added in v0.18.0

type WorkflowDeleteResponse_TabletInfo struct {
	Tablet *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet,proto3" json:"tablet,omitempty"`
	// Delete is set if the workflow was deleted on this tablet.
	Deleted bool `protobuf:"varint,2,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowDeleteResponse_TabletInfo) CloneMessageVT added in v0.18.0

func (m *WorkflowDeleteResponse_TabletInfo) CloneMessageVT() proto.Message

func (*WorkflowDeleteResponse_TabletInfo) CloneVT added in v0.18.0

func (*WorkflowDeleteResponse_TabletInfo) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowDeleteResponse_TabletInfo.ProtoReflect.Descriptor instead.

func (*WorkflowDeleteResponse_TabletInfo) GetDeleted added in v0.18.0

func (x *WorkflowDeleteResponse_TabletInfo) GetDeleted() bool

func (*WorkflowDeleteResponse_TabletInfo) GetTablet added in v0.18.0

func (*WorkflowDeleteResponse_TabletInfo) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowDeleteResponse_TabletInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowDeleteResponse_TabletInfo) MarshalToVT added in v0.18.0

func (m *WorkflowDeleteResponse_TabletInfo) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowDeleteResponse_TabletInfo) MarshalVT added in v0.18.0

func (m *WorkflowDeleteResponse_TabletInfo) MarshalVT() (dAtA []byte, err error)

func (*WorkflowDeleteResponse_TabletInfo) ProtoMessage added in v0.18.0

func (*WorkflowDeleteResponse_TabletInfo) ProtoMessage()

func (*WorkflowDeleteResponse_TabletInfo) ProtoReflect added in v0.18.0

func (*WorkflowDeleteResponse_TabletInfo) Reset added in v0.18.0

func (*WorkflowDeleteResponse_TabletInfo) SizeVT added in v0.18.0

func (m *WorkflowDeleteResponse_TabletInfo) SizeVT() (n int)

func (*WorkflowDeleteResponse_TabletInfo) String added in v0.18.0

func (*WorkflowDeleteResponse_TabletInfo) UnmarshalVT added in v0.18.0

func (m *WorkflowDeleteResponse_TabletInfo) UnmarshalVT(dAtA []byte) error

type WorkflowStatusRequest added in v0.18.0

type WorkflowStatusRequest struct {
	Keyspace string   `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Workflow string   `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	Shards   []string `protobuf:"bytes,3,rep,name=shards,proto3" json:"shards,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowStatusRequest) CloneMessageVT added in v0.18.0

func (m *WorkflowStatusRequest) CloneMessageVT() proto.Message

func (*WorkflowStatusRequest) CloneVT added in v0.18.0

func (*WorkflowStatusRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowStatusRequest.ProtoReflect.Descriptor instead.

func (*WorkflowStatusRequest) GetKeyspace added in v0.18.0

func (x *WorkflowStatusRequest) GetKeyspace() string

func (*WorkflowStatusRequest) GetShards added in v0.19.0

func (x *WorkflowStatusRequest) GetShards() []string

func (*WorkflowStatusRequest) GetWorkflow added in v0.18.0

func (x *WorkflowStatusRequest) GetWorkflow() string

func (*WorkflowStatusRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowStatusRequest) MarshalToVT added in v0.18.0

func (m *WorkflowStatusRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowStatusRequest) MarshalVT added in v0.18.0

func (m *WorkflowStatusRequest) MarshalVT() (dAtA []byte, err error)

func (*WorkflowStatusRequest) ProtoMessage added in v0.18.0

func (*WorkflowStatusRequest) ProtoMessage()

func (*WorkflowStatusRequest) ProtoReflect added in v0.18.0

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

func (*WorkflowStatusRequest) Reset added in v0.18.0

func (x *WorkflowStatusRequest) Reset()

func (*WorkflowStatusRequest) SizeVT added in v0.18.0

func (m *WorkflowStatusRequest) SizeVT() (n int)

func (*WorkflowStatusRequest) String added in v0.18.0

func (x *WorkflowStatusRequest) String() string

func (*WorkflowStatusRequest) UnmarshalVT added in v0.18.0

func (m *WorkflowStatusRequest) UnmarshalVT(dAtA []byte) error

type WorkflowStatusResponse added in v0.18.0

type WorkflowStatusResponse struct {

	// The key is keyspace/shard.
	TableCopyState map[string]*WorkflowStatusResponse_TableCopyState `` /* 193-byte string literal not displayed */
	ShardStreams   map[string]*WorkflowStatusResponse_ShardStreams   `` /* 185-byte string literal not displayed */
	TrafficState   string                                            `protobuf:"bytes,3,opt,name=traffic_state,json=trafficState,proto3" json:"traffic_state,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowStatusResponse) CloneMessageVT added in v0.18.0

func (m *WorkflowStatusResponse) CloneMessageVT() proto.Message

func (*WorkflowStatusResponse) CloneVT added in v0.18.0

func (*WorkflowStatusResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowStatusResponse.ProtoReflect.Descriptor instead.

func (*WorkflowStatusResponse) GetShardStreams added in v0.18.0

func (*WorkflowStatusResponse) GetTableCopyState added in v0.18.0

func (*WorkflowStatusResponse) GetTrafficState added in v0.18.0

func (x *WorkflowStatusResponse) GetTrafficState() string

func (*WorkflowStatusResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowStatusResponse) MarshalToVT added in v0.18.0

func (m *WorkflowStatusResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowStatusResponse) MarshalVT added in v0.18.0

func (m *WorkflowStatusResponse) MarshalVT() (dAtA []byte, err error)

func (*WorkflowStatusResponse) ProtoMessage added in v0.18.0

func (*WorkflowStatusResponse) ProtoMessage()

func (*WorkflowStatusResponse) ProtoReflect added in v0.18.0

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

func (*WorkflowStatusResponse) Reset added in v0.18.0

func (x *WorkflowStatusResponse) Reset()

func (*WorkflowStatusResponse) SizeVT added in v0.18.0

func (m *WorkflowStatusResponse) SizeVT() (n int)

func (*WorkflowStatusResponse) String added in v0.18.0

func (x *WorkflowStatusResponse) String() string

func (*WorkflowStatusResponse) UnmarshalVT added in v0.18.0

func (m *WorkflowStatusResponse) UnmarshalVT(dAtA []byte) error

type WorkflowStatusResponse_ShardStreamState added in v0.18.0

type WorkflowStatusResponse_ShardStreamState struct {
	Id          int32                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Tablet      *topodata.TabletAlias `protobuf:"bytes,2,opt,name=tablet,proto3" json:"tablet,omitempty"`
	SourceShard string                `protobuf:"bytes,3,opt,name=source_shard,json=sourceShard,proto3" json:"source_shard,omitempty"`
	Position    string                `protobuf:"bytes,4,opt,name=position,proto3" json:"position,omitempty"`
	Status      string                `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	Info        string                `protobuf:"bytes,6,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowStatusResponse_ShardStreamState) CloneMessageVT added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) CloneVT added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowStatusResponse_ShardStreamState.ProtoReflect.Descriptor instead.

func (*WorkflowStatusResponse_ShardStreamState) GetId added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) GetInfo added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) GetPosition added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) GetSourceShard added in v0.18.0

func (x *WorkflowStatusResponse_ShardStreamState) GetSourceShard() string

func (*WorkflowStatusResponse_ShardStreamState) GetStatus added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) GetTablet added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowStatusResponse_ShardStreamState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowStatusResponse_ShardStreamState) MarshalToVT added in v0.18.0

func (m *WorkflowStatusResponse_ShardStreamState) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowStatusResponse_ShardStreamState) MarshalVT added in v0.18.0

func (m *WorkflowStatusResponse_ShardStreamState) MarshalVT() (dAtA []byte, err error)

func (*WorkflowStatusResponse_ShardStreamState) ProtoMessage added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) ProtoReflect added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) Reset added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) SizeVT added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) String added in v0.18.0

func (*WorkflowStatusResponse_ShardStreamState) UnmarshalVT added in v0.18.0

func (m *WorkflowStatusResponse_ShardStreamState) UnmarshalVT(dAtA []byte) error

type WorkflowStatusResponse_ShardStreams added in v0.18.0

type WorkflowStatusResponse_ShardStreams struct {
	Streams []*WorkflowStatusResponse_ShardStreamState `protobuf:"bytes,2,rep,name=streams,proto3" json:"streams,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowStatusResponse_ShardStreams) CloneMessageVT added in v0.18.0

func (*WorkflowStatusResponse_ShardStreams) CloneVT added in v0.18.0

func (*WorkflowStatusResponse_ShardStreams) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowStatusResponse_ShardStreams.ProtoReflect.Descriptor instead.

func (*WorkflowStatusResponse_ShardStreams) GetStreams added in v0.18.0

func (*WorkflowStatusResponse_ShardStreams) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowStatusResponse_ShardStreams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowStatusResponse_ShardStreams) MarshalToVT added in v0.18.0

func (m *WorkflowStatusResponse_ShardStreams) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowStatusResponse_ShardStreams) MarshalVT added in v0.18.0

func (m *WorkflowStatusResponse_ShardStreams) MarshalVT() (dAtA []byte, err error)

func (*WorkflowStatusResponse_ShardStreams) ProtoMessage added in v0.18.0

func (*WorkflowStatusResponse_ShardStreams) ProtoMessage()

func (*WorkflowStatusResponse_ShardStreams) ProtoReflect added in v0.18.0

func (*WorkflowStatusResponse_ShardStreams) Reset added in v0.18.0

func (*WorkflowStatusResponse_ShardStreams) SizeVT added in v0.18.0

func (m *WorkflowStatusResponse_ShardStreams) SizeVT() (n int)

func (*WorkflowStatusResponse_ShardStreams) String added in v0.18.0

func (*WorkflowStatusResponse_ShardStreams) UnmarshalVT added in v0.18.0

func (m *WorkflowStatusResponse_ShardStreams) UnmarshalVT(dAtA []byte) error

type WorkflowStatusResponse_TableCopyState added in v0.18.0

type WorkflowStatusResponse_TableCopyState struct {
	RowsCopied      int64   `protobuf:"varint,1,opt,name=rows_copied,json=rowsCopied,proto3" json:"rows_copied,omitempty"`
	RowsTotal       int64   `protobuf:"varint,2,opt,name=rows_total,json=rowsTotal,proto3" json:"rows_total,omitempty"`
	RowsPercentage  float32 `protobuf:"fixed32,3,opt,name=rows_percentage,json=rowsPercentage,proto3" json:"rows_percentage,omitempty"`
	BytesCopied     int64   `protobuf:"varint,4,opt,name=bytes_copied,json=bytesCopied,proto3" json:"bytes_copied,omitempty"`
	BytesTotal      int64   `protobuf:"varint,5,opt,name=bytes_total,json=bytesTotal,proto3" json:"bytes_total,omitempty"`
	BytesPercentage float32 `protobuf:"fixed32,6,opt,name=bytes_percentage,json=bytesPercentage,proto3" json:"bytes_percentage,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowStatusResponse_TableCopyState) CloneMessageVT added in v0.18.0

func (*WorkflowStatusResponse_TableCopyState) CloneVT added in v0.18.0

func (*WorkflowStatusResponse_TableCopyState) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowStatusResponse_TableCopyState.ProtoReflect.Descriptor instead.

func (*WorkflowStatusResponse_TableCopyState) GetBytesCopied added in v0.18.0

func (x *WorkflowStatusResponse_TableCopyState) GetBytesCopied() int64

func (*WorkflowStatusResponse_TableCopyState) GetBytesPercentage added in v0.18.0

func (x *WorkflowStatusResponse_TableCopyState) GetBytesPercentage() float32

func (*WorkflowStatusResponse_TableCopyState) GetBytesTotal added in v0.18.0

func (x *WorkflowStatusResponse_TableCopyState) GetBytesTotal() int64

func (*WorkflowStatusResponse_TableCopyState) GetRowsCopied added in v0.18.0

func (x *WorkflowStatusResponse_TableCopyState) GetRowsCopied() int64

func (*WorkflowStatusResponse_TableCopyState) GetRowsPercentage added in v0.18.0

func (x *WorkflowStatusResponse_TableCopyState) GetRowsPercentage() float32

func (*WorkflowStatusResponse_TableCopyState) GetRowsTotal added in v0.18.0

func (x *WorkflowStatusResponse_TableCopyState) GetRowsTotal() int64

func (*WorkflowStatusResponse_TableCopyState) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowStatusResponse_TableCopyState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowStatusResponse_TableCopyState) MarshalToVT added in v0.18.0

func (m *WorkflowStatusResponse_TableCopyState) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowStatusResponse_TableCopyState) MarshalVT added in v0.18.0

func (m *WorkflowStatusResponse_TableCopyState) MarshalVT() (dAtA []byte, err error)

func (*WorkflowStatusResponse_TableCopyState) ProtoMessage added in v0.18.0

func (*WorkflowStatusResponse_TableCopyState) ProtoMessage()

func (*WorkflowStatusResponse_TableCopyState) ProtoReflect added in v0.18.0

func (*WorkflowStatusResponse_TableCopyState) Reset added in v0.18.0

func (*WorkflowStatusResponse_TableCopyState) SizeVT added in v0.18.0

func (*WorkflowStatusResponse_TableCopyState) String added in v0.18.0

func (*WorkflowStatusResponse_TableCopyState) UnmarshalVT added in v0.18.0

func (m *WorkflowStatusResponse_TableCopyState) UnmarshalVT(dAtA []byte) error

type WorkflowSwitchTrafficRequest added in v0.18.0

type WorkflowSwitchTrafficRequest struct {
	Keyspace                  string                `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Workflow                  string                `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	Cells                     []string              `protobuf:"bytes,3,rep,name=cells,proto3" json:"cells,omitempty"`
	TabletTypes               []topodata.TabletType `` /* 127-byte string literal not displayed */
	MaxReplicationLagAllowed  *vttime.Duration      `` /* 137-byte string literal not displayed */
	EnableReverseReplication  bool                  `` /* 136-byte string literal not displayed */
	Direction                 int32                 `protobuf:"varint,7,opt,name=direction,proto3" json:"direction,omitempty"`
	Timeout                   *vttime.Duration      `protobuf:"bytes,8,opt,name=timeout,proto3" json:"timeout,omitempty"`
	DryRun                    bool                  `protobuf:"varint,9,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	InitializeTargetSequences bool                  `` /* 140-byte string literal not displayed */
	Shards                    []string              `protobuf:"bytes,11,rep,name=shards,proto3" json:"shards,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowSwitchTrafficRequest) CloneMessageVT added in v0.18.0

func (m *WorkflowSwitchTrafficRequest) CloneMessageVT() proto.Message

func (*WorkflowSwitchTrafficRequest) CloneVT added in v0.18.0

func (*WorkflowSwitchTrafficRequest) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowSwitchTrafficRequest.ProtoReflect.Descriptor instead.

func (*WorkflowSwitchTrafficRequest) GetCells added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetCells() []string

func (*WorkflowSwitchTrafficRequest) GetDirection added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetDirection() int32

func (*WorkflowSwitchTrafficRequest) GetDryRun added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetDryRun() bool

func (*WorkflowSwitchTrafficRequest) GetEnableReverseReplication added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetEnableReverseReplication() bool

func (*WorkflowSwitchTrafficRequest) GetInitializeTargetSequences added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetInitializeTargetSequences() bool

func (*WorkflowSwitchTrafficRequest) GetKeyspace added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetKeyspace() string

func (*WorkflowSwitchTrafficRequest) GetMaxReplicationLagAllowed added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetMaxReplicationLagAllowed() *vttime.Duration

func (*WorkflowSwitchTrafficRequest) GetShards added in v0.19.0

func (x *WorkflowSwitchTrafficRequest) GetShards() []string

func (*WorkflowSwitchTrafficRequest) GetTabletTypes added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetTabletTypes() []topodata.TabletType

func (*WorkflowSwitchTrafficRequest) GetTimeout added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetTimeout() *vttime.Duration

func (*WorkflowSwitchTrafficRequest) GetWorkflow added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) GetWorkflow() string

func (*WorkflowSwitchTrafficRequest) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowSwitchTrafficRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowSwitchTrafficRequest) MarshalToVT added in v0.18.0

func (m *WorkflowSwitchTrafficRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowSwitchTrafficRequest) MarshalVT added in v0.18.0

func (m *WorkflowSwitchTrafficRequest) MarshalVT() (dAtA []byte, err error)

func (*WorkflowSwitchTrafficRequest) ProtoMessage added in v0.18.0

func (*WorkflowSwitchTrafficRequest) ProtoMessage()

func (*WorkflowSwitchTrafficRequest) ProtoReflect added in v0.18.0

func (*WorkflowSwitchTrafficRequest) Reset added in v0.18.0

func (x *WorkflowSwitchTrafficRequest) Reset()

func (*WorkflowSwitchTrafficRequest) SizeVT added in v0.18.0

func (m *WorkflowSwitchTrafficRequest) SizeVT() (n int)

func (*WorkflowSwitchTrafficRequest) String added in v0.18.0

func (*WorkflowSwitchTrafficRequest) UnmarshalVT added in v0.18.0

func (m *WorkflowSwitchTrafficRequest) UnmarshalVT(dAtA []byte) error

type WorkflowSwitchTrafficResponse added in v0.18.0

type WorkflowSwitchTrafficResponse struct {
	Summary       string   `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	StartState    string   `protobuf:"bytes,2,opt,name=start_state,json=startState,proto3" json:"start_state,omitempty"`
	CurrentState  string   `protobuf:"bytes,3,opt,name=current_state,json=currentState,proto3" json:"current_state,omitempty"`
	DryRunResults []string `protobuf:"bytes,4,rep,name=dry_run_results,json=dryRunResults,proto3" json:"dry_run_results,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowSwitchTrafficResponse) CloneMessageVT added in v0.18.0

func (m *WorkflowSwitchTrafficResponse) CloneMessageVT() proto.Message

func (*WorkflowSwitchTrafficResponse) CloneVT added in v0.18.0

func (*WorkflowSwitchTrafficResponse) Descriptor deprecated added in v0.18.0

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

Deprecated: Use WorkflowSwitchTrafficResponse.ProtoReflect.Descriptor instead.

func (*WorkflowSwitchTrafficResponse) GetCurrentState added in v0.18.0

func (x *WorkflowSwitchTrafficResponse) GetCurrentState() string

func (*WorkflowSwitchTrafficResponse) GetDryRunResults added in v0.18.0

func (x *WorkflowSwitchTrafficResponse) GetDryRunResults() []string

func (*WorkflowSwitchTrafficResponse) GetStartState added in v0.18.0

func (x *WorkflowSwitchTrafficResponse) GetStartState() string

func (*WorkflowSwitchTrafficResponse) GetSummary added in v0.18.0

func (x *WorkflowSwitchTrafficResponse) GetSummary() string

func (*WorkflowSwitchTrafficResponse) MarshalToSizedBufferVT added in v0.18.0

func (m *WorkflowSwitchTrafficResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowSwitchTrafficResponse) MarshalToVT added in v0.18.0

func (m *WorkflowSwitchTrafficResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowSwitchTrafficResponse) MarshalVT added in v0.18.0

func (m *WorkflowSwitchTrafficResponse) MarshalVT() (dAtA []byte, err error)

func (*WorkflowSwitchTrafficResponse) ProtoMessage added in v0.18.0

func (*WorkflowSwitchTrafficResponse) ProtoMessage()

func (*WorkflowSwitchTrafficResponse) ProtoReflect added in v0.18.0

func (*WorkflowSwitchTrafficResponse) Reset added in v0.18.0

func (x *WorkflowSwitchTrafficResponse) Reset()

func (*WorkflowSwitchTrafficResponse) SizeVT added in v0.18.0

func (m *WorkflowSwitchTrafficResponse) SizeVT() (n int)

func (*WorkflowSwitchTrafficResponse) String added in v0.18.0

func (*WorkflowSwitchTrafficResponse) UnmarshalVT added in v0.18.0

func (m *WorkflowSwitchTrafficResponse) UnmarshalVT(dAtA []byte) error

type WorkflowUpdateRequest added in v0.17.0

type WorkflowUpdateRequest struct {
	Keyspace string `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	// TabletRequest gets passed on to each primary tablet involved
	// in the workflow via the UpdateVReplicationWorkflow tabletmanager RPC.
	TabletRequest *tabletmanagerdata.UpdateVReplicationWorkflowRequest `protobuf:"bytes,2,opt,name=tablet_request,json=tabletRequest,proto3" json:"tablet_request,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowUpdateRequest) CloneMessageVT added in v0.18.0

func (m *WorkflowUpdateRequest) CloneMessageVT() proto.Message

func (*WorkflowUpdateRequest) CloneVT added in v0.18.0

func (*WorkflowUpdateRequest) Descriptor deprecated added in v0.17.0

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

Deprecated: Use WorkflowUpdateRequest.ProtoReflect.Descriptor instead.

func (*WorkflowUpdateRequest) GetKeyspace added in v0.17.0

func (x *WorkflowUpdateRequest) GetKeyspace() string

func (*WorkflowUpdateRequest) GetTabletRequest added in v0.17.0

func (*WorkflowUpdateRequest) MarshalToSizedBufferVT added in v0.17.0

func (m *WorkflowUpdateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowUpdateRequest) MarshalToVT added in v0.17.0

func (m *WorkflowUpdateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowUpdateRequest) MarshalVT added in v0.17.0

func (m *WorkflowUpdateRequest) MarshalVT() (dAtA []byte, err error)

func (*WorkflowUpdateRequest) ProtoMessage added in v0.17.0

func (*WorkflowUpdateRequest) ProtoMessage()

func (*WorkflowUpdateRequest) ProtoReflect added in v0.17.0

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

func (*WorkflowUpdateRequest) Reset added in v0.17.0

func (x *WorkflowUpdateRequest) Reset()

func (*WorkflowUpdateRequest) SizeVT added in v0.17.0

func (m *WorkflowUpdateRequest) SizeVT() (n int)

func (*WorkflowUpdateRequest) String added in v0.17.0

func (x *WorkflowUpdateRequest) String() string

func (*WorkflowUpdateRequest) UnmarshalVT added in v0.17.0

func (m *WorkflowUpdateRequest) UnmarshalVT(dAtA []byte) error

type WorkflowUpdateResponse added in v0.17.0

type WorkflowUpdateResponse struct {
	Summary string                               `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	Details []*WorkflowUpdateResponse_TabletInfo `protobuf:"bytes,2,rep,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowUpdateResponse) CloneMessageVT added in v0.18.0

func (m *WorkflowUpdateResponse) CloneMessageVT() proto.Message

func (*WorkflowUpdateResponse) CloneVT added in v0.18.0

func (*WorkflowUpdateResponse) Descriptor deprecated added in v0.17.0

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

Deprecated: Use WorkflowUpdateResponse.ProtoReflect.Descriptor instead.

func (*WorkflowUpdateResponse) GetDetails added in v0.17.0

func (*WorkflowUpdateResponse) GetSummary added in v0.17.0

func (x *WorkflowUpdateResponse) GetSummary() string

func (*WorkflowUpdateResponse) MarshalToSizedBufferVT added in v0.17.0

func (m *WorkflowUpdateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowUpdateResponse) MarshalToVT added in v0.17.0

func (m *WorkflowUpdateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowUpdateResponse) MarshalVT added in v0.17.0

func (m *WorkflowUpdateResponse) MarshalVT() (dAtA []byte, err error)

func (*WorkflowUpdateResponse) ProtoMessage added in v0.17.0

func (*WorkflowUpdateResponse) ProtoMessage()

func (*WorkflowUpdateResponse) ProtoReflect added in v0.17.0

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

func (*WorkflowUpdateResponse) Reset added in v0.17.0

func (x *WorkflowUpdateResponse) Reset()

func (*WorkflowUpdateResponse) SizeVT added in v0.17.0

func (m *WorkflowUpdateResponse) SizeVT() (n int)

func (*WorkflowUpdateResponse) String added in v0.17.0

func (x *WorkflowUpdateResponse) String() string

func (*WorkflowUpdateResponse) UnmarshalVT added in v0.17.0

func (m *WorkflowUpdateResponse) UnmarshalVT(dAtA []byte) error

type WorkflowUpdateResponse_TabletInfo added in v0.17.0

type WorkflowUpdateResponse_TabletInfo struct {
	Tablet *topodata.TabletAlias `protobuf:"bytes,1,opt,name=tablet,proto3" json:"tablet,omitempty"`
	// Changed is true if any of the provided values were different
	// than what was already stored on this tablet.
	Changed bool `protobuf:"varint,2,opt,name=changed,proto3" json:"changed,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowUpdateResponse_TabletInfo) CloneMessageVT added in v0.18.0

func (m *WorkflowUpdateResponse_TabletInfo) CloneMessageVT() proto.Message

func (*WorkflowUpdateResponse_TabletInfo) CloneVT added in v0.18.0

func (*WorkflowUpdateResponse_TabletInfo) Descriptor deprecated added in v0.17.0

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

Deprecated: Use WorkflowUpdateResponse_TabletInfo.ProtoReflect.Descriptor instead.

func (*WorkflowUpdateResponse_TabletInfo) GetChanged added in v0.17.0

func (x *WorkflowUpdateResponse_TabletInfo) GetChanged() bool

func (*WorkflowUpdateResponse_TabletInfo) GetTablet added in v0.17.0

func (*WorkflowUpdateResponse_TabletInfo) MarshalToSizedBufferVT added in v0.17.0

func (m *WorkflowUpdateResponse_TabletInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkflowUpdateResponse_TabletInfo) MarshalToVT added in v0.17.0

func (m *WorkflowUpdateResponse_TabletInfo) MarshalToVT(dAtA []byte) (int, error)

func (*WorkflowUpdateResponse_TabletInfo) MarshalVT added in v0.17.0

func (m *WorkflowUpdateResponse_TabletInfo) MarshalVT() (dAtA []byte, err error)

func (*WorkflowUpdateResponse_TabletInfo) ProtoMessage added in v0.17.0

func (*WorkflowUpdateResponse_TabletInfo) ProtoMessage()

func (*WorkflowUpdateResponse_TabletInfo) ProtoReflect added in v0.17.0

func (*WorkflowUpdateResponse_TabletInfo) Reset added in v0.17.0

func (*WorkflowUpdateResponse_TabletInfo) SizeVT added in v0.17.0

func (m *WorkflowUpdateResponse_TabletInfo) SizeVT() (n int)

func (*WorkflowUpdateResponse_TabletInfo) String added in v0.17.0

func (*WorkflowUpdateResponse_TabletInfo) UnmarshalVT added in v0.17.0

func (m *WorkflowUpdateResponse_TabletInfo) UnmarshalVT(dAtA []byte) error

type Workflow_ReplicationLocation added in v0.10.0

type Workflow_ReplicationLocation struct {
	Keyspace string   `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shards   []string `protobuf:"bytes,2,rep,name=shards,proto3" json:"shards,omitempty"`
	// contains filtered or unexported fields
}

func (*Workflow_ReplicationLocation) CloneMessageVT added in v0.18.0

func (m *Workflow_ReplicationLocation) CloneMessageVT() proto.Message

func (*Workflow_ReplicationLocation) CloneVT added in v0.18.0

func (*Workflow_ReplicationLocation) Descriptor deprecated added in v0.10.0

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

Deprecated: Use Workflow_ReplicationLocation.ProtoReflect.Descriptor instead.

func (*Workflow_ReplicationLocation) GetKeyspace added in v0.10.0

func (x *Workflow_ReplicationLocation) GetKeyspace() string

func (*Workflow_ReplicationLocation) GetShards added in v0.10.0

func (x *Workflow_ReplicationLocation) GetShards() []string

func (*Workflow_ReplicationLocation) MarshalToSizedBufferVT added in v0.11.0

func (m *Workflow_ReplicationLocation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Workflow_ReplicationLocation) MarshalToVT added in v0.11.0

func (m *Workflow_ReplicationLocation) MarshalToVT(dAtA []byte) (int, error)

func (*Workflow_ReplicationLocation) MarshalVT added in v0.11.0

func (m *Workflow_ReplicationLocation) MarshalVT() (dAtA []byte, err error)

func (*Workflow_ReplicationLocation) ProtoMessage added in v0.10.0

func (*Workflow_ReplicationLocation) ProtoMessage()

func (*Workflow_ReplicationLocation) ProtoReflect added in v0.11.0

func (*Workflow_ReplicationLocation) Reset added in v0.10.0

func (x *Workflow_ReplicationLocation) Reset()

func (*Workflow_ReplicationLocation) SizeVT added in v0.11.0

func (m *Workflow_ReplicationLocation) SizeVT() (n int)

func (*Workflow_ReplicationLocation) String added in v0.10.0

func (*Workflow_ReplicationLocation) UnmarshalVT added in v0.11.0

func (m *Workflow_ReplicationLocation) UnmarshalVT(dAtA []byte) error

type Workflow_ShardStream added in v0.10.0

type Workflow_ShardStream struct {
	Streams          []*Workflow_Stream              `protobuf:"bytes,1,rep,name=streams,proto3" json:"streams,omitempty"`
	TabletControls   []*topodata.Shard_TabletControl `protobuf:"bytes,2,rep,name=tablet_controls,json=tabletControls,proto3" json:"tablet_controls,omitempty"`
	IsPrimaryServing bool                            `protobuf:"varint,3,opt,name=is_primary_serving,json=isPrimaryServing,proto3" json:"is_primary_serving,omitempty"`
	// contains filtered or unexported fields
}

func (*Workflow_ShardStream) CloneMessageVT added in v0.18.0

func (m *Workflow_ShardStream) CloneMessageVT() proto.Message

func (*Workflow_ShardStream) CloneVT added in v0.18.0

func (*Workflow_ShardStream) Descriptor deprecated added in v0.10.0

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

Deprecated: Use Workflow_ShardStream.ProtoReflect.Descriptor instead.

func (*Workflow_ShardStream) GetIsPrimaryServing added in v0.10.0

func (x *Workflow_ShardStream) GetIsPrimaryServing() bool

func (*Workflow_ShardStream) GetStreams added in v0.10.0

func (x *Workflow_ShardStream) GetStreams() []*Workflow_Stream

func (*Workflow_ShardStream) GetTabletControls added in v0.10.0

func (x *Workflow_ShardStream) GetTabletControls() []*topodata.Shard_TabletControl

func (*Workflow_ShardStream) MarshalToSizedBufferVT added in v0.11.0

func (m *Workflow_ShardStream) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Workflow_ShardStream) MarshalToVT added in v0.11.0

func (m *Workflow_ShardStream) MarshalToVT(dAtA []byte) (int, error)

func (*Workflow_ShardStream) MarshalVT added in v0.11.0

func (m *Workflow_ShardStream) MarshalVT() (dAtA []byte, err error)

func (*Workflow_ShardStream) ProtoMessage added in v0.10.0

func (*Workflow_ShardStream) ProtoMessage()

func (*Workflow_ShardStream) ProtoReflect added in v0.11.0

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

func (*Workflow_ShardStream) Reset added in v0.10.0

func (x *Workflow_ShardStream) Reset()

func (*Workflow_ShardStream) SizeVT added in v0.11.0

func (m *Workflow_ShardStream) SizeVT() (n int)

func (*Workflow_ShardStream) String added in v0.10.0

func (x *Workflow_ShardStream) String() string

func (*Workflow_ShardStream) UnmarshalVT added in v0.11.0

func (m *Workflow_ShardStream) UnmarshalVT(dAtA []byte) error

type Workflow_Stream added in v0.10.0

type Workflow_Stream struct {
	Id                   int64                        `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Shard                string                       `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	Tablet               *topodata.TabletAlias        `protobuf:"bytes,3,opt,name=tablet,proto3" json:"tablet,omitempty"`
	BinlogSource         *binlogdata.BinlogSource     `protobuf:"bytes,4,opt,name=binlog_source,json=binlogSource,proto3" json:"binlog_source,omitempty"`
	Position             string                       `protobuf:"bytes,5,opt,name=position,proto3" json:"position,omitempty"`
	StopPosition         string                       `protobuf:"bytes,6,opt,name=stop_position,json=stopPosition,proto3" json:"stop_position,omitempty"`
	State                string                       `protobuf:"bytes,7,opt,name=state,proto3" json:"state,omitempty"`
	DbName               string                       `protobuf:"bytes,8,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"`
	TransactionTimestamp *vttime.Time                 `protobuf:"bytes,9,opt,name=transaction_timestamp,json=transactionTimestamp,proto3" json:"transaction_timestamp,omitempty"`
	TimeUpdated          *vttime.Time                 `protobuf:"bytes,10,opt,name=time_updated,json=timeUpdated,proto3" json:"time_updated,omitempty"`
	Message              string                       `protobuf:"bytes,11,opt,name=message,proto3" json:"message,omitempty"`
	CopyStates           []*Workflow_Stream_CopyState `protobuf:"bytes,12,rep,name=copy_states,json=copyStates,proto3" json:"copy_states,omitempty"`
	Logs                 []*Workflow_Stream_Log       `protobuf:"bytes,13,rep,name=logs,proto3" json:"logs,omitempty"`
	// LogFetchError is set if we fail to fetch some logs for this stream. We
	// will never fail to fetch workflows because we cannot fetch the logs, but
	// we will still forward log-fetch errors to the caller, should that be
	// relevant to the context in which they are fetching workflows.
	//
	// Note that this field being set does not necessarily mean that Logs is nil;
	// if there are N logs that exist for the stream, and we fail to fetch the
	// ith log, we will still return logs in [0, i) + (i, N].
	LogFetchError             string                                      `protobuf:"bytes,14,opt,name=log_fetch_error,json=logFetchError,proto3" json:"log_fetch_error,omitempty"`
	Tags                      []string                                    `protobuf:"bytes,15,rep,name=tags,proto3" json:"tags,omitempty"`
	RowsCopied                int64                                       `protobuf:"varint,16,opt,name=rows_copied,json=rowsCopied,proto3" json:"rows_copied,omitempty"`
	ThrottlerStatus           *Workflow_Stream_ThrottlerStatus            `protobuf:"bytes,17,opt,name=throttler_status,json=throttlerStatus,proto3" json:"throttler_status,omitempty"`
	TabletTypes               []topodata.TabletType                       `` /* 128-byte string literal not displayed */
	TabletSelectionPreference tabletmanagerdata.TabletSelectionPreference `` /* 189-byte string literal not displayed */
	Cells                     []string                                    `protobuf:"bytes,20,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

func (*Workflow_Stream) CloneMessageVT added in v0.18.0

func (m *Workflow_Stream) CloneMessageVT() proto.Message

func (*Workflow_Stream) CloneVT added in v0.18.0

func (m *Workflow_Stream) CloneVT() *Workflow_Stream

func (*Workflow_Stream) Descriptor deprecated added in v0.10.0

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

Deprecated: Use Workflow_Stream.ProtoReflect.Descriptor instead.

func (*Workflow_Stream) GetBinlogSource added in v0.10.0

func (x *Workflow_Stream) GetBinlogSource() *binlogdata.BinlogSource

func (*Workflow_Stream) GetCells added in v0.19.0

func (x *Workflow_Stream) GetCells() []string

func (*Workflow_Stream) GetCopyStates added in v0.10.0

func (x *Workflow_Stream) GetCopyStates() []*Workflow_Stream_CopyState

func (*Workflow_Stream) GetDbName added in v0.10.0

func (x *Workflow_Stream) GetDbName() string

func (*Workflow_Stream) GetId added in v0.10.0

func (x *Workflow_Stream) GetId() int64

func (*Workflow_Stream) GetLogFetchError added in v0.11.0

func (x *Workflow_Stream) GetLogFetchError() string

func (*Workflow_Stream) GetLogs added in v0.11.0

func (x *Workflow_Stream) GetLogs() []*Workflow_Stream_Log

func (*Workflow_Stream) GetMessage added in v0.10.0

func (x *Workflow_Stream) GetMessage() string

func (*Workflow_Stream) GetPosition added in v0.10.0

func (x *Workflow_Stream) GetPosition() string

func (*Workflow_Stream) GetRowsCopied added in v0.18.0

func (x *Workflow_Stream) GetRowsCopied() int64

func (*Workflow_Stream) GetShard added in v0.10.0

func (x *Workflow_Stream) GetShard() string

func (*Workflow_Stream) GetState added in v0.10.0

func (x *Workflow_Stream) GetState() string

func (*Workflow_Stream) GetStopPosition added in v0.10.0

func (x *Workflow_Stream) GetStopPosition() string

func (*Workflow_Stream) GetTablet added in v0.10.0

func (x *Workflow_Stream) GetTablet() *topodata.TabletAlias

func (*Workflow_Stream) GetTabletSelectionPreference added in v0.19.0

func (x *Workflow_Stream) GetTabletSelectionPreference() tabletmanagerdata.TabletSelectionPreference

func (*Workflow_Stream) GetTabletTypes added in v0.19.0

func (x *Workflow_Stream) GetTabletTypes() []topodata.TabletType

func (*Workflow_Stream) GetTags added in v0.12.0

func (x *Workflow_Stream) GetTags() []string

func (*Workflow_Stream) GetThrottlerStatus added in v0.18.0

func (x *Workflow_Stream) GetThrottlerStatus() *Workflow_Stream_ThrottlerStatus

func (*Workflow_Stream) GetTimeUpdated added in v0.10.0

func (x *Workflow_Stream) GetTimeUpdated() *vttime.Time

func (*Workflow_Stream) GetTransactionTimestamp added in v0.10.0

func (x *Workflow_Stream) GetTransactionTimestamp() *vttime.Time

func (*Workflow_Stream) MarshalToSizedBufferVT added in v0.11.0

func (m *Workflow_Stream) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Workflow_Stream) MarshalToVT added in v0.11.0

func (m *Workflow_Stream) MarshalToVT(dAtA []byte) (int, error)

func (*Workflow_Stream) MarshalVT added in v0.11.0

func (m *Workflow_Stream) MarshalVT() (dAtA []byte, err error)

func (*Workflow_Stream) ProtoMessage added in v0.10.0

func (*Workflow_Stream) ProtoMessage()

func (*Workflow_Stream) ProtoReflect added in v0.11.0

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

func (*Workflow_Stream) Reset added in v0.10.0

func (x *Workflow_Stream) Reset()

func (*Workflow_Stream) SizeVT added in v0.11.0

func (m *Workflow_Stream) SizeVT() (n int)

func (*Workflow_Stream) String added in v0.10.0

func (x *Workflow_Stream) String() string

func (*Workflow_Stream) UnmarshalVT added in v0.11.0

func (m *Workflow_Stream) UnmarshalVT(dAtA []byte) error

type Workflow_Stream_CopyState added in v0.10.0

type Workflow_Stream_CopyState struct {
	Table    string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	LastPk   string `protobuf:"bytes,2,opt,name=last_pk,json=lastPk,proto3" json:"last_pk,omitempty"`
	StreamId int64  `protobuf:"varint,3,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Workflow_Stream_CopyState) CloneMessageVT added in v0.18.0

func (m *Workflow_Stream_CopyState) CloneMessageVT() proto.Message

func (*Workflow_Stream_CopyState) CloneVT added in v0.18.0

func (*Workflow_Stream_CopyState) Descriptor deprecated added in v0.10.0

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

Deprecated: Use Workflow_Stream_CopyState.ProtoReflect.Descriptor instead.

func (*Workflow_Stream_CopyState) GetLastPk added in v0.10.0

func (x *Workflow_Stream_CopyState) GetLastPk() string

func (*Workflow_Stream_CopyState) GetStreamId added in v0.19.0

func (x *Workflow_Stream_CopyState) GetStreamId() int64

func (*Workflow_Stream_CopyState) GetTable added in v0.10.0

func (x *Workflow_Stream_CopyState) GetTable() string

func (*Workflow_Stream_CopyState) MarshalToSizedBufferVT added in v0.11.0

func (m *Workflow_Stream_CopyState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Workflow_Stream_CopyState) MarshalToVT added in v0.11.0

func (m *Workflow_Stream_CopyState) MarshalToVT(dAtA []byte) (int, error)

func (*Workflow_Stream_CopyState) MarshalVT added in v0.11.0

func (m *Workflow_Stream_CopyState) MarshalVT() (dAtA []byte, err error)

func (*Workflow_Stream_CopyState) ProtoMessage added in v0.10.0

func (*Workflow_Stream_CopyState) ProtoMessage()

func (*Workflow_Stream_CopyState) ProtoReflect added in v0.11.0

func (*Workflow_Stream_CopyState) Reset added in v0.10.0

func (x *Workflow_Stream_CopyState) Reset()

func (*Workflow_Stream_CopyState) SizeVT added in v0.11.0

func (m *Workflow_Stream_CopyState) SizeVT() (n int)

func (*Workflow_Stream_CopyState) String added in v0.10.0

func (x *Workflow_Stream_CopyState) String() string

func (*Workflow_Stream_CopyState) UnmarshalVT added in v0.11.0

func (m *Workflow_Stream_CopyState) UnmarshalVT(dAtA []byte) error

type Workflow_Stream_Log added in v0.11.0

type Workflow_Stream_Log struct {
	Id        int64        `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	StreamId  int64        `protobuf:"varint,2,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
	Type      string       `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	State     string       `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	CreatedAt *vttime.Time `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *vttime.Time `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Message   string       `protobuf:"bytes,7,opt,name=message,proto3" json:"message,omitempty"`
	Count     int64        `protobuf:"varint,8,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*Workflow_Stream_Log) CloneMessageVT added in v0.18.0

func (m *Workflow_Stream_Log) CloneMessageVT() proto.Message

func (*Workflow_Stream_Log) CloneVT added in v0.18.0

func (*Workflow_Stream_Log) Descriptor deprecated added in v0.11.0

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

Deprecated: Use Workflow_Stream_Log.ProtoReflect.Descriptor instead.

func (*Workflow_Stream_Log) GetCount added in v0.11.0

func (x *Workflow_Stream_Log) GetCount() int64

func (*Workflow_Stream_Log) GetCreatedAt added in v0.11.0

func (x *Workflow_Stream_Log) GetCreatedAt() *vttime.Time

func (*Workflow_Stream_Log) GetId added in v0.11.0

func (x *Workflow_Stream_Log) GetId() int64

func (*Workflow_Stream_Log) GetMessage added in v0.11.0

func (x *Workflow_Stream_Log) GetMessage() string

func (*Workflow_Stream_Log) GetState added in v0.11.0

func (x *Workflow_Stream_Log) GetState() string

func (*Workflow_Stream_Log) GetStreamId added in v0.11.0

func (x *Workflow_Stream_Log) GetStreamId() int64

func (*Workflow_Stream_Log) GetType added in v0.11.0

func (x *Workflow_Stream_Log) GetType() string

func (*Workflow_Stream_Log) GetUpdatedAt added in v0.11.0

func (x *Workflow_Stream_Log) GetUpdatedAt() *vttime.Time

func (*Workflow_Stream_Log) MarshalToSizedBufferVT added in v0.11.0

func (m *Workflow_Stream_Log) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Workflow_Stream_Log) MarshalToVT added in v0.11.0

func (m *Workflow_Stream_Log) MarshalToVT(dAtA []byte) (int, error)

func (*Workflow_Stream_Log) MarshalVT added in v0.11.0

func (m *Workflow_Stream_Log) MarshalVT() (dAtA []byte, err error)

func (*Workflow_Stream_Log) ProtoMessage added in v0.11.0

func (*Workflow_Stream_Log) ProtoMessage()

func (*Workflow_Stream_Log) ProtoReflect added in v0.11.0

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

func (*Workflow_Stream_Log) Reset added in v0.11.0

func (x *Workflow_Stream_Log) Reset()

func (*Workflow_Stream_Log) SizeVT added in v0.11.0

func (m *Workflow_Stream_Log) SizeVT() (n int)

func (*Workflow_Stream_Log) String added in v0.11.0

func (x *Workflow_Stream_Log) String() string

func (*Workflow_Stream_Log) UnmarshalVT added in v0.11.0

func (m *Workflow_Stream_Log) UnmarshalVT(dAtA []byte) error

type Workflow_Stream_ThrottlerStatus added in v0.18.0

type Workflow_Stream_ThrottlerStatus struct {
	ComponentThrottled string       `protobuf:"bytes,1,opt,name=component_throttled,json=componentThrottled,proto3" json:"component_throttled,omitempty"`
	TimeThrottled      *vttime.Time `protobuf:"bytes,2,opt,name=time_throttled,json=timeThrottled,proto3" json:"time_throttled,omitempty"`
	// contains filtered or unexported fields
}

func (*Workflow_Stream_ThrottlerStatus) CloneMessageVT added in v0.18.0

func (m *Workflow_Stream_ThrottlerStatus) CloneMessageVT() proto.Message

func (*Workflow_Stream_ThrottlerStatus) CloneVT added in v0.18.0

func (*Workflow_Stream_ThrottlerStatus) Descriptor deprecated added in v0.18.0

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

Deprecated: Use Workflow_Stream_ThrottlerStatus.ProtoReflect.Descriptor instead.

func (*Workflow_Stream_ThrottlerStatus) GetComponentThrottled added in v0.18.0

func (x *Workflow_Stream_ThrottlerStatus) GetComponentThrottled() string

func (*Workflow_Stream_ThrottlerStatus) GetTimeThrottled added in v0.18.0

func (x *Workflow_Stream_ThrottlerStatus) GetTimeThrottled() *vttime.Time

func (*Workflow_Stream_ThrottlerStatus) MarshalToSizedBufferVT added in v0.18.0

func (m *Workflow_Stream_ThrottlerStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Workflow_Stream_ThrottlerStatus) MarshalToVT added in v0.18.0

func (m *Workflow_Stream_ThrottlerStatus) MarshalToVT(dAtA []byte) (int, error)

func (*Workflow_Stream_ThrottlerStatus) MarshalVT added in v0.18.0

func (m *Workflow_Stream_ThrottlerStatus) MarshalVT() (dAtA []byte, err error)

func (*Workflow_Stream_ThrottlerStatus) ProtoMessage added in v0.18.0

func (*Workflow_Stream_ThrottlerStatus) ProtoMessage()

func (*Workflow_Stream_ThrottlerStatus) ProtoReflect added in v0.18.0

func (*Workflow_Stream_ThrottlerStatus) Reset added in v0.18.0

func (*Workflow_Stream_ThrottlerStatus) SizeVT added in v0.18.0

func (m *Workflow_Stream_ThrottlerStatus) SizeVT() (n int)

func (*Workflow_Stream_ThrottlerStatus) String added in v0.18.0

func (*Workflow_Stream_ThrottlerStatus) UnmarshalVT added in v0.18.0

func (m *Workflow_Stream_ThrottlerStatus) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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