vtctldata

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 17 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 (
	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) 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) 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) 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) 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) 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) 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"`
	// Allow large schema changes which incur a longer unavailability of the database.
	AllowLongUnavailability bool `` /* 133-byte string literal not displayed */
	// 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"`
	// Skip pre-apply schema checks, and directly forward schema change query to shards
	SkipPreflight bool `protobuf:"varint,8,opt,name=skip_preflight,json=skipPreflight,proto3" json:"skip_preflight,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"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ApplySchemaRequest.ProtoReflect.Descriptor instead.

func (*ApplySchemaRequest) GetAllowLongUnavailability added in v0.13.0

func (x *ApplySchemaRequest) GetAllowLongUnavailability() bool

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) GetSkipPreflight added in v0.13.0

func (x *ApplySchemaRequest) GetSkipPreflight() bool

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"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ApplySchemaResponse.ProtoReflect.Descriptor instead.

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) 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) 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"`
	// contains filtered or unexported fields
}

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) 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"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ApplyVSchemaResponse.ProtoReflect.Descriptor instead.

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 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 uint64 `protobuf:"varint,3,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// contains filtered or unexported fields
}

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() uint64

func (*BackupRequest) GetTabletAlias added in v0.14.0

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

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) 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 uint64 `protobuf:"varint,4,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// contains filtered or unexported fields
}

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() uint64

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) 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 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) 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) 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 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"`
	// ServedFroms specifies a set of db_type:keyspace pairs used to serve
	// traffic for the keyspace.
	ServedFroms []*topodata.Keyspace_ServedFrom `protobuf:"bytes,6,rep,name=served_froms,json=servedFroms,proto3" json:"served_froms,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"`
	// contains filtered or unexported fields
}

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) GetServedFroms added in v0.10.0

func (x *CreateKeyspaceRequest) GetServedFroms() []*topodata.Keyspace_ServedFrom

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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 */
	// contains filtered or unexported fields
}

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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 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) 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) 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 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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"`
	// contains filtered or unexported fields
}

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) GetKeyspace added in v0.10.0

func (x *GetWorkflowsRequest) GetKeyspace() 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) 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) 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) 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) 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 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 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"`
	// contains filtered or unexported fields
}

MaterializeSettings contains the settings for the Materialize command.

func (*MaterializeSettings) Descriptor deprecated

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

Deprecated: Use MaterializeSettings.ProtoReflect.Descriptor instead.

func (*MaterializeSettings) GetCell

func (x *MaterializeSettings) GetCell() string

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) 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) 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 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) 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) 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"`
	// contains filtered or unexported fields
}

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) 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) 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 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) 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) 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) 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) 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) 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) 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) 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) 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 uint32 `protobuf:"varint,4,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// contains filtered or unexported fields
}

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() uint32

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) 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) 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) 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 uint32 `protobuf:"varint,5,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// contains filtered or unexported fields
}

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() uint32

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) 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) 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) 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) 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) 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) 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) 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) 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) 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 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"`
	// contains filtered or unexported fields
}

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) 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) 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 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) 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) 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 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) 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) 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 SetKeyspaceServedFromRequest added in v0.13.0

type SetKeyspaceServedFromRequest struct {
	Keyspace       string              `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	TabletType     topodata.TabletType `protobuf:"varint,2,opt,name=tablet_type,json=tabletType,proto3,enum=topodata.TabletType" json:"tablet_type,omitempty"`
	Cells          []string            `protobuf:"bytes,3,rep,name=cells,proto3" json:"cells,omitempty"`
	Remove         bool                `protobuf:"varint,4,opt,name=remove,proto3" json:"remove,omitempty"`
	SourceKeyspace string              `protobuf:"bytes,5,opt,name=source_keyspace,json=sourceKeyspace,proto3" json:"source_keyspace,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use SetKeyspaceServedFromRequest.ProtoReflect.Descriptor instead.

func (*SetKeyspaceServedFromRequest) GetCells added in v0.13.0

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

func (*SetKeyspaceServedFromRequest) GetKeyspace added in v0.13.0

func (x *SetKeyspaceServedFromRequest) GetKeyspace() string

func (*SetKeyspaceServedFromRequest) GetRemove added in v0.13.0

func (x *SetKeyspaceServedFromRequest) GetRemove() bool

func (*SetKeyspaceServedFromRequest) GetSourceKeyspace added in v0.13.0

func (x *SetKeyspaceServedFromRequest) GetSourceKeyspace() string

func (*SetKeyspaceServedFromRequest) GetTabletType added in v0.13.0

func (*SetKeyspaceServedFromRequest) MarshalToSizedBufferVT added in v0.13.0

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

func (*SetKeyspaceServedFromRequest) MarshalToVT added in v0.13.0

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

func (*SetKeyspaceServedFromRequest) MarshalVT added in v0.13.0

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

func (*SetKeyspaceServedFromRequest) ProtoMessage added in v0.13.0

func (*SetKeyspaceServedFromRequest) ProtoMessage()

func (*SetKeyspaceServedFromRequest) ProtoReflect added in v0.13.0

func (*SetKeyspaceServedFromRequest) Reset added in v0.13.0

func (x *SetKeyspaceServedFromRequest) Reset()

func (*SetKeyspaceServedFromRequest) SizeVT added in v0.13.0

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

func (*SetKeyspaceServedFromRequest) String added in v0.13.0

func (*SetKeyspaceServedFromRequest) UnmarshalVT added in v0.13.0

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

type SetKeyspaceServedFromResponse added in v0.13.0

type SetKeyspaceServedFromResponse 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 (*SetKeyspaceServedFromResponse) Descriptor deprecated added in v0.13.0

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

Deprecated: Use SetKeyspaceServedFromResponse.ProtoReflect.Descriptor instead.

func (*SetKeyspaceServedFromResponse) GetKeyspace added in v0.13.0

func (*SetKeyspaceServedFromResponse) MarshalToSizedBufferVT added in v0.13.0

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

func (*SetKeyspaceServedFromResponse) MarshalToVT added in v0.13.0

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

func (*SetKeyspaceServedFromResponse) MarshalVT added in v0.13.0

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

func (*SetKeyspaceServedFromResponse) ProtoMessage added in v0.13.0

func (*SetKeyspaceServedFromResponse) ProtoMessage()

func (*SetKeyspaceServedFromResponse) ProtoReflect added in v0.13.0

func (*SetKeyspaceServedFromResponse) Reset added in v0.13.0

func (x *SetKeyspaceServedFromResponse) Reset()

func (*SetKeyspaceServedFromResponse) SizeVT added in v0.13.0

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

func (*SetKeyspaceServedFromResponse) String added in v0.13.0

func (*SetKeyspaceServedFromResponse) UnmarshalVT added in v0.13.0

func (m *SetKeyspaceServedFromResponse) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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            uint32 `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) 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() uint32

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) 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      uint32 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

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() uint32

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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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"`
	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 */
	// contains filtered or unexported fields
}

TODO: comment the hell out of this.

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

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

Deprecated: Use Workflow.ProtoReflect.Descriptor instead.

func (*Workflow) GetMaxVReplicationLag added in v0.10.0

func (x *Workflow) GetMaxVReplicationLag() 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) 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 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) 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) 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"`
	// contains filtered or unexported fields
}

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) 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) 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) GetTags added in v0.12.0

func (x *Workflow_Stream) GetTags() []string

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"`
	// contains filtered or unexported fields
}

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) 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) 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

Jump to

Keyboard shortcuts

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