vtadminv17

package
v1.33.0-20231211191728... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Tablet_ServingState_name = map[int32]string{
		0: "UNKNOWN",
		1: "SERVING",
		2: "NOT_SERVING",
	}
	Tablet_ServingState_value = map[string]int32{
		"UNKNOWN":     0,
		"SERVING":     1,
		"NOT_SERVING": 2,
	}
)

Enum value maps for Tablet_ServingState.

View Source
var File_vitess_vtadmin_v17_vtadmin_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Cluster

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

Cluster represents information about a Vitess cluster.

func (*Cluster) Descriptor deprecated

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

Deprecated: Use Cluster.ProtoReflect.Descriptor instead.

func (*Cluster) GetId

func (x *Cluster) GetId() string

func (*Cluster) GetName

func (x *Cluster) GetName() string

func (*Cluster) ProtoMessage

func (*Cluster) ProtoMessage()

func (*Cluster) ProtoReflect

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

func (*Cluster) Reset

func (x *Cluster) Reset()

func (*Cluster) String

func (x *Cluster) String() string

type ClusterBackup

type ClusterBackup struct {
	Cluster *Cluster        `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Backup  *v17.BackupInfo `protobuf:"bytes,2,opt,name=backup,proto3" json:"backup,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterBackup) Descriptor deprecated

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

Deprecated: Use ClusterBackup.ProtoReflect.Descriptor instead.

func (*ClusterBackup) GetBackup

func (x *ClusterBackup) GetBackup() *v17.BackupInfo

func (*ClusterBackup) GetCluster

func (x *ClusterBackup) GetCluster() *Cluster

func (*ClusterBackup) ProtoMessage

func (*ClusterBackup) ProtoMessage()

func (*ClusterBackup) ProtoReflect

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

func (*ClusterBackup) Reset

func (x *ClusterBackup) Reset()

func (*ClusterBackup) String

func (x *ClusterBackup) String() string

type ClusterCellInfo

type ClusterCellInfo struct {
	Cluster *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Name    string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// CellInfo contains the data for the cell.
	//
	// It may be nil if the GetCellsInfosRequest specified NamesOnly.
	CellInfo *v171.CellInfo `protobuf:"bytes,3,opt,name=cell_info,json=cellInfo,proto3" json:"cell_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterCellInfo) Descriptor deprecated

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

Deprecated: Use ClusterCellInfo.ProtoReflect.Descriptor instead.

func (*ClusterCellInfo) GetCellInfo

func (x *ClusterCellInfo) GetCellInfo() *v171.CellInfo

func (*ClusterCellInfo) GetCluster

func (x *ClusterCellInfo) GetCluster() *Cluster

func (*ClusterCellInfo) GetName

func (x *ClusterCellInfo) GetName() string

func (*ClusterCellInfo) ProtoMessage

func (*ClusterCellInfo) ProtoMessage()

func (*ClusterCellInfo) ProtoReflect

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

func (*ClusterCellInfo) Reset

func (x *ClusterCellInfo) Reset()

func (*ClusterCellInfo) String

func (x *ClusterCellInfo) String() string

type ClusterCellsAliases

type ClusterCellsAliases struct {
	Cluster *Cluster                    `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Aliases map[string]*v171.CellsAlias `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClusterCellsAliases) Descriptor deprecated

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

Deprecated: Use ClusterCellsAliases.ProtoReflect.Descriptor instead.

func (*ClusterCellsAliases) GetAliases

func (x *ClusterCellsAliases) GetAliases() map[string]*v171.CellsAlias

func (*ClusterCellsAliases) GetCluster

func (x *ClusterCellsAliases) GetCluster() *Cluster

func (*ClusterCellsAliases) ProtoMessage

func (*ClusterCellsAliases) ProtoMessage()

func (*ClusterCellsAliases) ProtoReflect

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

func (*ClusterCellsAliases) Reset

func (x *ClusterCellsAliases) Reset()

func (*ClusterCellsAliases) String

func (x *ClusterCellsAliases) String() string

type ClusterShardReplicationPosition

type ClusterShardReplicationPosition struct {
	Cluster      *Cluster                                `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,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"`
	PositionInfo *v172.ShardReplicationPositionsResponse `protobuf:"bytes,4,opt,name=position_info,json=positionInfo,proto3" json:"position_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterShardReplicationPosition) Descriptor deprecated

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

Deprecated: Use ClusterShardReplicationPosition.ProtoReflect.Descriptor instead.

func (*ClusterShardReplicationPosition) GetCluster

func (x *ClusterShardReplicationPosition) GetCluster() *Cluster

func (*ClusterShardReplicationPosition) GetKeyspace

func (x *ClusterShardReplicationPosition) GetKeyspace() string

func (*ClusterShardReplicationPosition) GetPositionInfo

func (*ClusterShardReplicationPosition) GetShard

func (*ClusterShardReplicationPosition) ProtoMessage

func (*ClusterShardReplicationPosition) ProtoMessage()

func (*ClusterShardReplicationPosition) ProtoReflect

func (*ClusterShardReplicationPosition) Reset

func (*ClusterShardReplicationPosition) String

type ClusterWorkflows

type ClusterWorkflows struct {
	Workflows []*Workflow `protobuf:"bytes,1,rep,name=workflows,proto3" json:"workflows,omitempty"`
	// Warnings is a list of non-fatal errors encountered when fetching
	// workflows for a particular cluster.
	Warnings []string `protobuf:"bytes,2,rep,name=warnings,proto3" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterWorkflows) Descriptor deprecated

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

Deprecated: Use ClusterWorkflows.ProtoReflect.Descriptor instead.

func (*ClusterWorkflows) GetWarnings

func (x *ClusterWorkflows) GetWarnings() []string

func (*ClusterWorkflows) GetWorkflows

func (x *ClusterWorkflows) GetWorkflows() []*Workflow

func (*ClusterWorkflows) ProtoMessage

func (*ClusterWorkflows) ProtoMessage()

func (*ClusterWorkflows) ProtoReflect

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

func (*ClusterWorkflows) Reset

func (x *ClusterWorkflows) Reset()

func (*ClusterWorkflows) String

func (x *ClusterWorkflows) String() string

type CreateKeyspaceRequest

type CreateKeyspaceRequest struct {
	ClusterId string                      `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Options   *v172.CreateKeyspaceRequest `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateKeyspaceRequest) Descriptor deprecated

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

Deprecated: Use CreateKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*CreateKeyspaceRequest) GetClusterId

func (x *CreateKeyspaceRequest) GetClusterId() string

func (*CreateKeyspaceRequest) GetOptions

func (*CreateKeyspaceRequest) ProtoMessage

func (*CreateKeyspaceRequest) ProtoMessage()

func (*CreateKeyspaceRequest) ProtoReflect

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

func (*CreateKeyspaceRequest) Reset

func (x *CreateKeyspaceRequest) Reset()

func (*CreateKeyspaceRequest) String

func (x *CreateKeyspaceRequest) String() string

type CreateKeyspaceResponse

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

func (*CreateKeyspaceResponse) Descriptor deprecated

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

Deprecated: Use CreateKeyspaceResponse.ProtoReflect.Descriptor instead.

func (*CreateKeyspaceResponse) GetKeyspace

func (x *CreateKeyspaceResponse) GetKeyspace() *Keyspace

func (*CreateKeyspaceResponse) ProtoMessage

func (*CreateKeyspaceResponse) ProtoMessage()

func (*CreateKeyspaceResponse) ProtoReflect

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

func (*CreateKeyspaceResponse) Reset

func (x *CreateKeyspaceResponse) Reset()

func (*CreateKeyspaceResponse) String

func (x *CreateKeyspaceResponse) String() string

type CreateShardRequest

type CreateShardRequest struct {
	ClusterId string                   `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Options   *v172.CreateShardRequest `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShardRequest) Descriptor deprecated

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

Deprecated: Use CreateShardRequest.ProtoReflect.Descriptor instead.

func (*CreateShardRequest) GetClusterId

func (x *CreateShardRequest) GetClusterId() string

func (*CreateShardRequest) GetOptions

func (x *CreateShardRequest) GetOptions() *v172.CreateShardRequest

func (*CreateShardRequest) ProtoMessage

func (*CreateShardRequest) ProtoMessage()

func (*CreateShardRequest) ProtoReflect

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

func (*CreateShardRequest) Reset

func (x *CreateShardRequest) Reset()

func (*CreateShardRequest) String

func (x *CreateShardRequest) String() string

type DeleteKeyspaceRequest

type DeleteKeyspaceRequest struct {
	ClusterId string                      `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Options   *v172.DeleteKeyspaceRequest `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteKeyspaceRequest) Descriptor deprecated

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

Deprecated: Use DeleteKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*DeleteKeyspaceRequest) GetClusterId

func (x *DeleteKeyspaceRequest) GetClusterId() string

func (*DeleteKeyspaceRequest) GetOptions

func (*DeleteKeyspaceRequest) ProtoMessage

func (*DeleteKeyspaceRequest) ProtoMessage()

func (*DeleteKeyspaceRequest) ProtoReflect

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

func (*DeleteKeyspaceRequest) Reset

func (x *DeleteKeyspaceRequest) Reset()

func (*DeleteKeyspaceRequest) String

func (x *DeleteKeyspaceRequest) String() string

type DeleteShardsRequest

type DeleteShardsRequest struct {
	ClusterId string                    `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Options   *v172.DeleteShardsRequest `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteShardsRequest) Descriptor deprecated

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

Deprecated: Use DeleteShardsRequest.ProtoReflect.Descriptor instead.

func (*DeleteShardsRequest) GetClusterId

func (x *DeleteShardsRequest) GetClusterId() string

func (*DeleteShardsRequest) GetOptions

func (x *DeleteShardsRequest) GetOptions() *v172.DeleteShardsRequest

func (*DeleteShardsRequest) ProtoMessage

func (*DeleteShardsRequest) ProtoMessage()

func (*DeleteShardsRequest) ProtoReflect

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

func (*DeleteShardsRequest) Reset

func (x *DeleteShardsRequest) Reset()

func (*DeleteShardsRequest) String

func (x *DeleteShardsRequest) String() string

type DeleteTabletRequest

type DeleteTabletRequest struct {
	Alias        *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds   []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	AllowPrimary bool              `protobuf:"varint,3,opt,name=allow_primary,json=allowPrimary,proto3" json:"allow_primary,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTabletRequest) Descriptor deprecated

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

Deprecated: Use DeleteTabletRequest.ProtoReflect.Descriptor instead.

func (*DeleteTabletRequest) GetAlias

func (x *DeleteTabletRequest) GetAlias() *v171.TabletAlias

func (*DeleteTabletRequest) GetAllowPrimary

func (x *DeleteTabletRequest) GetAllowPrimary() bool

func (*DeleteTabletRequest) GetClusterIds

func (x *DeleteTabletRequest) GetClusterIds() []string

func (*DeleteTabletRequest) ProtoMessage

func (*DeleteTabletRequest) ProtoMessage()

func (*DeleteTabletRequest) ProtoReflect

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

func (*DeleteTabletRequest) Reset

func (x *DeleteTabletRequest) Reset()

func (*DeleteTabletRequest) String

func (x *DeleteTabletRequest) String() string

type DeleteTabletResponse

type DeleteTabletResponse struct {
	Status  string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Cluster *Cluster `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTabletResponse) Descriptor deprecated

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

Deprecated: Use DeleteTabletResponse.ProtoReflect.Descriptor instead.

func (*DeleteTabletResponse) GetCluster

func (x *DeleteTabletResponse) GetCluster() *Cluster

func (*DeleteTabletResponse) GetStatus

func (x *DeleteTabletResponse) GetStatus() string

func (*DeleteTabletResponse) ProtoMessage

func (*DeleteTabletResponse) ProtoMessage()

func (*DeleteTabletResponse) ProtoReflect

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

func (*DeleteTabletResponse) Reset

func (x *DeleteTabletResponse) Reset()

func (*DeleteTabletResponse) String

func (x *DeleteTabletResponse) String() string

type EmergencyFailoverShardRequest

type EmergencyFailoverShardRequest struct {
	ClusterId string                              `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Options   *v172.EmergencyReparentShardRequest `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*EmergencyFailoverShardRequest) Descriptor deprecated

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

Deprecated: Use EmergencyFailoverShardRequest.ProtoReflect.Descriptor instead.

func (*EmergencyFailoverShardRequest) GetClusterId

func (x *EmergencyFailoverShardRequest) GetClusterId() string

func (*EmergencyFailoverShardRequest) GetOptions

func (*EmergencyFailoverShardRequest) ProtoMessage

func (*EmergencyFailoverShardRequest) ProtoMessage()

func (*EmergencyFailoverShardRequest) ProtoReflect

func (*EmergencyFailoverShardRequest) Reset

func (x *EmergencyFailoverShardRequest) Reset()

func (*EmergencyFailoverShardRequest) String

type EmergencyFailoverShardResponse

type EmergencyFailoverShardResponse struct {
	Cluster  *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,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"`
	// PromotedPrimary is the tablet alias that was promoted to shard primary.
	// If NewPrimary was set in the request options, then this will be the
	// same tablet alias. Otherwise, it will be the alias of the tablet found
	// to be most up-to-date in the shard.
	PromotedPrimary *v171.TabletAlias `protobuf:"bytes,4,opt,name=promoted_primary,json=promotedPrimary,proto3" json:"promoted_primary,omitempty"`
	Events          []*v175.Event     `protobuf:"bytes,5,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*EmergencyFailoverShardResponse) Descriptor deprecated

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

Deprecated: Use EmergencyFailoverShardResponse.ProtoReflect.Descriptor instead.

func (*EmergencyFailoverShardResponse) GetCluster

func (x *EmergencyFailoverShardResponse) GetCluster() *Cluster

func (*EmergencyFailoverShardResponse) GetEvents

func (x *EmergencyFailoverShardResponse) GetEvents() []*v175.Event

func (*EmergencyFailoverShardResponse) GetKeyspace

func (x *EmergencyFailoverShardResponse) GetKeyspace() string

func (*EmergencyFailoverShardResponse) GetPromotedPrimary

func (x *EmergencyFailoverShardResponse) GetPromotedPrimary() *v171.TabletAlias

func (*EmergencyFailoverShardResponse) GetShard

func (x *EmergencyFailoverShardResponse) GetShard() string

func (*EmergencyFailoverShardResponse) ProtoMessage

func (*EmergencyFailoverShardResponse) ProtoMessage()

func (*EmergencyFailoverShardResponse) ProtoReflect

func (*EmergencyFailoverShardResponse) Reset

func (x *EmergencyFailoverShardResponse) Reset()

func (*EmergencyFailoverShardResponse) String

type FindSchemaRequest

type FindSchemaRequest struct {
	Table            string                     `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	ClusterIds       []string                   `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	TableSizeOptions *GetSchemaTableSizeOptions `protobuf:"bytes,3,opt,name=table_size_options,json=tableSizeOptions,proto3" json:"table_size_options,omitempty"`
	// contains filtered or unexported fields
}

func (*FindSchemaRequest) Descriptor deprecated

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

Deprecated: Use FindSchemaRequest.ProtoReflect.Descriptor instead.

func (*FindSchemaRequest) GetClusterIds

func (x *FindSchemaRequest) GetClusterIds() []string

func (*FindSchemaRequest) GetTable

func (x *FindSchemaRequest) GetTable() string

func (*FindSchemaRequest) GetTableSizeOptions

func (x *FindSchemaRequest) GetTableSizeOptions() *GetSchemaTableSizeOptions

func (*FindSchemaRequest) ProtoMessage

func (*FindSchemaRequest) ProtoMessage()

func (*FindSchemaRequest) ProtoReflect

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

func (*FindSchemaRequest) Reset

func (x *FindSchemaRequest) Reset()

func (*FindSchemaRequest) String

func (x *FindSchemaRequest) String() string

type GetBackupsRequest

type GetBackupsRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// Keyspaces, if set, limits backups to just the specified keyspaces.
	// Applies to all clusters in the request.
	Keyspaces []string `protobuf:"bytes,2,rep,name=keyspaces,proto3" json:"keyspaces,omitempty"`
	// KeyspaceShards, if set, limits backups to just the specified
	// keyspace/shards. Applies to all clusters in the request.
	//
	// This field takes precedence over Keyspaces. If KeyspaceShards is set,
	// Keyspaces is ignored.
	KeyspaceShards []string `protobuf:"bytes,3,rep,name=keyspace_shards,json=keyspaceShards,proto3" json:"keyspace_shards,omitempty"`
	// RequestOptions controls the per-shard request options when making
	// GetBackups requests to vtctlds. Note that the Keyspace and Shard fields
	// of this field are ignored; it is used only to specify Limit and Detailed
	// fields.
	RequestOptions *v172.GetBackupsRequest `protobuf:"bytes,4,opt,name=request_options,json=requestOptions,proto3" json:"request_options,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBackupsRequest) Descriptor deprecated

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

Deprecated: Use GetBackupsRequest.ProtoReflect.Descriptor instead.

func (*GetBackupsRequest) GetClusterIds

func (x *GetBackupsRequest) GetClusterIds() []string

func (*GetBackupsRequest) GetKeyspaceShards

func (x *GetBackupsRequest) GetKeyspaceShards() []string

func (*GetBackupsRequest) GetKeyspaces

func (x *GetBackupsRequest) GetKeyspaces() []string

func (*GetBackupsRequest) GetRequestOptions

func (x *GetBackupsRequest) GetRequestOptions() *v172.GetBackupsRequest

func (*GetBackupsRequest) ProtoMessage

func (*GetBackupsRequest) ProtoMessage()

func (*GetBackupsRequest) ProtoReflect

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

func (*GetBackupsRequest) Reset

func (x *GetBackupsRequest) Reset()

func (*GetBackupsRequest) String

func (x *GetBackupsRequest) String() string

type GetBackupsResponse

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

func (*GetBackupsResponse) Descriptor deprecated

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

Deprecated: Use GetBackupsResponse.ProtoReflect.Descriptor instead.

func (*GetBackupsResponse) GetBackups

func (x *GetBackupsResponse) GetBackups() []*ClusterBackup

func (*GetBackupsResponse) ProtoMessage

func (*GetBackupsResponse) ProtoMessage()

func (*GetBackupsResponse) ProtoReflect

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

func (*GetBackupsResponse) Reset

func (x *GetBackupsResponse) Reset()

func (*GetBackupsResponse) String

func (x *GetBackupsResponse) String() string

type GetCellInfosRequest

type GetCellInfosRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// Cells, if specified, limits the response to include only CellInfo objects
	// with those names. If omitted, all CellInfo objects in each cluster are
	// returned.
	//
	// Mutually-exclusive with NamesOnly. If both are set, this field takes
	// precedence.
	Cells []string `protobuf:"bytes,2,rep,name=cells,proto3" json:"cells,omitempty"`
	// Return only the cell names in each cluster; the actual CellInfo objects
	// will be empty.
	NamesOnly bool `protobuf:"varint,3,opt,name=names_only,json=namesOnly,proto3" json:"names_only,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCellInfosRequest) Descriptor deprecated

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

Deprecated: Use GetCellInfosRequest.ProtoReflect.Descriptor instead.

func (*GetCellInfosRequest) GetCells

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

func (*GetCellInfosRequest) GetClusterIds

func (x *GetCellInfosRequest) GetClusterIds() []string

func (*GetCellInfosRequest) GetNamesOnly

func (x *GetCellInfosRequest) GetNamesOnly() bool

func (*GetCellInfosRequest) ProtoMessage

func (*GetCellInfosRequest) ProtoMessage()

func (*GetCellInfosRequest) ProtoReflect

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

func (*GetCellInfosRequest) Reset

func (x *GetCellInfosRequest) Reset()

func (*GetCellInfosRequest) String

func (x *GetCellInfosRequest) String() string

type GetCellInfosResponse

type GetCellInfosResponse struct {
	CellInfos []*ClusterCellInfo `protobuf:"bytes,1,rep,name=cell_infos,json=cellInfos,proto3" json:"cell_infos,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCellInfosResponse) Descriptor deprecated

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

Deprecated: Use GetCellInfosResponse.ProtoReflect.Descriptor instead.

func (*GetCellInfosResponse) GetCellInfos

func (x *GetCellInfosResponse) GetCellInfos() []*ClusterCellInfo

func (*GetCellInfosResponse) ProtoMessage

func (*GetCellInfosResponse) ProtoMessage()

func (*GetCellInfosResponse) ProtoReflect

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

func (*GetCellInfosResponse) Reset

func (x *GetCellInfosResponse) Reset()

func (*GetCellInfosResponse) String

func (x *GetCellInfosResponse) String() string

type GetCellsAliasesRequest

type GetCellsAliasesRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCellsAliasesRequest) Descriptor deprecated

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

Deprecated: Use GetCellsAliasesRequest.ProtoReflect.Descriptor instead.

func (*GetCellsAliasesRequest) GetClusterIds

func (x *GetCellsAliasesRequest) GetClusterIds() []string

func (*GetCellsAliasesRequest) ProtoMessage

func (*GetCellsAliasesRequest) ProtoMessage()

func (*GetCellsAliasesRequest) ProtoReflect

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

func (*GetCellsAliasesRequest) Reset

func (x *GetCellsAliasesRequest) Reset()

func (*GetCellsAliasesRequest) String

func (x *GetCellsAliasesRequest) String() string

type GetCellsAliasesResponse

type GetCellsAliasesResponse struct {
	Aliases []*ClusterCellsAliases `protobuf:"bytes,1,rep,name=aliases,proto3" json:"aliases,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCellsAliasesResponse) Descriptor deprecated

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

Deprecated: Use GetCellsAliasesResponse.ProtoReflect.Descriptor instead.

func (*GetCellsAliasesResponse) GetAliases

func (x *GetCellsAliasesResponse) GetAliases() []*ClusterCellsAliases

func (*GetCellsAliasesResponse) ProtoMessage

func (*GetCellsAliasesResponse) ProtoMessage()

func (*GetCellsAliasesResponse) ProtoReflect

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

func (*GetCellsAliasesResponse) Reset

func (x *GetCellsAliasesResponse) Reset()

func (*GetCellsAliasesResponse) String

func (x *GetCellsAliasesResponse) String() string

type GetClustersRequest

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

func (*GetClustersRequest) Descriptor deprecated

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

Deprecated: Use GetClustersRequest.ProtoReflect.Descriptor instead.

func (*GetClustersRequest) ProtoMessage

func (*GetClustersRequest) ProtoMessage()

func (*GetClustersRequest) ProtoReflect

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

func (*GetClustersRequest) Reset

func (x *GetClustersRequest) Reset()

func (*GetClustersRequest) String

func (x *GetClustersRequest) String() string

type GetClustersResponse

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

func (*GetClustersResponse) Descriptor deprecated

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

Deprecated: Use GetClustersResponse.ProtoReflect.Descriptor instead.

func (*GetClustersResponse) GetClusters

func (x *GetClustersResponse) GetClusters() []*Cluster

func (*GetClustersResponse) ProtoMessage

func (*GetClustersResponse) ProtoMessage()

func (*GetClustersResponse) ProtoReflect

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

func (*GetClustersResponse) Reset

func (x *GetClustersResponse) Reset()

func (*GetClustersResponse) String

func (x *GetClustersResponse) String() string

type GetFullStatusRequest

type GetFullStatusRequest struct {
	ClusterId string            `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Alias     *v171.TabletAlias `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFullStatusRequest) Descriptor deprecated

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

Deprecated: Use GetFullStatusRequest.ProtoReflect.Descriptor instead.

func (*GetFullStatusRequest) GetAlias

func (x *GetFullStatusRequest) GetAlias() *v171.TabletAlias

func (*GetFullStatusRequest) GetClusterId

func (x *GetFullStatusRequest) GetClusterId() string

func (*GetFullStatusRequest) ProtoMessage

func (*GetFullStatusRequest) ProtoMessage()

func (*GetFullStatusRequest) ProtoReflect

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

func (*GetFullStatusRequest) Reset

func (x *GetFullStatusRequest) Reset()

func (*GetFullStatusRequest) String

func (x *GetFullStatusRequest) String() string

type GetGatesRequest

type GetGatesRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGatesRequest) Descriptor deprecated

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

Deprecated: Use GetGatesRequest.ProtoReflect.Descriptor instead.

func (*GetGatesRequest) GetClusterIds

func (x *GetGatesRequest) GetClusterIds() []string

func (*GetGatesRequest) ProtoMessage

func (*GetGatesRequest) ProtoMessage()

func (*GetGatesRequest) ProtoReflect

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

func (*GetGatesRequest) Reset

func (x *GetGatesRequest) Reset()

func (*GetGatesRequest) String

func (x *GetGatesRequest) String() string

type GetGatesResponse

type GetGatesResponse struct {
	Gates []*VTGate `protobuf:"bytes,1,rep,name=gates,proto3" json:"gates,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGatesResponse) Descriptor deprecated

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

Deprecated: Use GetGatesResponse.ProtoReflect.Descriptor instead.

func (*GetGatesResponse) GetGates

func (x *GetGatesResponse) GetGates() []*VTGate

func (*GetGatesResponse) ProtoMessage

func (*GetGatesResponse) ProtoMessage()

func (*GetGatesResponse) ProtoReflect

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

func (*GetGatesResponse) Reset

func (x *GetGatesResponse) Reset()

func (*GetGatesResponse) String

func (x *GetGatesResponse) String() string

type GetKeyspaceRequest

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

func (*GetKeyspaceRequest) Descriptor deprecated

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

Deprecated: Use GetKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*GetKeyspaceRequest) GetClusterId

func (x *GetKeyspaceRequest) GetClusterId() string

func (*GetKeyspaceRequest) GetKeyspace

func (x *GetKeyspaceRequest) GetKeyspace() string

func (*GetKeyspaceRequest) ProtoMessage

func (*GetKeyspaceRequest) ProtoMessage()

func (*GetKeyspaceRequest) ProtoReflect

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

func (*GetKeyspaceRequest) Reset

func (x *GetKeyspaceRequest) Reset()

func (*GetKeyspaceRequest) String

func (x *GetKeyspaceRequest) String() string

type GetKeyspacesRequest

type GetKeyspacesRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetKeyspacesRequest) Descriptor deprecated

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

Deprecated: Use GetKeyspacesRequest.ProtoReflect.Descriptor instead.

func (*GetKeyspacesRequest) GetClusterIds

func (x *GetKeyspacesRequest) GetClusterIds() []string

func (*GetKeyspacesRequest) ProtoMessage

func (*GetKeyspacesRequest) ProtoMessage()

func (*GetKeyspacesRequest) ProtoReflect

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

func (*GetKeyspacesRequest) Reset

func (x *GetKeyspacesRequest) Reset()

func (*GetKeyspacesRequest) String

func (x *GetKeyspacesRequest) String() string

type GetKeyspacesResponse

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

func (*GetKeyspacesResponse) Descriptor deprecated

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

Deprecated: Use GetKeyspacesResponse.ProtoReflect.Descriptor instead.

func (*GetKeyspacesResponse) GetKeyspaces

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

func (*GetKeyspacesResponse) ProtoMessage

func (*GetKeyspacesResponse) ProtoMessage()

func (*GetKeyspacesResponse) ProtoReflect

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

func (*GetKeyspacesResponse) Reset

func (x *GetKeyspacesResponse) Reset()

func (*GetKeyspacesResponse) String

func (x *GetKeyspacesResponse) String() string

type GetSchemaRequest

type GetSchemaRequest struct {
	ClusterId        string                     `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Keyspace         string                     `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Table            string                     `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	TableSizeOptions *GetSchemaTableSizeOptions `protobuf:"bytes,4,opt,name=table_size_options,json=tableSizeOptions,proto3" json:"table_size_options,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemaRequest) Descriptor deprecated

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

Deprecated: Use GetSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetSchemaRequest) GetClusterId

func (x *GetSchemaRequest) GetClusterId() string

func (*GetSchemaRequest) GetKeyspace

func (x *GetSchemaRequest) GetKeyspace() string

func (*GetSchemaRequest) GetTable

func (x *GetSchemaRequest) GetTable() string

func (*GetSchemaRequest) GetTableSizeOptions

func (x *GetSchemaRequest) GetTableSizeOptions() *GetSchemaTableSizeOptions

func (*GetSchemaRequest) ProtoMessage

func (*GetSchemaRequest) ProtoMessage()

func (*GetSchemaRequest) ProtoReflect

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

func (*GetSchemaRequest) Reset

func (x *GetSchemaRequest) Reset()

func (*GetSchemaRequest) String

func (x *GetSchemaRequest) String() string

type GetSchemaTableSizeOptions

type GetSchemaTableSizeOptions struct {
	AggregateSizes          bool `protobuf:"varint,1,opt,name=aggregate_sizes,json=aggregateSizes,proto3" json:"aggregate_sizes,omitempty"`
	IncludeNonServingShards bool `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSchemaTableSizeOptions) Descriptor deprecated

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

Deprecated: Use GetSchemaTableSizeOptions.ProtoReflect.Descriptor instead.

func (*GetSchemaTableSizeOptions) GetAggregateSizes

func (x *GetSchemaTableSizeOptions) GetAggregateSizes() bool

func (*GetSchemaTableSizeOptions) GetIncludeNonServingShards

func (x *GetSchemaTableSizeOptions) GetIncludeNonServingShards() bool

func (*GetSchemaTableSizeOptions) ProtoMessage

func (*GetSchemaTableSizeOptions) ProtoMessage()

func (*GetSchemaTableSizeOptions) ProtoReflect

func (*GetSchemaTableSizeOptions) Reset

func (x *GetSchemaTableSizeOptions) Reset()

func (*GetSchemaTableSizeOptions) String

func (x *GetSchemaTableSizeOptions) String() string

type GetSchemasRequest

type GetSchemasRequest struct {
	ClusterIds       []string                   `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	TableSizeOptions *GetSchemaTableSizeOptions `protobuf:"bytes,2,opt,name=table_size_options,json=tableSizeOptions,proto3" json:"table_size_options,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemasRequest) Descriptor deprecated

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

Deprecated: Use GetSchemasRequest.ProtoReflect.Descriptor instead.

func (*GetSchemasRequest) GetClusterIds

func (x *GetSchemasRequest) GetClusterIds() []string

func (*GetSchemasRequest) GetTableSizeOptions

func (x *GetSchemasRequest) GetTableSizeOptions() *GetSchemaTableSizeOptions

func (*GetSchemasRequest) ProtoMessage

func (*GetSchemasRequest) ProtoMessage()

func (*GetSchemasRequest) ProtoReflect

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

func (*GetSchemasRequest) Reset

func (x *GetSchemasRequest) Reset()

func (*GetSchemasRequest) String

func (x *GetSchemasRequest) String() string

type GetSchemasResponse

type GetSchemasResponse struct {
	Schemas []*Schema `protobuf:"bytes,1,rep,name=schemas,proto3" json:"schemas,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemasResponse) Descriptor deprecated

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

Deprecated: Use GetSchemasResponse.ProtoReflect.Descriptor instead.

func (*GetSchemasResponse) GetSchemas

func (x *GetSchemasResponse) GetSchemas() []*Schema

func (*GetSchemasResponse) ProtoMessage

func (*GetSchemasResponse) ProtoMessage()

func (*GetSchemasResponse) ProtoReflect

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

func (*GetSchemasResponse) Reset

func (x *GetSchemasResponse) Reset()

func (*GetSchemasResponse) String

func (x *GetSchemasResponse) String() string

type GetShardReplicationPositionsRequest

type GetShardReplicationPositionsRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// Keyspaces, if set, limits replication positions to just the specified
	// keyspaces. Applies to all clusters in the request.
	Keyspaces []string `protobuf:"bytes,2,rep,name=keyspaces,proto3" json:"keyspaces,omitempty"`
	// KeyspaceShards, if set, limits replicatin positions to just the specified
	// keyspace/shards. Applies to all clusters in the request.
	//
	// This field takes precedence over Keyspaces. If KeyspaceShards is set,
	// Keyspaces is ignored.
	KeyspaceShards []string `protobuf:"bytes,3,rep,name=keyspace_shards,json=keyspaceShards,proto3" json:"keyspace_shards,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShardReplicationPositionsRequest) Descriptor deprecated

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

Deprecated: Use GetShardReplicationPositionsRequest.ProtoReflect.Descriptor instead.

func (*GetShardReplicationPositionsRequest) GetClusterIds

func (x *GetShardReplicationPositionsRequest) GetClusterIds() []string

func (*GetShardReplicationPositionsRequest) GetKeyspaceShards

func (x *GetShardReplicationPositionsRequest) GetKeyspaceShards() []string

func (*GetShardReplicationPositionsRequest) GetKeyspaces

func (x *GetShardReplicationPositionsRequest) GetKeyspaces() []string

func (*GetShardReplicationPositionsRequest) ProtoMessage

func (*GetShardReplicationPositionsRequest) ProtoMessage()

func (*GetShardReplicationPositionsRequest) ProtoReflect

func (*GetShardReplicationPositionsRequest) Reset

func (*GetShardReplicationPositionsRequest) String

type GetShardReplicationPositionsResponse

type GetShardReplicationPositionsResponse struct {
	ReplicationPositions []*ClusterShardReplicationPosition `protobuf:"bytes,1,rep,name=replication_positions,json=replicationPositions,proto3" json:"replication_positions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShardReplicationPositionsResponse) Descriptor deprecated

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

Deprecated: Use GetShardReplicationPositionsResponse.ProtoReflect.Descriptor instead.

func (*GetShardReplicationPositionsResponse) GetReplicationPositions

func (*GetShardReplicationPositionsResponse) ProtoMessage

func (*GetShardReplicationPositionsResponse) ProtoMessage()

func (*GetShardReplicationPositionsResponse) ProtoReflect

func (*GetShardReplicationPositionsResponse) Reset

func (*GetShardReplicationPositionsResponse) String

type GetSrvKeyspaceRequest

type GetSrvKeyspaceRequest struct {
	ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Keyspace  string `protobuf:"bytes,2,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,3,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSrvKeyspaceRequest) Descriptor deprecated

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

Deprecated: Use GetSrvKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*GetSrvKeyspaceRequest) GetCells

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

func (*GetSrvKeyspaceRequest) GetClusterId

func (x *GetSrvKeyspaceRequest) GetClusterId() string

func (*GetSrvKeyspaceRequest) GetKeyspace

func (x *GetSrvKeyspaceRequest) GetKeyspace() string

func (*GetSrvKeyspaceRequest) ProtoMessage

func (*GetSrvKeyspaceRequest) ProtoMessage()

func (*GetSrvKeyspaceRequest) ProtoReflect

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

func (*GetSrvKeyspaceRequest) Reset

func (x *GetSrvKeyspaceRequest) Reset()

func (*GetSrvKeyspaceRequest) String

func (x *GetSrvKeyspaceRequest) String() string

type GetSrvKeyspacesRequest

type GetSrvKeyspacesRequest struct {

	// An optional list of cluster IDs to filter specific clusters
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,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

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

Deprecated: Use GetSrvKeyspacesRequest.ProtoReflect.Descriptor instead.

func (*GetSrvKeyspacesRequest) GetCells

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

func (*GetSrvKeyspacesRequest) GetClusterIds

func (x *GetSrvKeyspacesRequest) GetClusterIds() []string

func (*GetSrvKeyspacesRequest) ProtoMessage

func (*GetSrvKeyspacesRequest) ProtoMessage()

func (*GetSrvKeyspacesRequest) ProtoReflect

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

func (*GetSrvKeyspacesRequest) Reset

func (x *GetSrvKeyspacesRequest) Reset()

func (*GetSrvKeyspacesRequest) String

func (x *GetSrvKeyspacesRequest) String() string

type GetSrvKeyspacesResponse

type GetSrvKeyspacesResponse struct {

	// GetSrvKeyspaces responses for each keyspace
	SrvKeyspaces map[string]*v172.GetSrvKeyspacesResponse `` /* 185-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSrvKeyspacesResponse) Descriptor deprecated

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

Deprecated: Use GetSrvKeyspacesResponse.ProtoReflect.Descriptor instead.

func (*GetSrvKeyspacesResponse) GetSrvKeyspaces

func (x *GetSrvKeyspacesResponse) GetSrvKeyspaces() map[string]*v172.GetSrvKeyspacesResponse

func (*GetSrvKeyspacesResponse) ProtoMessage

func (*GetSrvKeyspacesResponse) ProtoMessage()

func (*GetSrvKeyspacesResponse) ProtoReflect

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

func (*GetSrvKeyspacesResponse) Reset

func (x *GetSrvKeyspacesResponse) Reset()

func (*GetSrvKeyspacesResponse) String

func (x *GetSrvKeyspacesResponse) String() string

type GetSrvVSchemaRequest

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

func (*GetSrvVSchemaRequest) Descriptor deprecated

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

Deprecated: Use GetSrvVSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetSrvVSchemaRequest) GetCell

func (x *GetSrvVSchemaRequest) GetCell() string

func (*GetSrvVSchemaRequest) GetClusterId

func (x *GetSrvVSchemaRequest) GetClusterId() string

func (*GetSrvVSchemaRequest) ProtoMessage

func (*GetSrvVSchemaRequest) ProtoMessage()

func (*GetSrvVSchemaRequest) ProtoReflect

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

func (*GetSrvVSchemaRequest) Reset

func (x *GetSrvVSchemaRequest) Reset()

func (*GetSrvVSchemaRequest) String

func (x *GetSrvVSchemaRequest) String() string

type GetSrvVSchemasRequest

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

func (*GetSrvVSchemasRequest) Descriptor deprecated

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

Deprecated: Use GetSrvVSchemasRequest.ProtoReflect.Descriptor instead.

func (*GetSrvVSchemasRequest) GetCells

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

func (*GetSrvVSchemasRequest) GetClusterIds

func (x *GetSrvVSchemasRequest) GetClusterIds() []string

func (*GetSrvVSchemasRequest) ProtoMessage

func (*GetSrvVSchemasRequest) ProtoMessage()

func (*GetSrvVSchemasRequest) ProtoReflect

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

func (*GetSrvVSchemasRequest) Reset

func (x *GetSrvVSchemasRequest) Reset()

func (*GetSrvVSchemasRequest) String

func (x *GetSrvVSchemasRequest) String() string

type GetSrvVSchemasResponse

type GetSrvVSchemasResponse struct {
	SrvVSchemas []*SrvVSchema `protobuf:"bytes,1,rep,name=srv_v_schemas,json=srvVSchemas,proto3" json:"srv_v_schemas,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSrvVSchemasResponse) Descriptor deprecated

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

Deprecated: Use GetSrvVSchemasResponse.ProtoReflect.Descriptor instead.

func (*GetSrvVSchemasResponse) GetSrvVSchemas

func (x *GetSrvVSchemasResponse) GetSrvVSchemas() []*SrvVSchema

func (*GetSrvVSchemasResponse) ProtoMessage

func (*GetSrvVSchemasResponse) ProtoMessage()

func (*GetSrvVSchemasResponse) ProtoReflect

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

func (*GetSrvVSchemasResponse) Reset

func (x *GetSrvVSchemasResponse) Reset()

func (*GetSrvVSchemasResponse) String

func (x *GetSrvVSchemasResponse) String() string

type GetTabletRequest

type GetTabletRequest struct {

	// Unique (per cluster) tablet alias.
	Alias *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	// ClusterIDs is an optional parameter to narrow the scope of the search, if
	// the caller knows which cluster the tablet may be in, or, to disambiguate
	// if multiple clusters have a tablet with the same hostname.
	ClusterIds []string `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletRequest) Descriptor deprecated

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

Deprecated: Use GetTabletRequest.ProtoReflect.Descriptor instead.

func (*GetTabletRequest) GetAlias

func (x *GetTabletRequest) GetAlias() *v171.TabletAlias

func (*GetTabletRequest) GetClusterIds

func (x *GetTabletRequest) GetClusterIds() []string

func (*GetTabletRequest) ProtoMessage

func (*GetTabletRequest) ProtoMessage()

func (*GetTabletRequest) ProtoReflect

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

func (*GetTabletRequest) Reset

func (x *GetTabletRequest) Reset()

func (*GetTabletRequest) String

func (x *GetTabletRequest) String() string

type GetTabletsRequest

type GetTabletsRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletsRequest) Descriptor deprecated

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

Deprecated: Use GetTabletsRequest.ProtoReflect.Descriptor instead.

func (*GetTabletsRequest) GetClusterIds

func (x *GetTabletsRequest) GetClusterIds() []string

func (*GetTabletsRequest) ProtoMessage

func (*GetTabletsRequest) ProtoMessage()

func (*GetTabletsRequest) ProtoReflect

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

func (*GetTabletsRequest) Reset

func (x *GetTabletsRequest) Reset()

func (*GetTabletsRequest) String

func (x *GetTabletsRequest) String() string

type GetTabletsResponse

type GetTabletsResponse struct {
	Tablets []*Tablet `protobuf:"bytes,1,rep,name=tablets,proto3" json:"tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletsResponse) Descriptor deprecated

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

Deprecated: Use GetTabletsResponse.ProtoReflect.Descriptor instead.

func (*GetTabletsResponse) GetTablets

func (x *GetTabletsResponse) GetTablets() []*Tablet

func (*GetTabletsResponse) ProtoMessage

func (*GetTabletsResponse) ProtoMessage()

func (*GetTabletsResponse) ProtoReflect

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

func (*GetTabletsResponse) Reset

func (x *GetTabletsResponse) Reset()

func (*GetTabletsResponse) String

func (x *GetTabletsResponse) String() string

type GetTopologyPathRequest

type GetTopologyPathRequest struct {
	ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Path      string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTopologyPathRequest) Descriptor deprecated

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

Deprecated: Use GetTopologyPathRequest.ProtoReflect.Descriptor instead.

func (*GetTopologyPathRequest) GetClusterId

func (x *GetTopologyPathRequest) GetClusterId() string

func (*GetTopologyPathRequest) GetPath

func (x *GetTopologyPathRequest) GetPath() string

func (*GetTopologyPathRequest) ProtoMessage

func (*GetTopologyPathRequest) ProtoMessage()

func (*GetTopologyPathRequest) ProtoReflect

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

func (*GetTopologyPathRequest) Reset

func (x *GetTopologyPathRequest) Reset()

func (*GetTopologyPathRequest) String

func (x *GetTopologyPathRequest) String() string

type GetVSchemaRequest

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

func (*GetVSchemaRequest) Descriptor deprecated

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

Deprecated: Use GetVSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetVSchemaRequest) GetClusterId

func (x *GetVSchemaRequest) GetClusterId() string

func (*GetVSchemaRequest) GetKeyspace

func (x *GetVSchemaRequest) GetKeyspace() string

func (*GetVSchemaRequest) ProtoMessage

func (*GetVSchemaRequest) ProtoMessage()

func (*GetVSchemaRequest) ProtoReflect

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

func (*GetVSchemaRequest) Reset

func (x *GetVSchemaRequest) Reset()

func (*GetVSchemaRequest) String

func (x *GetVSchemaRequest) String() string

type GetVSchemasRequest

type GetVSchemasRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVSchemasRequest) Descriptor deprecated

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

Deprecated: Use GetVSchemasRequest.ProtoReflect.Descriptor instead.

func (*GetVSchemasRequest) GetClusterIds

func (x *GetVSchemasRequest) GetClusterIds() []string

func (*GetVSchemasRequest) ProtoMessage

func (*GetVSchemasRequest) ProtoMessage()

func (*GetVSchemasRequest) ProtoReflect

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

func (*GetVSchemasRequest) Reset

func (x *GetVSchemasRequest) Reset()

func (*GetVSchemasRequest) String

func (x *GetVSchemasRequest) String() string

type GetVSchemasResponse

type GetVSchemasResponse struct {
	VSchemas []*VSchema `protobuf:"bytes,1,rep,name=v_schemas,json=vSchemas,proto3" json:"v_schemas,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVSchemasResponse) Descriptor deprecated

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

Deprecated: Use GetVSchemasResponse.ProtoReflect.Descriptor instead.

func (*GetVSchemasResponse) GetVSchemas

func (x *GetVSchemasResponse) GetVSchemas() []*VSchema

func (*GetVSchemasResponse) ProtoMessage

func (*GetVSchemasResponse) ProtoMessage()

func (*GetVSchemasResponse) ProtoReflect

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

func (*GetVSchemasResponse) Reset

func (x *GetVSchemasResponse) Reset()

func (*GetVSchemasResponse) String

func (x *GetVSchemasResponse) String() string

type GetVtctldsRequest

type GetVtctldsRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVtctldsRequest) Descriptor deprecated

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

Deprecated: Use GetVtctldsRequest.ProtoReflect.Descriptor instead.

func (*GetVtctldsRequest) GetClusterIds

func (x *GetVtctldsRequest) GetClusterIds() []string

func (*GetVtctldsRequest) ProtoMessage

func (*GetVtctldsRequest) ProtoMessage()

func (*GetVtctldsRequest) ProtoReflect

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

func (*GetVtctldsRequest) Reset

func (x *GetVtctldsRequest) Reset()

func (*GetVtctldsRequest) String

func (x *GetVtctldsRequest) String() string

type GetVtctldsResponse

type GetVtctldsResponse struct {
	Vtctlds []*Vtctld `protobuf:"bytes,1,rep,name=vtctlds,proto3" json:"vtctlds,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVtctldsResponse) Descriptor deprecated

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

Deprecated: Use GetVtctldsResponse.ProtoReflect.Descriptor instead.

func (*GetVtctldsResponse) GetVtctlds

func (x *GetVtctldsResponse) GetVtctlds() []*Vtctld

func (*GetVtctldsResponse) ProtoMessage

func (*GetVtctldsResponse) ProtoMessage()

func (*GetVtctldsResponse) ProtoReflect

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

func (*GetVtctldsResponse) Reset

func (x *GetVtctldsResponse) Reset()

func (*GetVtctldsResponse) String

func (x *GetVtctldsResponse) String() string

type GetWorkflowRequest

type GetWorkflowRequest struct {
	ClusterId  string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Keyspace   string `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Name       string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	ActiveOnly bool   `protobuf:"varint,4,opt,name=active_only,json=activeOnly,proto3" json:"active_only,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowRequest) Descriptor deprecated

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

Deprecated: Use GetWorkflowRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowRequest) GetActiveOnly

func (x *GetWorkflowRequest) GetActiveOnly() bool

func (*GetWorkflowRequest) GetClusterId

func (x *GetWorkflowRequest) GetClusterId() string

func (*GetWorkflowRequest) GetKeyspace

func (x *GetWorkflowRequest) GetKeyspace() string

func (*GetWorkflowRequest) GetName

func (x *GetWorkflowRequest) GetName() string

func (*GetWorkflowRequest) ProtoMessage

func (*GetWorkflowRequest) ProtoMessage()

func (*GetWorkflowRequest) ProtoReflect

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

func (*GetWorkflowRequest) Reset

func (x *GetWorkflowRequest) Reset()

func (*GetWorkflowRequest) String

func (x *GetWorkflowRequest) String() string

type GetWorkflowsRequest

type GetWorkflowsRequest struct {
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// ActiveOnly specifies whether to return workflows that are currently
	// active (running or paused) instead of all workflows.
	ActiveOnly bool `protobuf:"varint,2,opt,name=active_only,json=activeOnly,proto3" json:"active_only,omitempty"`
	// Keyspaces is a list of keyspaces to restrict the workflow search to. Note
	// that the keyspaces list applies across all cluster IDs in the request.
	//
	// If, for example, you have two clusters, each with a keyspace called "foo"
	// and want the workflows from "foo" in cluster1 but not from cluster2, you
	// must make two requests.
	//
	// Keyspaces and IgnoreKeyspaces are mutually-exclusive, and Keyspaces takes
	// precedence; if Keyspaces is a non-empty list, then IgnoreKeyspaces is
	// ignored completely.
	Keyspaces []string `protobuf:"bytes,3,rep,name=keyspaces,proto3" json:"keyspaces,omitempty"`
	// IgnoreKeyspaces is a list of keyspaces to skip during the workflow
	// search. It has the same semantics as the Keyspaces parameter, so refer to
	// that documentation for more details.
	IgnoreKeyspaces []string `protobuf:"bytes,4,rep,name=ignore_keyspaces,json=ignoreKeyspaces,proto3" json:"ignore_keyspaces,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowsRequest) Descriptor deprecated

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

Deprecated: Use GetWorkflowsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowsRequest) GetActiveOnly

func (x *GetWorkflowsRequest) GetActiveOnly() bool

func (*GetWorkflowsRequest) GetClusterIds

func (x *GetWorkflowsRequest) GetClusterIds() []string

func (*GetWorkflowsRequest) GetIgnoreKeyspaces

func (x *GetWorkflowsRequest) GetIgnoreKeyspaces() []string

func (*GetWorkflowsRequest) GetKeyspaces

func (x *GetWorkflowsRequest) GetKeyspaces() []string

func (*GetWorkflowsRequest) ProtoMessage

func (*GetWorkflowsRequest) ProtoMessage()

func (*GetWorkflowsRequest) ProtoReflect

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

func (*GetWorkflowsRequest) Reset

func (x *GetWorkflowsRequest) Reset()

func (*GetWorkflowsRequest) String

func (x *GetWorkflowsRequest) String() string

type GetWorkflowsResponse

type GetWorkflowsResponse struct {
	WorkflowsByCluster map[string]*ClusterWorkflows `` /* 205-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetWorkflowsResponse) Descriptor deprecated

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

Deprecated: Use GetWorkflowsResponse.ProtoReflect.Descriptor instead.

func (*GetWorkflowsResponse) GetWorkflowsByCluster

func (x *GetWorkflowsResponse) GetWorkflowsByCluster() map[string]*ClusterWorkflows

func (*GetWorkflowsResponse) ProtoMessage

func (*GetWorkflowsResponse) ProtoMessage()

func (*GetWorkflowsResponse) ProtoReflect

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

func (*GetWorkflowsResponse) Reset

func (x *GetWorkflowsResponse) Reset()

func (*GetWorkflowsResponse) String

func (x *GetWorkflowsResponse) String() string

type Keyspace

type Keyspace struct {
	Cluster  *Cluster               `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Keyspace *v172.Keyspace         `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Shards   map[string]*v172.Shard `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

Keyspace represents information about a keyspace in a particular Vitess cluster.

func (*Keyspace) Descriptor deprecated

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

Deprecated: Use Keyspace.ProtoReflect.Descriptor instead.

func (*Keyspace) GetCluster

func (x *Keyspace) GetCluster() *Cluster

func (*Keyspace) GetKeyspace

func (x *Keyspace) GetKeyspace() *v172.Keyspace

func (*Keyspace) GetShards

func (x *Keyspace) GetShards() map[string]*v172.Shard

func (*Keyspace) ProtoMessage

func (*Keyspace) ProtoMessage()

func (*Keyspace) ProtoReflect

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

func (*Keyspace) Reset

func (x *Keyspace) Reset()

func (*Keyspace) String

func (x *Keyspace) String() string

type PingTabletRequest

type PingTabletRequest struct {

	// Unique (per cluster) tablet alias of the standard form: "$cell-$uid"
	Alias *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	// ClusterIDs is an optional parameter to narrow the scope of the search, if
	// the caller knows which cluster the tablet may be in, or, to disambiguate
	// if multiple clusters have a tablet with the same hostname.
	ClusterIds []string `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*PingTabletRequest) Descriptor deprecated

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

Deprecated: Use PingTabletRequest.ProtoReflect.Descriptor instead.

func (*PingTabletRequest) GetAlias

func (x *PingTabletRequest) GetAlias() *v171.TabletAlias

func (*PingTabletRequest) GetClusterIds

func (x *PingTabletRequest) GetClusterIds() []string

func (*PingTabletRequest) ProtoMessage

func (*PingTabletRequest) ProtoMessage()

func (*PingTabletRequest) ProtoReflect

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

func (*PingTabletRequest) Reset

func (x *PingTabletRequest) Reset()

func (*PingTabletRequest) String

func (x *PingTabletRequest) String() string

type PingTabletResponse

type PingTabletResponse struct {
	Status  string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Cluster *Cluster `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*PingTabletResponse) Descriptor deprecated

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

Deprecated: Use PingTabletResponse.ProtoReflect.Descriptor instead.

func (*PingTabletResponse) GetCluster

func (x *PingTabletResponse) GetCluster() *Cluster

func (*PingTabletResponse) GetStatus

func (x *PingTabletResponse) GetStatus() string

func (*PingTabletResponse) ProtoMessage

func (*PingTabletResponse) ProtoMessage()

func (*PingTabletResponse) ProtoReflect

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

func (*PingTabletResponse) Reset

func (x *PingTabletResponse) Reset()

func (*PingTabletResponse) String

func (x *PingTabletResponse) String() string

type PlannedFailoverShardRequest

type PlannedFailoverShardRequest struct {
	ClusterId string                            `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Options   *v172.PlannedReparentShardRequest `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*PlannedFailoverShardRequest) Descriptor deprecated

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

Deprecated: Use PlannedFailoverShardRequest.ProtoReflect.Descriptor instead.

func (*PlannedFailoverShardRequest) GetClusterId

func (x *PlannedFailoverShardRequest) GetClusterId() string

func (*PlannedFailoverShardRequest) GetOptions

func (*PlannedFailoverShardRequest) ProtoMessage

func (*PlannedFailoverShardRequest) ProtoMessage()

func (*PlannedFailoverShardRequest) ProtoReflect

func (*PlannedFailoverShardRequest) Reset

func (x *PlannedFailoverShardRequest) Reset()

func (*PlannedFailoverShardRequest) String

func (x *PlannedFailoverShardRequest) String() string

type PlannedFailoverShardResponse

type PlannedFailoverShardResponse struct {
	Cluster  *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,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"`
	// PromotedPrimary is the tablet alias that was promoted to shard primary.
	// If NewPrimary was set in the request options, then this will be the
	// same tablet alias. Otherwise, it will be the alias of the tablet found
	// to be most up-to-date in the shard.
	PromotedPrimary *v171.TabletAlias `protobuf:"bytes,4,opt,name=promoted_primary,json=promotedPrimary,proto3" json:"promoted_primary,omitempty"`
	Events          []*v175.Event     `protobuf:"bytes,5,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*PlannedFailoverShardResponse) Descriptor deprecated

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

Deprecated: Use PlannedFailoverShardResponse.ProtoReflect.Descriptor instead.

func (*PlannedFailoverShardResponse) GetCluster

func (x *PlannedFailoverShardResponse) GetCluster() *Cluster

func (*PlannedFailoverShardResponse) GetEvents

func (x *PlannedFailoverShardResponse) GetEvents() []*v175.Event

func (*PlannedFailoverShardResponse) GetKeyspace

func (x *PlannedFailoverShardResponse) GetKeyspace() string

func (*PlannedFailoverShardResponse) GetPromotedPrimary

func (x *PlannedFailoverShardResponse) GetPromotedPrimary() *v171.TabletAlias

func (*PlannedFailoverShardResponse) GetShard

func (x *PlannedFailoverShardResponse) GetShard() string

func (*PlannedFailoverShardResponse) ProtoMessage

func (*PlannedFailoverShardResponse) ProtoMessage()

func (*PlannedFailoverShardResponse) ProtoReflect

func (*PlannedFailoverShardResponse) Reset

func (x *PlannedFailoverShardResponse) Reset()

func (*PlannedFailoverShardResponse) String

type RebuildKeyspaceGraphRequest

type RebuildKeyspaceGraphRequest struct {
	ClusterId    string   `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Keyspace     string   `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Cells        []string `protobuf:"bytes,3,rep,name=cells,proto3" json:"cells,omitempty"`
	AllowPartial bool     `protobuf:"varint,4,opt,name=allow_partial,json=allowPartial,proto3" json:"allow_partial,omitempty"`
	// contains filtered or unexported fields
}

func (*RebuildKeyspaceGraphRequest) Descriptor deprecated

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

Deprecated: Use RebuildKeyspaceGraphRequest.ProtoReflect.Descriptor instead.

func (*RebuildKeyspaceGraphRequest) GetAllowPartial

func (x *RebuildKeyspaceGraphRequest) GetAllowPartial() bool

func (*RebuildKeyspaceGraphRequest) GetCells

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

func (*RebuildKeyspaceGraphRequest) GetClusterId

func (x *RebuildKeyspaceGraphRequest) GetClusterId() string

func (*RebuildKeyspaceGraphRequest) GetKeyspace

func (x *RebuildKeyspaceGraphRequest) GetKeyspace() string

func (*RebuildKeyspaceGraphRequest) ProtoMessage

func (*RebuildKeyspaceGraphRequest) ProtoMessage()

func (*RebuildKeyspaceGraphRequest) ProtoReflect

func (*RebuildKeyspaceGraphRequest) Reset

func (x *RebuildKeyspaceGraphRequest) Reset()

func (*RebuildKeyspaceGraphRequest) String

func (x *RebuildKeyspaceGraphRequest) String() string

type RebuildKeyspaceGraphResponse

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

func (*RebuildKeyspaceGraphResponse) Descriptor deprecated

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

Deprecated: Use RebuildKeyspaceGraphResponse.ProtoReflect.Descriptor instead.

func (*RebuildKeyspaceGraphResponse) GetStatus

func (x *RebuildKeyspaceGraphResponse) GetStatus() string

func (*RebuildKeyspaceGraphResponse) ProtoMessage

func (*RebuildKeyspaceGraphResponse) ProtoMessage()

func (*RebuildKeyspaceGraphResponse) ProtoReflect

func (*RebuildKeyspaceGraphResponse) Reset

func (x *RebuildKeyspaceGraphResponse) Reset()

func (*RebuildKeyspaceGraphResponse) String

type RefreshStateRequest

type RefreshStateRequest struct {
	Alias      *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshStateRequest) Descriptor deprecated

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

Deprecated: Use RefreshStateRequest.ProtoReflect.Descriptor instead.

func (*RefreshStateRequest) GetAlias

func (x *RefreshStateRequest) GetAlias() *v171.TabletAlias

func (*RefreshStateRequest) GetClusterIds

func (x *RefreshStateRequest) GetClusterIds() []string

func (*RefreshStateRequest) ProtoMessage

func (*RefreshStateRequest) ProtoMessage()

func (*RefreshStateRequest) ProtoReflect

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

func (*RefreshStateRequest) Reset

func (x *RefreshStateRequest) Reset()

func (*RefreshStateRequest) String

func (x *RefreshStateRequest) String() string

type RefreshStateResponse

type RefreshStateResponse struct {
	Status  string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Cluster *Cluster `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshStateResponse) Descriptor deprecated

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

Deprecated: Use RefreshStateResponse.ProtoReflect.Descriptor instead.

func (*RefreshStateResponse) GetCluster

func (x *RefreshStateResponse) GetCluster() *Cluster

func (*RefreshStateResponse) GetStatus

func (x *RefreshStateResponse) GetStatus() string

func (*RefreshStateResponse) ProtoMessage

func (*RefreshStateResponse) ProtoMessage()

func (*RefreshStateResponse) ProtoReflect

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

func (*RefreshStateResponse) Reset

func (x *RefreshStateResponse) Reset()

func (*RefreshStateResponse) String

func (x *RefreshStateResponse) String() string

type RefreshTabletReplicationSourceRequest

type RefreshTabletReplicationSourceRequest struct {
	Alias      *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTabletReplicationSourceRequest) Descriptor deprecated

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

Deprecated: Use RefreshTabletReplicationSourceRequest.ProtoReflect.Descriptor instead.

func (*RefreshTabletReplicationSourceRequest) GetAlias

func (*RefreshTabletReplicationSourceRequest) GetClusterIds

func (x *RefreshTabletReplicationSourceRequest) GetClusterIds() []string

func (*RefreshTabletReplicationSourceRequest) ProtoMessage

func (*RefreshTabletReplicationSourceRequest) ProtoMessage()

func (*RefreshTabletReplicationSourceRequest) ProtoReflect

func (*RefreshTabletReplicationSourceRequest) Reset

func (*RefreshTabletReplicationSourceRequest) String

type RefreshTabletReplicationSourceResponse

type RefreshTabletReplicationSourceResponse 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"`
	Primary  *v171.TabletAlias `protobuf:"bytes,3,opt,name=primary,proto3" json:"primary,omitempty"`
	Cluster  *Cluster          `protobuf:"bytes,4,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTabletReplicationSourceResponse) Descriptor deprecated

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

Deprecated: Use RefreshTabletReplicationSourceResponse.ProtoReflect.Descriptor instead.

func (*RefreshTabletReplicationSourceResponse) GetCluster

func (*RefreshTabletReplicationSourceResponse) GetKeyspace

func (*RefreshTabletReplicationSourceResponse) GetPrimary

func (*RefreshTabletReplicationSourceResponse) GetShard

func (*RefreshTabletReplicationSourceResponse) ProtoMessage

func (*RefreshTabletReplicationSourceResponse) ProtoReflect

func (*RefreshTabletReplicationSourceResponse) Reset

func (*RefreshTabletReplicationSourceResponse) String

type ReloadSchemaShardRequest

type ReloadSchemaShardRequest struct {
	ClusterId      string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,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"`
	WaitPosition   string `protobuf:"bytes,4,opt,name=wait_position,json=waitPosition,proto3" json:"wait_position,omitempty"`
	IncludePrimary bool   `protobuf:"varint,5,opt,name=include_primary,json=includePrimary,proto3" json:"include_primary,omitempty"`
	Concurrency    uint32 `protobuf:"varint,6,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadSchemaShardRequest) Descriptor deprecated

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

Deprecated: Use ReloadSchemaShardRequest.ProtoReflect.Descriptor instead.

func (*ReloadSchemaShardRequest) GetClusterId

func (x *ReloadSchemaShardRequest) GetClusterId() string

func (*ReloadSchemaShardRequest) GetConcurrency

func (x *ReloadSchemaShardRequest) GetConcurrency() uint32

func (*ReloadSchemaShardRequest) GetIncludePrimary

func (x *ReloadSchemaShardRequest) GetIncludePrimary() bool

func (*ReloadSchemaShardRequest) GetKeyspace

func (x *ReloadSchemaShardRequest) GetKeyspace() string

func (*ReloadSchemaShardRequest) GetShard

func (x *ReloadSchemaShardRequest) GetShard() string

func (*ReloadSchemaShardRequest) GetWaitPosition

func (x *ReloadSchemaShardRequest) GetWaitPosition() string

func (*ReloadSchemaShardRequest) ProtoMessage

func (*ReloadSchemaShardRequest) ProtoMessage()

func (*ReloadSchemaShardRequest) ProtoReflect

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

func (*ReloadSchemaShardRequest) Reset

func (x *ReloadSchemaShardRequest) Reset()

func (*ReloadSchemaShardRequest) String

func (x *ReloadSchemaShardRequest) String() string

type ReloadSchemaShardResponse

type ReloadSchemaShardResponse struct {
	Events []*v175.Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadSchemaShardResponse) Descriptor deprecated

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

Deprecated: Use ReloadSchemaShardResponse.ProtoReflect.Descriptor instead.

func (*ReloadSchemaShardResponse) GetEvents

func (x *ReloadSchemaShardResponse) GetEvents() []*v175.Event

func (*ReloadSchemaShardResponse) ProtoMessage

func (*ReloadSchemaShardResponse) ProtoMessage()

func (*ReloadSchemaShardResponse) ProtoReflect

func (*ReloadSchemaShardResponse) Reset

func (x *ReloadSchemaShardResponse) Reset()

func (*ReloadSchemaShardResponse) String

func (x *ReloadSchemaShardResponse) String() string

type ReloadSchemasRequest

type ReloadSchemasRequest struct {

	// Keyspaces, if set, will reload schemas across one or more keyspaces. A
	// keyspace not existing in a cluster will not fail the overall request.
	//
	// Superceded by KeyspaceShards and Tablets, in that order.
	Keyspaces []string `protobuf:"bytes,1,rep,name=keyspaces,proto3" json:"keyspaces,omitempty"`
	// KeyspaceShards, if set, will reload schemas across one or more shards.
	// Each element must be a valid keyspace/shard according to
	// topoproto.ParseKeyspaceShard. A shard not existing in a cluster will not
	// fail the overall request.
	//
	// Supercedes Keyspaces, and is superceded by Tablets.
	KeyspaceShards []string `protobuf:"bytes,2,rep,name=keyspace_shards,json=keyspaceShards,proto3" json:"keyspace_shards,omitempty"`
	// Tablets, if set will reload schemas across one or more tablets.
	// Supercedes both Keyspaces and KeyspaceShards.
	Tablets []*v171.TabletAlias `protobuf:"bytes,3,rep,name=tablets,proto3" json:"tablets,omitempty"`
	// ClusterIds optionally restricts the reload operation to clusters with
	// the specified IDs. An empty list of ClusterIds will operate on all
	// clusters.
	ClusterIds []string `protobuf:"bytes,4,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// Concurrency controls the number of tablets to reload at any given time.
	// Its semantics depend on whether the request is for keyspace, shard, or
	// tablet mode.
	//
	// In Keyspaces mode, Concurrency is the number of tablets to reload at once
	// *per keyspace*.
	//
	// In KeyspaceShards mode, Concurrency is the number of tablets to reload at
	// once *per shard*.
	//
	// In Tablets mode, Concurrency is the number of tablets to reload at once
	// *per cluster*.
	Concurrency uint32 `protobuf:"varint,5,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// WaitPosition is the replication position that replicating tablets should
	// reach prior to reloading their schemas.
	//
	// Does not apply in Tablets mode.
	WaitPosition string `protobuf:"bytes,6,opt,name=wait_position,json=waitPosition,proto3" json:"wait_position,omitempty"`
	// IncludePrimary, if set, will reload the schemas on PRIMARY tablets as
	// well as REPLICA and RDONLY.
	//
	// Does not apply in Tablets mode.
	IncludePrimary bool `protobuf:"varint,7,opt,name=include_primary,json=includePrimary,proto3" json:"include_primary,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadSchemasRequest) Descriptor deprecated

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

Deprecated: Use ReloadSchemasRequest.ProtoReflect.Descriptor instead.

func (*ReloadSchemasRequest) GetClusterIds

func (x *ReloadSchemasRequest) GetClusterIds() []string

func (*ReloadSchemasRequest) GetConcurrency

func (x *ReloadSchemasRequest) GetConcurrency() uint32

func (*ReloadSchemasRequest) GetIncludePrimary

func (x *ReloadSchemasRequest) GetIncludePrimary() bool

func (*ReloadSchemasRequest) GetKeyspaceShards

func (x *ReloadSchemasRequest) GetKeyspaceShards() []string

func (*ReloadSchemasRequest) GetKeyspaces

func (x *ReloadSchemasRequest) GetKeyspaces() []string

func (*ReloadSchemasRequest) GetTablets

func (x *ReloadSchemasRequest) GetTablets() []*v171.TabletAlias

func (*ReloadSchemasRequest) GetWaitPosition

func (x *ReloadSchemasRequest) GetWaitPosition() string

func (*ReloadSchemasRequest) ProtoMessage

func (*ReloadSchemasRequest) ProtoMessage()

func (*ReloadSchemasRequest) ProtoReflect

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

func (*ReloadSchemasRequest) Reset

func (x *ReloadSchemasRequest) Reset()

func (*ReloadSchemasRequest) String

func (x *ReloadSchemasRequest) String() string

type ReloadSchemasResponse

type ReloadSchemasResponse struct {

	// KeyspaceResults is the list of KeyspaceResult objects for a ReloadSchemas
	// operation. It is only set when the request mandates Keyspaces mode (see
	// ReloadSchemasRequest).
	KeyspaceResults []*ReloadSchemasResponse_KeyspaceResult `protobuf:"bytes,1,rep,name=keyspace_results,json=keyspaceResults,proto3" json:"keyspace_results,omitempty"`
	// ShardResults is the list of ShardResult objects for a ReloadSchemas
	// operation. It is only set when the request mandates KeyspaceShards mode
	// (see ReloadSchemasRequest).
	ShardResults []*ReloadSchemasResponse_ShardResult `protobuf:"bytes,2,rep,name=shard_results,json=shardResults,proto3" json:"shard_results,omitempty"`
	// TabletResults is the list of TabletResult objects for a ReloadSchemas
	// operation. It is only set when the request mandates Tablets mode (see
	// ReloadSchemasRequest).
	TabletResults []*ReloadSchemasResponse_TabletResult `protobuf:"bytes,3,rep,name=tablet_results,json=tabletResults,proto3" json:"tablet_results,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadSchemasResponse) Descriptor deprecated

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

Deprecated: Use ReloadSchemasResponse.ProtoReflect.Descriptor instead.

func (*ReloadSchemasResponse) GetKeyspaceResults

func (*ReloadSchemasResponse) GetShardResults

func (*ReloadSchemasResponse) GetTabletResults

func (*ReloadSchemasResponse) ProtoMessage

func (*ReloadSchemasResponse) ProtoMessage()

func (*ReloadSchemasResponse) ProtoReflect

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

func (*ReloadSchemasResponse) Reset

func (x *ReloadSchemasResponse) Reset()

func (*ReloadSchemasResponse) String

func (x *ReloadSchemasResponse) String() string

type ReloadSchemasResponse_KeyspaceResult

type ReloadSchemasResponse_KeyspaceResult struct {
	Keyspace *Keyspace     `protobuf:"bytes,1,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Events   []*v175.Event `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

KeyspaceResult is a grouping of a Keyspace and any log events that occurred in that keyspace during a schema reload (usually associated with partial errors - ReloadSchemas requests are best-effort).

It is only set when a ReloadSchemas request mandates Keyspaces mode (see ReloadSchemasRequest).

func (*ReloadSchemasResponse_KeyspaceResult) Descriptor deprecated

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

Deprecated: Use ReloadSchemasResponse_KeyspaceResult.ProtoReflect.Descriptor instead.

func (*ReloadSchemasResponse_KeyspaceResult) GetEvents

func (*ReloadSchemasResponse_KeyspaceResult) GetKeyspace

func (*ReloadSchemasResponse_KeyspaceResult) ProtoMessage

func (*ReloadSchemasResponse_KeyspaceResult) ProtoMessage()

func (*ReloadSchemasResponse_KeyspaceResult) ProtoReflect

func (*ReloadSchemasResponse_KeyspaceResult) Reset

func (*ReloadSchemasResponse_KeyspaceResult) String

type ReloadSchemasResponse_ShardResult

type ReloadSchemasResponse_ShardResult struct {
	Shard  *Shard        `protobuf:"bytes,1,opt,name=shard,proto3" json:"shard,omitempty"`
	Events []*v175.Event `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

ShardResult is a grouping of a Shard and any log events that occurred in that shard during a schema reload (usually associated with partial errors - ReloadSchemas requests are best-effort).

It is only set when a ReloadSchemas request mandates KeyspaceShards mode (see ReloadSchemasRequest).

func (*ReloadSchemasResponse_ShardResult) Descriptor deprecated

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

Deprecated: Use ReloadSchemasResponse_ShardResult.ProtoReflect.Descriptor instead.

func (*ReloadSchemasResponse_ShardResult) GetEvents

func (x *ReloadSchemasResponse_ShardResult) GetEvents() []*v175.Event

func (*ReloadSchemasResponse_ShardResult) GetShard

func (*ReloadSchemasResponse_ShardResult) ProtoMessage

func (*ReloadSchemasResponse_ShardResult) ProtoMessage()

func (*ReloadSchemasResponse_ShardResult) ProtoReflect

func (*ReloadSchemasResponse_ShardResult) Reset

func (*ReloadSchemasResponse_ShardResult) String

type ReloadSchemasResponse_TabletResult

type ReloadSchemasResponse_TabletResult struct {
	Tablet *Tablet `protobuf:"bytes,1,opt,name=tablet,proto3" json:"tablet,omitempty"`
	Result string  `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

TabletResult is a grouping of a Tablet and the result of reloading that Tablet's schema. Result will either be the string "ok", or the error message from that tablet. Note ReloadSchemas is best-effort, so tablet's failing to reload is not treated as an overall failure.

It is only set when a ReloadSchemas request mandates Tablets mode (see ReloadSchemasRequest).

func (*ReloadSchemasResponse_TabletResult) Descriptor deprecated

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

Deprecated: Use ReloadSchemasResponse_TabletResult.ProtoReflect.Descriptor instead.

func (*ReloadSchemasResponse_TabletResult) GetResult

func (*ReloadSchemasResponse_TabletResult) GetTablet

func (*ReloadSchemasResponse_TabletResult) ProtoMessage

func (*ReloadSchemasResponse_TabletResult) ProtoMessage()

func (*ReloadSchemasResponse_TabletResult) ProtoReflect

func (*ReloadSchemasResponse_TabletResult) Reset

func (*ReloadSchemasResponse_TabletResult) String

type RemoveKeyspaceCellRequest

type RemoveKeyspaceCellRequest struct {
	ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Keyspace  string `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Cell      string `protobuf:"bytes,3,opt,name=cell,proto3" json:"cell,omitempty"`
	Force     bool   `protobuf:"varint,4,opt,name=force,proto3" json:"force,omitempty"`
	Recursive bool   `protobuf:"varint,5,opt,name=recursive,proto3" json:"recursive,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveKeyspaceCellRequest) Descriptor deprecated

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

Deprecated: Use RemoveKeyspaceCellRequest.ProtoReflect.Descriptor instead.

func (*RemoveKeyspaceCellRequest) GetCell

func (x *RemoveKeyspaceCellRequest) GetCell() string

func (*RemoveKeyspaceCellRequest) GetClusterId

func (x *RemoveKeyspaceCellRequest) GetClusterId() string

func (*RemoveKeyspaceCellRequest) GetForce

func (x *RemoveKeyspaceCellRequest) GetForce() bool

func (*RemoveKeyspaceCellRequest) GetKeyspace

func (x *RemoveKeyspaceCellRequest) GetKeyspace() string

func (*RemoveKeyspaceCellRequest) GetRecursive

func (x *RemoveKeyspaceCellRequest) GetRecursive() bool

func (*RemoveKeyspaceCellRequest) ProtoMessage

func (*RemoveKeyspaceCellRequest) ProtoMessage()

func (*RemoveKeyspaceCellRequest) ProtoReflect

func (*RemoveKeyspaceCellRequest) Reset

func (x *RemoveKeyspaceCellRequest) Reset()

func (*RemoveKeyspaceCellRequest) String

func (x *RemoveKeyspaceCellRequest) String() string

type RemoveKeyspaceCellResponse

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

func (*RemoveKeyspaceCellResponse) Descriptor deprecated

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

Deprecated: Use RemoveKeyspaceCellResponse.ProtoReflect.Descriptor instead.

func (*RemoveKeyspaceCellResponse) GetStatus

func (x *RemoveKeyspaceCellResponse) GetStatus() string

func (*RemoveKeyspaceCellResponse) ProtoMessage

func (*RemoveKeyspaceCellResponse) ProtoMessage()

func (*RemoveKeyspaceCellResponse) ProtoReflect

func (*RemoveKeyspaceCellResponse) Reset

func (x *RemoveKeyspaceCellResponse) Reset()

func (*RemoveKeyspaceCellResponse) String

func (x *RemoveKeyspaceCellResponse) String() string

type RunHealthCheckRequest

type RunHealthCheckRequest struct {
	Alias      *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RunHealthCheckRequest) Descriptor deprecated

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

Deprecated: Use RunHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*RunHealthCheckRequest) GetAlias

func (x *RunHealthCheckRequest) GetAlias() *v171.TabletAlias

func (*RunHealthCheckRequest) GetClusterIds

func (x *RunHealthCheckRequest) GetClusterIds() []string

func (*RunHealthCheckRequest) ProtoMessage

func (*RunHealthCheckRequest) ProtoMessage()

func (*RunHealthCheckRequest) ProtoReflect

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

func (*RunHealthCheckRequest) Reset

func (x *RunHealthCheckRequest) Reset()

func (*RunHealthCheckRequest) String

func (x *RunHealthCheckRequest) String() string

type RunHealthCheckResponse

type RunHealthCheckResponse struct {
	Status  string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Cluster *Cluster `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*RunHealthCheckResponse) Descriptor deprecated

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

Deprecated: Use RunHealthCheckResponse.ProtoReflect.Descriptor instead.

func (*RunHealthCheckResponse) GetCluster

func (x *RunHealthCheckResponse) GetCluster() *Cluster

func (*RunHealthCheckResponse) GetStatus

func (x *RunHealthCheckResponse) GetStatus() string

func (*RunHealthCheckResponse) ProtoMessage

func (*RunHealthCheckResponse) ProtoMessage()

func (*RunHealthCheckResponse) ProtoReflect

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

func (*RunHealthCheckResponse) Reset

func (x *RunHealthCheckResponse) Reset()

func (*RunHealthCheckResponse) String

func (x *RunHealthCheckResponse) String() string

type Schema

type Schema struct {
	Cluster          *Cluster                `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Keyspace         string                  `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	TableDefinitions []*v173.TableDefinition `protobuf:"bytes,3,rep,name=table_definitions,json=tableDefinitions,proto3" json:"table_definitions,omitempty"`
	// TableSizes is a mapping of table name to TableSize information.
	TableSizes map[string]*Schema_TableSize `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Schema) Descriptor deprecated

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

Deprecated: Use Schema.ProtoReflect.Descriptor instead.

func (*Schema) GetCluster

func (x *Schema) GetCluster() *Cluster

func (*Schema) GetKeyspace

func (x *Schema) GetKeyspace() string

func (*Schema) GetTableDefinitions

func (x *Schema) GetTableDefinitions() []*v173.TableDefinition

func (*Schema) GetTableSizes

func (x *Schema) GetTableSizes() map[string]*Schema_TableSize

func (*Schema) ProtoMessage

func (*Schema) ProtoMessage()

func (*Schema) ProtoReflect

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

func (*Schema) Reset

func (x *Schema) Reset()

func (*Schema) String

func (x *Schema) String() string

type Schema_ShardTableSize

type Schema_ShardTableSize struct {
	RowCount   uint64 `protobuf:"varint,1,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
	DataLength uint64 `protobuf:"varint,2,opt,name=data_length,json=dataLength,proto3" json:"data_length,omitempty"`
	// contains filtered or unexported fields
}

func (*Schema_ShardTableSize) Descriptor deprecated

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

Deprecated: Use Schema_ShardTableSize.ProtoReflect.Descriptor instead.

func (*Schema_ShardTableSize) GetDataLength

func (x *Schema_ShardTableSize) GetDataLength() uint64

func (*Schema_ShardTableSize) GetRowCount

func (x *Schema_ShardTableSize) GetRowCount() uint64

func (*Schema_ShardTableSize) ProtoMessage

func (*Schema_ShardTableSize) ProtoMessage()

func (*Schema_ShardTableSize) ProtoReflect

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

func (*Schema_ShardTableSize) Reset

func (x *Schema_ShardTableSize) Reset()

func (*Schema_ShardTableSize) String

func (x *Schema_ShardTableSize) String() string

type Schema_TableSize

type Schema_TableSize struct {
	RowCount   uint64                            `protobuf:"varint,1,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
	DataLength uint64                            `protobuf:"varint,2,opt,name=data_length,json=dataLength,proto3" json:"data_length,omitempty"`
	ByShard    map[string]*Schema_ShardTableSize `` /* 170-byte string literal not displayed */
	// contains filtered or unexported fields
}

TableSize aggregates table size information across all shards containing in the given keyspace and cluster, as well as per-shard size information.

func (*Schema_TableSize) Descriptor deprecated

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

Deprecated: Use Schema_TableSize.ProtoReflect.Descriptor instead.

func (*Schema_TableSize) GetByShard

func (x *Schema_TableSize) GetByShard() map[string]*Schema_ShardTableSize

func (*Schema_TableSize) GetDataLength

func (x *Schema_TableSize) GetDataLength() uint64

func (*Schema_TableSize) GetRowCount

func (x *Schema_TableSize) GetRowCount() uint64

func (*Schema_TableSize) ProtoMessage

func (*Schema_TableSize) ProtoMessage()

func (*Schema_TableSize) ProtoReflect

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

func (*Schema_TableSize) Reset

func (x *Schema_TableSize) Reset()

func (*Schema_TableSize) String

func (x *Schema_TableSize) String() string

type SetReadOnlyRequest

type SetReadOnlyRequest struct {
	Alias      *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SetReadOnlyRequest) Descriptor deprecated

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

Deprecated: Use SetReadOnlyRequest.ProtoReflect.Descriptor instead.

func (*SetReadOnlyRequest) GetAlias

func (x *SetReadOnlyRequest) GetAlias() *v171.TabletAlias

func (*SetReadOnlyRequest) GetClusterIds

func (x *SetReadOnlyRequest) GetClusterIds() []string

func (*SetReadOnlyRequest) ProtoMessage

func (*SetReadOnlyRequest) ProtoMessage()

func (*SetReadOnlyRequest) ProtoReflect

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

func (*SetReadOnlyRequest) Reset

func (x *SetReadOnlyRequest) Reset()

func (*SetReadOnlyRequest) String

func (x *SetReadOnlyRequest) String() string

type SetReadOnlyResponse

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

func (*SetReadOnlyResponse) Descriptor deprecated

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

Deprecated: Use SetReadOnlyResponse.ProtoReflect.Descriptor instead.

func (*SetReadOnlyResponse) ProtoMessage

func (*SetReadOnlyResponse) ProtoMessage()

func (*SetReadOnlyResponse) ProtoReflect

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

func (*SetReadOnlyResponse) Reset

func (x *SetReadOnlyResponse) Reset()

func (*SetReadOnlyResponse) String

func (x *SetReadOnlyResponse) String() string

type SetReadWriteRequest

type SetReadWriteRequest struct {
	Alias      *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SetReadWriteRequest) Descriptor deprecated

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

Deprecated: Use SetReadWriteRequest.ProtoReflect.Descriptor instead.

func (*SetReadWriteRequest) GetAlias

func (x *SetReadWriteRequest) GetAlias() *v171.TabletAlias

func (*SetReadWriteRequest) GetClusterIds

func (x *SetReadWriteRequest) GetClusterIds() []string

func (*SetReadWriteRequest) ProtoMessage

func (*SetReadWriteRequest) ProtoMessage()

func (*SetReadWriteRequest) ProtoReflect

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

func (*SetReadWriteRequest) Reset

func (x *SetReadWriteRequest) Reset()

func (*SetReadWriteRequest) String

func (x *SetReadWriteRequest) String() string

type SetReadWriteResponse

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

func (*SetReadWriteResponse) Descriptor deprecated

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

Deprecated: Use SetReadWriteResponse.ProtoReflect.Descriptor instead.

func (*SetReadWriteResponse) ProtoMessage

func (*SetReadWriteResponse) ProtoMessage()

func (*SetReadWriteResponse) ProtoReflect

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

func (*SetReadWriteResponse) Reset

func (x *SetReadWriteResponse) Reset()

func (*SetReadWriteResponse) String

func (x *SetReadWriteResponse) String() string

type Shard

type Shard struct {
	Cluster *Cluster    `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Shard   *v172.Shard `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

Shard groups the vtctldata information about a shard record together with the Vitess cluster it belongs to.

func (*Shard) Descriptor deprecated

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

Deprecated: Use Shard.ProtoReflect.Descriptor instead.

func (*Shard) GetCluster

func (x *Shard) GetCluster() *Cluster

func (*Shard) GetShard

func (x *Shard) GetShard() *v172.Shard

func (*Shard) ProtoMessage

func (*Shard) ProtoMessage()

func (*Shard) ProtoReflect

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

func (*Shard) Reset

func (x *Shard) Reset()

func (*Shard) String

func (x *Shard) String() string

type SrvVSchema

type SrvVSchema struct {
	Cell       string           `protobuf:"bytes,1,opt,name=cell,proto3" json:"cell,omitempty"`
	Cluster    *Cluster         `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	SrvVSchema *v174.SrvVSchema `protobuf:"bytes,3,opt,name=srv_v_schema,json=srvVSchema,proto3" json:"srv_v_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*SrvVSchema) Descriptor deprecated

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

Deprecated: Use SrvVSchema.ProtoReflect.Descriptor instead.

func (*SrvVSchema) GetCell

func (x *SrvVSchema) GetCell() string

func (*SrvVSchema) GetCluster

func (x *SrvVSchema) GetCluster() *Cluster

func (*SrvVSchema) GetSrvVSchema

func (x *SrvVSchema) GetSrvVSchema() *v174.SrvVSchema

func (*SrvVSchema) ProtoMessage

func (*SrvVSchema) ProtoMessage()

func (*SrvVSchema) ProtoReflect

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

func (*SrvVSchema) Reset

func (x *SrvVSchema) Reset()

func (*SrvVSchema) String

func (x *SrvVSchema) String() string

type StartReplicationRequest

type StartReplicationRequest struct {
	Alias      *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*StartReplicationRequest) Descriptor deprecated

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

Deprecated: Use StartReplicationRequest.ProtoReflect.Descriptor instead.

func (*StartReplicationRequest) GetAlias

func (x *StartReplicationRequest) GetAlias() *v171.TabletAlias

func (*StartReplicationRequest) GetClusterIds

func (x *StartReplicationRequest) GetClusterIds() []string

func (*StartReplicationRequest) ProtoMessage

func (*StartReplicationRequest) ProtoMessage()

func (*StartReplicationRequest) ProtoReflect

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

func (*StartReplicationRequest) Reset

func (x *StartReplicationRequest) Reset()

func (*StartReplicationRequest) String

func (x *StartReplicationRequest) String() string

type StartReplicationResponse

type StartReplicationResponse struct {
	Status  string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Cluster *Cluster `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*StartReplicationResponse) Descriptor deprecated

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

Deprecated: Use StartReplicationResponse.ProtoReflect.Descriptor instead.

func (*StartReplicationResponse) GetCluster

func (x *StartReplicationResponse) GetCluster() *Cluster

func (*StartReplicationResponse) GetStatus

func (x *StartReplicationResponse) GetStatus() string

func (*StartReplicationResponse) ProtoMessage

func (*StartReplicationResponse) ProtoMessage()

func (*StartReplicationResponse) ProtoReflect

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

func (*StartReplicationResponse) Reset

func (x *StartReplicationResponse) Reset()

func (*StartReplicationResponse) String

func (x *StartReplicationResponse) String() string

type StopReplicationRequest

type StopReplicationRequest struct {
	Alias      *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*StopReplicationRequest) Descriptor deprecated

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

Deprecated: Use StopReplicationRequest.ProtoReflect.Descriptor instead.

func (*StopReplicationRequest) GetAlias

func (x *StopReplicationRequest) GetAlias() *v171.TabletAlias

func (*StopReplicationRequest) GetClusterIds

func (x *StopReplicationRequest) GetClusterIds() []string

func (*StopReplicationRequest) ProtoMessage

func (*StopReplicationRequest) ProtoMessage()

func (*StopReplicationRequest) ProtoReflect

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

func (*StopReplicationRequest) Reset

func (x *StopReplicationRequest) Reset()

func (*StopReplicationRequest) String

func (x *StopReplicationRequest) String() string

type StopReplicationResponse

type StopReplicationResponse struct {
	Status  string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Cluster *Cluster `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*StopReplicationResponse) Descriptor deprecated

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

Deprecated: Use StopReplicationResponse.ProtoReflect.Descriptor instead.

func (*StopReplicationResponse) GetCluster

func (x *StopReplicationResponse) GetCluster() *Cluster

func (*StopReplicationResponse) GetStatus

func (x *StopReplicationResponse) GetStatus() string

func (*StopReplicationResponse) ProtoMessage

func (*StopReplicationResponse) ProtoMessage()

func (*StopReplicationResponse) ProtoReflect

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

func (*StopReplicationResponse) Reset

func (x *StopReplicationResponse) Reset()

func (*StopReplicationResponse) String

func (x *StopReplicationResponse) String() string

type Tablet

type Tablet struct {
	Cluster *Cluster            `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Tablet  *v171.Tablet        `protobuf:"bytes,2,opt,name=tablet,proto3" json:"tablet,omitempty"`
	State   Tablet_ServingState `protobuf:"varint,3,opt,name=state,proto3,enum=vitess.vtadmin.v17.Tablet_ServingState" json:"state,omitempty"`
	FQDN    string              `protobuf:"bytes,4,opt,name=FQDN,proto3" json:"FQDN,omitempty"`
	// contains filtered or unexported fields
}

Tablet groups the topo information of a tablet together with the Vitess cluster it belongs to.

func (*Tablet) Descriptor deprecated

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

Deprecated: Use Tablet.ProtoReflect.Descriptor instead.

func (*Tablet) GetCluster

func (x *Tablet) GetCluster() *Cluster

func (*Tablet) GetFQDN

func (x *Tablet) GetFQDN() string

func (*Tablet) GetState

func (x *Tablet) GetState() Tablet_ServingState

func (*Tablet) GetTablet

func (x *Tablet) GetTablet() *v171.Tablet

func (*Tablet) ProtoMessage

func (*Tablet) ProtoMessage()

func (*Tablet) ProtoReflect

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

func (*Tablet) Reset

func (x *Tablet) Reset()

func (*Tablet) String

func (x *Tablet) String() string

type TabletExternallyPromotedRequest

type TabletExternallyPromotedRequest struct {

	// Tablet is the alias of the tablet that was promoted externally and should
	// be updated to the shard primary in the topo.
	Alias      *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*TabletExternallyPromotedRequest) Descriptor deprecated

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

Deprecated: Use TabletExternallyPromotedRequest.ProtoReflect.Descriptor instead.

func (*TabletExternallyPromotedRequest) GetAlias

func (*TabletExternallyPromotedRequest) GetClusterIds

func (x *TabletExternallyPromotedRequest) GetClusterIds() []string

func (*TabletExternallyPromotedRequest) ProtoMessage

func (*TabletExternallyPromotedRequest) ProtoMessage()

func (*TabletExternallyPromotedRequest) ProtoReflect

func (*TabletExternallyPromotedRequest) Reset

func (*TabletExternallyPromotedRequest) String

type TabletExternallyPromotedResponse

type TabletExternallyPromotedResponse struct {
	Cluster    *Cluster          `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,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"`
	NewPrimary *v171.TabletAlias `protobuf:"bytes,4,opt,name=new_primary,json=newPrimary,proto3" json:"new_primary,omitempty"`
	OldPrimary *v171.TabletAlias `protobuf:"bytes,5,opt,name=old_primary,json=oldPrimary,proto3" json:"old_primary,omitempty"`
	// contains filtered or unexported fields
}

func (*TabletExternallyPromotedResponse) Descriptor deprecated

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

Deprecated: Use TabletExternallyPromotedResponse.ProtoReflect.Descriptor instead.

func (*TabletExternallyPromotedResponse) GetCluster

func (x *TabletExternallyPromotedResponse) GetCluster() *Cluster

func (*TabletExternallyPromotedResponse) GetKeyspace

func (x *TabletExternallyPromotedResponse) GetKeyspace() string

func (*TabletExternallyPromotedResponse) GetNewPrimary

func (*TabletExternallyPromotedResponse) GetOldPrimary

func (*TabletExternallyPromotedResponse) GetShard

func (*TabletExternallyPromotedResponse) ProtoMessage

func (*TabletExternallyPromotedResponse) ProtoMessage()

func (*TabletExternallyPromotedResponse) ProtoReflect

func (*TabletExternallyPromotedResponse) Reset

func (*TabletExternallyPromotedResponse) String

type TabletExternallyReparentedRequest

type TabletExternallyReparentedRequest struct {
	Alias      *v171.TabletAlias `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	ClusterIds []string          `protobuf:"bytes,2,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*TabletExternallyReparentedRequest) Descriptor deprecated

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

Deprecated: Use TabletExternallyReparentedRequest.ProtoReflect.Descriptor instead.

func (*TabletExternallyReparentedRequest) GetAlias

func (*TabletExternallyReparentedRequest) GetClusterIds

func (x *TabletExternallyReparentedRequest) GetClusterIds() []string

func (*TabletExternallyReparentedRequest) ProtoMessage

func (*TabletExternallyReparentedRequest) ProtoMessage()

func (*TabletExternallyReparentedRequest) ProtoReflect

func (*TabletExternallyReparentedRequest) Reset

func (*TabletExternallyReparentedRequest) String

type Tablet_ServingState

type Tablet_ServingState int32
const (
	Tablet_UNKNOWN     Tablet_ServingState = 0
	Tablet_SERVING     Tablet_ServingState = 1
	Tablet_NOT_SERVING Tablet_ServingState = 2
)

func (Tablet_ServingState) Descriptor

func (Tablet_ServingState) Enum

func (Tablet_ServingState) EnumDescriptor deprecated

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

Deprecated: Use Tablet_ServingState.Descriptor instead.

func (Tablet_ServingState) Number

func (Tablet_ServingState) String

func (x Tablet_ServingState) String() string

func (Tablet_ServingState) Type

type VSchema

type VSchema struct {
	Cluster *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// Name is the name of the keyspace this VSchema is for.
	Name    string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	VSchema *v174.Keyspace `protobuf:"bytes,3,opt,name=v_schema,json=vSchema,proto3" json:"v_schema,omitempty"`
	// contains filtered or unexported fields
}

VSchema represents the vschema for a keyspace in the cluster it belongs to.

func (*VSchema) Descriptor deprecated

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

Deprecated: Use VSchema.ProtoReflect.Descriptor instead.

func (*VSchema) GetCluster

func (x *VSchema) GetCluster() *Cluster

func (*VSchema) GetName

func (x *VSchema) GetName() string

func (*VSchema) GetVSchema

func (x *VSchema) GetVSchema() *v174.Keyspace

func (*VSchema) ProtoMessage

func (*VSchema) ProtoMessage()

func (*VSchema) ProtoReflect

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

func (*VSchema) Reset

func (x *VSchema) Reset()

func (*VSchema) String

func (x *VSchema) String() string

type VTExplainRequest

type VTExplainRequest struct {
	Cluster  string `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Keyspace string `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Sql      string `protobuf:"bytes,3,opt,name=sql,proto3" json:"sql,omitempty"`
	// contains filtered or unexported fields
}

func (*VTExplainRequest) Descriptor deprecated

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

Deprecated: Use VTExplainRequest.ProtoReflect.Descriptor instead.

func (*VTExplainRequest) GetCluster

func (x *VTExplainRequest) GetCluster() string

func (*VTExplainRequest) GetKeyspace

func (x *VTExplainRequest) GetKeyspace() string

func (*VTExplainRequest) GetSql

func (x *VTExplainRequest) GetSql() string

func (*VTExplainRequest) ProtoMessage

func (*VTExplainRequest) ProtoMessage()

func (*VTExplainRequest) ProtoReflect

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

func (*VTExplainRequest) Reset

func (x *VTExplainRequest) Reset()

func (*VTExplainRequest) String

func (x *VTExplainRequest) String() string

type VTExplainResponse

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

func (*VTExplainResponse) Descriptor deprecated

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

Deprecated: Use VTExplainResponse.ProtoReflect.Descriptor instead.

func (*VTExplainResponse) GetResponse

func (x *VTExplainResponse) GetResponse() string

func (*VTExplainResponse) ProtoMessage

func (*VTExplainResponse) ProtoMessage()

func (*VTExplainResponse) ProtoReflect

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

func (*VTExplainResponse) Reset

func (x *VTExplainResponse) Reset()

func (*VTExplainResponse) String

func (x *VTExplainResponse) String() string

type VTGate

type VTGate struct {

	// Hostname is the shortname of the VTGate.
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// Pool is group the VTGate serves queries for. Some deployments segment
	// VTGates into groups or pools, based on the workloads they serve queries
	// for. Use of this field is optional.
	Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"`
	// Cell is the topology cell the VTGate is in.
	Cell string `protobuf:"bytes,3,opt,name=cell,proto3" json:"cell,omitempty"`
	// Cluster is the cluster the VTGate serves.
	Cluster *Cluster `protobuf:"bytes,4,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// Keyspaces is the list of keyspaces-to-watch for the VTGate.
	Keyspaces []string `protobuf:"bytes,5,rep,name=keyspaces,proto3" json:"keyspaces,omitempty"`
	FQDN      string   `protobuf:"bytes,6,opt,name=FQDN,proto3" json:"FQDN,omitempty"`
	// contains filtered or unexported fields
}

VTGate represents information about a single VTGate host.

func (*VTGate) Descriptor deprecated

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

Deprecated: Use VTGate.ProtoReflect.Descriptor instead.

func (*VTGate) GetCell

func (x *VTGate) GetCell() string

func (*VTGate) GetCluster

func (x *VTGate) GetCluster() *Cluster

func (*VTGate) GetFQDN

func (x *VTGate) GetFQDN() string

func (*VTGate) GetHostname

func (x *VTGate) GetHostname() string

func (*VTGate) GetKeyspaces

func (x *VTGate) GetKeyspaces() []string

func (*VTGate) GetPool

func (x *VTGate) GetPool() string

func (*VTGate) ProtoMessage

func (*VTGate) ProtoMessage()

func (*VTGate) ProtoReflect

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

func (*VTGate) Reset

func (x *VTGate) Reset()

func (*VTGate) String

func (x *VTGate) String() string

type ValidateKeyspaceRequest

type ValidateKeyspaceRequest struct {
	ClusterId   string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Keyspace    string `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	PingTablets bool   `protobuf:"varint,3,opt,name=ping_tablets,json=pingTablets,proto3" json:"ping_tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateKeyspaceRequest) Descriptor deprecated

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

Deprecated: Use ValidateKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*ValidateKeyspaceRequest) GetClusterId

func (x *ValidateKeyspaceRequest) GetClusterId() string

func (*ValidateKeyspaceRequest) GetKeyspace

func (x *ValidateKeyspaceRequest) GetKeyspace() string

func (*ValidateKeyspaceRequest) GetPingTablets

func (x *ValidateKeyspaceRequest) GetPingTablets() bool

func (*ValidateKeyspaceRequest) ProtoMessage

func (*ValidateKeyspaceRequest) ProtoMessage()

func (*ValidateKeyspaceRequest) ProtoReflect

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

func (*ValidateKeyspaceRequest) Reset

func (x *ValidateKeyspaceRequest) Reset()

func (*ValidateKeyspaceRequest) String

func (x *ValidateKeyspaceRequest) String() string

type ValidateRequest

type ValidateRequest struct {
	ClusterId   string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	PingTablets bool   `protobuf:"varint,2,opt,name=ping_tablets,json=pingTablets,proto3" json:"ping_tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateRequest) Descriptor deprecated

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

Deprecated: Use ValidateRequest.ProtoReflect.Descriptor instead.

func (*ValidateRequest) GetClusterId

func (x *ValidateRequest) GetClusterId() string

func (*ValidateRequest) GetPingTablets

func (x *ValidateRequest) GetPingTablets() bool

func (*ValidateRequest) ProtoMessage

func (*ValidateRequest) ProtoMessage()

func (*ValidateRequest) ProtoReflect

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

func (*ValidateRequest) Reset

func (x *ValidateRequest) Reset()

func (*ValidateRequest) String

func (x *ValidateRequest) String() string

type ValidateSchemaKeyspaceRequest

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

func (*ValidateSchemaKeyspaceRequest) Descriptor deprecated

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

Deprecated: Use ValidateSchemaKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*ValidateSchemaKeyspaceRequest) GetClusterId

func (x *ValidateSchemaKeyspaceRequest) GetClusterId() string

func (*ValidateSchemaKeyspaceRequest) GetKeyspace

func (x *ValidateSchemaKeyspaceRequest) GetKeyspace() string

func (*ValidateSchemaKeyspaceRequest) ProtoMessage

func (*ValidateSchemaKeyspaceRequest) ProtoMessage()

func (*ValidateSchemaKeyspaceRequest) ProtoReflect

func (*ValidateSchemaKeyspaceRequest) Reset

func (x *ValidateSchemaKeyspaceRequest) Reset()

func (*ValidateSchemaKeyspaceRequest) String

type ValidateShardRequest

type ValidateShardRequest struct {
	ClusterId   string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,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"`
	PingTablets bool   `protobuf:"varint,4,opt,name=ping_tablets,json=pingTablets,proto3" json:"ping_tablets,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateShardRequest) Descriptor deprecated

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

Deprecated: Use ValidateShardRequest.ProtoReflect.Descriptor instead.

func (*ValidateShardRequest) GetClusterId

func (x *ValidateShardRequest) GetClusterId() string

func (*ValidateShardRequest) GetKeyspace

func (x *ValidateShardRequest) GetKeyspace() string

func (*ValidateShardRequest) GetPingTablets

func (x *ValidateShardRequest) GetPingTablets() bool

func (*ValidateShardRequest) GetShard

func (x *ValidateShardRequest) GetShard() string

func (*ValidateShardRequest) ProtoMessage

func (*ValidateShardRequest) ProtoMessage()

func (*ValidateShardRequest) ProtoReflect

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

func (*ValidateShardRequest) Reset

func (x *ValidateShardRequest) Reset()

func (*ValidateShardRequest) String

func (x *ValidateShardRequest) String() string

type ValidateVersionKeyspaceRequest

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

func (*ValidateVersionKeyspaceRequest) Descriptor deprecated

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

Deprecated: Use ValidateVersionKeyspaceRequest.ProtoReflect.Descriptor instead.

func (*ValidateVersionKeyspaceRequest) GetClusterId

func (x *ValidateVersionKeyspaceRequest) GetClusterId() string

func (*ValidateVersionKeyspaceRequest) GetKeyspace

func (x *ValidateVersionKeyspaceRequest) GetKeyspace() string

func (*ValidateVersionKeyspaceRequest) ProtoMessage

func (*ValidateVersionKeyspaceRequest) ProtoMessage()

func (*ValidateVersionKeyspaceRequest) ProtoReflect

func (*ValidateVersionKeyspaceRequest) Reset

func (x *ValidateVersionKeyspaceRequest) Reset()

func (*ValidateVersionKeyspaceRequest) String

type ValidateVersionShardRequest

type ValidateVersionShardRequest struct {
	ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,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"`
	// contains filtered or unexported fields
}

func (*ValidateVersionShardRequest) Descriptor deprecated

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

Deprecated: Use ValidateVersionShardRequest.ProtoReflect.Descriptor instead.

func (*ValidateVersionShardRequest) GetClusterId

func (x *ValidateVersionShardRequest) GetClusterId() string

func (*ValidateVersionShardRequest) GetKeyspace

func (x *ValidateVersionShardRequest) GetKeyspace() string

func (*ValidateVersionShardRequest) GetShard

func (x *ValidateVersionShardRequest) GetShard() string

func (*ValidateVersionShardRequest) ProtoMessage

func (*ValidateVersionShardRequest) ProtoMessage()

func (*ValidateVersionShardRequest) ProtoReflect

func (*ValidateVersionShardRequest) Reset

func (x *ValidateVersionShardRequest) Reset()

func (*ValidateVersionShardRequest) String

func (x *ValidateVersionShardRequest) String() string

type Vtctld

type Vtctld struct {
	Hostname string   `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Cluster  *Cluster `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	FQDN     string   `protobuf:"bytes,3,opt,name=FQDN,proto3" json:"FQDN,omitempty"`
	// contains filtered or unexported fields
}

Vtctld represents information about a single Vtctld host.

func (*Vtctld) Descriptor deprecated

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

Deprecated: Use Vtctld.ProtoReflect.Descriptor instead.

func (*Vtctld) GetCluster

func (x *Vtctld) GetCluster() *Cluster

func (*Vtctld) GetFQDN

func (x *Vtctld) GetFQDN() string

func (*Vtctld) GetHostname

func (x *Vtctld) GetHostname() string

func (*Vtctld) ProtoMessage

func (*Vtctld) ProtoMessage()

func (*Vtctld) ProtoReflect

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

func (*Vtctld) Reset

func (x *Vtctld) Reset()

func (*Vtctld) String

func (x *Vtctld) String() string

type Workflow

type Workflow struct {
	Cluster  *Cluster       `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Keyspace string         `protobuf:"bytes,2,opt,name=keyspace,proto3" json:"keyspace,omitempty"`
	Workflow *v172.Workflow `protobuf:"bytes,3,opt,name=workflow,proto3" json:"workflow,omitempty"`
	// contains filtered or unexported fields
}

func (*Workflow) Descriptor deprecated

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

Deprecated: Use Workflow.ProtoReflect.Descriptor instead.

func (*Workflow) GetCluster

func (x *Workflow) GetCluster() *Cluster

func (*Workflow) GetKeyspace

func (x *Workflow) GetKeyspace() string

func (*Workflow) GetWorkflow

func (x *Workflow) GetWorkflow() *v172.Workflow

func (*Workflow) ProtoMessage

func (*Workflow) ProtoMessage()

func (*Workflow) ProtoReflect

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

func (*Workflow) Reset

func (x *Workflow) Reset()

func (*Workflow) String

func (x *Workflow) String() string

Jump to

Keyboard shortcuts

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