master

package
v0.0.0-...-c201ef6 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_SysTabletsEntryPB_State     = SysTabletsEntryPB_UNKNOWN
	Default_SysTabletsEntryPB_Colocated = bool(false)
)

Default values for SysTabletsEntryPB fields.

View Source
const (
	Default_SysTablesEntryPB_TableType                   = common.TableType_DEFAULT_TABLE_TYPE
	Default_SysTablesEntryPB_State                       = SysTablesEntryPB_UNKNOWN
	Default_SysTablesEntryPB_IsLocalIndex                = bool(false)
	Default_SysTablesEntryPB_IsUniqueIndex               = bool(false)
	Default_SysTablesEntryPB_IsPgSharedTable             = bool(false)
	Default_SysTablesEntryPB_Colocated                   = bool(false)
	Default_SysTablesEntryPB_UpdatesOnlyIndexPermissions = bool(false)
)

Default values for SysTablesEntryPB fields.

View Source
const (
	Default_SysNamespaceEntryPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL
	Default_SysNamespaceEntryPB_Colocated    = bool(false)
	Default_SysNamespaceEntryPB_State        = SysNamespaceEntryPB_UNKNOWN
)

Default values for SysNamespaceEntryPB fields.

View Source
const (
	Default_ReportedTabletPB_State           = common.RaftGroupStatePB_UNKNOWN
	Default_ReportedTabletPB_TabletDataState = common.TabletDataState_TABLET_DATA_UNKNOWN
)

Default values for ReportedTabletPB fields.

View Source
const (
	Default_TSHeartbeatResponsePB_NeedsReregister       = bool(false)
	Default_TSHeartbeatResponsePB_NeedsFullTabletReport = bool(false)
)

Default values for TSHeartbeatResponsePB fields.

View Source
const (
	Default_CreateTableRequestPB_TableType          = common.TableType_DEFAULT_TABLE_TYPE
	Default_CreateTableRequestPB_IsLocalIndex       = bool(false)
	Default_CreateTableRequestPB_IsUniqueIndex      = bool(false)
	Default_CreateTableRequestPB_SkipIndexBackfill  = bool(false)
	Default_CreateTableRequestPB_IsBackfillDeferred = bool(false)
	Default_CreateTableRequestPB_IsPgCatalogTable   = bool(false)
	Default_CreateTableRequestPB_IsPgSharedTable    = bool(false)
	Default_CreateTableRequestPB_Colocated          = bool(true)
)

Default values for CreateTableRequestPB fields.

View Source
const (
	Default_DumpMasterStateRequestPB_OnDisk             = bool(true)
	Default_DumpMasterStateRequestPB_PeersAlso          = bool(false)
	Default_DumpMasterStateRequestPB_ReturnDumpAsString = bool(false)
)

Default values for DumpMasterStateRequestPB fields.

View Source
const (
	Default_CreateNamespaceRequestPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL
	Default_CreateNamespaceRequestPB_Colocated    = bool(false)
)

Default values for CreateNamespaceRequestPB fields.

View Source
const (
	Default_AlterTableRequestPB_ForceSendAlterRequest = bool(false)
)

Default values for AlterTableRequestPB fields.

View Source
const (
	Default_AlterTableRequestPB_Step_Type = AlterTableRequestPB_UNKNOWN
)

Default values for AlterTableRequestPB_Step fields.

View Source
const (
	Default_DeleteNamespaceRequestPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL
)

Default values for DeleteNamespaceRequestPB fields.

View Source
const (
	Default_DeleteTableRequestPB_IsIndexTable = bool(false)
)

Default values for DeleteTableRequestPB fields.

View Source
const (
	Default_GetTableLocationsRequestPB_MaxReturnedLocations = uint32(10)
)

Default values for GetTableLocationsRequestPB fields.

View Source
const (
	Default_GetTableSchemaResponsePB_IsCompatibleWithPreviousVersion = bool(false)
)

Default values for GetTableSchemaResponsePB fields.

View Source
const (
	Default_GrantRevokePermissionRequestPB_Revoke = bool(false)
)

Default values for GrantRevokePermissionRequestPB fields.

View Source
const (
	Default_GrantRevokeRoleRequestPB_Revoke = bool(false)
)

Default values for GrantRevokeRoleRequestPB fields.

View Source
const (
	Default_ListNamespacesRequestPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL
)

Default values for ListNamespacesRequestPB fields.

View Source
const (
	Default_ListTablesRequestPB_ExcludeSystemTables = bool(false)
)

Default values for ListTablesRequestPB fields.

View Source
const (
	Default_ListTablesResponsePB_TableInfo_RelationType = RelationType_USER_TABLE_RELATION
)

Default values for ListTablesResponsePB_TableInfo fields.

View Source
const (
	Default_ListTabletServersRequestPB_PrimaryOnly = bool(false)
)

Default values for ListTabletServersRequestPB fields.

View Source
const (
	Default_NamespaceIdentifierPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL
)

Default values for NamespaceIdentifierPB fields.

View Source
const (
	Default_SysCDCStreamEntryPB_State = SysCDCStreamEntryPB_ACTIVE
)

Default values for SysCDCStreamEntryPB fields.

View Source
const (
	Default_SysUniverseReplicationEntryPB_State = SysUniverseReplicationEntryPB_INITIALIZING
)

Default values for SysUniverseReplicationEntryPB fields.

View Source
const (
	Default_TabletReportUpdatesPB_ProcessingTruncated = bool(false)
)

Default values for TabletReportUpdatesPB fields.

Variables

View Source
var (
	RelationType_name = map[int32]string{
		1: "SYSTEM_TABLE_RELATION",
		2: "USER_TABLE_RELATION",
		3: "INDEX_TABLE_RELATION",
	}
	RelationType_value = map[string]int32{
		"SYSTEM_TABLE_RELATION": 1,
		"USER_TABLE_RELATION":   2,
		"INDEX_TABLE_RELATION":  3,
	}
)

Enum value maps for RelationType.

View Source
var (
	MasterErrorPB_Code_name = map[int32]string{
		1:  "UNKNOWN_ERROR",
		2:  "INVALID_SCHEMA",
		3:  "OBJECT_NOT_FOUND",
		4:  "OBJECT_ALREADY_PRESENT",
		5:  "TOO_MANY_TABLETS",
		6:  "CATALOG_MANAGER_NOT_INITIALIZED",
		7:  "NOT_THE_LEADER",
		8:  "REPLICATION_FACTOR_TOO_HIGH",
		9:  "CONFIG_VERSION_MISMATCH",
		10: "IN_TRANSITION_CAN_RETRY",
		11: "NAMESPACE_NOT_FOUND",
		12: "NAMESPACE_ALREADY_PRESENT",
		13: "NO_NAMESPACE_USED",
		14: "NAMESPACE_IS_NOT_EMPTY",
		15: "INVALID_CLUSTER_CONFIG",
		16: "CAN_RETRY_LOAD_BALANCE_CHECK",
		17: "TYPE_NOT_FOUND",
		18: "INVALID_TYPE",
		19: "TYPE_ALREADY_PRESENT",
		20: "INVALID_TABLE_TYPE",
		21: "TABLE_CREATION_IS_IN_PROGRESS",
		22: "SNAPSHOT_NOT_FOUND",
		23: "SNAPSHOT_FAILED",
		24: "SNAPSHOT_CANCELLED",
		25: "PARALLEL_SNAPSHOT_OPERATION",
		26: "SNAPSHOT_IS_NOT_READY",
		27: "ROLE_ALREADY_PRESENT",
		28: "ROLE_NOT_FOUND",
		29: "INVALID_REQUEST",
		32: "NOT_AUTHORIZED",
		30: "CAN_RETRY_ARE_LEADERS_ON_PREFERRED_ONLY_CHECK",
		31: "REDIS_CONFIG_NOT_FOUND",
		33: "LOAD_BALANCER_RECENTLY_ACTIVE",
		34: "INTERNAL_ERROR",
		35: "INVALID_TABLE_REPLICATION_INFO",
		36: "REACHED_SPLIT_LIMIT",
		37: "SPLIT_OR_BACKFILL_IN_PROGRESS",
	}
	MasterErrorPB_Code_value = map[string]int32{
		"UNKNOWN_ERROR":                                 1,
		"INVALID_SCHEMA":                                2,
		"OBJECT_NOT_FOUND":                              3,
		"OBJECT_ALREADY_PRESENT":                        4,
		"TOO_MANY_TABLETS":                              5,
		"CATALOG_MANAGER_NOT_INITIALIZED":               6,
		"NOT_THE_LEADER":                                7,
		"REPLICATION_FACTOR_TOO_HIGH":                   8,
		"CONFIG_VERSION_MISMATCH":                       9,
		"IN_TRANSITION_CAN_RETRY":                       10,
		"NAMESPACE_NOT_FOUND":                           11,
		"NAMESPACE_ALREADY_PRESENT":                     12,
		"NO_NAMESPACE_USED":                             13,
		"NAMESPACE_IS_NOT_EMPTY":                        14,
		"INVALID_CLUSTER_CONFIG":                        15,
		"CAN_RETRY_LOAD_BALANCE_CHECK":                  16,
		"TYPE_NOT_FOUND":                                17,
		"INVALID_TYPE":                                  18,
		"TYPE_ALREADY_PRESENT":                          19,
		"INVALID_TABLE_TYPE":                            20,
		"TABLE_CREATION_IS_IN_PROGRESS":                 21,
		"SNAPSHOT_NOT_FOUND":                            22,
		"SNAPSHOT_FAILED":                               23,
		"SNAPSHOT_CANCELLED":                            24,
		"PARALLEL_SNAPSHOT_OPERATION":                   25,
		"SNAPSHOT_IS_NOT_READY":                         26,
		"ROLE_ALREADY_PRESENT":                          27,
		"ROLE_NOT_FOUND":                                28,
		"INVALID_REQUEST":                               29,
		"NOT_AUTHORIZED":                                32,
		"CAN_RETRY_ARE_LEADERS_ON_PREFERRED_ONLY_CHECK": 30,
		"REDIS_CONFIG_NOT_FOUND":                        31,
		"LOAD_BALANCER_RECENTLY_ACTIVE":                 33,
		"INTERNAL_ERROR":                                34,
		"INVALID_TABLE_REPLICATION_INFO":                35,
		"REACHED_SPLIT_LIMIT":                           36,
		"SPLIT_OR_BACKFILL_IN_PROGRESS":                 37,
	}
)

Enum value maps for MasterErrorPB_Code.

View Source
var (
	SysRowEntry_Type_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "TABLE",
		2:  "TABLET",
		3:  "CLUSTER_CONFIG",
		4:  "NAMESPACE",
		5:  "UDTYPE",
		6:  "ROLE",
		7:  "SNAPSHOT",
		8:  "REDIS_CONFIG",
		9:  "SYS_CONFIG",
		10: "CDC_STREAM",
		11: "UNIVERSE_REPLICATION",
		12: "SNAPSHOT_SCHEDULE",
	}
	SysRowEntry_Type_value = map[string]int32{
		"UNKNOWN":              0,
		"TABLE":                1,
		"TABLET":               2,
		"CLUSTER_CONFIG":       3,
		"NAMESPACE":            4,
		"UDTYPE":               5,
		"ROLE":                 6,
		"SNAPSHOT":             7,
		"REDIS_CONFIG":         8,
		"SYS_CONFIG":           9,
		"CDC_STREAM":           10,
		"UNIVERSE_REPLICATION": 11,
		"SNAPSHOT_SCHEDULE":    12,
	}
)

Enum value maps for SysRowEntry_Type.

View Source
var (
	SysTabletsEntryPB_State_name = map[int32]string{
		999: "UNKNOWN",
		0:   "PREPARING",
		1:   "CREATING",
		2:   "RUNNING",
		3:   "REPLACED",
		4:   "DELETED",
	}
	SysTabletsEntryPB_State_value = map[string]int32{
		"UNKNOWN":   999,
		"PREPARING": 0,
		"CREATING":  1,
		"RUNNING":   2,
		"REPLACED":  3,
		"DELETED":   4,
	}
)

Enum value maps for SysTabletsEntryPB_State.

View Source
var (
	BackfillJobPB_State_name = map[int32]string{
		0: "IN_PROGRESS",
		1: "FAILED",
		2: "SUCCESS",
	}
	BackfillJobPB_State_value = map[string]int32{
		"IN_PROGRESS": 0,
		"FAILED":      1,
		"SUCCESS":     2,
	}
)

Enum value maps for BackfillJobPB_State.

View Source
var (
	SysTablesEntryPB_State_name = map[int32]string{
		0: "UNKNOWN",
		1: "PREPARING",
		2: "RUNNING",
		3: "ALTERING",
		4: "DELETING",
		5: "DELETED",
	}
	SysTablesEntryPB_State_value = map[string]int32{
		"UNKNOWN":   0,
		"PREPARING": 1,
		"RUNNING":   2,
		"ALTERING":  3,
		"DELETING":  4,
		"DELETED":   5,
	}
)

Enum value maps for SysTablesEntryPB_State.

View Source
var (
	SysNamespaceEntryPB_State_name = map[int32]string{
		0: "UNKNOWN",
		1: "PREPARING",
		2: "FAILED",
		3: "RUNNING",
		4: "DELETING",
		5: "DELETED",
	}
	SysNamespaceEntryPB_State_value = map[string]int32{
		"UNKNOWN":   0,
		"PREPARING": 1,
		"FAILED":    2,
		"RUNNING":   3,
		"DELETING":  4,
		"DELETED":   5,
	}
)

Enum value maps for SysNamespaceEntryPB_State.

View Source
var (
	SysCDCStreamEntryPB_State_name = map[int32]string{
		0: "ACTIVE",
		1: "DELETING",
		2: "DELETED",
	}
	SysCDCStreamEntryPB_State_value = map[string]int32{
		"ACTIVE":   0,
		"DELETING": 1,
		"DELETED":  2,
	}
)

Enum value maps for SysCDCStreamEntryPB_State.

View Source
var (
	SysUniverseReplicationEntryPB_State_name = map[int32]string{
		0: "INITIALIZING",
		1: "VALIDATED",
		2: "ACTIVE",
		3: "FAILED",
		6: "DISABLED",
		4: "DELETED",
		5: "DELETED_ERROR",
	}
	SysUniverseReplicationEntryPB_State_value = map[string]int32{
		"INITIALIZING":  0,
		"VALIDATED":     1,
		"ACTIVE":        2,
		"FAILED":        3,
		"DISABLED":      6,
		"DELETED":       4,
		"DELETED_ERROR": 5,
	}
)

Enum value maps for SysUniverseReplicationEntryPB_State.

View Source
var (
	AlterTableRequestPB_StepType_name = map[int32]string{
		0: "UNKNOWN",
		1: "ADD_COLUMN",
		2: "DROP_COLUMN",
		3: "RENAME_COLUMN",
		4: "ALTER_COLUMN",
	}
	AlterTableRequestPB_StepType_value = map[string]int32{
		"UNKNOWN":       0,
		"ADD_COLUMN":    1,
		"DROP_COLUMN":   2,
		"RENAME_COLUMN": 3,
		"ALTER_COLUMN":  4,
	}
)

Enum value maps for AlterTableRequestPB_StepType.

View Source
var File_yb_master_master_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddUniverseKeysRequestPB

type AddUniverseKeysRequestPB struct {
	UniverseKeys *util.UniverseKeysPB `protobuf:"bytes,1,opt,name=universe_keys,json=universeKeys" json:"universe_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUniverseKeysRequestPB) Descriptor deprecated

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

Deprecated: Use AddUniverseKeysRequestPB.ProtoReflect.Descriptor instead.

func (*AddUniverseKeysRequestPB) GetUniverseKeys

func (x *AddUniverseKeysRequestPB) GetUniverseKeys() *util.UniverseKeysPB

func (*AddUniverseKeysRequestPB) MarshalJSON

func (m *AddUniverseKeysRequestPB) MarshalJSON() ([]byte, error)

func (*AddUniverseKeysRequestPB) ProtoMessage

func (*AddUniverseKeysRequestPB) ProtoMessage()

func (*AddUniverseKeysRequestPB) ProtoReflect

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

func (*AddUniverseKeysRequestPB) Reset

func (x *AddUniverseKeysRequestPB) Reset()

func (*AddUniverseKeysRequestPB) String

func (x *AddUniverseKeysRequestPB) String() string

func (*AddUniverseKeysRequestPB) UnmarshalJSON

func (m *AddUniverseKeysRequestPB) UnmarshalJSON(b []byte) error

type AddUniverseKeysResponsePB

type AddUniverseKeysResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUniverseKeysResponsePB) Descriptor deprecated

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

Deprecated: Use AddUniverseKeysResponsePB.ProtoReflect.Descriptor instead.

func (*AddUniverseKeysResponsePB) GetError

func (*AddUniverseKeysResponsePB) MarshalJSON

func (m *AddUniverseKeysResponsePB) MarshalJSON() ([]byte, error)

func (*AddUniverseKeysResponsePB) ProtoMessage

func (*AddUniverseKeysResponsePB) ProtoMessage()

func (*AddUniverseKeysResponsePB) ProtoReflect

func (*AddUniverseKeysResponsePB) Reset

func (x *AddUniverseKeysResponsePB) Reset()

func (*AddUniverseKeysResponsePB) String

func (x *AddUniverseKeysResponsePB) String() string

func (*AddUniverseKeysResponsePB) UnmarshalJSON

func (m *AddUniverseKeysResponsePB) UnmarshalJSON(b []byte) error

type AlterNamespaceRequestPB

type AlterNamespaceRequestPB struct {
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"`
	// New name for the namespace in the alter operation.
	NewName *string `protobuf:"bytes,2,opt,name=new_name,json=newName" json:"new_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterNamespaceRequestPB) Descriptor deprecated

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

Deprecated: Use AlterNamespaceRequestPB.ProtoReflect.Descriptor instead.

func (*AlterNamespaceRequestPB) GetNamespace

func (*AlterNamespaceRequestPB) GetNewName

func (x *AlterNamespaceRequestPB) GetNewName() string

func (*AlterNamespaceRequestPB) MarshalJSON

func (m *AlterNamespaceRequestPB) MarshalJSON() ([]byte, error)

func (*AlterNamespaceRequestPB) ProtoMessage

func (*AlterNamespaceRequestPB) ProtoMessage()

func (*AlterNamespaceRequestPB) ProtoReflect

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

func (*AlterNamespaceRequestPB) Reset

func (x *AlterNamespaceRequestPB) Reset()

func (*AlterNamespaceRequestPB) String

func (x *AlterNamespaceRequestPB) String() string

func (*AlterNamespaceRequestPB) UnmarshalJSON

func (m *AlterNamespaceRequestPB) UnmarshalJSON(b []byte) error

type AlterNamespaceResponsePB

type AlterNamespaceResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterNamespaceResponsePB) Descriptor deprecated

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

Deprecated: Use AlterNamespaceResponsePB.ProtoReflect.Descriptor instead.

func (*AlterNamespaceResponsePB) GetError

func (x *AlterNamespaceResponsePB) GetError() *MasterErrorPB

func (*AlterNamespaceResponsePB) MarshalJSON

func (m *AlterNamespaceResponsePB) MarshalJSON() ([]byte, error)

func (*AlterNamespaceResponsePB) ProtoMessage

func (*AlterNamespaceResponsePB) ProtoMessage()

func (*AlterNamespaceResponsePB) ProtoReflect

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

func (*AlterNamespaceResponsePB) Reset

func (x *AlterNamespaceResponsePB) Reset()

func (*AlterNamespaceResponsePB) String

func (x *AlterNamespaceResponsePB) String() string

func (*AlterNamespaceResponsePB) UnmarshalJSON

func (m *AlterNamespaceResponsePB) UnmarshalJSON(b []byte) error

type AlterRoleRequestPB

type AlterRoleRequestPB struct {
	Name       *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	SaltedHash *string `protobuf:"bytes,2,opt,name=salted_hash,json=saltedHash" json:"salted_hash,omitempty"`
	Login      *bool   `protobuf:"varint,3,opt,name=login" json:"login,omitempty"`
	Superuser  *bool   `protobuf:"varint,4,opt,name=superuser" json:"superuser,omitempty"`
	// Name of the role trying to alter the role.
	CurrentRole *string `protobuf:"bytes,5,opt,name=current_role,json=currentRole" json:"current_role,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterRoleRequestPB) Descriptor deprecated

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

Deprecated: Use AlterRoleRequestPB.ProtoReflect.Descriptor instead.

func (*AlterRoleRequestPB) GetCurrentRole

func (x *AlterRoleRequestPB) GetCurrentRole() string

func (*AlterRoleRequestPB) GetLogin

func (x *AlterRoleRequestPB) GetLogin() bool

func (*AlterRoleRequestPB) GetName

func (x *AlterRoleRequestPB) GetName() string

func (*AlterRoleRequestPB) GetSaltedHash

func (x *AlterRoleRequestPB) GetSaltedHash() string

func (*AlterRoleRequestPB) GetSuperuser

func (x *AlterRoleRequestPB) GetSuperuser() bool

func (*AlterRoleRequestPB) MarshalJSON

func (m *AlterRoleRequestPB) MarshalJSON() ([]byte, error)

func (*AlterRoleRequestPB) ProtoMessage

func (*AlterRoleRequestPB) ProtoMessage()

func (*AlterRoleRequestPB) ProtoReflect

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

func (*AlterRoleRequestPB) Reset

func (x *AlterRoleRequestPB) Reset()

func (*AlterRoleRequestPB) String

func (x *AlterRoleRequestPB) String() string

func (*AlterRoleRequestPB) UnmarshalJSON

func (m *AlterRoleRequestPB) UnmarshalJSON(b []byte) error

type AlterRoleResponsePB

type AlterRoleResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterRoleResponsePB) Descriptor deprecated

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

Deprecated: Use AlterRoleResponsePB.ProtoReflect.Descriptor instead.

func (*AlterRoleResponsePB) GetError

func (x *AlterRoleResponsePB) GetError() *MasterErrorPB

func (*AlterRoleResponsePB) MarshalJSON

func (m *AlterRoleResponsePB) MarshalJSON() ([]byte, error)

func (*AlterRoleResponsePB) ProtoMessage

func (*AlterRoleResponsePB) ProtoMessage()

func (*AlterRoleResponsePB) ProtoReflect

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

func (*AlterRoleResponsePB) Reset

func (x *AlterRoleResponsePB) Reset()

func (*AlterRoleResponsePB) String

func (x *AlterRoleResponsePB) String() string

func (*AlterRoleResponsePB) UnmarshalJSON

func (m *AlterRoleResponsePB) UnmarshalJSON(b []byte) error

type AlterTableRequestPB

type AlterTableRequestPB struct {
	Table            *TableIdentifierPB          `protobuf:"bytes,1,req,name=table" json:"table,omitempty"`
	AlterSchemaSteps []*AlterTableRequestPB_Step `protobuf:"bytes,2,rep,name=alter_schema_steps,json=alterSchemaSteps" json:"alter_schema_steps,omitempty"`
	NewTableName     *string                     `protobuf:"bytes,3,opt,name=new_table_name,json=newTableName" json:"new_table_name,omitempty"`
	NewNamespace     *NamespaceIdentifierPB      `protobuf:"bytes,4,opt,name=new_namespace,json=newNamespace" json:"new_namespace,omitempty"`
	AlterProperties  *common.TablePropertiesPB   `protobuf:"bytes,5,opt,name=alter_properties,json=alterProperties" json:"alter_properties,omitempty"`
	WalRetentionSecs *uint32                     `protobuf:"varint,6,opt,name=wal_retention_secs,json=walRetentionSecs" json:"wal_retention_secs,omitempty"`
	// If set to true, SendAlterTableRequest will be sent even if no changes are specified in this
	// request.
	// This is useful to trigger index permissions update.
	ForceSendAlterRequest *bool `` /* 128-byte string literal not displayed */
	// Replication information for this table.
	ReplicationInfo *ReplicationInfoPB `protobuf:"bytes,8,opt,name=replication_info,json=replicationInfo" json:"replication_info,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterTableRequestPB) Descriptor deprecated

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

Deprecated: Use AlterTableRequestPB.ProtoReflect.Descriptor instead.

func (*AlterTableRequestPB) GetAlterProperties

func (x *AlterTableRequestPB) GetAlterProperties() *common.TablePropertiesPB

func (*AlterTableRequestPB) GetAlterSchemaSteps

func (x *AlterTableRequestPB) GetAlterSchemaSteps() []*AlterTableRequestPB_Step

func (*AlterTableRequestPB) GetForceSendAlterRequest

func (x *AlterTableRequestPB) GetForceSendAlterRequest() bool

func (*AlterTableRequestPB) GetNewNamespace

func (x *AlterTableRequestPB) GetNewNamespace() *NamespaceIdentifierPB

func (*AlterTableRequestPB) GetNewTableName

func (x *AlterTableRequestPB) GetNewTableName() string

func (*AlterTableRequestPB) GetReplicationInfo

func (x *AlterTableRequestPB) GetReplicationInfo() *ReplicationInfoPB

func (*AlterTableRequestPB) GetTable

func (x *AlterTableRequestPB) GetTable() *TableIdentifierPB

func (*AlterTableRequestPB) GetWalRetentionSecs

func (x *AlterTableRequestPB) GetWalRetentionSecs() uint32

func (*AlterTableRequestPB) MarshalJSON

func (m *AlterTableRequestPB) MarshalJSON() ([]byte, error)

func (*AlterTableRequestPB) ProtoMessage

func (*AlterTableRequestPB) ProtoMessage()

func (*AlterTableRequestPB) ProtoReflect

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

func (*AlterTableRequestPB) Reset

func (x *AlterTableRequestPB) Reset()

func (*AlterTableRequestPB) String

func (x *AlterTableRequestPB) String() string

func (*AlterTableRequestPB) UnmarshalJSON

func (m *AlterTableRequestPB) UnmarshalJSON(b []byte) error

type AlterTableRequestPB_AddColumn

type AlterTableRequestPB_AddColumn struct {

	// The schema to add.
	// NOTE: the 'id' field of the schema should not be provided here --
	// the server will assign an ID.
	Schema *common.ColumnSchemaPB `protobuf:"bytes,1,req,name=schema" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterTableRequestPB_AddColumn) Descriptor deprecated

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

Deprecated: Use AlterTableRequestPB_AddColumn.ProtoReflect.Descriptor instead.

func (*AlterTableRequestPB_AddColumn) GetSchema

func (*AlterTableRequestPB_AddColumn) ProtoMessage

func (*AlterTableRequestPB_AddColumn) ProtoMessage()

func (*AlterTableRequestPB_AddColumn) ProtoReflect

func (*AlterTableRequestPB_AddColumn) Reset

func (x *AlterTableRequestPB_AddColumn) Reset()

func (*AlterTableRequestPB_AddColumn) String

type AlterTableRequestPB_DropColumn

type AlterTableRequestPB_DropColumn struct {

	// Name of the column to drop.
	Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterTableRequestPB_DropColumn) Descriptor deprecated

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

Deprecated: Use AlterTableRequestPB_DropColumn.ProtoReflect.Descriptor instead.

func (*AlterTableRequestPB_DropColumn) GetName

func (*AlterTableRequestPB_DropColumn) ProtoMessage

func (*AlterTableRequestPB_DropColumn) ProtoMessage()

func (*AlterTableRequestPB_DropColumn) ProtoReflect

func (*AlterTableRequestPB_DropColumn) Reset

func (x *AlterTableRequestPB_DropColumn) Reset()

func (*AlterTableRequestPB_DropColumn) String

type AlterTableRequestPB_RenameColumn

type AlterTableRequestPB_RenameColumn struct {

	// Name of the column to rename;
	OldName *string `protobuf:"bytes,1,req,name=old_name,json=oldName" json:"old_name,omitempty"`
	NewName *string `protobuf:"bytes,2,req,name=new_name,json=newName" json:"new_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterTableRequestPB_RenameColumn) Descriptor deprecated

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

Deprecated: Use AlterTableRequestPB_RenameColumn.ProtoReflect.Descriptor instead.

func (*AlterTableRequestPB_RenameColumn) GetNewName

func (x *AlterTableRequestPB_RenameColumn) GetNewName() string

func (*AlterTableRequestPB_RenameColumn) GetOldName

func (x *AlterTableRequestPB_RenameColumn) GetOldName() string

func (*AlterTableRequestPB_RenameColumn) ProtoMessage

func (*AlterTableRequestPB_RenameColumn) ProtoMessage()

func (*AlterTableRequestPB_RenameColumn) ProtoReflect

func (*AlterTableRequestPB_RenameColumn) Reset

func (*AlterTableRequestPB_RenameColumn) String

type AlterTableRequestPB_Step

type AlterTableRequestPB_Step struct {
	Type *AlterTableRequestPB_StepType `protobuf:"varint,1,opt,name=type,enum=yb.master.AlterTableRequestPB_StepType,def=0" json:"type,omitempty"`
	// Exactly one of the following must be set, based on 'type'
	AddColumn    *AlterTableRequestPB_AddColumn    `protobuf:"bytes,2,opt,name=add_column,json=addColumn" json:"add_column,omitempty"`
	DropColumn   *AlterTableRequestPB_DropColumn   `protobuf:"bytes,3,opt,name=drop_column,json=dropColumn" json:"drop_column,omitempty"`
	RenameColumn *AlterTableRequestPB_RenameColumn `protobuf:"bytes,4,opt,name=rename_column,json=renameColumn" json:"rename_column,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterTableRequestPB_Step) Descriptor deprecated

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

Deprecated: Use AlterTableRequestPB_Step.ProtoReflect.Descriptor instead.

func (*AlterTableRequestPB_Step) GetAddColumn

func (*AlterTableRequestPB_Step) GetDropColumn

func (*AlterTableRequestPB_Step) GetRenameColumn

func (*AlterTableRequestPB_Step) GetType

func (*AlterTableRequestPB_Step) ProtoMessage

func (*AlterTableRequestPB_Step) ProtoMessage()

func (*AlterTableRequestPB_Step) ProtoReflect

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

func (*AlterTableRequestPB_Step) Reset

func (x *AlterTableRequestPB_Step) Reset()

func (*AlterTableRequestPB_Step) String

func (x *AlterTableRequestPB_Step) String() string

type AlterTableRequestPB_StepType

type AlterTableRequestPB_StepType int32
const (
	AlterTableRequestPB_UNKNOWN       AlterTableRequestPB_StepType = 0
	AlterTableRequestPB_ADD_COLUMN    AlterTableRequestPB_StepType = 1
	AlterTableRequestPB_DROP_COLUMN   AlterTableRequestPB_StepType = 2
	AlterTableRequestPB_RENAME_COLUMN AlterTableRequestPB_StepType = 3
	// TODO(KUDU-861): this will subsume RENAME_COLUMN, but not yet implemented
	// on the master side.
	AlterTableRequestPB_ALTER_COLUMN AlterTableRequestPB_StepType = 4
)

func (AlterTableRequestPB_StepType) Descriptor

func (AlterTableRequestPB_StepType) Enum

func (AlterTableRequestPB_StepType) EnumDescriptor deprecated

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

Deprecated: Use AlterTableRequestPB_StepType.Descriptor instead.

func (AlterTableRequestPB_StepType) Number

func (AlterTableRequestPB_StepType) String

func (AlterTableRequestPB_StepType) Type

func (*AlterTableRequestPB_StepType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type AlterTableResponsePB

type AlterTableResponsePB struct {

	// The error, if an error occurred with this request.
	Error         *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	SchemaVersion *uint32        `protobuf:"varint,2,opt,name=schema_version,json=schemaVersion" json:"schema_version,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterTableResponsePB) Descriptor deprecated

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

Deprecated: Use AlterTableResponsePB.ProtoReflect.Descriptor instead.

func (*AlterTableResponsePB) GetError

func (x *AlterTableResponsePB) GetError() *MasterErrorPB

func (*AlterTableResponsePB) GetSchemaVersion

func (x *AlterTableResponsePB) GetSchemaVersion() uint32

func (*AlterTableResponsePB) MarshalJSON

func (m *AlterTableResponsePB) MarshalJSON() ([]byte, error)

func (*AlterTableResponsePB) ProtoMessage

func (*AlterTableResponsePB) ProtoMessage()

func (*AlterTableResponsePB) ProtoReflect

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

func (*AlterTableResponsePB) Reset

func (x *AlterTableResponsePB) Reset()

func (*AlterTableResponsePB) String

func (x *AlterTableResponsePB) String() string

func (*AlterTableResponsePB) UnmarshalJSON

func (m *AlterTableResponsePB) UnmarshalJSON(b []byte) error

type AlterUniverseReplicationRequestPB

type AlterUniverseReplicationRequestPB struct {
	ProducerId *string `protobuf:"bytes,1,opt,name=producer_id,json=producerId" json:"producer_id,omitempty"`
	// The below options are currently mutually exclusive.  Only 1 operation at a time.
	ProducerMasterAddresses  []*common.HostPortPB `protobuf:"bytes,2,rep,name=producer_master_addresses,json=producerMasterAddresses" json:"producer_master_addresses,omitempty"`
	ProducerTableIdsToAdd    []string             `protobuf:"bytes,4,rep,name=producer_table_ids_to_add,json=producerTableIdsToAdd" json:"producer_table_ids_to_add,omitempty"`
	ProducerTableIdsToRemove []string             `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AlterUniverseReplicationRequestPB) Descriptor deprecated

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

Deprecated: Use AlterUniverseReplicationRequestPB.ProtoReflect.Descriptor instead.

func (*AlterUniverseReplicationRequestPB) GetProducerId

func (x *AlterUniverseReplicationRequestPB) GetProducerId() string

func (*AlterUniverseReplicationRequestPB) GetProducerMasterAddresses

func (x *AlterUniverseReplicationRequestPB) GetProducerMasterAddresses() []*common.HostPortPB

func (*AlterUniverseReplicationRequestPB) GetProducerTableIdsToAdd

func (x *AlterUniverseReplicationRequestPB) GetProducerTableIdsToAdd() []string

func (*AlterUniverseReplicationRequestPB) GetProducerTableIdsToRemove

func (x *AlterUniverseReplicationRequestPB) GetProducerTableIdsToRemove() []string

func (*AlterUniverseReplicationRequestPB) MarshalJSON

func (m *AlterUniverseReplicationRequestPB) MarshalJSON() ([]byte, error)

func (*AlterUniverseReplicationRequestPB) ProtoMessage

func (*AlterUniverseReplicationRequestPB) ProtoMessage()

func (*AlterUniverseReplicationRequestPB) ProtoReflect

func (*AlterUniverseReplicationRequestPB) Reset

func (*AlterUniverseReplicationRequestPB) String

func (*AlterUniverseReplicationRequestPB) UnmarshalJSON

func (m *AlterUniverseReplicationRequestPB) UnmarshalJSON(b []byte) error

type AlterUniverseReplicationResponsePB

type AlterUniverseReplicationResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*AlterUniverseReplicationResponsePB) Descriptor deprecated

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

Deprecated: Use AlterUniverseReplicationResponsePB.ProtoReflect.Descriptor instead.

func (*AlterUniverseReplicationResponsePB) GetError

func (*AlterUniverseReplicationResponsePB) MarshalJSON

func (m *AlterUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)

func (*AlterUniverseReplicationResponsePB) ProtoMessage

func (*AlterUniverseReplicationResponsePB) ProtoMessage()

func (*AlterUniverseReplicationResponsePB) ProtoReflect

func (*AlterUniverseReplicationResponsePB) Reset

func (*AlterUniverseReplicationResponsePB) String

func (*AlterUniverseReplicationResponsePB) UnmarshalJSON

func (m *AlterUniverseReplicationResponsePB) UnmarshalJSON(b []byte) error

type AreLeadersOnPreferredOnlyRequestPB

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

func (*AreLeadersOnPreferredOnlyRequestPB) Descriptor deprecated

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

Deprecated: Use AreLeadersOnPreferredOnlyRequestPB.ProtoReflect.Descriptor instead.

func (*AreLeadersOnPreferredOnlyRequestPB) MarshalJSON

func (m *AreLeadersOnPreferredOnlyRequestPB) MarshalJSON() ([]byte, error)

func (*AreLeadersOnPreferredOnlyRequestPB) ProtoMessage

func (*AreLeadersOnPreferredOnlyRequestPB) ProtoMessage()

func (*AreLeadersOnPreferredOnlyRequestPB) ProtoReflect

func (*AreLeadersOnPreferredOnlyRequestPB) Reset

func (*AreLeadersOnPreferredOnlyRequestPB) String

func (*AreLeadersOnPreferredOnlyRequestPB) UnmarshalJSON

func (m *AreLeadersOnPreferredOnlyRequestPB) UnmarshalJSON(b []byte) error

type AreLeadersOnPreferredOnlyResponsePB

type AreLeadersOnPreferredOnlyResponsePB struct {

	// Any error being set implies that the leader load is not balanced across the servers.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*AreLeadersOnPreferredOnlyResponsePB) Descriptor deprecated

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

Deprecated: Use AreLeadersOnPreferredOnlyResponsePB.ProtoReflect.Descriptor instead.

func (*AreLeadersOnPreferredOnlyResponsePB) GetError

func (*AreLeadersOnPreferredOnlyResponsePB) MarshalJSON

func (m *AreLeadersOnPreferredOnlyResponsePB) MarshalJSON() ([]byte, error)

func (*AreLeadersOnPreferredOnlyResponsePB) ProtoMessage

func (*AreLeadersOnPreferredOnlyResponsePB) ProtoMessage()

func (*AreLeadersOnPreferredOnlyResponsePB) ProtoReflect

func (*AreLeadersOnPreferredOnlyResponsePB) Reset

func (*AreLeadersOnPreferredOnlyResponsePB) String

func (*AreLeadersOnPreferredOnlyResponsePB) UnmarshalJSON

func (m *AreLeadersOnPreferredOnlyResponsePB) UnmarshalJSON(b []byte) error

type AreTransactionLeadersSpreadRequestPB

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

func (*AreTransactionLeadersSpreadRequestPB) Descriptor deprecated

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

Deprecated: Use AreTransactionLeadersSpreadRequestPB.ProtoReflect.Descriptor instead.

func (*AreTransactionLeadersSpreadRequestPB) MarshalJSON

func (m *AreTransactionLeadersSpreadRequestPB) MarshalJSON() ([]byte, error)

func (*AreTransactionLeadersSpreadRequestPB) ProtoMessage

func (*AreTransactionLeadersSpreadRequestPB) ProtoMessage()

func (*AreTransactionLeadersSpreadRequestPB) ProtoReflect

func (*AreTransactionLeadersSpreadRequestPB) Reset

func (*AreTransactionLeadersSpreadRequestPB) String

func (*AreTransactionLeadersSpreadRequestPB) UnmarshalJSON

func (m *AreTransactionLeadersSpreadRequestPB) UnmarshalJSON(b []byte) error

type AreTransactionLeadersSpreadResponsePB

type AreTransactionLeadersSpreadResponsePB struct {

	// Any error being set implies transaction leaders are incorrectly respecting preferred zones.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*AreTransactionLeadersSpreadResponsePB) Descriptor deprecated

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

Deprecated: Use AreTransactionLeadersSpreadResponsePB.ProtoReflect.Descriptor instead.

func (*AreTransactionLeadersSpreadResponsePB) GetError

func (*AreTransactionLeadersSpreadResponsePB) MarshalJSON

func (m *AreTransactionLeadersSpreadResponsePB) MarshalJSON() ([]byte, error)

func (*AreTransactionLeadersSpreadResponsePB) ProtoMessage

func (*AreTransactionLeadersSpreadResponsePB) ProtoMessage()

func (*AreTransactionLeadersSpreadResponsePB) ProtoReflect

func (*AreTransactionLeadersSpreadResponsePB) Reset

func (*AreTransactionLeadersSpreadResponsePB) String

func (*AreTransactionLeadersSpreadResponsePB) UnmarshalJSON

func (m *AreTransactionLeadersSpreadResponsePB) UnmarshalJSON(b []byte) error

type BackfillIndexRequestPB

type BackfillIndexRequestPB struct {

	// The index to backfill. Used for YSQL
	IndexIdentifier *TableIdentifierPB `protobuf:"bytes,1,opt,name=index_identifier,json=indexIdentifier" json:"index_identifier,omitempty"`
	// contains filtered or unexported fields
}

func (*BackfillIndexRequestPB) Descriptor deprecated

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

Deprecated: Use BackfillIndexRequestPB.ProtoReflect.Descriptor instead.

func (*BackfillIndexRequestPB) GetIndexIdentifier

func (x *BackfillIndexRequestPB) GetIndexIdentifier() *TableIdentifierPB

func (*BackfillIndexRequestPB) MarshalJSON

func (m *BackfillIndexRequestPB) MarshalJSON() ([]byte, error)

func (*BackfillIndexRequestPB) ProtoMessage

func (*BackfillIndexRequestPB) ProtoMessage()

func (*BackfillIndexRequestPB) ProtoReflect

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

func (*BackfillIndexRequestPB) Reset

func (x *BackfillIndexRequestPB) Reset()

func (*BackfillIndexRequestPB) String

func (x *BackfillIndexRequestPB) String() string

func (*BackfillIndexRequestPB) UnmarshalJSON

func (m *BackfillIndexRequestPB) UnmarshalJSON(b []byte) error

type BackfillIndexResponsePB

type BackfillIndexResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// The indexed table to backfill.
	TableIdentifier *TableIdentifierPB `protobuf:"bytes,2,opt,name=table_identifier,json=tableIdentifier" json:"table_identifier,omitempty"`
	// contains filtered or unexported fields
}

func (*BackfillIndexResponsePB) Descriptor deprecated

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

Deprecated: Use BackfillIndexResponsePB.ProtoReflect.Descriptor instead.

func (*BackfillIndexResponsePB) GetError

func (x *BackfillIndexResponsePB) GetError() *MasterErrorPB

func (*BackfillIndexResponsePB) GetTableIdentifier

func (x *BackfillIndexResponsePB) GetTableIdentifier() *TableIdentifierPB

func (*BackfillIndexResponsePB) MarshalJSON

func (m *BackfillIndexResponsePB) MarshalJSON() ([]byte, error)

func (*BackfillIndexResponsePB) ProtoMessage

func (*BackfillIndexResponsePB) ProtoMessage()

func (*BackfillIndexResponsePB) ProtoReflect

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

func (*BackfillIndexResponsePB) Reset

func (x *BackfillIndexResponsePB) Reset()

func (*BackfillIndexResponsePB) String

func (x *BackfillIndexResponsePB) String() string

func (*BackfillIndexResponsePB) UnmarshalJSON

func (m *BackfillIndexResponsePB) UnmarshalJSON(b []byte) error

type BackfillJobPB

type BackfillJobPB struct {
	Indexes []*common.IndexInfoPB `protobuf:"bytes,1,rep,name=indexes" json:"indexes,omitempty"`
	// Index's TableId -> State for each index.
	BackfillState        map[string]BackfillJobPB_State `` /* 203-byte string literal not displayed */
	BackfillingTimestamp *uint64                        `protobuf:"varint,3,opt,name=backfilling_timestamp,json=backfillingTimestamp" json:"backfilling_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*BackfillJobPB) Descriptor deprecated

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

Deprecated: Use BackfillJobPB.ProtoReflect.Descriptor instead.

func (*BackfillJobPB) GetBackfillState

func (x *BackfillJobPB) GetBackfillState() map[string]BackfillJobPB_State

func (*BackfillJobPB) GetBackfillingTimestamp

func (x *BackfillJobPB) GetBackfillingTimestamp() uint64

func (*BackfillJobPB) GetIndexes

func (x *BackfillJobPB) GetIndexes() []*common.IndexInfoPB

func (*BackfillJobPB) MarshalJSON

func (m *BackfillJobPB) MarshalJSON() ([]byte, error)

func (*BackfillJobPB) ProtoMessage

func (*BackfillJobPB) ProtoMessage()

func (*BackfillJobPB) ProtoReflect

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

func (*BackfillJobPB) Reset

func (x *BackfillJobPB) Reset()

func (*BackfillJobPB) String

func (x *BackfillJobPB) String() string

func (*BackfillJobPB) UnmarshalJSON

func (m *BackfillJobPB) UnmarshalJSON(b []byte) error

type BackfillJobPB_State

type BackfillJobPB_State int32
const (
	BackfillJobPB_IN_PROGRESS BackfillJobPB_State = 0
	BackfillJobPB_FAILED      BackfillJobPB_State = 1
	BackfillJobPB_SUCCESS     BackfillJobPB_State = 2
)

func (BackfillJobPB_State) Descriptor

func (BackfillJobPB_State) Enum

func (BackfillJobPB_State) EnumDescriptor deprecated

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

Deprecated: Use BackfillJobPB_State.Descriptor instead.

func (BackfillJobPB_State) Number

func (BackfillJobPB_State) String

func (x BackfillJobPB_State) String() string

func (BackfillJobPB_State) Type

func (*BackfillJobPB_State) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type BlacklistPB

type BlacklistPB struct {
	Hosts []*common.HostPortPB `protobuf:"bytes,1,rep,name=hosts" json:"hosts,omitempty"`
	// Fields to track the number of replicas/leaders in current set of tablets which have a
	// blacklist server/leader. Client should not set this. Set by server side when persisting
	// the blacklist load.
	InitialReplicaLoad *int32 `protobuf:"varint,2,opt,name=initial_replica_load,json=initialReplicaLoad" json:"initial_replica_load,omitempty"`
	InitialLeaderLoad  *int32 `protobuf:"varint,3,opt,name=initial_leader_load,json=initialLeaderLoad" json:"initial_leader_load,omitempty"`
	// contains filtered or unexported fields
}

This is used to mark servers in the load balancer that should be considered for immediate removal of load and also prevented from being assigned any new load.

func (*BlacklistPB) Descriptor deprecated

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

Deprecated: Use BlacklistPB.ProtoReflect.Descriptor instead.

func (*BlacklistPB) GetHosts

func (x *BlacklistPB) GetHosts() []*common.HostPortPB

func (*BlacklistPB) GetInitialLeaderLoad

func (x *BlacklistPB) GetInitialLeaderLoad() int32

func (*BlacklistPB) GetInitialReplicaLoad

func (x *BlacklistPB) GetInitialReplicaLoad() int32

func (*BlacklistPB) MarshalJSON

func (m *BlacklistPB) MarshalJSON() ([]byte, error)

func (*BlacklistPB) ProtoMessage

func (*BlacklistPB) ProtoMessage()

func (*BlacklistPB) ProtoReflect

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

func (*BlacklistPB) Reset

func (x *BlacklistPB) Reset()

func (*BlacklistPB) String

func (x *BlacklistPB) String() string

func (*BlacklistPB) UnmarshalJSON

func (m *BlacklistPB) UnmarshalJSON(b []byte) error

type CDCStreamInfoPB

type CDCStreamInfoPB struct {
	StreamId []byte                `protobuf:"bytes,1,opt,name=stream_id,json=streamId" json:"stream_id,omitempty"`
	TableId  []byte                `protobuf:"bytes,2,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	Options  []*CDCStreamOptionsPB `protobuf:"bytes,3,rep,name=options" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*CDCStreamInfoPB) Descriptor deprecated

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

Deprecated: Use CDCStreamInfoPB.ProtoReflect.Descriptor instead.

func (*CDCStreamInfoPB) GetOptions

func (x *CDCStreamInfoPB) GetOptions() []*CDCStreamOptionsPB

func (*CDCStreamInfoPB) GetStreamId

func (x *CDCStreamInfoPB) GetStreamId() []byte

func (*CDCStreamInfoPB) GetTableId

func (x *CDCStreamInfoPB) GetTableId() []byte

func (*CDCStreamInfoPB) MarshalJSON

func (m *CDCStreamInfoPB) MarshalJSON() ([]byte, error)

func (*CDCStreamInfoPB) ProtoMessage

func (*CDCStreamInfoPB) ProtoMessage()

func (*CDCStreamInfoPB) ProtoReflect

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

func (*CDCStreamInfoPB) Reset

func (x *CDCStreamInfoPB) Reset()

func (*CDCStreamInfoPB) String

func (x *CDCStreamInfoPB) String() string

func (*CDCStreamInfoPB) UnmarshalJSON

func (m *CDCStreamInfoPB) UnmarshalJSON(b []byte) error

type CDCStreamOptionsPB

type CDCStreamOptionsPB struct {
	Key   *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value []byte  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Options for CDC stream. This will include details such as: Stream sink: YB Universe / Kafka / Elastic Search. Log retention time: Amount of time to retain logs for CDC. Sink details: For example, Kafka cluster IP, port.

func (*CDCStreamOptionsPB) Descriptor deprecated

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

Deprecated: Use CDCStreamOptionsPB.ProtoReflect.Descriptor instead.

func (*CDCStreamOptionsPB) GetKey

func (x *CDCStreamOptionsPB) GetKey() string

func (*CDCStreamOptionsPB) GetValue

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

func (*CDCStreamOptionsPB) MarshalJSON

func (m *CDCStreamOptionsPB) MarshalJSON() ([]byte, error)

func (*CDCStreamOptionsPB) ProtoMessage

func (*CDCStreamOptionsPB) ProtoMessage()

func (*CDCStreamOptionsPB) ProtoReflect

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

func (*CDCStreamOptionsPB) Reset

func (x *CDCStreamOptionsPB) Reset()

func (*CDCStreamOptionsPB) String

func (x *CDCStreamOptionsPB) String() string

func (*CDCStreamOptionsPB) UnmarshalJSON

func (m *CDCStreamOptionsPB) UnmarshalJSON(b []byte) error

type ChangeEncryptionInfoRequestPB

type ChangeEncryptionInfoRequestPB struct {
	EncryptionEnabled *bool   `protobuf:"varint,1,opt,name=encryption_enabled,json=encryptionEnabled" json:"encryption_enabled,omitempty"`
	KeyPath           *string `protobuf:"bytes,2,opt,name=key_path,json=keyPath" json:"key_path,omitempty"`
	VersionId         *string `protobuf:"bytes,3,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	InMemory          *bool   `protobuf:"varint,4,opt,name=in_memory,json=inMemory" json:"in_memory,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeEncryptionInfoRequestPB) Descriptor deprecated

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

Deprecated: Use ChangeEncryptionInfoRequestPB.ProtoReflect.Descriptor instead.

func (*ChangeEncryptionInfoRequestPB) GetEncryptionEnabled

func (x *ChangeEncryptionInfoRequestPB) GetEncryptionEnabled() bool

func (*ChangeEncryptionInfoRequestPB) GetInMemory

func (x *ChangeEncryptionInfoRequestPB) GetInMemory() bool

func (*ChangeEncryptionInfoRequestPB) GetKeyPath

func (x *ChangeEncryptionInfoRequestPB) GetKeyPath() string

func (*ChangeEncryptionInfoRequestPB) GetVersionId

func (x *ChangeEncryptionInfoRequestPB) GetVersionId() string

func (*ChangeEncryptionInfoRequestPB) MarshalJSON

func (m *ChangeEncryptionInfoRequestPB) MarshalJSON() ([]byte, error)

func (*ChangeEncryptionInfoRequestPB) ProtoMessage

func (*ChangeEncryptionInfoRequestPB) ProtoMessage()

func (*ChangeEncryptionInfoRequestPB) ProtoReflect

func (*ChangeEncryptionInfoRequestPB) Reset

func (x *ChangeEncryptionInfoRequestPB) Reset()

func (*ChangeEncryptionInfoRequestPB) String

func (*ChangeEncryptionInfoRequestPB) UnmarshalJSON

func (m *ChangeEncryptionInfoRequestPB) UnmarshalJSON(b []byte) error

type ChangeEncryptionInfoResponsePB

type ChangeEncryptionInfoResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeEncryptionInfoResponsePB) Descriptor deprecated

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

Deprecated: Use ChangeEncryptionInfoResponsePB.ProtoReflect.Descriptor instead.

func (*ChangeEncryptionInfoResponsePB) GetError

func (*ChangeEncryptionInfoResponsePB) MarshalJSON

func (m *ChangeEncryptionInfoResponsePB) MarshalJSON() ([]byte, error)

func (*ChangeEncryptionInfoResponsePB) ProtoMessage

func (*ChangeEncryptionInfoResponsePB) ProtoMessage()

func (*ChangeEncryptionInfoResponsePB) ProtoReflect

func (*ChangeEncryptionInfoResponsePB) Reset

func (x *ChangeEncryptionInfoResponsePB) Reset()

func (*ChangeEncryptionInfoResponsePB) String

func (*ChangeEncryptionInfoResponsePB) UnmarshalJSON

func (m *ChangeEncryptionInfoResponsePB) UnmarshalJSON(b []byte) error

type ChangeLoadBalancerStateRequestPB

type ChangeLoadBalancerStateRequestPB struct {
	IsEnabled *bool `protobuf:"varint,1,opt,name=is_enabled,json=isEnabled" json:"is_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeLoadBalancerStateRequestPB) Descriptor deprecated

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

Deprecated: Use ChangeLoadBalancerStateRequestPB.ProtoReflect.Descriptor instead.

func (*ChangeLoadBalancerStateRequestPB) GetIsEnabled

func (x *ChangeLoadBalancerStateRequestPB) GetIsEnabled() bool

func (*ChangeLoadBalancerStateRequestPB) MarshalJSON

func (m *ChangeLoadBalancerStateRequestPB) MarshalJSON() ([]byte, error)

func (*ChangeLoadBalancerStateRequestPB) ProtoMessage

func (*ChangeLoadBalancerStateRequestPB) ProtoMessage()

func (*ChangeLoadBalancerStateRequestPB) ProtoReflect

func (*ChangeLoadBalancerStateRequestPB) Reset

func (*ChangeLoadBalancerStateRequestPB) String

func (*ChangeLoadBalancerStateRequestPB) UnmarshalJSON

func (m *ChangeLoadBalancerStateRequestPB) UnmarshalJSON(b []byte) error

type ChangeLoadBalancerStateResponsePB

type ChangeLoadBalancerStateResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeLoadBalancerStateResponsePB) Descriptor deprecated

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

Deprecated: Use ChangeLoadBalancerStateResponsePB.ProtoReflect.Descriptor instead.

func (*ChangeLoadBalancerStateResponsePB) GetError

func (*ChangeLoadBalancerStateResponsePB) MarshalJSON

func (m *ChangeLoadBalancerStateResponsePB) MarshalJSON() ([]byte, error)

func (*ChangeLoadBalancerStateResponsePB) ProtoMessage

func (*ChangeLoadBalancerStateResponsePB) ProtoMessage()

func (*ChangeLoadBalancerStateResponsePB) ProtoReflect

func (*ChangeLoadBalancerStateResponsePB) Reset

func (*ChangeLoadBalancerStateResponsePB) String

func (*ChangeLoadBalancerStateResponsePB) UnmarshalJSON

func (m *ChangeLoadBalancerStateResponsePB) UnmarshalJSON(b []byte) error

type ChangeMasterClusterConfigRequestPB

type ChangeMasterClusterConfigRequestPB struct {
	ClusterConfig *SysClusterConfigEntryPB `protobuf:"bytes,1,opt,name=cluster_config,json=clusterConfig" json:"cluster_config,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeMasterClusterConfigRequestPB) Descriptor deprecated

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

Deprecated: Use ChangeMasterClusterConfigRequestPB.ProtoReflect.Descriptor instead.

func (*ChangeMasterClusterConfigRequestPB) GetClusterConfig

func (*ChangeMasterClusterConfigRequestPB) MarshalJSON

func (m *ChangeMasterClusterConfigRequestPB) MarshalJSON() ([]byte, error)

func (*ChangeMasterClusterConfigRequestPB) ProtoMessage

func (*ChangeMasterClusterConfigRequestPB) ProtoMessage()

func (*ChangeMasterClusterConfigRequestPB) ProtoReflect

func (*ChangeMasterClusterConfigRequestPB) Reset

func (*ChangeMasterClusterConfigRequestPB) String

func (*ChangeMasterClusterConfigRequestPB) UnmarshalJSON

func (m *ChangeMasterClusterConfigRequestPB) UnmarshalJSON(b []byte) error

type ChangeMasterClusterConfigResponsePB

type ChangeMasterClusterConfigResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeMasterClusterConfigResponsePB) Descriptor deprecated

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

Deprecated: Use ChangeMasterClusterConfigResponsePB.ProtoReflect.Descriptor instead.

func (*ChangeMasterClusterConfigResponsePB) GetError

func (*ChangeMasterClusterConfigResponsePB) MarshalJSON

func (m *ChangeMasterClusterConfigResponsePB) MarshalJSON() ([]byte, error)

func (*ChangeMasterClusterConfigResponsePB) ProtoMessage

func (*ChangeMasterClusterConfigResponsePB) ProtoMessage()

func (*ChangeMasterClusterConfigResponsePB) ProtoReflect

func (*ChangeMasterClusterConfigResponsePB) Reset

func (*ChangeMasterClusterConfigResponsePB) String

func (*ChangeMasterClusterConfigResponsePB) UnmarshalJSON

func (m *ChangeMasterClusterConfigResponsePB) UnmarshalJSON(b []byte) error

type CreateCDCStreamRequestPB

type CreateCDCStreamRequestPB struct {
	TableId *string               `protobuf:"bytes,1,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	Options []*CDCStreamOptionsPB `protobuf:"bytes,3,rep,name=options" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCDCStreamRequestPB) Descriptor deprecated

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

Deprecated: Use CreateCDCStreamRequestPB.ProtoReflect.Descriptor instead.

func (*CreateCDCStreamRequestPB) GetOptions

func (x *CreateCDCStreamRequestPB) GetOptions() []*CDCStreamOptionsPB

func (*CreateCDCStreamRequestPB) GetTableId

func (x *CreateCDCStreamRequestPB) GetTableId() string

func (*CreateCDCStreamRequestPB) MarshalJSON

func (m *CreateCDCStreamRequestPB) MarshalJSON() ([]byte, error)

func (*CreateCDCStreamRequestPB) ProtoMessage

func (*CreateCDCStreamRequestPB) ProtoMessage()

func (*CreateCDCStreamRequestPB) ProtoReflect

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

func (*CreateCDCStreamRequestPB) Reset

func (x *CreateCDCStreamRequestPB) Reset()

func (*CreateCDCStreamRequestPB) String

func (x *CreateCDCStreamRequestPB) String() string

func (*CreateCDCStreamRequestPB) UnmarshalJSON

func (m *CreateCDCStreamRequestPB) UnmarshalJSON(b []byte) error

type CreateCDCStreamResponsePB

type CreateCDCStreamResponsePB struct {

	// The error, if an error occurred with this request.
	Error    *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	StreamId []byte         `protobuf:"bytes,2,opt,name=stream_id,json=streamId" json:"stream_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCDCStreamResponsePB) Descriptor deprecated

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

Deprecated: Use CreateCDCStreamResponsePB.ProtoReflect.Descriptor instead.

func (*CreateCDCStreamResponsePB) GetError

func (*CreateCDCStreamResponsePB) GetStreamId

func (x *CreateCDCStreamResponsePB) GetStreamId() []byte

func (*CreateCDCStreamResponsePB) MarshalJSON

func (m *CreateCDCStreamResponsePB) MarshalJSON() ([]byte, error)

func (*CreateCDCStreamResponsePB) ProtoMessage

func (*CreateCDCStreamResponsePB) ProtoMessage()

func (*CreateCDCStreamResponsePB) ProtoReflect

func (*CreateCDCStreamResponsePB) Reset

func (x *CreateCDCStreamResponsePB) Reset()

func (*CreateCDCStreamResponsePB) String

func (x *CreateCDCStreamResponsePB) String() string

func (*CreateCDCStreamResponsePB) UnmarshalJSON

func (m *CreateCDCStreamResponsePB) UnmarshalJSON(b []byte) error

type CreateNamespaceRequestPB

type CreateNamespaceRequestPB struct {

	// Namespace name.
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// Database type.
	DatabaseType *common.YQLDatabase `protobuf:"varint,2,opt,name=database_type,json=databaseType,enum=yb.YQLDatabase,def=2" json:"database_type,omitempty"`
	// For RBAC.
	CreatorRoleName *string `protobuf:"bytes,3,opt,name=creator_role_name,json=creatorRoleName" json:"creator_role_name,omitempty"`
	// For Postgres:
	NamespaceId       []byte  `protobuf:"bytes,4,opt,name=namespace_id,json=namespaceId" json:"namespace_id,omitempty"`                     // id to assign to this namespace.
	SourceNamespaceId []byte  `protobuf:"bytes,5,opt,name=source_namespace_id,json=sourceNamespaceId" json:"source_namespace_id,omitempty"` // namespace id of the source database to copy from.
	NextPgOid         *uint32 `protobuf:"varint,6,opt,name=next_pg_oid,json=nextPgOid" json:"next_pg_oid,omitempty"`                        // Next oid to assign. Ignored when source_namespace_id is given
	// and the next_pg_oid from source namespace will be used.
	// DDL Dependent upon Transaction success (abort removes). Used by YSQL.
	Transaction *common.TransactionMetadataPB `protobuf:"bytes,8,opt,name=transaction" json:"transaction,omitempty"`
	// True if the namespace is colocated.
	Colocated *bool `protobuf:"varint,7,opt,name=colocated,def=0" json:"colocated,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

Namespace  (default namespace = ANY placement)

============================================================================ Database type is added to metadata entries such that PGSQL clients cannot delete or connect to CQL database_type and vice versa.

func (*CreateNamespaceRequestPB) Descriptor deprecated

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

Deprecated: Use CreateNamespaceRequestPB.ProtoReflect.Descriptor instead.

func (*CreateNamespaceRequestPB) GetColocated

func (x *CreateNamespaceRequestPB) GetColocated() bool

func (*CreateNamespaceRequestPB) GetCreatorRoleName

func (x *CreateNamespaceRequestPB) GetCreatorRoleName() string

func (*CreateNamespaceRequestPB) GetDatabaseType

func (x *CreateNamespaceRequestPB) GetDatabaseType() common.YQLDatabase

func (*CreateNamespaceRequestPB) GetName

func (x *CreateNamespaceRequestPB) GetName() string

func (*CreateNamespaceRequestPB) GetNamespaceId

func (x *CreateNamespaceRequestPB) GetNamespaceId() []byte

func (*CreateNamespaceRequestPB) GetNextPgOid

func (x *CreateNamespaceRequestPB) GetNextPgOid() uint32

func (*CreateNamespaceRequestPB) GetSourceNamespaceId

func (x *CreateNamespaceRequestPB) GetSourceNamespaceId() []byte

func (*CreateNamespaceRequestPB) GetTransaction

func (*CreateNamespaceRequestPB) MarshalJSON

func (m *CreateNamespaceRequestPB) MarshalJSON() ([]byte, error)

func (*CreateNamespaceRequestPB) ProtoMessage

func (*CreateNamespaceRequestPB) ProtoMessage()

func (*CreateNamespaceRequestPB) ProtoReflect

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

func (*CreateNamespaceRequestPB) Reset

func (x *CreateNamespaceRequestPB) Reset()

func (*CreateNamespaceRequestPB) String

func (x *CreateNamespaceRequestPB) String() string

func (*CreateNamespaceRequestPB) UnmarshalJSON

func (m *CreateNamespaceRequestPB) UnmarshalJSON(b []byte) error

type CreateNamespaceResponsePB

type CreateNamespaceResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Id    []byte         `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNamespaceResponsePB) Descriptor deprecated

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

Deprecated: Use CreateNamespaceResponsePB.ProtoReflect.Descriptor instead.

func (*CreateNamespaceResponsePB) GetError

func (*CreateNamespaceResponsePB) GetId

func (x *CreateNamespaceResponsePB) GetId() []byte

func (*CreateNamespaceResponsePB) MarshalJSON

func (m *CreateNamespaceResponsePB) MarshalJSON() ([]byte, error)

func (*CreateNamespaceResponsePB) ProtoMessage

func (*CreateNamespaceResponsePB) ProtoMessage()

func (*CreateNamespaceResponsePB) ProtoReflect

func (*CreateNamespaceResponsePB) Reset

func (x *CreateNamespaceResponsePB) Reset()

func (*CreateNamespaceResponsePB) String

func (x *CreateNamespaceResponsePB) String() string

func (*CreateNamespaceResponsePB) UnmarshalJSON

func (m *CreateNamespaceResponsePB) UnmarshalJSON(b []byte) error

type CreateRoleRequestPB

type CreateRoleRequestPB struct {
	Name       *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	SaltedHash *string `protobuf:"bytes,2,opt,name=salted_hash,json=saltedHash" json:"salted_hash,omitempty"`
	Login      *bool   `protobuf:"varint,3,opt,name=login" json:"login,omitempty"`
	Superuser  *bool   `protobuf:"varint,4,opt,name=superuser" json:"superuser,omitempty"`
	// Name of the role creating this role.
	CreatorRoleName *string `protobuf:"bytes,5,opt,name=creator_role_name,json=creatorRoleName" json:"creator_role_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoleRequestPB) Descriptor deprecated

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

Deprecated: Use CreateRoleRequestPB.ProtoReflect.Descriptor instead.

func (*CreateRoleRequestPB) GetCreatorRoleName

func (x *CreateRoleRequestPB) GetCreatorRoleName() string

func (*CreateRoleRequestPB) GetLogin

func (x *CreateRoleRequestPB) GetLogin() bool

func (*CreateRoleRequestPB) GetName

func (x *CreateRoleRequestPB) GetName() string

func (*CreateRoleRequestPB) GetSaltedHash

func (x *CreateRoleRequestPB) GetSaltedHash() string

func (*CreateRoleRequestPB) GetSuperuser

func (x *CreateRoleRequestPB) GetSuperuser() bool

func (*CreateRoleRequestPB) MarshalJSON

func (m *CreateRoleRequestPB) MarshalJSON() ([]byte, error)

func (*CreateRoleRequestPB) ProtoMessage

func (*CreateRoleRequestPB) ProtoMessage()

func (*CreateRoleRequestPB) ProtoReflect

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

func (*CreateRoleRequestPB) Reset

func (x *CreateRoleRequestPB) Reset()

func (*CreateRoleRequestPB) String

func (x *CreateRoleRequestPB) String() string

func (*CreateRoleRequestPB) UnmarshalJSON

func (m *CreateRoleRequestPB) UnmarshalJSON(b []byte) error

type CreateRoleResponsePB

type CreateRoleResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoleResponsePB) Descriptor deprecated

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

Deprecated: Use CreateRoleResponsePB.ProtoReflect.Descriptor instead.

func (*CreateRoleResponsePB) GetError

func (x *CreateRoleResponsePB) GetError() *MasterErrorPB

func (*CreateRoleResponsePB) MarshalJSON

func (m *CreateRoleResponsePB) MarshalJSON() ([]byte, error)

func (*CreateRoleResponsePB) ProtoMessage

func (*CreateRoleResponsePB) ProtoMessage()

func (*CreateRoleResponsePB) ProtoReflect

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

func (*CreateRoleResponsePB) Reset

func (x *CreateRoleResponsePB) Reset()

func (*CreateRoleResponsePB) String

func (x *CreateRoleResponsePB) String() string

func (*CreateRoleResponsePB) UnmarshalJSON

func (m *CreateRoleResponsePB) UnmarshalJSON(b []byte) error

type CreateTableRequestPB

type CreateTableRequestPB struct {
	Name            *string                   `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Schema          *common.SchemaPB          `protobuf:"bytes,2,opt,name=schema" json:"schema,omitempty"`
	NumTablets      *int32                    `protobuf:"varint,3,opt,name=num_tablets,json=numTablets" json:"num_tablets,omitempty"` // deprecated
	PartitionSchema *common.PartitionSchemaPB `protobuf:"bytes,5,opt,name=partition_schema,json=partitionSchema" json:"partition_schema,omitempty"`
	ReplicationInfo *ReplicationInfoPB        `protobuf:"bytes,6,opt,name=replication_info,json=replicationInfo" json:"replication_info,omitempty"`
	TableType       *common.TableType         `protobuf:"varint,7,opt,name=table_type,json=tableType,enum=yb.TableType,def=2" json:"table_type,omitempty"`
	Namespace       *NamespaceIdentifierPB    `protobuf:"bytes,8,opt,name=namespace" json:"namespace,omitempty"`
	// For index table.
	IndexInfo         *common.IndexInfoPB `protobuf:"bytes,16,opt,name=index_info,json=indexInfo" json:"index_info,omitempty"`
	IndexedTableId    []byte              `protobuf:"bytes,9,opt,name=indexed_table_id,json=indexedTableId" json:"indexed_table_id,omitempty"`                  // Indexed table id of this index.
	IsLocalIndex      *bool               `protobuf:"varint,10,opt,name=is_local_index,json=isLocalIndex,def=0" json:"is_local_index,omitempty"`                // Is a local index?
	IsUniqueIndex     *bool               `protobuf:"varint,11,opt,name=is_unique_index,json=isUniqueIndex,def=0" json:"is_unique_index,omitempty"`             // Is a unique index?
	SkipIndexBackfill *bool               `protobuf:"varint,18,opt,name=skip_index_backfill,json=skipIndexBackfill,def=0" json:"skip_index_backfill,omitempty"` // Skip online schema migration for
	// index?
	IsBackfillDeferred *bool `protobuf:"varint,23,opt,name=is_backfill_deferred,json=isBackfillDeferred,def=0" json:"is_backfill_deferred,omitempty"` // Defer backfill for batching later?
	// For RBAC.
	CreatorRoleName *string `protobuf:"bytes,12,opt,name=creator_role_name,json=creatorRoleName" json:"creator_role_name,omitempty"`
	// For Postgres:
	TableId          []byte `protobuf:"bytes,13,opt,name=table_id,json=tableId" json:"table_id,omitempty"`                                       // id to assign to this table.
	IsPgCatalogTable *bool  `protobuf:"varint,14,opt,name=is_pg_catalog_table,json=isPgCatalogTable,def=0" json:"is_pg_catalog_table,omitempty"` // Is this a sys catalog table?
	IsPgSharedTable  *bool  `protobuf:"varint,15,opt,name=is_pg_shared_table,json=isPgSharedTable,def=0" json:"is_pg_shared_table,omitempty"`    // Is this a shared table?
	// Is this a colocated table? This field is only applicable for a colocated database.
	Colocated *bool `protobuf:"varint,17,opt,name=colocated,def=1" json:"colocated,omitempty"`
	// This is only applicable for tablegroups. Eventually colocated will be deprecated.
	TablegroupId []byte `protobuf:"bytes,19,opt,name=tablegroup_id,json=tablegroupId" json:"tablegroup_id,omitempty"`
	// DDL Dependent upon Transaction success (abort removes). Used by YSQL.
	Transaction *common.TransactionMetadataPB `protobuf:"bytes,20,opt,name=transaction" json:"transaction,omitempty"`
	// For YSQL tables, this denotes the tablespace that this table is associated with.
	TablespaceId []byte `protobuf:"bytes,21,opt,name=tablespace_id,json=tablespaceId" json:"tablespace_id,omitempty"`
	// This field should be used to create or restore table with a fixed set of partitions.
	Partitions []*common.PartitionPB `protobuf:"bytes,22,rep,name=partitions" json:"partitions,omitempty"`
	// contains filtered or unexported fields
}

Create table request (including index table)

func (*CreateTableRequestPB) Descriptor deprecated

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

Deprecated: Use CreateTableRequestPB.ProtoReflect.Descriptor instead.

func (*CreateTableRequestPB) GetColocated

func (x *CreateTableRequestPB) GetColocated() bool

func (*CreateTableRequestPB) GetCreatorRoleName

func (x *CreateTableRequestPB) GetCreatorRoleName() string

func (*CreateTableRequestPB) GetIndexInfo

func (x *CreateTableRequestPB) GetIndexInfo() *common.IndexInfoPB

func (*CreateTableRequestPB) GetIndexedTableId

func (x *CreateTableRequestPB) GetIndexedTableId() []byte

func (*CreateTableRequestPB) GetIsBackfillDeferred

func (x *CreateTableRequestPB) GetIsBackfillDeferred() bool

func (*CreateTableRequestPB) GetIsLocalIndex

func (x *CreateTableRequestPB) GetIsLocalIndex() bool

func (*CreateTableRequestPB) GetIsPgCatalogTable

func (x *CreateTableRequestPB) GetIsPgCatalogTable() bool

func (*CreateTableRequestPB) GetIsPgSharedTable

func (x *CreateTableRequestPB) GetIsPgSharedTable() bool

func (*CreateTableRequestPB) GetIsUniqueIndex

func (x *CreateTableRequestPB) GetIsUniqueIndex() bool

func (*CreateTableRequestPB) GetName

func (x *CreateTableRequestPB) GetName() string

func (*CreateTableRequestPB) GetNamespace

func (x *CreateTableRequestPB) GetNamespace() *NamespaceIdentifierPB

func (*CreateTableRequestPB) GetNumTablets

func (x *CreateTableRequestPB) GetNumTablets() int32

func (*CreateTableRequestPB) GetPartitionSchema

func (x *CreateTableRequestPB) GetPartitionSchema() *common.PartitionSchemaPB

func (*CreateTableRequestPB) GetPartitions

func (x *CreateTableRequestPB) GetPartitions() []*common.PartitionPB

func (*CreateTableRequestPB) GetReplicationInfo

func (x *CreateTableRequestPB) GetReplicationInfo() *ReplicationInfoPB

func (*CreateTableRequestPB) GetSchema

func (x *CreateTableRequestPB) GetSchema() *common.SchemaPB

func (*CreateTableRequestPB) GetSkipIndexBackfill

func (x *CreateTableRequestPB) GetSkipIndexBackfill() bool

func (*CreateTableRequestPB) GetTableId

func (x *CreateTableRequestPB) GetTableId() []byte

func (*CreateTableRequestPB) GetTableType

func (x *CreateTableRequestPB) GetTableType() common.TableType

func (*CreateTableRequestPB) GetTablegroupId

func (x *CreateTableRequestPB) GetTablegroupId() []byte

func (*CreateTableRequestPB) GetTablespaceId

func (x *CreateTableRequestPB) GetTablespaceId() []byte

func (*CreateTableRequestPB) GetTransaction

func (x *CreateTableRequestPB) GetTransaction() *common.TransactionMetadataPB

func (*CreateTableRequestPB) MarshalJSON

func (m *CreateTableRequestPB) MarshalJSON() ([]byte, error)

func (*CreateTableRequestPB) ProtoMessage

func (*CreateTableRequestPB) ProtoMessage()

func (*CreateTableRequestPB) ProtoReflect

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

func (*CreateTableRequestPB) Reset

func (x *CreateTableRequestPB) Reset()

func (*CreateTableRequestPB) String

func (x *CreateTableRequestPB) String() string

func (*CreateTableRequestPB) UnmarshalJSON

func (m *CreateTableRequestPB) UnmarshalJSON(b []byte) error

type CreateTableResponsePB

type CreateTableResponsePB struct {

	// The error, if an error occurred with this request.
	Error   *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	TableId []byte         `protobuf:"bytes,2,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTableResponsePB) Descriptor deprecated

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

Deprecated: Use CreateTableResponsePB.ProtoReflect.Descriptor instead.

func (*CreateTableResponsePB) GetError

func (x *CreateTableResponsePB) GetError() *MasterErrorPB

func (*CreateTableResponsePB) GetTableId

func (x *CreateTableResponsePB) GetTableId() []byte

func (*CreateTableResponsePB) MarshalJSON

func (m *CreateTableResponsePB) MarshalJSON() ([]byte, error)

func (*CreateTableResponsePB) ProtoMessage

func (*CreateTableResponsePB) ProtoMessage()

func (*CreateTableResponsePB) ProtoReflect

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

func (*CreateTableResponsePB) Reset

func (x *CreateTableResponsePB) Reset()

func (*CreateTableResponsePB) String

func (x *CreateTableResponsePB) String() string

func (*CreateTableResponsePB) UnmarshalJSON

func (m *CreateTableResponsePB) UnmarshalJSON(b []byte) error

type CreateTablegroupRequestPB

type CreateTablegroupRequestPB struct {
	Id            []byte  `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	NamespaceId   []byte  `protobuf:"bytes,2,req,name=namespace_id,json=namespaceId" json:"namespace_id,omitempty"`
	NamespaceName *string `protobuf:"bytes,3,opt,name=namespace_name,json=namespaceName" json:"namespace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTablegroupRequestPB) Descriptor deprecated

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

Deprecated: Use CreateTablegroupRequestPB.ProtoReflect.Descriptor instead.

func (*CreateTablegroupRequestPB) GetId

func (x *CreateTablegroupRequestPB) GetId() []byte

func (*CreateTablegroupRequestPB) GetNamespaceId

func (x *CreateTablegroupRequestPB) GetNamespaceId() []byte

func (*CreateTablegroupRequestPB) GetNamespaceName

func (x *CreateTablegroupRequestPB) GetNamespaceName() string

func (*CreateTablegroupRequestPB) MarshalJSON

func (m *CreateTablegroupRequestPB) MarshalJSON() ([]byte, error)

func (*CreateTablegroupRequestPB) ProtoMessage

func (*CreateTablegroupRequestPB) ProtoMessage()

func (*CreateTablegroupRequestPB) ProtoReflect

func (*CreateTablegroupRequestPB) Reset

func (x *CreateTablegroupRequestPB) Reset()

func (*CreateTablegroupRequestPB) String

func (x *CreateTablegroupRequestPB) String() string

func (*CreateTablegroupRequestPB) UnmarshalJSON

func (m *CreateTablegroupRequestPB) UnmarshalJSON(b []byte) error

type CreateTablegroupResponsePB

type CreateTablegroupResponsePB struct {

	// The error, if an error occurred with this request.
	Error           *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	ParentTableId   []byte         `protobuf:"bytes,2,opt,name=parent_table_id,json=parentTableId" json:"parent_table_id,omitempty"`
	ParentTableName []byte         `protobuf:"bytes,3,opt,name=parent_table_name,json=parentTableName" json:"parent_table_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTablegroupResponsePB) Descriptor deprecated

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

Deprecated: Use CreateTablegroupResponsePB.ProtoReflect.Descriptor instead.

func (*CreateTablegroupResponsePB) GetError

func (*CreateTablegroupResponsePB) GetParentTableId

func (x *CreateTablegroupResponsePB) GetParentTableId() []byte

func (*CreateTablegroupResponsePB) GetParentTableName

func (x *CreateTablegroupResponsePB) GetParentTableName() []byte

func (*CreateTablegroupResponsePB) MarshalJSON

func (m *CreateTablegroupResponsePB) MarshalJSON() ([]byte, error)

func (*CreateTablegroupResponsePB) ProtoMessage

func (*CreateTablegroupResponsePB) ProtoMessage()

func (*CreateTablegroupResponsePB) ProtoReflect

func (*CreateTablegroupResponsePB) Reset

func (x *CreateTablegroupResponsePB) Reset()

func (*CreateTablegroupResponsePB) String

func (x *CreateTablegroupResponsePB) String() string

func (*CreateTablegroupResponsePB) UnmarshalJSON

func (m *CreateTablegroupResponsePB) UnmarshalJSON(b []byte) error

type CreateUDTypeRequestPB

type CreateUDTypeRequestPB struct {
	Namespace  *NamespaceIdentifierPB `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"`
	Name       *string                `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	FieldNames []string               `protobuf:"bytes,3,rep,name=field_names,json=fieldNames" json:"field_names,omitempty"`
	FieldTypes []*common.QLTypePB     `protobuf:"bytes,4,rep,name=field_types,json=fieldTypes" json:"field_types,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUDTypeRequestPB) Descriptor deprecated

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

Deprecated: Use CreateUDTypeRequestPB.ProtoReflect.Descriptor instead.

func (*CreateUDTypeRequestPB) GetFieldNames

func (x *CreateUDTypeRequestPB) GetFieldNames() []string

func (*CreateUDTypeRequestPB) GetFieldTypes

func (x *CreateUDTypeRequestPB) GetFieldTypes() []*common.QLTypePB

func (*CreateUDTypeRequestPB) GetName

func (x *CreateUDTypeRequestPB) GetName() string

func (*CreateUDTypeRequestPB) GetNamespace

func (x *CreateUDTypeRequestPB) GetNamespace() *NamespaceIdentifierPB

func (*CreateUDTypeRequestPB) MarshalJSON

func (m *CreateUDTypeRequestPB) MarshalJSON() ([]byte, error)

func (*CreateUDTypeRequestPB) ProtoMessage

func (*CreateUDTypeRequestPB) ProtoMessage()

func (*CreateUDTypeRequestPB) ProtoReflect

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

func (*CreateUDTypeRequestPB) Reset

func (x *CreateUDTypeRequestPB) Reset()

func (*CreateUDTypeRequestPB) String

func (x *CreateUDTypeRequestPB) String() string

func (*CreateUDTypeRequestPB) UnmarshalJSON

func (m *CreateUDTypeRequestPB) UnmarshalJSON(b []byte) error

type CreateUDTypeResponsePB

type CreateUDTypeResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Id    []byte         `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUDTypeResponsePB) Descriptor deprecated

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

Deprecated: Use CreateUDTypeResponsePB.ProtoReflect.Descriptor instead.

func (*CreateUDTypeResponsePB) GetError

func (x *CreateUDTypeResponsePB) GetError() *MasterErrorPB

func (*CreateUDTypeResponsePB) GetId

func (x *CreateUDTypeResponsePB) GetId() []byte

func (*CreateUDTypeResponsePB) MarshalJSON

func (m *CreateUDTypeResponsePB) MarshalJSON() ([]byte, error)

func (*CreateUDTypeResponsePB) ProtoMessage

func (*CreateUDTypeResponsePB) ProtoMessage()

func (*CreateUDTypeResponsePB) ProtoReflect

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

func (*CreateUDTypeResponsePB) Reset

func (x *CreateUDTypeResponsePB) Reset()

func (*CreateUDTypeResponsePB) String

func (x *CreateUDTypeResponsePB) String() string

func (*CreateUDTypeResponsePB) UnmarshalJSON

func (m *CreateUDTypeResponsePB) UnmarshalJSON(b []byte) error

type DeleteCDCStreamRequestPB

type DeleteCDCStreamRequestPB struct {
	StreamId [][]byte `protobuf:"bytes,1,rep,name=stream_id,json=streamId" json:"stream_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCDCStreamRequestPB) Descriptor deprecated

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

Deprecated: Use DeleteCDCStreamRequestPB.ProtoReflect.Descriptor instead.

func (*DeleteCDCStreamRequestPB) GetStreamId

func (x *DeleteCDCStreamRequestPB) GetStreamId() [][]byte

func (*DeleteCDCStreamRequestPB) MarshalJSON

func (m *DeleteCDCStreamRequestPB) MarshalJSON() ([]byte, error)

func (*DeleteCDCStreamRequestPB) ProtoMessage

func (*DeleteCDCStreamRequestPB) ProtoMessage()

func (*DeleteCDCStreamRequestPB) ProtoReflect

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

func (*DeleteCDCStreamRequestPB) Reset

func (x *DeleteCDCStreamRequestPB) Reset()

func (*DeleteCDCStreamRequestPB) String

func (x *DeleteCDCStreamRequestPB) String() string

func (*DeleteCDCStreamRequestPB) UnmarshalJSON

func (m *DeleteCDCStreamRequestPB) UnmarshalJSON(b []byte) error

type DeleteCDCStreamResponsePB

type DeleteCDCStreamResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCDCStreamResponsePB) Descriptor deprecated

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

Deprecated: Use DeleteCDCStreamResponsePB.ProtoReflect.Descriptor instead.

func (*DeleteCDCStreamResponsePB) GetError

func (*DeleteCDCStreamResponsePB) MarshalJSON

func (m *DeleteCDCStreamResponsePB) MarshalJSON() ([]byte, error)

func (*DeleteCDCStreamResponsePB) ProtoMessage

func (*DeleteCDCStreamResponsePB) ProtoMessage()

func (*DeleteCDCStreamResponsePB) ProtoReflect

func (*DeleteCDCStreamResponsePB) Reset

func (x *DeleteCDCStreamResponsePB) Reset()

func (*DeleteCDCStreamResponsePB) String

func (x *DeleteCDCStreamResponsePB) String() string

func (*DeleteCDCStreamResponsePB) UnmarshalJSON

func (m *DeleteCDCStreamResponsePB) UnmarshalJSON(b []byte) error

type DeleteNamespaceRequestPB

type DeleteNamespaceRequestPB struct {
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"`
	// Database type.
	DatabaseType *common.YQLDatabase `protobuf:"varint,2,opt,name=database_type,json=databaseType,enum=yb.YQLDatabase,def=2" json:"database_type,omitempty"`
	// contains filtered or unexported fields
}

Database type is added to metadata entries such that PGSQL clients cannot delete or connect to CQL database_type and vice versa.

func (*DeleteNamespaceRequestPB) Descriptor deprecated

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

Deprecated: Use DeleteNamespaceRequestPB.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceRequestPB) GetDatabaseType

func (x *DeleteNamespaceRequestPB) GetDatabaseType() common.YQLDatabase

func (*DeleteNamespaceRequestPB) GetNamespace

func (*DeleteNamespaceRequestPB) MarshalJSON

func (m *DeleteNamespaceRequestPB) MarshalJSON() ([]byte, error)

func (*DeleteNamespaceRequestPB) ProtoMessage

func (*DeleteNamespaceRequestPB) ProtoMessage()

func (*DeleteNamespaceRequestPB) ProtoReflect

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

func (*DeleteNamespaceRequestPB) Reset

func (x *DeleteNamespaceRequestPB) Reset()

func (*DeleteNamespaceRequestPB) String

func (x *DeleteNamespaceRequestPB) String() string

func (*DeleteNamespaceRequestPB) UnmarshalJSON

func (m *DeleteNamespaceRequestPB) UnmarshalJSON(b []byte) error

type DeleteNamespaceResponsePB

type DeleteNamespaceResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNamespaceResponsePB) Descriptor deprecated

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

Deprecated: Use DeleteNamespaceResponsePB.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceResponsePB) GetError

func (*DeleteNamespaceResponsePB) MarshalJSON

func (m *DeleteNamespaceResponsePB) MarshalJSON() ([]byte, error)

func (*DeleteNamespaceResponsePB) ProtoMessage

func (*DeleteNamespaceResponsePB) ProtoMessage()

func (*DeleteNamespaceResponsePB) ProtoReflect

func (*DeleteNamespaceResponsePB) Reset

func (x *DeleteNamespaceResponsePB) Reset()

func (*DeleteNamespaceResponsePB) String

func (x *DeleteNamespaceResponsePB) String() string

func (*DeleteNamespaceResponsePB) UnmarshalJSON

func (m *DeleteNamespaceResponsePB) UnmarshalJSON(b []byte) error

type DeleteRoleRequestPB

type DeleteRoleRequestPB struct {
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// Name of the role trying to drop the role.
	CurrentRole *string `protobuf:"bytes,2,opt,name=current_role,json=currentRole" json:"current_role,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRoleRequestPB) Descriptor deprecated

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

Deprecated: Use DeleteRoleRequestPB.ProtoReflect.Descriptor instead.

func (*DeleteRoleRequestPB) GetCurrentRole

func (x *DeleteRoleRequestPB) GetCurrentRole() string

func (*DeleteRoleRequestPB) GetName

func (x *DeleteRoleRequestPB) GetName() string

func (*DeleteRoleRequestPB) MarshalJSON

func (m *DeleteRoleRequestPB) MarshalJSON() ([]byte, error)

func (*DeleteRoleRequestPB) ProtoMessage

func (*DeleteRoleRequestPB) ProtoMessage()

func (*DeleteRoleRequestPB) ProtoReflect

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

func (*DeleteRoleRequestPB) Reset

func (x *DeleteRoleRequestPB) Reset()

func (*DeleteRoleRequestPB) String

func (x *DeleteRoleRequestPB) String() string

func (*DeleteRoleRequestPB) UnmarshalJSON

func (m *DeleteRoleRequestPB) UnmarshalJSON(b []byte) error

type DeleteRoleResponsePB

type DeleteRoleResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRoleResponsePB) Descriptor deprecated

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

Deprecated: Use DeleteRoleResponsePB.ProtoReflect.Descriptor instead.

func (*DeleteRoleResponsePB) GetError

func (x *DeleteRoleResponsePB) GetError() *MasterErrorPB

func (*DeleteRoleResponsePB) MarshalJSON

func (m *DeleteRoleResponsePB) MarshalJSON() ([]byte, error)

func (*DeleteRoleResponsePB) ProtoMessage

func (*DeleteRoleResponsePB) ProtoMessage()

func (*DeleteRoleResponsePB) ProtoReflect

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

func (*DeleteRoleResponsePB) Reset

func (x *DeleteRoleResponsePB) Reset()

func (*DeleteRoleResponsePB) String

func (x *DeleteRoleResponsePB) String() string

func (*DeleteRoleResponsePB) UnmarshalJSON

func (m *DeleteRoleResponsePB) UnmarshalJSON(b []byte) error

type DeleteTableRequestPB

type DeleteTableRequestPB struct {
	Table        *TableIdentifierPB `protobuf:"bytes,1,req,name=table" json:"table,omitempty"`
	IsIndexTable *bool              `protobuf:"varint,2,opt,name=is_index_table,json=isIndexTable,def=0" json:"is_index_table,omitempty"`
	// contains filtered or unexported fields
}

Delete table request (including index table).

func (*DeleteTableRequestPB) Descriptor deprecated

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

Deprecated: Use DeleteTableRequestPB.ProtoReflect.Descriptor instead.

func (*DeleteTableRequestPB) GetIsIndexTable

func (x *DeleteTableRequestPB) GetIsIndexTable() bool

func (*DeleteTableRequestPB) GetTable

func (x *DeleteTableRequestPB) GetTable() *TableIdentifierPB

func (*DeleteTableRequestPB) MarshalJSON

func (m *DeleteTableRequestPB) MarshalJSON() ([]byte, error)

func (*DeleteTableRequestPB) ProtoMessage

func (*DeleteTableRequestPB) ProtoMessage()

func (*DeleteTableRequestPB) ProtoReflect

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

func (*DeleteTableRequestPB) Reset

func (x *DeleteTableRequestPB) Reset()

func (*DeleteTableRequestPB) String

func (x *DeleteTableRequestPB) String() string

func (*DeleteTableRequestPB) UnmarshalJSON

func (m *DeleteTableRequestPB) UnmarshalJSON(b []byte) error

type DeleteTableResponsePB

type DeleteTableResponsePB struct {

	// The error, if an error occurred with this request.
	Error   *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	TableId []byte         `protobuf:"bytes,2,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// For index table, the indexed table of this index.
	IndexedTable *TableIdentifierPB `protobuf:"bytes,3,opt,name=indexed_table,json=indexedTable" json:"indexed_table,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTableResponsePB) Descriptor deprecated

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

Deprecated: Use DeleteTableResponsePB.ProtoReflect.Descriptor instead.

func (*DeleteTableResponsePB) GetError

func (x *DeleteTableResponsePB) GetError() *MasterErrorPB

func (*DeleteTableResponsePB) GetIndexedTable

func (x *DeleteTableResponsePB) GetIndexedTable() *TableIdentifierPB

func (*DeleteTableResponsePB) GetTableId

func (x *DeleteTableResponsePB) GetTableId() []byte

func (*DeleteTableResponsePB) MarshalJSON

func (m *DeleteTableResponsePB) MarshalJSON() ([]byte, error)

func (*DeleteTableResponsePB) ProtoMessage

func (*DeleteTableResponsePB) ProtoMessage()

func (*DeleteTableResponsePB) ProtoReflect

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

func (*DeleteTableResponsePB) Reset

func (x *DeleteTableResponsePB) Reset()

func (*DeleteTableResponsePB) String

func (x *DeleteTableResponsePB) String() string

func (*DeleteTableResponsePB) UnmarshalJSON

func (m *DeleteTableResponsePB) UnmarshalJSON(b []byte) error

type DeleteTablegroupRequestPB

type DeleteTablegroupRequestPB struct {
	Id          []byte `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	NamespaceId []byte `protobuf:"bytes,2,req,name=namespace_id,json=namespaceId" json:"namespace_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTablegroupRequestPB) Descriptor deprecated

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

Deprecated: Use DeleteTablegroupRequestPB.ProtoReflect.Descriptor instead.

func (*DeleteTablegroupRequestPB) GetId

func (x *DeleteTablegroupRequestPB) GetId() []byte

func (*DeleteTablegroupRequestPB) GetNamespaceId

func (x *DeleteTablegroupRequestPB) GetNamespaceId() []byte

func (*DeleteTablegroupRequestPB) MarshalJSON

func (m *DeleteTablegroupRequestPB) MarshalJSON() ([]byte, error)

func (*DeleteTablegroupRequestPB) ProtoMessage

func (*DeleteTablegroupRequestPB) ProtoMessage()

func (*DeleteTablegroupRequestPB) ProtoReflect

func (*DeleteTablegroupRequestPB) Reset

func (x *DeleteTablegroupRequestPB) Reset()

func (*DeleteTablegroupRequestPB) String

func (x *DeleteTablegroupRequestPB) String() string

func (*DeleteTablegroupRequestPB) UnmarshalJSON

func (m *DeleteTablegroupRequestPB) UnmarshalJSON(b []byte) error

type DeleteTablegroupResponsePB

type DeleteTablegroupResponsePB struct {

	// The error, if an error occurred with this request.
	Error         *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	ParentTableId []byte         `protobuf:"bytes,2,opt,name=parent_table_id,json=parentTableId" json:"parent_table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTablegroupResponsePB) Descriptor deprecated

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

Deprecated: Use DeleteTablegroupResponsePB.ProtoReflect.Descriptor instead.

func (*DeleteTablegroupResponsePB) GetError

func (*DeleteTablegroupResponsePB) GetParentTableId

func (x *DeleteTablegroupResponsePB) GetParentTableId() []byte

func (*DeleteTablegroupResponsePB) MarshalJSON

func (m *DeleteTablegroupResponsePB) MarshalJSON() ([]byte, error)

func (*DeleteTablegroupResponsePB) ProtoMessage

func (*DeleteTablegroupResponsePB) ProtoMessage()

func (*DeleteTablegroupResponsePB) ProtoReflect

func (*DeleteTablegroupResponsePB) Reset

func (x *DeleteTablegroupResponsePB) Reset()

func (*DeleteTablegroupResponsePB) String

func (x *DeleteTablegroupResponsePB) String() string

func (*DeleteTablegroupResponsePB) UnmarshalJSON

func (m *DeleteTablegroupResponsePB) UnmarshalJSON(b []byte) error

type DeleteTabletRequestPB

type DeleteTabletRequestPB struct {
	TabletId []byte `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTabletRequestPB) Descriptor deprecated

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

Deprecated: Use DeleteTabletRequestPB.ProtoReflect.Descriptor instead.

func (*DeleteTabletRequestPB) GetTabletId

func (x *DeleteTabletRequestPB) GetTabletId() []byte

func (*DeleteTabletRequestPB) MarshalJSON

func (m *DeleteTabletRequestPB) MarshalJSON() ([]byte, error)

func (*DeleteTabletRequestPB) ProtoMessage

func (*DeleteTabletRequestPB) ProtoMessage()

func (*DeleteTabletRequestPB) ProtoReflect

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

func (*DeleteTabletRequestPB) Reset

func (x *DeleteTabletRequestPB) Reset()

func (*DeleteTabletRequestPB) String

func (x *DeleteTabletRequestPB) String() string

func (*DeleteTabletRequestPB) UnmarshalJSON

func (m *DeleteTabletRequestPB) UnmarshalJSON(b []byte) error

type DeleteTabletResponsePB

type DeleteTabletResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTabletResponsePB) Descriptor deprecated

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

Deprecated: Use DeleteTabletResponsePB.ProtoReflect.Descriptor instead.

func (*DeleteTabletResponsePB) GetError

func (x *DeleteTabletResponsePB) GetError() *MasterErrorPB

func (*DeleteTabletResponsePB) MarshalJSON

func (m *DeleteTabletResponsePB) MarshalJSON() ([]byte, error)

func (*DeleteTabletResponsePB) ProtoMessage

func (*DeleteTabletResponsePB) ProtoMessage()

func (*DeleteTabletResponsePB) ProtoReflect

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

func (*DeleteTabletResponsePB) Reset

func (x *DeleteTabletResponsePB) Reset()

func (*DeleteTabletResponsePB) String

func (x *DeleteTabletResponsePB) String() string

func (*DeleteTabletResponsePB) UnmarshalJSON

func (m *DeleteTabletResponsePB) UnmarshalJSON(b []byte) error

type DeleteUDTypeRequestPB

type DeleteUDTypeRequestPB struct {
	Type *UDTypeIdentifierPB `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUDTypeRequestPB) Descriptor deprecated

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

Deprecated: Use DeleteUDTypeRequestPB.ProtoReflect.Descriptor instead.

func (*DeleteUDTypeRequestPB) GetType

func (*DeleteUDTypeRequestPB) MarshalJSON

func (m *DeleteUDTypeRequestPB) MarshalJSON() ([]byte, error)

func (*DeleteUDTypeRequestPB) ProtoMessage

func (*DeleteUDTypeRequestPB) ProtoMessage()

func (*DeleteUDTypeRequestPB) ProtoReflect

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

func (*DeleteUDTypeRequestPB) Reset

func (x *DeleteUDTypeRequestPB) Reset()

func (*DeleteUDTypeRequestPB) String

func (x *DeleteUDTypeRequestPB) String() string

func (*DeleteUDTypeRequestPB) UnmarshalJSON

func (m *DeleteUDTypeRequestPB) UnmarshalJSON(b []byte) error

type DeleteUDTypeResponsePB

type DeleteUDTypeResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUDTypeResponsePB) Descriptor deprecated

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

Deprecated: Use DeleteUDTypeResponsePB.ProtoReflect.Descriptor instead.

func (*DeleteUDTypeResponsePB) GetError

func (x *DeleteUDTypeResponsePB) GetError() *MasterErrorPB

func (*DeleteUDTypeResponsePB) MarshalJSON

func (m *DeleteUDTypeResponsePB) MarshalJSON() ([]byte, error)

func (*DeleteUDTypeResponsePB) ProtoMessage

func (*DeleteUDTypeResponsePB) ProtoMessage()

func (*DeleteUDTypeResponsePB) ProtoReflect

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

func (*DeleteUDTypeResponsePB) Reset

func (x *DeleteUDTypeResponsePB) Reset()

func (*DeleteUDTypeResponsePB) String

func (x *DeleteUDTypeResponsePB) String() string

func (*DeleteUDTypeResponsePB) UnmarshalJSON

func (m *DeleteUDTypeResponsePB) UnmarshalJSON(b []byte) error

type DeleteUniverseReplicationRequestPB

type DeleteUniverseReplicationRequestPB struct {
	ProducerId *string `protobuf:"bytes,1,opt,name=producer_id,json=producerId" json:"producer_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUniverseReplicationRequestPB) Descriptor deprecated

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

Deprecated: Use DeleteUniverseReplicationRequestPB.ProtoReflect.Descriptor instead.

func (*DeleteUniverseReplicationRequestPB) GetProducerId

func (x *DeleteUniverseReplicationRequestPB) GetProducerId() string

func (*DeleteUniverseReplicationRequestPB) MarshalJSON

func (m *DeleteUniverseReplicationRequestPB) MarshalJSON() ([]byte, error)

func (*DeleteUniverseReplicationRequestPB) ProtoMessage

func (*DeleteUniverseReplicationRequestPB) ProtoMessage()

func (*DeleteUniverseReplicationRequestPB) ProtoReflect

func (*DeleteUniverseReplicationRequestPB) Reset

func (*DeleteUniverseReplicationRequestPB) String

func (*DeleteUniverseReplicationRequestPB) UnmarshalJSON

func (m *DeleteUniverseReplicationRequestPB) UnmarshalJSON(b []byte) error

type DeleteUniverseReplicationResponsePB

type DeleteUniverseReplicationResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUniverseReplicationResponsePB) Descriptor deprecated

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

Deprecated: Use DeleteUniverseReplicationResponsePB.ProtoReflect.Descriptor instead.

func (*DeleteUniverseReplicationResponsePB) GetError

func (*DeleteUniverseReplicationResponsePB) MarshalJSON

func (m *DeleteUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)

func (*DeleteUniverseReplicationResponsePB) ProtoMessage

func (*DeleteUniverseReplicationResponsePB) ProtoMessage()

func (*DeleteUniverseReplicationResponsePB) ProtoReflect

func (*DeleteUniverseReplicationResponsePB) Reset

func (*DeleteUniverseReplicationResponsePB) String

func (*DeleteUniverseReplicationResponsePB) UnmarshalJSON

func (m *DeleteUniverseReplicationResponsePB) UnmarshalJSON(b []byte) error

type DumpMasterStateRequestPB

type DumpMasterStateRequestPB struct {

	// Dump on-disk state known to this master - including sys.catalog and raft config related info
	OnDisk *bool `protobuf:"varint,1,opt,name=on_disk,json=onDisk,def=1" json:"on_disk,omitempty"`
	// If set to true, the leader sends request to all current peers to dump their state too.
	// The on_disk is sent along to peers too.
	PeersAlso *bool `protobuf:"varint,2,opt,name=peers_also,json=peersAlso,def=0" json:"peers_also,omitempty"`
	// If set to true, the dump will be returned back as a string in the response.
	// Else the dump will be saved into the master respective log files.
	ReturnDumpAsString *bool `protobuf:"varint,3,opt,name=return_dump_as_string,json=returnDumpAsString,def=0" json:"return_dump_as_string,omitempty"`
	// contains filtered or unexported fields
}

Make the masters dump all their in-memory and on-disk state to their respective log files. Sent to the master leader first, and then propogated to its peers if peers_also is set to true.

func (*DumpMasterStateRequestPB) Descriptor deprecated

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

Deprecated: Use DumpMasterStateRequestPB.ProtoReflect.Descriptor instead.

func (*DumpMasterStateRequestPB) GetOnDisk

func (x *DumpMasterStateRequestPB) GetOnDisk() bool

func (*DumpMasterStateRequestPB) GetPeersAlso

func (x *DumpMasterStateRequestPB) GetPeersAlso() bool

func (*DumpMasterStateRequestPB) GetReturnDumpAsString

func (x *DumpMasterStateRequestPB) GetReturnDumpAsString() bool

func (*DumpMasterStateRequestPB) MarshalJSON

func (m *DumpMasterStateRequestPB) MarshalJSON() ([]byte, error)

func (*DumpMasterStateRequestPB) ProtoMessage

func (*DumpMasterStateRequestPB) ProtoMessage()

func (*DumpMasterStateRequestPB) ProtoReflect

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

func (*DumpMasterStateRequestPB) Reset

func (x *DumpMasterStateRequestPB) Reset()

func (*DumpMasterStateRequestPB) String

func (x *DumpMasterStateRequestPB) String() string

func (*DumpMasterStateRequestPB) UnmarshalJSON

func (m *DumpMasterStateRequestPB) UnmarshalJSON(b []byte) error

type DumpMasterStateResponsePB

type DumpMasterStateResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Dump  *string        `protobuf:"bytes,2,opt,name=dump" json:"dump,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpMasterStateResponsePB) Descriptor deprecated

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

Deprecated: Use DumpMasterStateResponsePB.ProtoReflect.Descriptor instead.

func (*DumpMasterStateResponsePB) GetDump

func (x *DumpMasterStateResponsePB) GetDump() string

func (*DumpMasterStateResponsePB) GetError

func (*DumpMasterStateResponsePB) MarshalJSON

func (m *DumpMasterStateResponsePB) MarshalJSON() ([]byte, error)

func (*DumpMasterStateResponsePB) ProtoMessage

func (*DumpMasterStateResponsePB) ProtoMessage()

func (*DumpMasterStateResponsePB) ProtoReflect

func (*DumpMasterStateResponsePB) Reset

func (x *DumpMasterStateResponsePB) Reset()

func (*DumpMasterStateResponsePB) String

func (x *DumpMasterStateResponsePB) String() string

func (*DumpMasterStateResponsePB) UnmarshalJSON

func (m *DumpMasterStateResponsePB) UnmarshalJSON(b []byte) error

type EncryptionInfoPB

type EncryptionInfoPB struct {
	EncryptionEnabled          *bool   `protobuf:"varint,1,opt,name=encryption_enabled,json=encryptionEnabled" json:"encryption_enabled,omitempty"`
	UniverseKeyRegistryEncoded []byte  `` /* 136-byte string literal not displayed */
	KeyPath                    *string `protobuf:"bytes,3,opt,name=key_path,json=keyPath" json:"key_path,omitempty"`
	LatestVersionId            *string `protobuf:"bytes,4,opt,name=latest_version_id,json=latestVersionId" json:"latest_version_id,omitempty"`
	KeyInMemory                *bool   `protobuf:"varint,5,opt,name=key_in_memory,json=keyInMemory" json:"key_in_memory,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptionInfoPB) Descriptor deprecated

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

Deprecated: Use EncryptionInfoPB.ProtoReflect.Descriptor instead.

func (*EncryptionInfoPB) GetEncryptionEnabled

func (x *EncryptionInfoPB) GetEncryptionEnabled() bool

func (*EncryptionInfoPB) GetKeyInMemory

func (x *EncryptionInfoPB) GetKeyInMemory() bool

func (*EncryptionInfoPB) GetKeyPath

func (x *EncryptionInfoPB) GetKeyPath() string

func (*EncryptionInfoPB) GetLatestVersionId

func (x *EncryptionInfoPB) GetLatestVersionId() string

func (*EncryptionInfoPB) GetUniverseKeyRegistryEncoded

func (x *EncryptionInfoPB) GetUniverseKeyRegistryEncoded() []byte

func (*EncryptionInfoPB) MarshalJSON

func (m *EncryptionInfoPB) MarshalJSON() ([]byte, error)

func (*EncryptionInfoPB) ProtoMessage

func (*EncryptionInfoPB) ProtoMessage()

func (*EncryptionInfoPB) ProtoReflect

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

func (*EncryptionInfoPB) Reset

func (x *EncryptionInfoPB) Reset()

func (*EncryptionInfoPB) String

func (x *EncryptionInfoPB) String() string

func (*EncryptionInfoPB) UnmarshalJSON

func (m *EncryptionInfoPB) UnmarshalJSON(b []byte) error

type FlushTablesRequestPB

type FlushTablesRequestPB struct {
	Tables []*TableIdentifierPB `protobuf:"bytes,1,rep,name=tables" json:"tables,omitempty"`
	// Whether we want to compact the tablets instead of flushing them.
	IsCompaction *bool `protobuf:"varint,2,opt,name=is_compaction,json=isCompaction" json:"is_compaction,omitempty"`
	// Whether we want to include index tables in this flush. If there are index tables in the tables
	// field this field must be set to false, otherwise the request will fail.
	AddIndexes *bool `protobuf:"varint,3,opt,name=add_indexes,json=addIndexes" json:"add_indexes,omitempty"`
	// contains filtered or unexported fields
}

TODO: rename to FlushOrCompact TablesRequestPB https://github.com/YugaByte/yugabyte-db/issues/729

func (*FlushTablesRequestPB) Descriptor deprecated

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

Deprecated: Use FlushTablesRequestPB.ProtoReflect.Descriptor instead.

func (*FlushTablesRequestPB) GetAddIndexes

func (x *FlushTablesRequestPB) GetAddIndexes() bool

func (*FlushTablesRequestPB) GetIsCompaction

func (x *FlushTablesRequestPB) GetIsCompaction() bool

func (*FlushTablesRequestPB) GetTables

func (x *FlushTablesRequestPB) GetTables() []*TableIdentifierPB

func (*FlushTablesRequestPB) MarshalJSON

func (m *FlushTablesRequestPB) MarshalJSON() ([]byte, error)

func (*FlushTablesRequestPB) ProtoMessage

func (*FlushTablesRequestPB) ProtoMessage()

func (*FlushTablesRequestPB) ProtoReflect

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

func (*FlushTablesRequestPB) Reset

func (x *FlushTablesRequestPB) Reset()

func (*FlushTablesRequestPB) String

func (x *FlushTablesRequestPB) String() string

func (*FlushTablesRequestPB) UnmarshalJSON

func (m *FlushTablesRequestPB) UnmarshalJSON(b []byte) error

type FlushTablesResponsePB

type FlushTablesResponsePB struct {
	Error          *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	FlushRequestId []byte         `protobuf:"bytes,2,opt,name=flush_request_id,json=flushRequestId" json:"flush_request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FlushTablesResponsePB) Descriptor deprecated

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

Deprecated: Use FlushTablesResponsePB.ProtoReflect.Descriptor instead.

func (*FlushTablesResponsePB) GetError

func (x *FlushTablesResponsePB) GetError() *MasterErrorPB

func (*FlushTablesResponsePB) GetFlushRequestId

func (x *FlushTablesResponsePB) GetFlushRequestId() []byte

func (*FlushTablesResponsePB) MarshalJSON

func (m *FlushTablesResponsePB) MarshalJSON() ([]byte, error)

func (*FlushTablesResponsePB) ProtoMessage

func (*FlushTablesResponsePB) ProtoMessage()

func (*FlushTablesResponsePB) ProtoReflect

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

func (*FlushTablesResponsePB) Reset

func (x *FlushTablesResponsePB) Reset()

func (*FlushTablesResponsePB) String

func (x *FlushTablesResponsePB) String() string

func (*FlushTablesResponsePB) UnmarshalJSON

func (m *FlushTablesResponsePB) UnmarshalJSON(b []byte) error

type GetCDCStreamRequestPB

type GetCDCStreamRequestPB struct {
	StreamId []byte `protobuf:"bytes,1,opt,name=stream_id,json=streamId" json:"stream_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCDCStreamRequestPB) Descriptor deprecated

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

Deprecated: Use GetCDCStreamRequestPB.ProtoReflect.Descriptor instead.

func (*GetCDCStreamRequestPB) GetStreamId

func (x *GetCDCStreamRequestPB) GetStreamId() []byte

func (*GetCDCStreamRequestPB) MarshalJSON

func (m *GetCDCStreamRequestPB) MarshalJSON() ([]byte, error)

func (*GetCDCStreamRequestPB) ProtoMessage

func (*GetCDCStreamRequestPB) ProtoMessage()

func (*GetCDCStreamRequestPB) ProtoReflect

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

func (*GetCDCStreamRequestPB) Reset

func (x *GetCDCStreamRequestPB) Reset()

func (*GetCDCStreamRequestPB) String

func (x *GetCDCStreamRequestPB) String() string

func (*GetCDCStreamRequestPB) UnmarshalJSON

func (m *GetCDCStreamRequestPB) UnmarshalJSON(b []byte) error

type GetCDCStreamResponsePB

type GetCDCStreamResponsePB struct {

	// The error, if an error occurred with this request.
	Error  *MasterErrorPB   `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Stream *CDCStreamInfoPB `protobuf:"bytes,2,opt,name=stream" json:"stream,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCDCStreamResponsePB) Descriptor deprecated

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

Deprecated: Use GetCDCStreamResponsePB.ProtoReflect.Descriptor instead.

func (*GetCDCStreamResponsePB) GetError

func (x *GetCDCStreamResponsePB) GetError() *MasterErrorPB

func (*GetCDCStreamResponsePB) GetStream

func (x *GetCDCStreamResponsePB) GetStream() *CDCStreamInfoPB

func (*GetCDCStreamResponsePB) MarshalJSON

func (m *GetCDCStreamResponsePB) MarshalJSON() ([]byte, error)

func (*GetCDCStreamResponsePB) ProtoMessage

func (*GetCDCStreamResponsePB) ProtoMessage()

func (*GetCDCStreamResponsePB) ProtoReflect

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

func (*GetCDCStreamResponsePB) Reset

func (x *GetCDCStreamResponsePB) Reset()

func (*GetCDCStreamResponsePB) String

func (x *GetCDCStreamResponsePB) String() string

func (*GetCDCStreamResponsePB) UnmarshalJSON

func (m *GetCDCStreamResponsePB) UnmarshalJSON(b []byte) error

type GetColocatedTabletSchemaRequestPB

type GetColocatedTabletSchemaRequestPB struct {
	ParentColocatedTable *TableIdentifierPB `protobuf:"bytes,1,req,name=parent_colocated_table,json=parentColocatedTable" json:"parent_colocated_table,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColocatedTabletSchemaRequestPB) Descriptor deprecated

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

Deprecated: Use GetColocatedTabletSchemaRequestPB.ProtoReflect.Descriptor instead.

func (*GetColocatedTabletSchemaRequestPB) GetParentColocatedTable

func (x *GetColocatedTabletSchemaRequestPB) GetParentColocatedTable() *TableIdentifierPB

func (*GetColocatedTabletSchemaRequestPB) MarshalJSON

func (m *GetColocatedTabletSchemaRequestPB) MarshalJSON() ([]byte, error)

func (*GetColocatedTabletSchemaRequestPB) ProtoMessage

func (*GetColocatedTabletSchemaRequestPB) ProtoMessage()

func (*GetColocatedTabletSchemaRequestPB) ProtoReflect

func (*GetColocatedTabletSchemaRequestPB) Reset

func (*GetColocatedTabletSchemaRequestPB) String

func (*GetColocatedTabletSchemaRequestPB) UnmarshalJSON

func (m *GetColocatedTabletSchemaRequestPB) UnmarshalJSON(b []byte) error

type GetColocatedTabletSchemaResponsePB

type GetColocatedTabletSchemaResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// List of all colocated user tables in this colocated database.
	GetTableSchemaResponsePbs []*GetTableSchemaResponsePB `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetColocatedTabletSchemaResponsePB) Descriptor deprecated

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

Deprecated: Use GetColocatedTabletSchemaResponsePB.ProtoReflect.Descriptor instead.

func (*GetColocatedTabletSchemaResponsePB) GetError

func (*GetColocatedTabletSchemaResponsePB) GetGetTableSchemaResponsePbs

func (x *GetColocatedTabletSchemaResponsePB) GetGetTableSchemaResponsePbs() []*GetTableSchemaResponsePB

func (*GetColocatedTabletSchemaResponsePB) MarshalJSON

func (m *GetColocatedTabletSchemaResponsePB) MarshalJSON() ([]byte, error)

func (*GetColocatedTabletSchemaResponsePB) ProtoMessage

func (*GetColocatedTabletSchemaResponsePB) ProtoMessage()

func (*GetColocatedTabletSchemaResponsePB) ProtoReflect

func (*GetColocatedTabletSchemaResponsePB) Reset

func (*GetColocatedTabletSchemaResponsePB) String

func (*GetColocatedTabletSchemaResponsePB) UnmarshalJSON

func (m *GetColocatedTabletSchemaResponsePB) UnmarshalJSON(b []byte) error

type GetLeaderBlacklistPercentRequestPB

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

Get the percentage of tablet leadership that got moved as part of a leader blacklist config change. Handled by the master leader and picked up by new leader on failover.

func (*GetLeaderBlacklistPercentRequestPB) Descriptor deprecated

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

Deprecated: Use GetLeaderBlacklistPercentRequestPB.ProtoReflect.Descriptor instead.

func (*GetLeaderBlacklistPercentRequestPB) MarshalJSON

func (m *GetLeaderBlacklistPercentRequestPB) MarshalJSON() ([]byte, error)

func (*GetLeaderBlacklistPercentRequestPB) ProtoMessage

func (*GetLeaderBlacklistPercentRequestPB) ProtoMessage()

func (*GetLeaderBlacklistPercentRequestPB) ProtoReflect

func (*GetLeaderBlacklistPercentRequestPB) Reset

func (*GetLeaderBlacklistPercentRequestPB) String

func (*GetLeaderBlacklistPercentRequestPB) UnmarshalJSON

func (m *GetLeaderBlacklistPercentRequestPB) UnmarshalJSON(b []byte) error

type GetLoadBalancerStateRequestPB

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

func (*GetLoadBalancerStateRequestPB) Descriptor deprecated

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

Deprecated: Use GetLoadBalancerStateRequestPB.ProtoReflect.Descriptor instead.

func (*GetLoadBalancerStateRequestPB) MarshalJSON

func (m *GetLoadBalancerStateRequestPB) MarshalJSON() ([]byte, error)

func (*GetLoadBalancerStateRequestPB) ProtoMessage

func (*GetLoadBalancerStateRequestPB) ProtoMessage()

func (*GetLoadBalancerStateRequestPB) ProtoReflect

func (*GetLoadBalancerStateRequestPB) Reset

func (x *GetLoadBalancerStateRequestPB) Reset()

func (*GetLoadBalancerStateRequestPB) String

func (*GetLoadBalancerStateRequestPB) UnmarshalJSON

func (m *GetLoadBalancerStateRequestPB) UnmarshalJSON(b []byte) error

type GetLoadBalancerStateResponsePB

type GetLoadBalancerStateResponsePB struct {
	Error     *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	IsEnabled *bool          `protobuf:"varint,2,opt,name=is_enabled,json=isEnabled" json:"is_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoadBalancerStateResponsePB) Descriptor deprecated

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

Deprecated: Use GetLoadBalancerStateResponsePB.ProtoReflect.Descriptor instead.

func (*GetLoadBalancerStateResponsePB) GetError

func (*GetLoadBalancerStateResponsePB) GetIsEnabled

func (x *GetLoadBalancerStateResponsePB) GetIsEnabled() bool

func (*GetLoadBalancerStateResponsePB) MarshalJSON

func (m *GetLoadBalancerStateResponsePB) MarshalJSON() ([]byte, error)

func (*GetLoadBalancerStateResponsePB) ProtoMessage

func (*GetLoadBalancerStateResponsePB) ProtoMessage()

func (*GetLoadBalancerStateResponsePB) ProtoReflect

func (*GetLoadBalancerStateResponsePB) Reset

func (x *GetLoadBalancerStateResponsePB) Reset()

func (*GetLoadBalancerStateResponsePB) String

func (*GetLoadBalancerStateResponsePB) UnmarshalJSON

func (m *GetLoadBalancerStateResponsePB) UnmarshalJSON(b []byte) error

type GetLoadMovePercentRequestPB

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

Get the percentage of tablet data that got moved as part of a blacklist config change. Handled by the master leader and picked up by new leader on failover.

func (*GetLoadMovePercentRequestPB) Descriptor deprecated

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

Deprecated: Use GetLoadMovePercentRequestPB.ProtoReflect.Descriptor instead.

func (*GetLoadMovePercentRequestPB) MarshalJSON

func (m *GetLoadMovePercentRequestPB) MarshalJSON() ([]byte, error)

func (*GetLoadMovePercentRequestPB) ProtoMessage

func (*GetLoadMovePercentRequestPB) ProtoMessage()

func (*GetLoadMovePercentRequestPB) ProtoReflect

func (*GetLoadMovePercentRequestPB) Reset

func (x *GetLoadMovePercentRequestPB) Reset()

func (*GetLoadMovePercentRequestPB) String

func (x *GetLoadMovePercentRequestPB) String() string

func (*GetLoadMovePercentRequestPB) UnmarshalJSON

func (m *GetLoadMovePercentRequestPB) UnmarshalJSON(b []byte) error

type GetLoadMovePercentResponsePB

type GetLoadMovePercentResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// To be deprecated. Replaced by "100 * (total - remaining) / total".
	Percent   *float64 `protobuf:"fixed64,2,opt,name=percent" json:"percent,omitempty"`
	Remaining *uint64  `protobuf:"varint,3,opt,name=remaining" json:"remaining,omitempty"`
	Total     *uint64  `protobuf:"varint,4,opt,name=total" json:"total,omitempty"`
	// contains filtered or unexported fields
}

When no errors, the percent reflects the progress of load removal from the blacklisted tservers.

func (*GetLoadMovePercentResponsePB) Descriptor deprecated

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

Deprecated: Use GetLoadMovePercentResponsePB.ProtoReflect.Descriptor instead.

func (*GetLoadMovePercentResponsePB) GetError

func (*GetLoadMovePercentResponsePB) GetPercent

func (x *GetLoadMovePercentResponsePB) GetPercent() float64

func (*GetLoadMovePercentResponsePB) GetRemaining

func (x *GetLoadMovePercentResponsePB) GetRemaining() uint64

func (*GetLoadMovePercentResponsePB) GetTotal

func (x *GetLoadMovePercentResponsePB) GetTotal() uint64

func (*GetLoadMovePercentResponsePB) MarshalJSON

func (m *GetLoadMovePercentResponsePB) MarshalJSON() ([]byte, error)

func (*GetLoadMovePercentResponsePB) ProtoMessage

func (*GetLoadMovePercentResponsePB) ProtoMessage()

func (*GetLoadMovePercentResponsePB) ProtoReflect

func (*GetLoadMovePercentResponsePB) Reset

func (x *GetLoadMovePercentResponsePB) Reset()

func (*GetLoadMovePercentResponsePB) String

func (*GetLoadMovePercentResponsePB) UnmarshalJSON

func (m *GetLoadMovePercentResponsePB) UnmarshalJSON(b []byte) error

type GetMasterClusterConfigRequestPB

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

func (*GetMasterClusterConfigRequestPB) Descriptor deprecated

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

Deprecated: Use GetMasterClusterConfigRequestPB.ProtoReflect.Descriptor instead.

func (*GetMasterClusterConfigRequestPB) MarshalJSON

func (m *GetMasterClusterConfigRequestPB) MarshalJSON() ([]byte, error)

func (*GetMasterClusterConfigRequestPB) ProtoMessage

func (*GetMasterClusterConfigRequestPB) ProtoMessage()

func (*GetMasterClusterConfigRequestPB) ProtoReflect

func (*GetMasterClusterConfigRequestPB) Reset

func (*GetMasterClusterConfigRequestPB) String

func (*GetMasterClusterConfigRequestPB) UnmarshalJSON

func (m *GetMasterClusterConfigRequestPB) UnmarshalJSON(b []byte) error

type GetMasterClusterConfigResponsePB

type GetMasterClusterConfigResponsePB struct {
	Error         *MasterErrorPB           `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	ClusterConfig *SysClusterConfigEntryPB `protobuf:"bytes,2,opt,name=cluster_config,json=clusterConfig" json:"cluster_config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMasterClusterConfigResponsePB) Descriptor deprecated

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

Deprecated: Use GetMasterClusterConfigResponsePB.ProtoReflect.Descriptor instead.

func (*GetMasterClusterConfigResponsePB) GetClusterConfig

func (*GetMasterClusterConfigResponsePB) GetError

func (*GetMasterClusterConfigResponsePB) MarshalJSON

func (m *GetMasterClusterConfigResponsePB) MarshalJSON() ([]byte, error)

func (*GetMasterClusterConfigResponsePB) ProtoMessage

func (*GetMasterClusterConfigResponsePB) ProtoMessage()

func (*GetMasterClusterConfigResponsePB) ProtoReflect

func (*GetMasterClusterConfigResponsePB) Reset

func (*GetMasterClusterConfigResponsePB) String

func (*GetMasterClusterConfigResponsePB) UnmarshalJSON

func (m *GetMasterClusterConfigResponsePB) UnmarshalJSON(b []byte) error

type GetMasterRegistrationRequestPB

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

GetMasterRegistrationRequest/Response: get the instance id and HTTP/RPC addresses for this Master server.

func (*GetMasterRegistrationRequestPB) Descriptor deprecated

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

Deprecated: Use GetMasterRegistrationRequestPB.ProtoReflect.Descriptor instead.

func (*GetMasterRegistrationRequestPB) MarshalJSON

func (m *GetMasterRegistrationRequestPB) MarshalJSON() ([]byte, error)

func (*GetMasterRegistrationRequestPB) ProtoMessage

func (*GetMasterRegistrationRequestPB) ProtoMessage()

func (*GetMasterRegistrationRequestPB) ProtoReflect

func (*GetMasterRegistrationRequestPB) Reset

func (x *GetMasterRegistrationRequestPB) Reset()

func (*GetMasterRegistrationRequestPB) String

func (*GetMasterRegistrationRequestPB) UnmarshalJSON

func (m *GetMasterRegistrationRequestPB) UnmarshalJSON(b []byte) error

type GetMasterRegistrationResponsePB

type GetMasterRegistrationResponsePB struct {

	// Node instance information is always set.
	InstanceId *common.NodeInstancePB `protobuf:"bytes,1,req,name=instance_id,json=instanceId" json:"instance_id,omitempty"`
	// These fields are optional, as they won't be set if there's an
	// error retrieving the host/port information.
	Registration *common.ServerRegistrationPB `protobuf:"bytes,2,opt,name=registration" json:"registration,omitempty"`
	// This server's role in the consensus configuration.
	Role *common.RaftPeerPB_Role `protobuf:"varint,3,opt,name=role,enum=yb.consensus.RaftPeerPB_Role" json:"role,omitempty"`
	// Set if there an error retrieving the registration information.
	Error *MasterErrorPB `protobuf:"bytes,4,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

TODO: Just use ServerRegistration here.

func (*GetMasterRegistrationResponsePB) Descriptor deprecated

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

Deprecated: Use GetMasterRegistrationResponsePB.ProtoReflect.Descriptor instead.

func (*GetMasterRegistrationResponsePB) GetError

func (*GetMasterRegistrationResponsePB) GetInstanceId

func (*GetMasterRegistrationResponsePB) GetRegistration

func (*GetMasterRegistrationResponsePB) GetRole

func (*GetMasterRegistrationResponsePB) MarshalJSON

func (m *GetMasterRegistrationResponsePB) MarshalJSON() ([]byte, error)

func (*GetMasterRegistrationResponsePB) ProtoMessage

func (*GetMasterRegistrationResponsePB) ProtoMessage()

func (*GetMasterRegistrationResponsePB) ProtoReflect

func (*GetMasterRegistrationResponsePB) Reset

func (*GetMasterRegistrationResponsePB) String

func (*GetMasterRegistrationResponsePB) UnmarshalJSON

func (m *GetMasterRegistrationResponsePB) UnmarshalJSON(b []byte) error

type GetNamespaceInfoRequestPB

type GetNamespaceInfoRequestPB struct {
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceInfoRequestPB) Descriptor deprecated

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

Deprecated: Use GetNamespaceInfoRequestPB.ProtoReflect.Descriptor instead.

func (*GetNamespaceInfoRequestPB) GetNamespace

func (*GetNamespaceInfoRequestPB) MarshalJSON

func (m *GetNamespaceInfoRequestPB) MarshalJSON() ([]byte, error)

func (*GetNamespaceInfoRequestPB) ProtoMessage

func (*GetNamespaceInfoRequestPB) ProtoMessage()

func (*GetNamespaceInfoRequestPB) ProtoReflect

func (*GetNamespaceInfoRequestPB) Reset

func (x *GetNamespaceInfoRequestPB) Reset()

func (*GetNamespaceInfoRequestPB) String

func (x *GetNamespaceInfoRequestPB) String() string

func (*GetNamespaceInfoRequestPB) UnmarshalJSON

func (m *GetNamespaceInfoRequestPB) UnmarshalJSON(b []byte) error

type GetNamespaceInfoResponsePB

type GetNamespaceInfoResponsePB struct {

	// The error, if an error occurred with this request.
	Error     *MasterErrorPB         `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"`
	Colocated *bool                  `protobuf:"varint,3,opt,name=colocated" json:"colocated,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceInfoResponsePB) Descriptor deprecated

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

Deprecated: Use GetNamespaceInfoResponsePB.ProtoReflect.Descriptor instead.

func (*GetNamespaceInfoResponsePB) GetColocated

func (x *GetNamespaceInfoResponsePB) GetColocated() bool

func (*GetNamespaceInfoResponsePB) GetError

func (*GetNamespaceInfoResponsePB) GetNamespace

func (*GetNamespaceInfoResponsePB) MarshalJSON

func (m *GetNamespaceInfoResponsePB) MarshalJSON() ([]byte, error)

func (*GetNamespaceInfoResponsePB) ProtoMessage

func (*GetNamespaceInfoResponsePB) ProtoMessage()

func (*GetNamespaceInfoResponsePB) ProtoReflect

func (*GetNamespaceInfoResponsePB) Reset

func (x *GetNamespaceInfoResponsePB) Reset()

func (*GetNamespaceInfoResponsePB) String

func (x *GetNamespaceInfoResponsePB) String() string

func (*GetNamespaceInfoResponsePB) UnmarshalJSON

func (m *GetNamespaceInfoResponsePB) UnmarshalJSON(b []byte) error

type GetPermissionsRequestPB

type GetPermissionsRequestPB struct {

	// Only get the permissions if the cache version in the master is greater than this version.
	IfVersionGreaterThan *uint64 `protobuf:"varint,1,opt,name=if_version_greater_than,json=ifVersionGreaterThan" json:"if_version_greater_than,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPermissionsRequestPB) Descriptor deprecated

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

Deprecated: Use GetPermissionsRequestPB.ProtoReflect.Descriptor instead.

func (*GetPermissionsRequestPB) GetIfVersionGreaterThan

func (x *GetPermissionsRequestPB) GetIfVersionGreaterThan() uint64

func (*GetPermissionsRequestPB) MarshalJSON

func (m *GetPermissionsRequestPB) MarshalJSON() ([]byte, error)

func (*GetPermissionsRequestPB) ProtoMessage

func (*GetPermissionsRequestPB) ProtoMessage()

func (*GetPermissionsRequestPB) ProtoReflect

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

func (*GetPermissionsRequestPB) Reset

func (x *GetPermissionsRequestPB) Reset()

func (*GetPermissionsRequestPB) String

func (x *GetPermissionsRequestPB) String() string

func (*GetPermissionsRequestPB) UnmarshalJSON

func (m *GetPermissionsRequestPB) UnmarshalJSON(b []byte) error

type GetPermissionsResponsePB

type GetPermissionsResponsePB struct {
	Version         *uint64                 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	Error           *MasterErrorPB          `protobuf:"bytes,2,opt,name=error" json:"error,omitempty"`
	RolePermissions []*RolePermissionInfoPB `protobuf:"bytes,3,rep,name=role_permissions,json=rolePermissions" json:"role_permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPermissionsResponsePB) Descriptor deprecated

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

Deprecated: Use GetPermissionsResponsePB.ProtoReflect.Descriptor instead.

func (*GetPermissionsResponsePB) GetError

func (x *GetPermissionsResponsePB) GetError() *MasterErrorPB

func (*GetPermissionsResponsePB) GetRolePermissions

func (x *GetPermissionsResponsePB) GetRolePermissions() []*RolePermissionInfoPB

func (*GetPermissionsResponsePB) GetVersion

func (x *GetPermissionsResponsePB) GetVersion() uint64

func (*GetPermissionsResponsePB) MarshalJSON

func (m *GetPermissionsResponsePB) MarshalJSON() ([]byte, error)

func (*GetPermissionsResponsePB) ProtoMessage

func (*GetPermissionsResponsePB) ProtoMessage()

func (*GetPermissionsResponsePB) ProtoReflect

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

func (*GetPermissionsResponsePB) Reset

func (x *GetPermissionsResponsePB) Reset()

func (*GetPermissionsResponsePB) String

func (x *GetPermissionsResponsePB) String() string

func (*GetPermissionsResponsePB) UnmarshalJSON

func (m *GetPermissionsResponsePB) UnmarshalJSON(b []byte) error

type GetTableLocationsRequestPB

type GetTableLocationsRequestPB struct {
	Table *TableIdentifierPB `protobuf:"bytes,1,req,name=table" json:"table,omitempty"`
	// Partition-key range.
	PartitionKeyStart     []byte  `protobuf:"bytes,3,opt,name=partition_key_start,json=partitionKeyStart" json:"partition_key_start,omitempty"`
	PartitionKeyEnd       []byte  `protobuf:"bytes,4,opt,name=partition_key_end,json=partitionKeyEnd" json:"partition_key_end,omitempty"`
	MaxReturnedLocations  *uint32 `protobuf:"varint,5,opt,name=max_returned_locations,json=maxReturnedLocations,def=10" json:"max_returned_locations,omitempty"`
	RequireTabletsRunning *bool   `protobuf:"varint,6,opt,name=require_tablets_running,json=requireTabletsRunning" json:"require_tablets_running,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTableLocationsRequestPB) Descriptor deprecated

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

Deprecated: Use GetTableLocationsRequestPB.ProtoReflect.Descriptor instead.

func (*GetTableLocationsRequestPB) GetMaxReturnedLocations

func (x *GetTableLocationsRequestPB) GetMaxReturnedLocations() uint32

func (*GetTableLocationsRequestPB) GetPartitionKeyEnd

func (x *GetTableLocationsRequestPB) GetPartitionKeyEnd() []byte

func (*GetTableLocationsRequestPB) GetPartitionKeyStart

func (x *GetTableLocationsRequestPB) GetPartitionKeyStart() []byte

func (*GetTableLocationsRequestPB) GetRequireTabletsRunning

func (x *GetTableLocationsRequestPB) GetRequireTabletsRunning() bool

func (*GetTableLocationsRequestPB) GetTable

func (*GetTableLocationsRequestPB) MarshalJSON

func (m *GetTableLocationsRequestPB) MarshalJSON() ([]byte, error)

func (*GetTableLocationsRequestPB) ProtoMessage

func (*GetTableLocationsRequestPB) ProtoMessage()

func (*GetTableLocationsRequestPB) ProtoReflect

func (*GetTableLocationsRequestPB) Reset

func (x *GetTableLocationsRequestPB) Reset()

func (*GetTableLocationsRequestPB) String

func (x *GetTableLocationsRequestPB) String() string

func (*GetTableLocationsRequestPB) UnmarshalJSON

func (m *GetTableLocationsRequestPB) UnmarshalJSON(b []byte) error

type GetTableLocationsResponsePB

type GetTableLocationsResponsePB struct {

	// The error, if an error occurred with this request.
	Error           *MasterErrorPB       `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	TabletLocations []*TabletLocationsPB `protobuf:"bytes,2,rep,name=tablet_locations,json=tabletLocations" json:"tablet_locations,omitempty"`
	TableType       *common.TableType    `protobuf:"varint,3,opt,name=table_type,json=tableType,enum=yb.TableType" json:"table_type,omitempty"`
	// See SysTablesEntryPB for field with the same name.
	PartitionListVersion *uint32 `protobuf:"varint,4,opt,name=partition_list_version,json=partitionListVersion" json:"partition_list_version,omitempty"`
	Creating             *bool   `protobuf:"varint,5,opt,name=creating" json:"creating,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTableLocationsResponsePB) Descriptor deprecated

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

Deprecated: Use GetTableLocationsResponsePB.ProtoReflect.Descriptor instead.

func (*GetTableLocationsResponsePB) GetCreating

func (x *GetTableLocationsResponsePB) GetCreating() bool

func (*GetTableLocationsResponsePB) GetError

func (*GetTableLocationsResponsePB) GetPartitionListVersion

func (x *GetTableLocationsResponsePB) GetPartitionListVersion() uint32

func (*GetTableLocationsResponsePB) GetTableType

func (x *GetTableLocationsResponsePB) GetTableType() common.TableType

func (*GetTableLocationsResponsePB) GetTabletLocations

func (x *GetTableLocationsResponsePB) GetTabletLocations() []*TabletLocationsPB

func (*GetTableLocationsResponsePB) MarshalJSON

func (m *GetTableLocationsResponsePB) MarshalJSON() ([]byte, error)

func (*GetTableLocationsResponsePB) ProtoMessage

func (*GetTableLocationsResponsePB) ProtoMessage()

func (*GetTableLocationsResponsePB) ProtoReflect

func (*GetTableLocationsResponsePB) Reset

func (x *GetTableLocationsResponsePB) Reset()

func (*GetTableLocationsResponsePB) String

func (x *GetTableLocationsResponsePB) String() string

func (*GetTableLocationsResponsePB) UnmarshalJSON

func (m *GetTableLocationsResponsePB) UnmarshalJSON(b []byte) error

type GetTableSchemaRequestPB

type GetTableSchemaRequestPB struct {
	Table *TableIdentifierPB `protobuf:"bytes,1,req,name=table" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTableSchemaRequestPB) Descriptor deprecated

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

Deprecated: Use GetTableSchemaRequestPB.ProtoReflect.Descriptor instead.

func (*GetTableSchemaRequestPB) GetTable

func (*GetTableSchemaRequestPB) MarshalJSON

func (m *GetTableSchemaRequestPB) MarshalJSON() ([]byte, error)

func (*GetTableSchemaRequestPB) ProtoMessage

func (*GetTableSchemaRequestPB) ProtoMessage()

func (*GetTableSchemaRequestPB) ProtoReflect

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

func (*GetTableSchemaRequestPB) Reset

func (x *GetTableSchemaRequestPB) Reset()

func (*GetTableSchemaRequestPB) String

func (x *GetTableSchemaRequestPB) String() string

func (*GetTableSchemaRequestPB) UnmarshalJSON

func (m *GetTableSchemaRequestPB) UnmarshalJSON(b []byte) error

type GetTableSchemaResponsePB

type GetTableSchemaResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// This is the schema that every TS should be able to understand
	// if your alter is keeping the schema compatible.
	// In case of an alter table in progress, this is the previous schema;
	// otherwise it is the latest schema.
	Schema *common.SchemaPB `protobuf:"bytes,2,opt,name=schema" json:"schema,omitempty"`
	// Table schema version
	Version *uint32 `protobuf:"varint,9,opt,name=version" json:"version,omitempty"`
	// The table's partition schema.
	PartitionSchema *common.PartitionSchemaPB `protobuf:"bytes,5,opt,name=partition_schema,json=partitionSchema" json:"partition_schema,omitempty"`
	ReplicationInfo *ReplicationInfoPB        `protobuf:"bytes,3,opt,name=replication_info,json=replicationInfo" json:"replication_info,omitempty"`
	// True if the create operation is completed, false otherwise.
	CreateTableDone *bool `protobuf:"varint,6,opt,name=create_table_done,json=createTableDone" json:"create_table_done,omitempty"`
	// The table type.
	TableType *common.TableType `protobuf:"varint,7,opt,name=table_type,json=tableType,enum=yb.TableType" json:"table_type,omitempty"`
	// Table identifier
	Identifier *TableIdentifierPB `protobuf:"bytes,8,opt,name=identifier" json:"identifier,omitempty"`
	// Secondary indexes of the table.
	Indexes []*common.IndexInfoPB `protobuf:"bytes,10,rep,name=indexes" json:"indexes,omitempty"`
	// For index table: [to be deprecated and replaced by "index_info"]
	OBSOLETEIndexedTableId []byte `protobuf:"bytes,11,opt,name=OBSOLETE_indexed_table_id,json=OBSOLETEIndexedTableId" json:"OBSOLETE_indexed_table_id,omitempty"` // Indexed table id of this index.
	// For index table: information about this index.
	IndexInfo *common.IndexInfoPB `protobuf:"bytes,12,opt,name=index_info,json=indexInfo" json:"index_info,omitempty"`
	// True if table is colocated.
	Colocated                       *bool `protobuf:"varint,13,opt,name=colocated" json:"colocated,omitempty"`
	IsCompatibleWithPreviousVersion *bool `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetTableSchemaResponsePB) Descriptor deprecated

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

Deprecated: Use GetTableSchemaResponsePB.ProtoReflect.Descriptor instead.

func (*GetTableSchemaResponsePB) GetColocated

func (x *GetTableSchemaResponsePB) GetColocated() bool

func (*GetTableSchemaResponsePB) GetCreateTableDone

func (x *GetTableSchemaResponsePB) GetCreateTableDone() bool

func (*GetTableSchemaResponsePB) GetError

func (x *GetTableSchemaResponsePB) GetError() *MasterErrorPB

func (*GetTableSchemaResponsePB) GetIdentifier

func (x *GetTableSchemaResponsePB) GetIdentifier() *TableIdentifierPB

func (*GetTableSchemaResponsePB) GetIndexInfo

func (x *GetTableSchemaResponsePB) GetIndexInfo() *common.IndexInfoPB

func (*GetTableSchemaResponsePB) GetIndexes

func (x *GetTableSchemaResponsePB) GetIndexes() []*common.IndexInfoPB

func (*GetTableSchemaResponsePB) GetIsCompatibleWithPreviousVersion

func (x *GetTableSchemaResponsePB) GetIsCompatibleWithPreviousVersion() bool

func (*GetTableSchemaResponsePB) GetOBSOLETEIndexedTableId

func (x *GetTableSchemaResponsePB) GetOBSOLETEIndexedTableId() []byte

func (*GetTableSchemaResponsePB) GetPartitionSchema

func (x *GetTableSchemaResponsePB) GetPartitionSchema() *common.PartitionSchemaPB

func (*GetTableSchemaResponsePB) GetReplicationInfo

func (x *GetTableSchemaResponsePB) GetReplicationInfo() *ReplicationInfoPB

func (*GetTableSchemaResponsePB) GetSchema

func (x *GetTableSchemaResponsePB) GetSchema() *common.SchemaPB

func (*GetTableSchemaResponsePB) GetTableType

func (x *GetTableSchemaResponsePB) GetTableType() common.TableType

func (*GetTableSchemaResponsePB) GetVersion

func (x *GetTableSchemaResponsePB) GetVersion() uint32

func (*GetTableSchemaResponsePB) MarshalJSON

func (m *GetTableSchemaResponsePB) MarshalJSON() ([]byte, error)

func (*GetTableSchemaResponsePB) ProtoMessage

func (*GetTableSchemaResponsePB) ProtoMessage()

func (*GetTableSchemaResponsePB) ProtoReflect

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

func (*GetTableSchemaResponsePB) Reset

func (x *GetTableSchemaResponsePB) Reset()

func (*GetTableSchemaResponsePB) String

func (x *GetTableSchemaResponsePB) String() string

func (*GetTableSchemaResponsePB) UnmarshalJSON

func (m *GetTableSchemaResponsePB) UnmarshalJSON(b []byte) error

type GetTabletLocationsRequestPB

type GetTabletLocationsRequestPB struct {

	// The tablet IDs about which to fetch info.
	TabletIds [][]byte `protobuf:"bytes,1,rep,name=tablet_ids,json=tabletIds" json:"tablet_ids,omitempty"`
	// If table ID is specified, table's partition_list_version will be included into response.
	TableId []byte `protobuf:"bytes,2,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletLocationsRequestPB) Descriptor deprecated

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

Deprecated: Use GetTabletLocationsRequestPB.ProtoReflect.Descriptor instead.

func (*GetTabletLocationsRequestPB) GetTableId

func (x *GetTabletLocationsRequestPB) GetTableId() []byte

func (*GetTabletLocationsRequestPB) GetTabletIds

func (x *GetTabletLocationsRequestPB) GetTabletIds() [][]byte

func (*GetTabletLocationsRequestPB) MarshalJSON

func (m *GetTabletLocationsRequestPB) MarshalJSON() ([]byte, error)

func (*GetTabletLocationsRequestPB) ProtoMessage

func (*GetTabletLocationsRequestPB) ProtoMessage()

func (*GetTabletLocationsRequestPB) ProtoReflect

func (*GetTabletLocationsRequestPB) Reset

func (x *GetTabletLocationsRequestPB) Reset()

func (*GetTabletLocationsRequestPB) String

func (x *GetTabletLocationsRequestPB) String() string

func (*GetTabletLocationsRequestPB) UnmarshalJSON

func (m *GetTabletLocationsRequestPB) UnmarshalJSON(b []byte) error

type GetTabletLocationsResponsePB

type GetTabletLocationsResponsePB struct {
	Error           *MasterErrorPB       `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	TabletLocations []*TabletLocationsPB `protobuf:"bytes,2,rep,name=tablet_locations,json=tabletLocations" json:"tablet_locations,omitempty"`
	// If GetTabletLocationsRequestPB::table_id is set we return table's partition_list_version for
	// this table (see SysTablesEntryPB::partition_list_version).
	PartitionListVersion *uint32                               `protobuf:"varint,4,opt,name=partition_list_version,json=partitionListVersion" json:"partition_list_version,omitempty"`
	Errors               []*GetTabletLocationsResponsePB_Error `protobuf:"bytes,3,rep,name=errors" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletLocationsResponsePB) Descriptor deprecated

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

Deprecated: Use GetTabletLocationsResponsePB.ProtoReflect.Descriptor instead.

func (*GetTabletLocationsResponsePB) GetError

func (*GetTabletLocationsResponsePB) GetErrors

func (*GetTabletLocationsResponsePB) GetPartitionListVersion

func (x *GetTabletLocationsResponsePB) GetPartitionListVersion() uint32

func (*GetTabletLocationsResponsePB) GetTabletLocations

func (x *GetTabletLocationsResponsePB) GetTabletLocations() []*TabletLocationsPB

func (*GetTabletLocationsResponsePB) MarshalJSON

func (m *GetTabletLocationsResponsePB) MarshalJSON() ([]byte, error)

func (*GetTabletLocationsResponsePB) ProtoMessage

func (*GetTabletLocationsResponsePB) ProtoMessage()

func (*GetTabletLocationsResponsePB) ProtoReflect

func (*GetTabletLocationsResponsePB) Reset

func (x *GetTabletLocationsResponsePB) Reset()

func (*GetTabletLocationsResponsePB) String

func (*GetTabletLocationsResponsePB) UnmarshalJSON

func (m *GetTabletLocationsResponsePB) UnmarshalJSON(b []byte) error

type GetTabletLocationsResponsePB_Error

type GetTabletLocationsResponsePB_Error struct {
	TabletId []byte              `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	Status   *common.AppStatusPB `protobuf:"bytes,2,req,name=status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabletLocationsResponsePB_Error) Descriptor deprecated

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

Deprecated: Use GetTabletLocationsResponsePB_Error.ProtoReflect.Descriptor instead.

func (*GetTabletLocationsResponsePB_Error) GetStatus

func (*GetTabletLocationsResponsePB_Error) GetTabletId

func (x *GetTabletLocationsResponsePB_Error) GetTabletId() []byte

func (*GetTabletLocationsResponsePB_Error) ProtoMessage

func (*GetTabletLocationsResponsePB_Error) ProtoMessage()

func (*GetTabletLocationsResponsePB_Error) ProtoReflect

func (*GetTabletLocationsResponsePB_Error) Reset

func (*GetTabletLocationsResponsePB_Error) String

type GetUDTypeInfoRequestPB

type GetUDTypeInfoRequestPB struct {
	Type *UDTypeIdentifierPB `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUDTypeInfoRequestPB) Descriptor deprecated

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

Deprecated: Use GetUDTypeInfoRequestPB.ProtoReflect.Descriptor instead.

func (*GetUDTypeInfoRequestPB) GetType

func (*GetUDTypeInfoRequestPB) MarshalJSON

func (m *GetUDTypeInfoRequestPB) MarshalJSON() ([]byte, error)

func (*GetUDTypeInfoRequestPB) ProtoMessage

func (*GetUDTypeInfoRequestPB) ProtoMessage()

func (*GetUDTypeInfoRequestPB) ProtoReflect

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

func (*GetUDTypeInfoRequestPB) Reset

func (x *GetUDTypeInfoRequestPB) Reset()

func (*GetUDTypeInfoRequestPB) String

func (x *GetUDTypeInfoRequestPB) String() string

func (*GetUDTypeInfoRequestPB) UnmarshalJSON

func (m *GetUDTypeInfoRequestPB) UnmarshalJSON(b []byte) error

type GetUDTypeInfoResponsePB

type GetUDTypeInfoResponsePB struct {

	// The error, if an error occurred with this request.
	Error  *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Udtype *UDTypeInfoPB  `protobuf:"bytes,2,opt,name=udtype" json:"udtype,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUDTypeInfoResponsePB) Descriptor deprecated

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

Deprecated: Use GetUDTypeInfoResponsePB.ProtoReflect.Descriptor instead.

func (*GetUDTypeInfoResponsePB) GetError

func (x *GetUDTypeInfoResponsePB) GetError() *MasterErrorPB

func (*GetUDTypeInfoResponsePB) GetUdtype

func (x *GetUDTypeInfoResponsePB) GetUdtype() *UDTypeInfoPB

func (*GetUDTypeInfoResponsePB) MarshalJSON

func (m *GetUDTypeInfoResponsePB) MarshalJSON() ([]byte, error)

func (*GetUDTypeInfoResponsePB) ProtoMessage

func (*GetUDTypeInfoResponsePB) ProtoMessage()

func (*GetUDTypeInfoResponsePB) ProtoReflect

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

func (*GetUDTypeInfoResponsePB) Reset

func (x *GetUDTypeInfoResponsePB) Reset()

func (*GetUDTypeInfoResponsePB) String

func (x *GetUDTypeInfoResponsePB) String() string

func (*GetUDTypeInfoResponsePB) UnmarshalJSON

func (m *GetUDTypeInfoResponsePB) UnmarshalJSON(b []byte) error

type GetUniverseKeyRegistryRequestPB

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

func (*GetUniverseKeyRegistryRequestPB) Descriptor deprecated

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

Deprecated: Use GetUniverseKeyRegistryRequestPB.ProtoReflect.Descriptor instead.

func (*GetUniverseKeyRegistryRequestPB) MarshalJSON

func (m *GetUniverseKeyRegistryRequestPB) MarshalJSON() ([]byte, error)

func (*GetUniverseKeyRegistryRequestPB) ProtoMessage

func (*GetUniverseKeyRegistryRequestPB) ProtoMessage()

func (*GetUniverseKeyRegistryRequestPB) ProtoReflect

func (*GetUniverseKeyRegistryRequestPB) Reset

func (*GetUniverseKeyRegistryRequestPB) String

func (*GetUniverseKeyRegistryRequestPB) UnmarshalJSON

func (m *GetUniverseKeyRegistryRequestPB) UnmarshalJSON(b []byte) error

type GetUniverseKeyRegistryResponsePB

type GetUniverseKeyRegistryResponsePB struct {
	Error        *MasterErrorPB       `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	UniverseKeys *util.UniverseKeysPB `protobuf:"bytes,2,opt,name=universe_keys,json=universeKeys" json:"universe_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUniverseKeyRegistryResponsePB) Descriptor deprecated

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

Deprecated: Use GetUniverseKeyRegistryResponsePB.ProtoReflect.Descriptor instead.

func (*GetUniverseKeyRegistryResponsePB) GetError

func (*GetUniverseKeyRegistryResponsePB) GetUniverseKeys

func (*GetUniverseKeyRegistryResponsePB) MarshalJSON

func (m *GetUniverseKeyRegistryResponsePB) MarshalJSON() ([]byte, error)

func (*GetUniverseKeyRegistryResponsePB) ProtoMessage

func (*GetUniverseKeyRegistryResponsePB) ProtoMessage()

func (*GetUniverseKeyRegistryResponsePB) ProtoReflect

func (*GetUniverseKeyRegistryResponsePB) Reset

func (*GetUniverseKeyRegistryResponsePB) String

func (*GetUniverseKeyRegistryResponsePB) UnmarshalJSON

func (m *GetUniverseKeyRegistryResponsePB) UnmarshalJSON(b []byte) error

type GetUniverseReplicationRequestPB

type GetUniverseReplicationRequestPB struct {
	ProducerId *string `protobuf:"bytes,1,opt,name=producer_id,json=producerId" json:"producer_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUniverseReplicationRequestPB) Descriptor deprecated

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

Deprecated: Use GetUniverseReplicationRequestPB.ProtoReflect.Descriptor instead.

func (*GetUniverseReplicationRequestPB) GetProducerId

func (x *GetUniverseReplicationRequestPB) GetProducerId() string

func (*GetUniverseReplicationRequestPB) MarshalJSON

func (m *GetUniverseReplicationRequestPB) MarshalJSON() ([]byte, error)

func (*GetUniverseReplicationRequestPB) ProtoMessage

func (*GetUniverseReplicationRequestPB) ProtoMessage()

func (*GetUniverseReplicationRequestPB) ProtoReflect

func (*GetUniverseReplicationRequestPB) Reset

func (*GetUniverseReplicationRequestPB) String

func (*GetUniverseReplicationRequestPB) UnmarshalJSON

func (m *GetUniverseReplicationRequestPB) UnmarshalJSON(b []byte) error

type GetUniverseReplicationResponsePB

type GetUniverseReplicationResponsePB struct {
	Error *MasterErrorPB                 `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Entry *SysUniverseReplicationEntryPB `protobuf:"bytes,2,opt,name=entry" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUniverseReplicationResponsePB) Descriptor deprecated

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

Deprecated: Use GetUniverseReplicationResponsePB.ProtoReflect.Descriptor instead.

func (*GetUniverseReplicationResponsePB) GetEntry

func (*GetUniverseReplicationResponsePB) GetError

func (*GetUniverseReplicationResponsePB) MarshalJSON

func (m *GetUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)

func (*GetUniverseReplicationResponsePB) ProtoMessage

func (*GetUniverseReplicationResponsePB) ProtoMessage()

func (*GetUniverseReplicationResponsePB) ProtoReflect

func (*GetUniverseReplicationResponsePB) Reset

func (*GetUniverseReplicationResponsePB) String

func (*GetUniverseReplicationResponsePB) UnmarshalJSON

func (m *GetUniverseReplicationResponsePB) UnmarshalJSON(b []byte) error

type GetYsqlCatalogConfigRequestPB

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

func (*GetYsqlCatalogConfigRequestPB) Descriptor deprecated

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

Deprecated: Use GetYsqlCatalogConfigRequestPB.ProtoReflect.Descriptor instead.

func (*GetYsqlCatalogConfigRequestPB) MarshalJSON

func (m *GetYsqlCatalogConfigRequestPB) MarshalJSON() ([]byte, error)

func (*GetYsqlCatalogConfigRequestPB) ProtoMessage

func (*GetYsqlCatalogConfigRequestPB) ProtoMessage()

func (*GetYsqlCatalogConfigRequestPB) ProtoReflect

func (*GetYsqlCatalogConfigRequestPB) Reset

func (x *GetYsqlCatalogConfigRequestPB) Reset()

func (*GetYsqlCatalogConfigRequestPB) String

func (*GetYsqlCatalogConfigRequestPB) UnmarshalJSON

func (m *GetYsqlCatalogConfigRequestPB) UnmarshalJSON(b []byte) error

type GetYsqlCatalogConfigResponsePB

type GetYsqlCatalogConfigResponsePB struct {
	Error   *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Version *uint64        `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetYsqlCatalogConfigResponsePB) Descriptor deprecated

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

Deprecated: Use GetYsqlCatalogConfigResponsePB.ProtoReflect.Descriptor instead.

func (*GetYsqlCatalogConfigResponsePB) GetError

func (*GetYsqlCatalogConfigResponsePB) GetVersion

func (x *GetYsqlCatalogConfigResponsePB) GetVersion() uint64

func (*GetYsqlCatalogConfigResponsePB) MarshalJSON

func (m *GetYsqlCatalogConfigResponsePB) MarshalJSON() ([]byte, error)

func (*GetYsqlCatalogConfigResponsePB) ProtoMessage

func (*GetYsqlCatalogConfigResponsePB) ProtoMessage()

func (*GetYsqlCatalogConfigResponsePB) ProtoReflect

func (*GetYsqlCatalogConfigResponsePB) Reset

func (x *GetYsqlCatalogConfigResponsePB) Reset()

func (*GetYsqlCatalogConfigResponsePB) String

func (*GetYsqlCatalogConfigResponsePB) UnmarshalJSON

func (m *GetYsqlCatalogConfigResponsePB) UnmarshalJSON(b []byte) error

type GrantRevokePermissionRequestPB

type GrantRevokePermissionRequestPB struct {
	Permission        *common.PermissionType `protobuf:"varint,1,opt,name=permission,enum=yb.PermissionType" json:"permission,omitempty"`
	ResourceType      *common.ResourceType   `protobuf:"varint,2,opt,name=resource_type,json=resourceType,enum=yb.ResourceType" json:"resource_type,omitempty"`
	CanonicalResource *string                `protobuf:"bytes,3,opt,name=canonical_resource,json=canonicalResource" json:"canonical_resource,omitempty"`
	ResourceName      *string                `protobuf:"bytes,4,opt,name=resource_name,json=resourceName" json:"resource_name,omitempty"`
	Namespace         *NamespaceIdentifierPB `protobuf:"bytes,5,opt,name=namespace" json:"namespace,omitempty"`
	RoleName          *string                `protobuf:"bytes,6,opt,name=role_name,json=roleName" json:"role_name,omitempty"`
	// true if this is a revoke request.
	Revoke *bool `protobuf:"varint,7,opt,name=revoke,def=0" json:"revoke,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantRevokePermissionRequestPB) Descriptor deprecated

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

Deprecated: Use GrantRevokePermissionRequestPB.ProtoReflect.Descriptor instead.

func (*GrantRevokePermissionRequestPB) GetCanonicalResource

func (x *GrantRevokePermissionRequestPB) GetCanonicalResource() string

func (*GrantRevokePermissionRequestPB) GetNamespace

func (*GrantRevokePermissionRequestPB) GetPermission

func (*GrantRevokePermissionRequestPB) GetResourceName

func (x *GrantRevokePermissionRequestPB) GetResourceName() string

func (*GrantRevokePermissionRequestPB) GetResourceType

func (x *GrantRevokePermissionRequestPB) GetResourceType() common.ResourceType

func (*GrantRevokePermissionRequestPB) GetRevoke

func (x *GrantRevokePermissionRequestPB) GetRevoke() bool

func (*GrantRevokePermissionRequestPB) GetRoleName

func (x *GrantRevokePermissionRequestPB) GetRoleName() string

func (*GrantRevokePermissionRequestPB) MarshalJSON

func (m *GrantRevokePermissionRequestPB) MarshalJSON() ([]byte, error)

func (*GrantRevokePermissionRequestPB) ProtoMessage

func (*GrantRevokePermissionRequestPB) ProtoMessage()

func (*GrantRevokePermissionRequestPB) ProtoReflect

func (*GrantRevokePermissionRequestPB) Reset

func (x *GrantRevokePermissionRequestPB) Reset()

func (*GrantRevokePermissionRequestPB) String

func (*GrantRevokePermissionRequestPB) UnmarshalJSON

func (m *GrantRevokePermissionRequestPB) UnmarshalJSON(b []byte) error

type GrantRevokePermissionResponsePB

type GrantRevokePermissionResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantRevokePermissionResponsePB) Descriptor deprecated

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

Deprecated: Use GrantRevokePermissionResponsePB.ProtoReflect.Descriptor instead.

func (*GrantRevokePermissionResponsePB) GetError

func (*GrantRevokePermissionResponsePB) MarshalJSON

func (m *GrantRevokePermissionResponsePB) MarshalJSON() ([]byte, error)

func (*GrantRevokePermissionResponsePB) ProtoMessage

func (*GrantRevokePermissionResponsePB) ProtoMessage()

func (*GrantRevokePermissionResponsePB) ProtoReflect

func (*GrantRevokePermissionResponsePB) Reset

func (*GrantRevokePermissionResponsePB) String

func (*GrantRevokePermissionResponsePB) UnmarshalJSON

func (m *GrantRevokePermissionResponsePB) UnmarshalJSON(b []byte) error

type GrantRevokeRoleRequestPB

type GrantRevokeRoleRequestPB struct {
	GrantedRole   *string `protobuf:"bytes,1,opt,name=granted_role,json=grantedRole" json:"granted_role,omitempty"`
	RecipientRole *string `protobuf:"bytes,2,opt,name=recipient_role,json=recipientRole" json:"recipient_role,omitempty"`
	// true if this is a revoke request.
	Revoke *bool `protobuf:"varint,3,opt,name=revoke,def=0" json:"revoke,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantRevokeRoleRequestPB) Descriptor deprecated

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

Deprecated: Use GrantRevokeRoleRequestPB.ProtoReflect.Descriptor instead.

func (*GrantRevokeRoleRequestPB) GetGrantedRole

func (x *GrantRevokeRoleRequestPB) GetGrantedRole() string

func (*GrantRevokeRoleRequestPB) GetRecipientRole

func (x *GrantRevokeRoleRequestPB) GetRecipientRole() string

func (*GrantRevokeRoleRequestPB) GetRevoke

func (x *GrantRevokeRoleRequestPB) GetRevoke() bool

func (*GrantRevokeRoleRequestPB) MarshalJSON

func (m *GrantRevokeRoleRequestPB) MarshalJSON() ([]byte, error)

func (*GrantRevokeRoleRequestPB) ProtoMessage

func (*GrantRevokeRoleRequestPB) ProtoMessage()

func (*GrantRevokeRoleRequestPB) ProtoReflect

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

func (*GrantRevokeRoleRequestPB) Reset

func (x *GrantRevokeRoleRequestPB) Reset()

func (*GrantRevokeRoleRequestPB) String

func (x *GrantRevokeRoleRequestPB) String() string

func (*GrantRevokeRoleRequestPB) UnmarshalJSON

func (m *GrantRevokeRoleRequestPB) UnmarshalJSON(b []byte) error

type GrantRevokeRoleResponsePB

type GrantRevokeRoleResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantRevokeRoleResponsePB) Descriptor deprecated

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

Deprecated: Use GrantRevokeRoleResponsePB.ProtoReflect.Descriptor instead.

func (*GrantRevokeRoleResponsePB) GetError

func (*GrantRevokeRoleResponsePB) MarshalJSON

func (m *GrantRevokeRoleResponsePB) MarshalJSON() ([]byte, error)

func (*GrantRevokeRoleResponsePB) ProtoMessage

func (*GrantRevokeRoleResponsePB) ProtoMessage()

func (*GrantRevokeRoleResponsePB) ProtoReflect

func (*GrantRevokeRoleResponsePB) Reset

func (x *GrantRevokeRoleResponsePB) Reset()

func (*GrantRevokeRoleResponsePB) String

func (x *GrantRevokeRoleResponsePB) String() string

func (*GrantRevokeRoleResponsePB) UnmarshalJSON

func (m *GrantRevokeRoleResponsePB) UnmarshalJSON(b []byte) error

type HasUniverseKeyInMemoryRequestPB

type HasUniverseKeyInMemoryRequestPB struct {
	VersionId *string `protobuf:"bytes,1,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	// contains filtered or unexported fields
}

func (*HasUniverseKeyInMemoryRequestPB) Descriptor deprecated

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

Deprecated: Use HasUniverseKeyInMemoryRequestPB.ProtoReflect.Descriptor instead.

func (*HasUniverseKeyInMemoryRequestPB) GetVersionId

func (x *HasUniverseKeyInMemoryRequestPB) GetVersionId() string

func (*HasUniverseKeyInMemoryRequestPB) MarshalJSON

func (m *HasUniverseKeyInMemoryRequestPB) MarshalJSON() ([]byte, error)

func (*HasUniverseKeyInMemoryRequestPB) ProtoMessage

func (*HasUniverseKeyInMemoryRequestPB) ProtoMessage()

func (*HasUniverseKeyInMemoryRequestPB) ProtoReflect

func (*HasUniverseKeyInMemoryRequestPB) Reset

func (*HasUniverseKeyInMemoryRequestPB) String

func (*HasUniverseKeyInMemoryRequestPB) UnmarshalJSON

func (m *HasUniverseKeyInMemoryRequestPB) UnmarshalJSON(b []byte) error

type HasUniverseKeyInMemoryResponsePB

type HasUniverseKeyInMemoryResponsePB struct {
	HasKey *bool          `protobuf:"varint,1,opt,name=has_key,json=hasKey" json:"has_key,omitempty"`
	Error  *MasterErrorPB `protobuf:"bytes,2,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*HasUniverseKeyInMemoryResponsePB) Descriptor deprecated

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

Deprecated: Use HasUniverseKeyInMemoryResponsePB.ProtoReflect.Descriptor instead.

func (*HasUniverseKeyInMemoryResponsePB) GetError

func (*HasUniverseKeyInMemoryResponsePB) GetHasKey

func (x *HasUniverseKeyInMemoryResponsePB) GetHasKey() bool

func (*HasUniverseKeyInMemoryResponsePB) MarshalJSON

func (m *HasUniverseKeyInMemoryResponsePB) MarshalJSON() ([]byte, error)

func (*HasUniverseKeyInMemoryResponsePB) ProtoMessage

func (*HasUniverseKeyInMemoryResponsePB) ProtoMessage()

func (*HasUniverseKeyInMemoryResponsePB) ProtoReflect

func (*HasUniverseKeyInMemoryResponsePB) Reset

func (*HasUniverseKeyInMemoryResponsePB) String

func (*HasUniverseKeyInMemoryResponsePB) UnmarshalJSON

func (m *HasUniverseKeyInMemoryResponsePB) UnmarshalJSON(b []byte) error

type IsAlterTableDoneRequestPB

type IsAlterTableDoneRequestPB struct {
	Table *TableIdentifierPB `protobuf:"bytes,1,req,name=table" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAlterTableDoneRequestPB) Descriptor deprecated

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

Deprecated: Use IsAlterTableDoneRequestPB.ProtoReflect.Descriptor instead.

func (*IsAlterTableDoneRequestPB) GetTable

func (*IsAlterTableDoneRequestPB) MarshalJSON

func (m *IsAlterTableDoneRequestPB) MarshalJSON() ([]byte, error)

func (*IsAlterTableDoneRequestPB) ProtoMessage

func (*IsAlterTableDoneRequestPB) ProtoMessage()

func (*IsAlterTableDoneRequestPB) ProtoReflect

func (*IsAlterTableDoneRequestPB) Reset

func (x *IsAlterTableDoneRequestPB) Reset()

func (*IsAlterTableDoneRequestPB) String

func (x *IsAlterTableDoneRequestPB) String() string

func (*IsAlterTableDoneRequestPB) UnmarshalJSON

func (m *IsAlterTableDoneRequestPB) UnmarshalJSON(b []byte) error

type IsAlterTableDoneResponsePB

type IsAlterTableDoneResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// this is the current schema, or the 'new' schema version if an alter is in progress
	SchemaVersion *uint32 `protobuf:"varint,2,opt,name=schema_version,json=schemaVersion" json:"schema_version,omitempty"`
	// true if the alter operation is completed, false otherwise
	Done *bool `protobuf:"varint,3,opt,name=done" json:"done,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAlterTableDoneResponsePB) Descriptor deprecated

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

Deprecated: Use IsAlterTableDoneResponsePB.ProtoReflect.Descriptor instead.

func (*IsAlterTableDoneResponsePB) GetDone

func (x *IsAlterTableDoneResponsePB) GetDone() bool

func (*IsAlterTableDoneResponsePB) GetError

func (*IsAlterTableDoneResponsePB) GetSchemaVersion

func (x *IsAlterTableDoneResponsePB) GetSchemaVersion() uint32

func (*IsAlterTableDoneResponsePB) MarshalJSON

func (m *IsAlterTableDoneResponsePB) MarshalJSON() ([]byte, error)

func (*IsAlterTableDoneResponsePB) ProtoMessage

func (*IsAlterTableDoneResponsePB) ProtoMessage()

func (*IsAlterTableDoneResponsePB) ProtoReflect

func (*IsAlterTableDoneResponsePB) Reset

func (x *IsAlterTableDoneResponsePB) Reset()

func (*IsAlterTableDoneResponsePB) String

func (x *IsAlterTableDoneResponsePB) String() string

func (*IsAlterTableDoneResponsePB) UnmarshalJSON

func (m *IsAlterTableDoneResponsePB) UnmarshalJSON(b []byte) error

type IsCreateNamespaceDoneRequestPB

type IsCreateNamespaceDoneRequestPB struct {
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*IsCreateNamespaceDoneRequestPB) Descriptor deprecated

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

Deprecated: Use IsCreateNamespaceDoneRequestPB.ProtoReflect.Descriptor instead.

func (*IsCreateNamespaceDoneRequestPB) GetNamespace

func (*IsCreateNamespaceDoneRequestPB) MarshalJSON

func (m *IsCreateNamespaceDoneRequestPB) MarshalJSON() ([]byte, error)

func (*IsCreateNamespaceDoneRequestPB) ProtoMessage

func (*IsCreateNamespaceDoneRequestPB) ProtoMessage()

func (*IsCreateNamespaceDoneRequestPB) ProtoReflect

func (*IsCreateNamespaceDoneRequestPB) Reset

func (x *IsCreateNamespaceDoneRequestPB) Reset()

func (*IsCreateNamespaceDoneRequestPB) String

func (*IsCreateNamespaceDoneRequestPB) UnmarshalJSON

func (m *IsCreateNamespaceDoneRequestPB) UnmarshalJSON(b []byte) error

type IsCreateNamespaceDoneResponsePB

type IsCreateNamespaceDoneResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// true if the create operation is completed, false otherwise
	Done *bool `protobuf:"varint,2,opt,name=done" json:"done,omitempty"`
	// contains filtered or unexported fields
}

func (*IsCreateNamespaceDoneResponsePB) Descriptor deprecated

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

Deprecated: Use IsCreateNamespaceDoneResponsePB.ProtoReflect.Descriptor instead.

func (*IsCreateNamespaceDoneResponsePB) GetDone

func (*IsCreateNamespaceDoneResponsePB) GetError

func (*IsCreateNamespaceDoneResponsePB) MarshalJSON

func (m *IsCreateNamespaceDoneResponsePB) MarshalJSON() ([]byte, error)

func (*IsCreateNamespaceDoneResponsePB) ProtoMessage

func (*IsCreateNamespaceDoneResponsePB) ProtoMessage()

func (*IsCreateNamespaceDoneResponsePB) ProtoReflect

func (*IsCreateNamespaceDoneResponsePB) Reset

func (*IsCreateNamespaceDoneResponsePB) String

func (*IsCreateNamespaceDoneResponsePB) UnmarshalJSON

func (m *IsCreateNamespaceDoneResponsePB) UnmarshalJSON(b []byte) error

type IsCreateTableDoneRequestPB

type IsCreateTableDoneRequestPB struct {
	Table *TableIdentifierPB `protobuf:"bytes,1,req,name=table" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*IsCreateTableDoneRequestPB) Descriptor deprecated

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

Deprecated: Use IsCreateTableDoneRequestPB.ProtoReflect.Descriptor instead.

func (*IsCreateTableDoneRequestPB) GetTable

func (*IsCreateTableDoneRequestPB) MarshalJSON

func (m *IsCreateTableDoneRequestPB) MarshalJSON() ([]byte, error)

func (*IsCreateTableDoneRequestPB) ProtoMessage

func (*IsCreateTableDoneRequestPB) ProtoMessage()

func (*IsCreateTableDoneRequestPB) ProtoReflect

func (*IsCreateTableDoneRequestPB) Reset

func (x *IsCreateTableDoneRequestPB) Reset()

func (*IsCreateTableDoneRequestPB) String

func (x *IsCreateTableDoneRequestPB) String() string

func (*IsCreateTableDoneRequestPB) UnmarshalJSON

func (m *IsCreateTableDoneRequestPB) UnmarshalJSON(b []byte) error

type IsCreateTableDoneResponsePB

type IsCreateTableDoneResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// true if the create operation is completed, false otherwise
	Done *bool `protobuf:"varint,3,opt,name=done" json:"done,omitempty"`
	// contains filtered or unexported fields
}

func (*IsCreateTableDoneResponsePB) Descriptor deprecated

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

Deprecated: Use IsCreateTableDoneResponsePB.ProtoReflect.Descriptor instead.

func (*IsCreateTableDoneResponsePB) GetDone

func (x *IsCreateTableDoneResponsePB) GetDone() bool

func (*IsCreateTableDoneResponsePB) GetError

func (*IsCreateTableDoneResponsePB) MarshalJSON

func (m *IsCreateTableDoneResponsePB) MarshalJSON() ([]byte, error)

func (*IsCreateTableDoneResponsePB) ProtoMessage

func (*IsCreateTableDoneResponsePB) ProtoMessage()

func (*IsCreateTableDoneResponsePB) ProtoReflect

func (*IsCreateTableDoneResponsePB) Reset

func (x *IsCreateTableDoneResponsePB) Reset()

func (*IsCreateTableDoneResponsePB) String

func (x *IsCreateTableDoneResponsePB) String() string

func (*IsCreateTableDoneResponsePB) UnmarshalJSON

func (m *IsCreateTableDoneResponsePB) UnmarshalJSON(b []byte) error

type IsDeleteNamespaceDoneRequestPB

type IsDeleteNamespaceDoneRequestPB struct {
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*IsDeleteNamespaceDoneRequestPB) Descriptor deprecated

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

Deprecated: Use IsDeleteNamespaceDoneRequestPB.ProtoReflect.Descriptor instead.

func (*IsDeleteNamespaceDoneRequestPB) GetNamespace

func (*IsDeleteNamespaceDoneRequestPB) MarshalJSON

func (m *IsDeleteNamespaceDoneRequestPB) MarshalJSON() ([]byte, error)

func (*IsDeleteNamespaceDoneRequestPB) ProtoMessage

func (*IsDeleteNamespaceDoneRequestPB) ProtoMessage()

func (*IsDeleteNamespaceDoneRequestPB) ProtoReflect

func (*IsDeleteNamespaceDoneRequestPB) Reset

func (x *IsDeleteNamespaceDoneRequestPB) Reset()

func (*IsDeleteNamespaceDoneRequestPB) String

func (*IsDeleteNamespaceDoneRequestPB) UnmarshalJSON

func (m *IsDeleteNamespaceDoneRequestPB) UnmarshalJSON(b []byte) error

type IsDeleteNamespaceDoneResponsePB

type IsDeleteNamespaceDoneResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// true if the delete operation completed, false otherwise
	Done *bool `protobuf:"varint,2,opt,name=done" json:"done,omitempty"`
	// contains filtered or unexported fields
}

func (*IsDeleteNamespaceDoneResponsePB) Descriptor deprecated

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

Deprecated: Use IsDeleteNamespaceDoneResponsePB.ProtoReflect.Descriptor instead.

func (*IsDeleteNamespaceDoneResponsePB) GetDone

func (*IsDeleteNamespaceDoneResponsePB) GetError

func (*IsDeleteNamespaceDoneResponsePB) MarshalJSON

func (m *IsDeleteNamespaceDoneResponsePB) MarshalJSON() ([]byte, error)

func (*IsDeleteNamespaceDoneResponsePB) ProtoMessage

func (*IsDeleteNamespaceDoneResponsePB) ProtoMessage()

func (*IsDeleteNamespaceDoneResponsePB) ProtoReflect

func (*IsDeleteNamespaceDoneResponsePB) Reset

func (*IsDeleteNamespaceDoneResponsePB) String

func (*IsDeleteNamespaceDoneResponsePB) UnmarshalJSON

func (m *IsDeleteNamespaceDoneResponsePB) UnmarshalJSON(b []byte) error

type IsDeleteTableDoneRequestPB

type IsDeleteTableDoneRequestPB struct {
	TableId []byte `protobuf:"bytes,1,req,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IsDeleteTableDoneRequestPB) Descriptor deprecated

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

Deprecated: Use IsDeleteTableDoneRequestPB.ProtoReflect.Descriptor instead.

func (*IsDeleteTableDoneRequestPB) GetTableId

func (x *IsDeleteTableDoneRequestPB) GetTableId() []byte

func (*IsDeleteTableDoneRequestPB) MarshalJSON

func (m *IsDeleteTableDoneRequestPB) MarshalJSON() ([]byte, error)

func (*IsDeleteTableDoneRequestPB) ProtoMessage

func (*IsDeleteTableDoneRequestPB) ProtoMessage()

func (*IsDeleteTableDoneRequestPB) ProtoReflect

func (*IsDeleteTableDoneRequestPB) Reset

func (x *IsDeleteTableDoneRequestPB) Reset()

func (*IsDeleteTableDoneRequestPB) String

func (x *IsDeleteTableDoneRequestPB) String() string

func (*IsDeleteTableDoneRequestPB) UnmarshalJSON

func (m *IsDeleteTableDoneRequestPB) UnmarshalJSON(b []byte) error

type IsDeleteTableDoneResponsePB

type IsDeleteTableDoneResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// true if the delete operation is completed, false otherwise
	Done *bool `protobuf:"varint,2,opt,name=done" json:"done,omitempty"`
	// contains filtered or unexported fields
}

func (*IsDeleteTableDoneResponsePB) Descriptor deprecated

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

Deprecated: Use IsDeleteTableDoneResponsePB.ProtoReflect.Descriptor instead.

func (*IsDeleteTableDoneResponsePB) GetDone

func (x *IsDeleteTableDoneResponsePB) GetDone() bool

func (*IsDeleteTableDoneResponsePB) GetError

func (*IsDeleteTableDoneResponsePB) MarshalJSON

func (m *IsDeleteTableDoneResponsePB) MarshalJSON() ([]byte, error)

func (*IsDeleteTableDoneResponsePB) ProtoMessage

func (*IsDeleteTableDoneResponsePB) ProtoMessage()

func (*IsDeleteTableDoneResponsePB) ProtoReflect

func (*IsDeleteTableDoneResponsePB) Reset

func (x *IsDeleteTableDoneResponsePB) Reset()

func (*IsDeleteTableDoneResponsePB) String

func (x *IsDeleteTableDoneResponsePB) String() string

func (*IsDeleteTableDoneResponsePB) UnmarshalJSON

func (m *IsDeleteTableDoneResponsePB) UnmarshalJSON(b []byte) error

type IsEncryptionEnabledRequestPB

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

func (*IsEncryptionEnabledRequestPB) Descriptor deprecated

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

Deprecated: Use IsEncryptionEnabledRequestPB.ProtoReflect.Descriptor instead.

func (*IsEncryptionEnabledRequestPB) MarshalJSON

func (m *IsEncryptionEnabledRequestPB) MarshalJSON() ([]byte, error)

func (*IsEncryptionEnabledRequestPB) ProtoMessage

func (*IsEncryptionEnabledRequestPB) ProtoMessage()

func (*IsEncryptionEnabledRequestPB) ProtoReflect

func (*IsEncryptionEnabledRequestPB) Reset

func (x *IsEncryptionEnabledRequestPB) Reset()

func (*IsEncryptionEnabledRequestPB) String

func (*IsEncryptionEnabledRequestPB) UnmarshalJSON

func (m *IsEncryptionEnabledRequestPB) UnmarshalJSON(b []byte) error

type IsEncryptionEnabledResponsePB

type IsEncryptionEnabledResponsePB struct {
	EncryptionEnabled *bool          `protobuf:"varint,1,opt,name=encryption_enabled,json=encryptionEnabled" json:"encryption_enabled,omitempty"`
	KeyId             *string        `protobuf:"bytes,2,opt,name=key_id,json=keyId" json:"key_id,omitempty"`
	Error             *MasterErrorPB `protobuf:"bytes,3,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*IsEncryptionEnabledResponsePB) Descriptor deprecated

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

Deprecated: Use IsEncryptionEnabledResponsePB.ProtoReflect.Descriptor instead.

func (*IsEncryptionEnabledResponsePB) GetEncryptionEnabled

func (x *IsEncryptionEnabledResponsePB) GetEncryptionEnabled() bool

func (*IsEncryptionEnabledResponsePB) GetError

func (*IsEncryptionEnabledResponsePB) GetKeyId

func (x *IsEncryptionEnabledResponsePB) GetKeyId() string

func (*IsEncryptionEnabledResponsePB) MarshalJSON

func (m *IsEncryptionEnabledResponsePB) MarshalJSON() ([]byte, error)

func (*IsEncryptionEnabledResponsePB) ProtoMessage

func (*IsEncryptionEnabledResponsePB) ProtoMessage()

func (*IsEncryptionEnabledResponsePB) ProtoReflect

func (*IsEncryptionEnabledResponsePB) Reset

func (x *IsEncryptionEnabledResponsePB) Reset()

func (*IsEncryptionEnabledResponsePB) String

func (*IsEncryptionEnabledResponsePB) UnmarshalJSON

func (m *IsEncryptionEnabledResponsePB) UnmarshalJSON(b []byte) error

type IsFlushTablesDoneRequestPB

type IsFlushTablesDoneRequestPB struct {
	FlushRequestId []byte `protobuf:"bytes,1,opt,name=flush_request_id,json=flushRequestId" json:"flush_request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IsFlushTablesDoneRequestPB) Descriptor deprecated

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

Deprecated: Use IsFlushTablesDoneRequestPB.ProtoReflect.Descriptor instead.

func (*IsFlushTablesDoneRequestPB) GetFlushRequestId

func (x *IsFlushTablesDoneRequestPB) GetFlushRequestId() []byte

func (*IsFlushTablesDoneRequestPB) MarshalJSON

func (m *IsFlushTablesDoneRequestPB) MarshalJSON() ([]byte, error)

func (*IsFlushTablesDoneRequestPB) ProtoMessage

func (*IsFlushTablesDoneRequestPB) ProtoMessage()

func (*IsFlushTablesDoneRequestPB) ProtoReflect

func (*IsFlushTablesDoneRequestPB) Reset

func (x *IsFlushTablesDoneRequestPB) Reset()

func (*IsFlushTablesDoneRequestPB) String

func (x *IsFlushTablesDoneRequestPB) String() string

func (*IsFlushTablesDoneRequestPB) UnmarshalJSON

func (m *IsFlushTablesDoneRequestPB) UnmarshalJSON(b []byte) error

type IsFlushTablesDoneResponsePB

type IsFlushTablesDoneResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// true if the flush tables operation is completed, false otherwise.
	Done *bool `protobuf:"varint,2,opt,name=done" json:"done,omitempty"`
	// true if the flush tables operation is successful.
	Success *bool `protobuf:"varint,3,opt,name=success" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*IsFlushTablesDoneResponsePB) Descriptor deprecated

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

Deprecated: Use IsFlushTablesDoneResponsePB.ProtoReflect.Descriptor instead.

func (*IsFlushTablesDoneResponsePB) GetDone

func (x *IsFlushTablesDoneResponsePB) GetDone() bool

func (*IsFlushTablesDoneResponsePB) GetError

func (*IsFlushTablesDoneResponsePB) GetSuccess

func (x *IsFlushTablesDoneResponsePB) GetSuccess() bool

func (*IsFlushTablesDoneResponsePB) MarshalJSON

func (m *IsFlushTablesDoneResponsePB) MarshalJSON() ([]byte, error)

func (*IsFlushTablesDoneResponsePB) ProtoMessage

func (*IsFlushTablesDoneResponsePB) ProtoMessage()

func (*IsFlushTablesDoneResponsePB) ProtoReflect

func (*IsFlushTablesDoneResponsePB) Reset

func (x *IsFlushTablesDoneResponsePB) Reset()

func (*IsFlushTablesDoneResponsePB) String

func (x *IsFlushTablesDoneResponsePB) String() string

func (*IsFlushTablesDoneResponsePB) UnmarshalJSON

func (m *IsFlushTablesDoneResponsePB) UnmarshalJSON(b []byte) error

type IsInitDbDoneRequestPB

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

func (*IsInitDbDoneRequestPB) Descriptor deprecated

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

Deprecated: Use IsInitDbDoneRequestPB.ProtoReflect.Descriptor instead.

func (*IsInitDbDoneRequestPB) MarshalJSON

func (m *IsInitDbDoneRequestPB) MarshalJSON() ([]byte, error)

func (*IsInitDbDoneRequestPB) ProtoMessage

func (*IsInitDbDoneRequestPB) ProtoMessage()

func (*IsInitDbDoneRequestPB) ProtoReflect

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

func (*IsInitDbDoneRequestPB) Reset

func (x *IsInitDbDoneRequestPB) Reset()

func (*IsInitDbDoneRequestPB) String

func (x *IsInitDbDoneRequestPB) String() string

func (*IsInitDbDoneRequestPB) UnmarshalJSON

func (m *IsInitDbDoneRequestPB) UnmarshalJSON(b []byte) error

type IsInitDbDoneResponsePB

type IsInitDbDoneResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// Someone started running initdb, as indicated by the existence of template1.pg_proc.
	PgProcExists *bool `protobuf:"varint,2,opt,name=pg_proc_exists,json=pgProcExists" json:"pg_proc_exists,omitempty"`
	// This is true if the master ran initdb and it finished, successfully or not.
	Done *bool `protobuf:"varint,4,opt,name=done" json:"done,omitempty"`
	// If this is set to a non-empty string, initdb has failed.
	InitdbError *string `protobuf:"bytes,5,opt,name=initdb_error,json=initdbError" json:"initdb_error,omitempty"`
	// contains filtered or unexported fields
}

func (*IsInitDbDoneResponsePB) Descriptor deprecated

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

Deprecated: Use IsInitDbDoneResponsePB.ProtoReflect.Descriptor instead.

func (*IsInitDbDoneResponsePB) GetDone

func (x *IsInitDbDoneResponsePB) GetDone() bool

func (*IsInitDbDoneResponsePB) GetError

func (x *IsInitDbDoneResponsePB) GetError() *MasterErrorPB

func (*IsInitDbDoneResponsePB) GetInitdbError

func (x *IsInitDbDoneResponsePB) GetInitdbError() string

func (*IsInitDbDoneResponsePB) GetPgProcExists

func (x *IsInitDbDoneResponsePB) GetPgProcExists() bool

func (*IsInitDbDoneResponsePB) MarshalJSON

func (m *IsInitDbDoneResponsePB) MarshalJSON() ([]byte, error)

func (*IsInitDbDoneResponsePB) ProtoMessage

func (*IsInitDbDoneResponsePB) ProtoMessage()

func (*IsInitDbDoneResponsePB) ProtoReflect

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

func (*IsInitDbDoneResponsePB) Reset

func (x *IsInitDbDoneResponsePB) Reset()

func (*IsInitDbDoneResponsePB) String

func (x *IsInitDbDoneResponsePB) String() string

func (*IsInitDbDoneResponsePB) UnmarshalJSON

func (m *IsInitDbDoneResponsePB) UnmarshalJSON(b []byte) error

type IsLoadBalancedRequestPB

type IsLoadBalancedRequestPB struct {
	ExpectedNumServers *int32 `protobuf:"varint,1,opt,name=expected_num_servers,json=expectedNumServers" json:"expected_num_servers,omitempty"`
	// contains filtered or unexported fields
}

When no errors, the master leader will have balanced all the load across the live tservers. The client can send in an optional value for the expected number of servers. If the master finds fewer alive in its snapshot than these, it will consider the load imbalanced.

func (*IsLoadBalancedRequestPB) Descriptor deprecated

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

Deprecated: Use IsLoadBalancedRequestPB.ProtoReflect.Descriptor instead.

func (*IsLoadBalancedRequestPB) GetExpectedNumServers

func (x *IsLoadBalancedRequestPB) GetExpectedNumServers() int32

func (*IsLoadBalancedRequestPB) MarshalJSON

func (m *IsLoadBalancedRequestPB) MarshalJSON() ([]byte, error)

func (*IsLoadBalancedRequestPB) ProtoMessage

func (*IsLoadBalancedRequestPB) ProtoMessage()

func (*IsLoadBalancedRequestPB) ProtoReflect

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

func (*IsLoadBalancedRequestPB) Reset

func (x *IsLoadBalancedRequestPB) Reset()

func (*IsLoadBalancedRequestPB) String

func (x *IsLoadBalancedRequestPB) String() string

func (*IsLoadBalancedRequestPB) UnmarshalJSON

func (m *IsLoadBalancedRequestPB) UnmarshalJSON(b []byte) error

type IsLoadBalancedResponsePB

type IsLoadBalancedResponsePB struct {

	// Any error being set implies that the load is not balanced across the servers.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*IsLoadBalancedResponsePB) Descriptor deprecated

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

Deprecated: Use IsLoadBalancedResponsePB.ProtoReflect.Descriptor instead.

func (*IsLoadBalancedResponsePB) GetError

func (x *IsLoadBalancedResponsePB) GetError() *MasterErrorPB

func (*IsLoadBalancedResponsePB) MarshalJSON

func (m *IsLoadBalancedResponsePB) MarshalJSON() ([]byte, error)

func (*IsLoadBalancedResponsePB) ProtoMessage

func (*IsLoadBalancedResponsePB) ProtoMessage()

func (*IsLoadBalancedResponsePB) ProtoReflect

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

func (*IsLoadBalancedResponsePB) Reset

func (x *IsLoadBalancedResponsePB) Reset()

func (*IsLoadBalancedResponsePB) String

func (x *IsLoadBalancedResponsePB) String() string

func (*IsLoadBalancedResponsePB) UnmarshalJSON

func (m *IsLoadBalancedResponsePB) UnmarshalJSON(b []byte) error

type IsLoadBalancerIdleRequestPB

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

Is load balancer idle.

func (*IsLoadBalancerIdleRequestPB) Descriptor deprecated

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

Deprecated: Use IsLoadBalancerIdleRequestPB.ProtoReflect.Descriptor instead.

func (*IsLoadBalancerIdleRequestPB) MarshalJSON

func (m *IsLoadBalancerIdleRequestPB) MarshalJSON() ([]byte, error)

func (*IsLoadBalancerIdleRequestPB) ProtoMessage

func (*IsLoadBalancerIdleRequestPB) ProtoMessage()

func (*IsLoadBalancerIdleRequestPB) ProtoReflect

func (*IsLoadBalancerIdleRequestPB) Reset

func (x *IsLoadBalancerIdleRequestPB) Reset()

func (*IsLoadBalancerIdleRequestPB) String

func (x *IsLoadBalancerIdleRequestPB) String() string

func (*IsLoadBalancerIdleRequestPB) UnmarshalJSON

func (m *IsLoadBalancerIdleRequestPB) UnmarshalJSON(b []byte) error

type IsLoadBalancerIdleResponsePB

type IsLoadBalancerIdleResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

When no errors, load balancer is idle.

func (*IsLoadBalancerIdleResponsePB) Descriptor deprecated

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

Deprecated: Use IsLoadBalancerIdleResponsePB.ProtoReflect.Descriptor instead.

func (*IsLoadBalancerIdleResponsePB) GetError

func (*IsLoadBalancerIdleResponsePB) MarshalJSON

func (m *IsLoadBalancerIdleResponsePB) MarshalJSON() ([]byte, error)

func (*IsLoadBalancerIdleResponsePB) ProtoMessage

func (*IsLoadBalancerIdleResponsePB) ProtoMessage()

func (*IsLoadBalancerIdleResponsePB) ProtoReflect

func (*IsLoadBalancerIdleResponsePB) Reset

func (x *IsLoadBalancerIdleResponsePB) Reset()

func (*IsLoadBalancerIdleResponsePB) String

func (*IsLoadBalancerIdleResponsePB) UnmarshalJSON

func (m *IsLoadBalancerIdleResponsePB) UnmarshalJSON(b []byte) error

type IsMasterLeaderReadyRequestPB

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

Get a master's notion being ready as the leader. NOTE: Should be used only for unit testing purposes.

func (*IsMasterLeaderReadyRequestPB) Descriptor deprecated

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

Deprecated: Use IsMasterLeaderReadyRequestPB.ProtoReflect.Descriptor instead.

func (*IsMasterLeaderReadyRequestPB) MarshalJSON

func (m *IsMasterLeaderReadyRequestPB) MarshalJSON() ([]byte, error)

func (*IsMasterLeaderReadyRequestPB) ProtoMessage

func (*IsMasterLeaderReadyRequestPB) ProtoMessage()

func (*IsMasterLeaderReadyRequestPB) ProtoReflect

func (*IsMasterLeaderReadyRequestPB) Reset

func (x *IsMasterLeaderReadyRequestPB) Reset()

func (*IsMasterLeaderReadyRequestPB) String

func (*IsMasterLeaderReadyRequestPB) UnmarshalJSON

func (m *IsMasterLeaderReadyRequestPB) UnmarshalJSON(b []byte) error

type IsMasterLeaderReadyResponsePB

type IsMasterLeaderReadyResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

When no errors, the master will be deemed ready as per its catalog manager layer.

func (*IsMasterLeaderReadyResponsePB) Descriptor deprecated

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

Deprecated: Use IsMasterLeaderReadyResponsePB.ProtoReflect.Descriptor instead.

func (*IsMasterLeaderReadyResponsePB) GetError

func (*IsMasterLeaderReadyResponsePB) MarshalJSON

func (m *IsMasterLeaderReadyResponsePB) MarshalJSON() ([]byte, error)

func (*IsMasterLeaderReadyResponsePB) ProtoMessage

func (*IsMasterLeaderReadyResponsePB) ProtoMessage()

func (*IsMasterLeaderReadyResponsePB) ProtoReflect

func (*IsMasterLeaderReadyResponsePB) Reset

func (x *IsMasterLeaderReadyResponsePB) Reset()

func (*IsMasterLeaderReadyResponsePB) String

func (*IsMasterLeaderReadyResponsePB) UnmarshalJSON

func (m *IsMasterLeaderReadyResponsePB) UnmarshalJSON(b []byte) error

type IsTruncateTableDoneRequestPB

type IsTruncateTableDoneRequestPB struct {
	TableId []byte `protobuf:"bytes,1,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IsTruncateTableDoneRequestPB) Descriptor deprecated

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

Deprecated: Use IsTruncateTableDoneRequestPB.ProtoReflect.Descriptor instead.

func (*IsTruncateTableDoneRequestPB) GetTableId

func (x *IsTruncateTableDoneRequestPB) GetTableId() []byte

func (*IsTruncateTableDoneRequestPB) MarshalJSON

func (m *IsTruncateTableDoneRequestPB) MarshalJSON() ([]byte, error)

func (*IsTruncateTableDoneRequestPB) ProtoMessage

func (*IsTruncateTableDoneRequestPB) ProtoMessage()

func (*IsTruncateTableDoneRequestPB) ProtoReflect

func (*IsTruncateTableDoneRequestPB) Reset

func (x *IsTruncateTableDoneRequestPB) Reset()

func (*IsTruncateTableDoneRequestPB) String

func (*IsTruncateTableDoneRequestPB) UnmarshalJSON

func (m *IsTruncateTableDoneRequestPB) UnmarshalJSON(b []byte) error

type IsTruncateTableDoneResponsePB

type IsTruncateTableDoneResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// true if the truncate operation is completed, false otherwise
	Done *bool `protobuf:"varint,2,opt,name=done" json:"done,omitempty"`
	// contains filtered or unexported fields
}

func (*IsTruncateTableDoneResponsePB) Descriptor deprecated

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

Deprecated: Use IsTruncateTableDoneResponsePB.ProtoReflect.Descriptor instead.

func (*IsTruncateTableDoneResponsePB) GetDone

func (x *IsTruncateTableDoneResponsePB) GetDone() bool

func (*IsTruncateTableDoneResponsePB) GetError

func (*IsTruncateTableDoneResponsePB) MarshalJSON

func (m *IsTruncateTableDoneResponsePB) MarshalJSON() ([]byte, error)

func (*IsTruncateTableDoneResponsePB) ProtoMessage

func (*IsTruncateTableDoneResponsePB) ProtoMessage()

func (*IsTruncateTableDoneResponsePB) ProtoReflect

func (*IsTruncateTableDoneResponsePB) Reset

func (x *IsTruncateTableDoneResponsePB) Reset()

func (*IsTruncateTableDoneResponsePB) String

func (*IsTruncateTableDoneResponsePB) UnmarshalJSON

func (m *IsTruncateTableDoneResponsePB) UnmarshalJSON(b []byte) error

type LaunchBackfillIndexForTableRequestPB

type LaunchBackfillIndexForTableRequestPB struct {

	// The indexed table identifier. Used for YCQL tables from yb-admin.
	TableIdentifier *TableIdentifierPB `protobuf:"bytes,1,opt,name=table_identifier,json=tableIdentifier" json:"table_identifier,omitempty"`
	// contains filtered or unexported fields
}

func (*LaunchBackfillIndexForTableRequestPB) Descriptor deprecated

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

Deprecated: Use LaunchBackfillIndexForTableRequestPB.ProtoReflect.Descriptor instead.

func (*LaunchBackfillIndexForTableRequestPB) GetTableIdentifier

func (*LaunchBackfillIndexForTableRequestPB) MarshalJSON

func (m *LaunchBackfillIndexForTableRequestPB) MarshalJSON() ([]byte, error)

func (*LaunchBackfillIndexForTableRequestPB) ProtoMessage

func (*LaunchBackfillIndexForTableRequestPB) ProtoMessage()

func (*LaunchBackfillIndexForTableRequestPB) ProtoReflect

func (*LaunchBackfillIndexForTableRequestPB) Reset

func (*LaunchBackfillIndexForTableRequestPB) String

func (*LaunchBackfillIndexForTableRequestPB) UnmarshalJSON

func (m *LaunchBackfillIndexForTableRequestPB) UnmarshalJSON(b []byte) error

type LaunchBackfillIndexForTableResponsePB

type LaunchBackfillIndexForTableResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*LaunchBackfillIndexForTableResponsePB) Descriptor deprecated

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

Deprecated: Use LaunchBackfillIndexForTableResponsePB.ProtoReflect.Descriptor instead.

func (*LaunchBackfillIndexForTableResponsePB) GetError

func (*LaunchBackfillIndexForTableResponsePB) MarshalJSON

func (m *LaunchBackfillIndexForTableResponsePB) MarshalJSON() ([]byte, error)

func (*LaunchBackfillIndexForTableResponsePB) ProtoMessage

func (*LaunchBackfillIndexForTableResponsePB) ProtoMessage()

func (*LaunchBackfillIndexForTableResponsePB) ProtoReflect

func (*LaunchBackfillIndexForTableResponsePB) Reset

func (*LaunchBackfillIndexForTableResponsePB) String

func (*LaunchBackfillIndexForTableResponsePB) UnmarshalJSON

func (m *LaunchBackfillIndexForTableResponsePB) UnmarshalJSON(b []byte) error

type ListCDCStreamsRequestPB

type ListCDCStreamsRequestPB struct {
	TableId *string `protobuf:"bytes,1,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCDCStreamsRequestPB) Descriptor deprecated

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

Deprecated: Use ListCDCStreamsRequestPB.ProtoReflect.Descriptor instead.

func (*ListCDCStreamsRequestPB) GetTableId

func (x *ListCDCStreamsRequestPB) GetTableId() string

func (*ListCDCStreamsRequestPB) MarshalJSON

func (m *ListCDCStreamsRequestPB) MarshalJSON() ([]byte, error)

func (*ListCDCStreamsRequestPB) ProtoMessage

func (*ListCDCStreamsRequestPB) ProtoMessage()

func (*ListCDCStreamsRequestPB) ProtoReflect

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

func (*ListCDCStreamsRequestPB) Reset

func (x *ListCDCStreamsRequestPB) Reset()

func (*ListCDCStreamsRequestPB) String

func (x *ListCDCStreamsRequestPB) String() string

func (*ListCDCStreamsRequestPB) UnmarshalJSON

func (m *ListCDCStreamsRequestPB) UnmarshalJSON(b []byte) error

type ListCDCStreamsResponsePB

type ListCDCStreamsResponsePB struct {

	// The error, if an error occurred with this request.
	Error   *MasterErrorPB     `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Streams []*CDCStreamInfoPB `protobuf:"bytes,2,rep,name=streams" json:"streams,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCDCStreamsResponsePB) Descriptor deprecated

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

Deprecated: Use ListCDCStreamsResponsePB.ProtoReflect.Descriptor instead.

func (*ListCDCStreamsResponsePB) GetError

func (x *ListCDCStreamsResponsePB) GetError() *MasterErrorPB

func (*ListCDCStreamsResponsePB) GetStreams

func (x *ListCDCStreamsResponsePB) GetStreams() []*CDCStreamInfoPB

func (*ListCDCStreamsResponsePB) MarshalJSON

func (m *ListCDCStreamsResponsePB) MarshalJSON() ([]byte, error)

func (*ListCDCStreamsResponsePB) ProtoMessage

func (*ListCDCStreamsResponsePB) ProtoMessage()

func (*ListCDCStreamsResponsePB) ProtoReflect

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

func (*ListCDCStreamsResponsePB) Reset

func (x *ListCDCStreamsResponsePB) Reset()

func (*ListCDCStreamsResponsePB) String

func (x *ListCDCStreamsResponsePB) String() string

func (*ListCDCStreamsResponsePB) UnmarshalJSON

func (m *ListCDCStreamsResponsePB) UnmarshalJSON(b []byte) error

type ListMasterRaftPeersRequestPB

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

ListMasterRaftPeersRequest/Response: get information about all of the known servers which are part of this master's version of the currently active Raft quorum. This also captures any inflight change config operations which are not yet tracked by in-memory options and hence can give a more current picture of peers compared with ListMastersResponse.

func (*ListMasterRaftPeersRequestPB) Descriptor deprecated

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

Deprecated: Use ListMasterRaftPeersRequestPB.ProtoReflect.Descriptor instead.

func (*ListMasterRaftPeersRequestPB) MarshalJSON

func (m *ListMasterRaftPeersRequestPB) MarshalJSON() ([]byte, error)

func (*ListMasterRaftPeersRequestPB) ProtoMessage

func (*ListMasterRaftPeersRequestPB) ProtoMessage()

func (*ListMasterRaftPeersRequestPB) ProtoReflect

func (*ListMasterRaftPeersRequestPB) Reset

func (x *ListMasterRaftPeersRequestPB) Reset()

func (*ListMasterRaftPeersRequestPB) String

func (*ListMasterRaftPeersRequestPB) UnmarshalJSON

func (m *ListMasterRaftPeersRequestPB) UnmarshalJSON(b []byte) error

type ListMasterRaftPeersResponsePB

type ListMasterRaftPeersResponsePB struct {

	// An entry for each individual master server.
	Masters []*common.RaftPeerPB `protobuf:"bytes,1,rep,name=masters" json:"masters,omitempty"`
	// Set only if there's an error in retrieving the list of servers or
	// in getting this server's own local registration information.
	Error *MasterErrorPB `protobuf:"bytes,2,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMasterRaftPeersResponsePB) Descriptor deprecated

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

Deprecated: Use ListMasterRaftPeersResponsePB.ProtoReflect.Descriptor instead.

func (*ListMasterRaftPeersResponsePB) GetError

func (*ListMasterRaftPeersResponsePB) GetMasters

func (x *ListMasterRaftPeersResponsePB) GetMasters() []*common.RaftPeerPB

func (*ListMasterRaftPeersResponsePB) MarshalJSON

func (m *ListMasterRaftPeersResponsePB) MarshalJSON() ([]byte, error)

func (*ListMasterRaftPeersResponsePB) ProtoMessage

func (*ListMasterRaftPeersResponsePB) ProtoMessage()

func (*ListMasterRaftPeersResponsePB) ProtoReflect

func (*ListMasterRaftPeersResponsePB) Reset

func (x *ListMasterRaftPeersResponsePB) Reset()

func (*ListMasterRaftPeersResponsePB) String

func (*ListMasterRaftPeersResponsePB) UnmarshalJSON

func (m *ListMasterRaftPeersResponsePB) UnmarshalJSON(b []byte) error

type ListMastersRequestPB

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

ListMastersRequest/Response: get information about all of the known master servers, including this node from the in-memory options.

func (*ListMastersRequestPB) Descriptor deprecated

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

Deprecated: Use ListMastersRequestPB.ProtoReflect.Descriptor instead.

func (*ListMastersRequestPB) MarshalJSON

func (m *ListMastersRequestPB) MarshalJSON() ([]byte, error)

func (*ListMastersRequestPB) ProtoMessage

func (*ListMastersRequestPB) ProtoMessage()

func (*ListMastersRequestPB) ProtoReflect

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

func (*ListMastersRequestPB) Reset

func (x *ListMastersRequestPB) Reset()

func (*ListMastersRequestPB) String

func (x *ListMastersRequestPB) String() string

func (*ListMastersRequestPB) UnmarshalJSON

func (m *ListMastersRequestPB) UnmarshalJSON(b []byte) error

type ListMastersResponsePB

type ListMastersResponsePB struct {

	// An entry for each individual master server.
	Masters []*common.ServerEntryPB `protobuf:"bytes,1,rep,name=masters" json:"masters,omitempty"`
	// Set only if there's an error in retrieving the list of servers or
	// in getting this server's own local registration information.
	Error *MasterErrorPB `protobuf:"bytes,2,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMastersResponsePB) Descriptor deprecated

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

Deprecated: Use ListMastersResponsePB.ProtoReflect.Descriptor instead.

func (*ListMastersResponsePB) GetError

func (x *ListMastersResponsePB) GetError() *MasterErrorPB

func (*ListMastersResponsePB) GetMasters

func (x *ListMastersResponsePB) GetMasters() []*common.ServerEntryPB

func (*ListMastersResponsePB) MarshalJSON

func (m *ListMastersResponsePB) MarshalJSON() ([]byte, error)

func (*ListMastersResponsePB) ProtoMessage

func (*ListMastersResponsePB) ProtoMessage()

func (*ListMastersResponsePB) ProtoReflect

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

func (*ListMastersResponsePB) Reset

func (x *ListMastersResponsePB) Reset()

func (*ListMastersResponsePB) String

func (x *ListMastersResponsePB) String() string

func (*ListMastersResponsePB) UnmarshalJSON

func (m *ListMastersResponsePB) UnmarshalJSON(b []byte) error

type ListNamespacesRequestPB

type ListNamespacesRequestPB struct {
	DatabaseType *common.YQLDatabase `protobuf:"varint,1,opt,name=database_type,json=databaseType,enum=yb.YQLDatabase,def=2" json:"database_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespacesRequestPB) Descriptor deprecated

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

Deprecated: Use ListNamespacesRequestPB.ProtoReflect.Descriptor instead.

func (*ListNamespacesRequestPB) GetDatabaseType

func (x *ListNamespacesRequestPB) GetDatabaseType() common.YQLDatabase

func (*ListNamespacesRequestPB) MarshalJSON

func (m *ListNamespacesRequestPB) MarshalJSON() ([]byte, error)

func (*ListNamespacesRequestPB) ProtoMessage

func (*ListNamespacesRequestPB) ProtoMessage()

func (*ListNamespacesRequestPB) ProtoReflect

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

func (*ListNamespacesRequestPB) Reset

func (x *ListNamespacesRequestPB) Reset()

func (*ListNamespacesRequestPB) String

func (x *ListNamespacesRequestPB) String() string

func (*ListNamespacesRequestPB) UnmarshalJSON

func (m *ListNamespacesRequestPB) UnmarshalJSON(b []byte) error

type ListNamespacesResponsePB

type ListNamespacesResponsePB struct {

	// The error, if an error occurred with this request.
	Error      *MasterErrorPB           `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Namespaces []*NamespaceIdentifierPB `protobuf:"bytes,2,rep,name=namespaces" json:"namespaces,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespacesResponsePB) Descriptor deprecated

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

Deprecated: Use ListNamespacesResponsePB.ProtoReflect.Descriptor instead.

func (*ListNamespacesResponsePB) GetError

func (x *ListNamespacesResponsePB) GetError() *MasterErrorPB

func (*ListNamespacesResponsePB) GetNamespaces

func (x *ListNamespacesResponsePB) GetNamespaces() []*NamespaceIdentifierPB

func (*ListNamespacesResponsePB) MarshalJSON

func (m *ListNamespacesResponsePB) MarshalJSON() ([]byte, error)

func (*ListNamespacesResponsePB) ProtoMessage

func (*ListNamespacesResponsePB) ProtoMessage()

func (*ListNamespacesResponsePB) ProtoReflect

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

func (*ListNamespacesResponsePB) Reset

func (x *ListNamespacesResponsePB) Reset()

func (*ListNamespacesResponsePB) String

func (x *ListNamespacesResponsePB) String() string

func (*ListNamespacesResponsePB) UnmarshalJSON

func (m *ListNamespacesResponsePB) UnmarshalJSON(b []byte) error

type ListTablegroupsRequestPB

type ListTablegroupsRequestPB struct {
	NamespaceId []byte `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId" json:"namespace_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTablegroupsRequestPB) Descriptor deprecated

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

Deprecated: Use ListTablegroupsRequestPB.ProtoReflect.Descriptor instead.

func (*ListTablegroupsRequestPB) GetNamespaceId

func (x *ListTablegroupsRequestPB) GetNamespaceId() []byte

func (*ListTablegroupsRequestPB) MarshalJSON

func (m *ListTablegroupsRequestPB) MarshalJSON() ([]byte, error)

func (*ListTablegroupsRequestPB) ProtoMessage

func (*ListTablegroupsRequestPB) ProtoMessage()

func (*ListTablegroupsRequestPB) ProtoReflect

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

func (*ListTablegroupsRequestPB) Reset

func (x *ListTablegroupsRequestPB) Reset()

func (*ListTablegroupsRequestPB) String

func (x *ListTablegroupsRequestPB) String() string

func (*ListTablegroupsRequestPB) UnmarshalJSON

func (m *ListTablegroupsRequestPB) UnmarshalJSON(b []byte) error

type ListTablegroupsResponsePB

type ListTablegroupsResponsePB struct {

	// The error, if an error occurred with this request.
	Error       *MasterErrorPB            `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Tablegroups []*TablegroupIdentifierPB `protobuf:"bytes,2,rep,name=tablegroups" json:"tablegroups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTablegroupsResponsePB) Descriptor deprecated

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

Deprecated: Use ListTablegroupsResponsePB.ProtoReflect.Descriptor instead.

func (*ListTablegroupsResponsePB) GetError

func (*ListTablegroupsResponsePB) GetTablegroups

func (x *ListTablegroupsResponsePB) GetTablegroups() []*TablegroupIdentifierPB

func (*ListTablegroupsResponsePB) MarshalJSON

func (m *ListTablegroupsResponsePB) MarshalJSON() ([]byte, error)

func (*ListTablegroupsResponsePB) ProtoMessage

func (*ListTablegroupsResponsePB) ProtoMessage()

func (*ListTablegroupsResponsePB) ProtoReflect

func (*ListTablegroupsResponsePB) Reset

func (x *ListTablegroupsResponsePB) Reset()

func (*ListTablegroupsResponsePB) String

func (x *ListTablegroupsResponsePB) String() string

func (*ListTablegroupsResponsePB) UnmarshalJSON

func (m *ListTablegroupsResponsePB) UnmarshalJSON(b []byte) error

type ListTablesRequestPB

type ListTablesRequestPB struct {

	// When used, only returns tables that satisfy a substring match on name_filter.
	NameFilter *string `protobuf:"bytes,1,opt,name=name_filter,json=nameFilter" json:"name_filter,omitempty"`
	// Can be used to list tables for this one particular namespace.
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"`
	// Exclude system tables.
	ExcludeSystemTables *bool `protobuf:"varint,3,opt,name=exclude_system_tables,json=excludeSystemTables,def=0" json:"exclude_system_tables,omitempty"`
	// Can be used to filter tables based on RelationType
	RelationTypeFilter []RelationType `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListTablesRequestPB) Descriptor deprecated

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

Deprecated: Use ListTablesRequestPB.ProtoReflect.Descriptor instead.

func (*ListTablesRequestPB) GetExcludeSystemTables

func (x *ListTablesRequestPB) GetExcludeSystemTables() bool

func (*ListTablesRequestPB) GetNameFilter

func (x *ListTablesRequestPB) GetNameFilter() string

func (*ListTablesRequestPB) GetNamespace

func (x *ListTablesRequestPB) GetNamespace() *NamespaceIdentifierPB

func (*ListTablesRequestPB) GetRelationTypeFilter

func (x *ListTablesRequestPB) GetRelationTypeFilter() []RelationType

func (*ListTablesRequestPB) MarshalJSON

func (m *ListTablesRequestPB) MarshalJSON() ([]byte, error)

func (*ListTablesRequestPB) ProtoMessage

func (*ListTablesRequestPB) ProtoMessage()

func (*ListTablesRequestPB) ProtoReflect

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

func (*ListTablesRequestPB) Reset

func (x *ListTablesRequestPB) Reset()

func (*ListTablesRequestPB) String

func (x *ListTablesRequestPB) String() string

func (*ListTablesRequestPB) UnmarshalJSON

func (m *ListTablesRequestPB) UnmarshalJSON(b []byte) error

type ListTablesResponsePB

type ListTablesResponsePB struct {

	// The error, if an error occurred with this request.
	Error  *MasterErrorPB                    `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Tables []*ListTablesResponsePB_TableInfo `protobuf:"bytes,2,rep,name=tables" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTablesResponsePB) Descriptor deprecated

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

Deprecated: Use ListTablesResponsePB.ProtoReflect.Descriptor instead.

func (*ListTablesResponsePB) GetError

func (x *ListTablesResponsePB) GetError() *MasterErrorPB

func (*ListTablesResponsePB) GetTables

func (*ListTablesResponsePB) MarshalJSON

func (m *ListTablesResponsePB) MarshalJSON() ([]byte, error)

func (*ListTablesResponsePB) ProtoMessage

func (*ListTablesResponsePB) ProtoMessage()

func (*ListTablesResponsePB) ProtoReflect

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

func (*ListTablesResponsePB) Reset

func (x *ListTablesResponsePB) Reset()

func (*ListTablesResponsePB) String

func (x *ListTablesResponsePB) String() string

func (*ListTablesResponsePB) UnmarshalJSON

func (m *ListTablesResponsePB) UnmarshalJSON(b []byte) error

type ListTablesResponsePB_TableInfo

type ListTablesResponsePB_TableInfo struct {
	Id           []byte                 `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	Name         *string                `protobuf:"bytes,2,req,name=name" json:"name,omitempty"`
	TableType    *common.TableType      `protobuf:"varint,3,opt,name=table_type,json=tableType,enum=yb.TableType" json:"table_type,omitempty"`
	Namespace    *NamespaceIdentifierPB `protobuf:"bytes,4,opt,name=namespace" json:"namespace,omitempty"`
	RelationType *RelationType          `protobuf:"varint,5,opt,name=relation_type,json=relationType,enum=yb.master.RelationType,def=2" json:"relation_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTablesResponsePB_TableInfo) Descriptor deprecated

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

Deprecated: Use ListTablesResponsePB_TableInfo.ProtoReflect.Descriptor instead.

func (*ListTablesResponsePB_TableInfo) GetId

func (x *ListTablesResponsePB_TableInfo) GetId() []byte

func (*ListTablesResponsePB_TableInfo) GetName

func (*ListTablesResponsePB_TableInfo) GetNamespace

func (*ListTablesResponsePB_TableInfo) GetRelationType

func (x *ListTablesResponsePB_TableInfo) GetRelationType() RelationType

func (*ListTablesResponsePB_TableInfo) GetTableType

func (*ListTablesResponsePB_TableInfo) ProtoMessage

func (*ListTablesResponsePB_TableInfo) ProtoMessage()

func (*ListTablesResponsePB_TableInfo) ProtoReflect

func (*ListTablesResponsePB_TableInfo) Reset

func (x *ListTablesResponsePB_TableInfo) Reset()

func (*ListTablesResponsePB_TableInfo) String

type ListTabletServersRequestPB

type ListTabletServersRequestPB struct {

	// If set to true, return only the tservers which are in the primary/sync cluster.
	PrimaryOnly *bool `protobuf:"varint,1,opt,name=primary_only,json=primaryOnly,def=0" json:"primary_only,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTabletServersRequestPB) Descriptor deprecated

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

Deprecated: Use ListTabletServersRequestPB.ProtoReflect.Descriptor instead.

func (*ListTabletServersRequestPB) GetPrimaryOnly

func (x *ListTabletServersRequestPB) GetPrimaryOnly() bool

func (*ListTabletServersRequestPB) MarshalJSON

func (m *ListTabletServersRequestPB) MarshalJSON() ([]byte, error)

func (*ListTabletServersRequestPB) ProtoMessage

func (*ListTabletServersRequestPB) ProtoMessage()

func (*ListTabletServersRequestPB) ProtoReflect

func (*ListTabletServersRequestPB) Reset

func (x *ListTabletServersRequestPB) Reset()

func (*ListTabletServersRequestPB) String

func (x *ListTabletServersRequestPB) String() string

func (*ListTabletServersRequestPB) UnmarshalJSON

func (m *ListTabletServersRequestPB) UnmarshalJSON(b []byte) error

type ListTabletServersResponsePB

type ListTabletServersResponsePB struct {
	Error   *MasterErrorPB                       `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Servers []*ListTabletServersResponsePB_Entry `protobuf:"bytes,2,rep,name=servers" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTabletServersResponsePB) Descriptor deprecated

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

Deprecated: Use ListTabletServersResponsePB.ProtoReflect.Descriptor instead.

func (*ListTabletServersResponsePB) GetError

func (*ListTabletServersResponsePB) GetServers

func (*ListTabletServersResponsePB) MarshalJSON

func (m *ListTabletServersResponsePB) MarshalJSON() ([]byte, error)

func (*ListTabletServersResponsePB) ProtoMessage

func (*ListTabletServersResponsePB) ProtoMessage()

func (*ListTabletServersResponsePB) ProtoReflect

func (*ListTabletServersResponsePB) Reset

func (x *ListTabletServersResponsePB) Reset()

func (*ListTabletServersResponsePB) String

func (x *ListTabletServersResponsePB) String() string

func (*ListTabletServersResponsePB) UnmarshalJSON

func (m *ListTabletServersResponsePB) UnmarshalJSON(b []byte) error

type ListTabletServersResponsePB_Entry

type ListTabletServersResponsePB_Entry struct {
	InstanceId           *common.NodeInstancePB `protobuf:"bytes,1,req,name=instance_id,json=instanceId" json:"instance_id,omitempty"`
	Registration         *TSRegistrationPB      `protobuf:"bytes,2,opt,name=registration" json:"registration,omitempty"`
	MillisSinceHeartbeat *int32                 `protobuf:"varint,3,opt,name=millis_since_heartbeat,json=millisSinceHeartbeat" json:"millis_since_heartbeat,omitempty"`
	Alive                *bool                  `protobuf:"varint,4,opt,name=alive" json:"alive,omitempty"`
	Metrics              *TServerMetricsPB      `protobuf:"bytes,5,opt,name=metrics" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTabletServersResponsePB_Entry) Descriptor deprecated

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

Deprecated: Use ListTabletServersResponsePB_Entry.ProtoReflect.Descriptor instead.

func (*ListTabletServersResponsePB_Entry) GetAlive

func (*ListTabletServersResponsePB_Entry) GetInstanceId

func (*ListTabletServersResponsePB_Entry) GetMetrics

func (*ListTabletServersResponsePB_Entry) GetMillisSinceHeartbeat

func (x *ListTabletServersResponsePB_Entry) GetMillisSinceHeartbeat() int32

func (*ListTabletServersResponsePB_Entry) GetRegistration

func (*ListTabletServersResponsePB_Entry) ProtoMessage

func (*ListTabletServersResponsePB_Entry) ProtoMessage()

func (*ListTabletServersResponsePB_Entry) ProtoReflect

func (*ListTabletServersResponsePB_Entry) Reset

func (*ListTabletServersResponsePB_Entry) String

type ListTabletsOnPathPB

type ListTabletsOnPathPB struct {
	PathId []byte                              `protobuf:"bytes,1,req,name=path_id,json=pathId" json:"path_id,omitempty"`
	Tablet []*ListTabletsOnPathPB_TabletOnPath `protobuf:"bytes,2,rep,name=tablet" json:"tablet,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTabletsOnPathPB) Descriptor deprecated

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

Deprecated: Use ListTabletsOnPathPB.ProtoReflect.Descriptor instead.

func (*ListTabletsOnPathPB) GetPathId

func (x *ListTabletsOnPathPB) GetPathId() []byte

func (*ListTabletsOnPathPB) GetTablet

func (*ListTabletsOnPathPB) MarshalJSON

func (m *ListTabletsOnPathPB) MarshalJSON() ([]byte, error)

func (*ListTabletsOnPathPB) ProtoMessage

func (*ListTabletsOnPathPB) ProtoMessage()

func (*ListTabletsOnPathPB) ProtoReflect

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

func (*ListTabletsOnPathPB) Reset

func (x *ListTabletsOnPathPB) Reset()

func (*ListTabletsOnPathPB) String

func (x *ListTabletsOnPathPB) String() string

func (*ListTabletsOnPathPB) UnmarshalJSON

func (m *ListTabletsOnPathPB) UnmarshalJSON(b []byte) error

type ListTabletsOnPathPB_TabletOnPath

type ListTabletsOnPathPB_TabletOnPath struct {
	TabletId                []byte  `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	SstFileSize             *uint64 `protobuf:"varint,2,opt,name=sst_file_size,json=sstFileSize" json:"sst_file_size,omitempty"`
	WalFileSize             *uint64 `protobuf:"varint,3,opt,name=wal_file_size,json=walFileSize" json:"wal_file_size,omitempty"`
	UncompressedSstFileSize *uint64 `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListTabletsOnPathPB_TabletOnPath) Descriptor deprecated

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

Deprecated: Use ListTabletsOnPathPB_TabletOnPath.ProtoReflect.Descriptor instead.

func (*ListTabletsOnPathPB_TabletOnPath) GetSstFileSize

func (x *ListTabletsOnPathPB_TabletOnPath) GetSstFileSize() uint64

func (*ListTabletsOnPathPB_TabletOnPath) GetTabletId

func (x *ListTabletsOnPathPB_TabletOnPath) GetTabletId() []byte

func (*ListTabletsOnPathPB_TabletOnPath) GetUncompressedSstFileSize

func (x *ListTabletsOnPathPB_TabletOnPath) GetUncompressedSstFileSize() uint64

func (*ListTabletsOnPathPB_TabletOnPath) GetWalFileSize

func (x *ListTabletsOnPathPB_TabletOnPath) GetWalFileSize() uint64

func (*ListTabletsOnPathPB_TabletOnPath) ProtoMessage

func (*ListTabletsOnPathPB_TabletOnPath) ProtoMessage()

func (*ListTabletsOnPathPB_TabletOnPath) ProtoReflect

func (*ListTabletsOnPathPB_TabletOnPath) Reset

func (*ListTabletsOnPathPB_TabletOnPath) String

type ListUDTypesRequestPB

type ListUDTypesRequestPB struct {
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUDTypesRequestPB) Descriptor deprecated

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

Deprecated: Use ListUDTypesRequestPB.ProtoReflect.Descriptor instead.

func (*ListUDTypesRequestPB) GetNamespace

func (x *ListUDTypesRequestPB) GetNamespace() *NamespaceIdentifierPB

func (*ListUDTypesRequestPB) MarshalJSON

func (m *ListUDTypesRequestPB) MarshalJSON() ([]byte, error)

func (*ListUDTypesRequestPB) ProtoMessage

func (*ListUDTypesRequestPB) ProtoMessage()

func (*ListUDTypesRequestPB) ProtoReflect

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

func (*ListUDTypesRequestPB) Reset

func (x *ListUDTypesRequestPB) Reset()

func (*ListUDTypesRequestPB) String

func (x *ListUDTypesRequestPB) String() string

func (*ListUDTypesRequestPB) UnmarshalJSON

func (m *ListUDTypesRequestPB) UnmarshalJSON(b []byte) error

type ListUDTypesResponsePB

type ListUDTypesResponsePB struct {

	// The error, if an error occurred with this request.
	Error   *MasterErrorPB  `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	Udtypes []*UDTypeInfoPB `protobuf:"bytes,2,rep,name=udtypes" json:"udtypes,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUDTypesResponsePB) Descriptor deprecated

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

Deprecated: Use ListUDTypesResponsePB.ProtoReflect.Descriptor instead.

func (*ListUDTypesResponsePB) GetError

func (x *ListUDTypesResponsePB) GetError() *MasterErrorPB

func (*ListUDTypesResponsePB) GetUdtypes

func (x *ListUDTypesResponsePB) GetUdtypes() []*UDTypeInfoPB

func (*ListUDTypesResponsePB) MarshalJSON

func (m *ListUDTypesResponsePB) MarshalJSON() ([]byte, error)

func (*ListUDTypesResponsePB) ProtoMessage

func (*ListUDTypesResponsePB) ProtoMessage()

func (*ListUDTypesResponsePB) ProtoReflect

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

func (*ListUDTypesResponsePB) Reset

func (x *ListUDTypesResponsePB) Reset()

func (*ListUDTypesResponsePB) String

func (x *ListUDTypesResponsePB) String() string

func (*ListUDTypesResponsePB) UnmarshalJSON

func (m *ListUDTypesResponsePB) UnmarshalJSON(b []byte) error

type MasterErrorPB

type MasterErrorPB struct {

	// The error code.
	Code *MasterErrorPB_Code `protobuf:"varint,1,req,name=code,enum=yb.master.MasterErrorPB_Code" json:"code,omitempty"`
	// The Status object for the error. This will include a textual
	// message that may be more useful to present in log messages, etc,
	// though its error code is less specific.
	Status *common.AppStatusPB `protobuf:"bytes,2,req,name=status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Master specific errors use this protobuf.

func (*MasterErrorPB) Descriptor deprecated

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

Deprecated: Use MasterErrorPB.ProtoReflect.Descriptor instead.

func (*MasterErrorPB) GetCode

func (x *MasterErrorPB) GetCode() MasterErrorPB_Code

func (*MasterErrorPB) GetStatus

func (x *MasterErrorPB) GetStatus() *common.AppStatusPB

func (*MasterErrorPB) MarshalJSON

func (m *MasterErrorPB) MarshalJSON() ([]byte, error)

func (*MasterErrorPB) ProtoMessage

func (*MasterErrorPB) ProtoMessage()

func (*MasterErrorPB) ProtoReflect

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

func (*MasterErrorPB) Reset

func (x *MasterErrorPB) Reset()

func (*MasterErrorPB) String

func (x *MasterErrorPB) String() string

func (*MasterErrorPB) UnmarshalJSON

func (m *MasterErrorPB) UnmarshalJSON(b []byte) error

type MasterErrorPB_Code

type MasterErrorPB_Code int32
const (
	// An error which has no more specific error code.
	// The code and message in 'status' may reveal more details.
	//
	// RPCs should avoid returning this, since callers will not be
	// able to easily parse the error.
	MasterErrorPB_UNKNOWN_ERROR MasterErrorPB_Code = 1
	// The schema provided for a request was not well-formed.
	MasterErrorPB_INVALID_SCHEMA MasterErrorPB_Code = 2
	// The requested table or index does not exist
	MasterErrorPB_OBJECT_NOT_FOUND MasterErrorPB_Code = 3
	// The name requested for the table or index is already in use
	MasterErrorPB_OBJECT_ALREADY_PRESENT MasterErrorPB_Code = 4
	// The number of tablets requested for a new table is over the per TS limit.
	MasterErrorPB_TOO_MANY_TABLETS MasterErrorPB_Code = 5
	// Catalog manager is not yet initialized.
	MasterErrorPB_CATALOG_MANAGER_NOT_INITIALIZED MasterErrorPB_Code = 6
	// The operation attempted can only be invoked against either the
	// leader or a single non-distributed master, which this node
	// isn't.
	MasterErrorPB_NOT_THE_LEADER MasterErrorPB_Code = 7
	// The number of replicas requested is greater than the number of live servers
	// in the cluster.
	MasterErrorPB_REPLICATION_FACTOR_TOO_HIGH MasterErrorPB_Code = 8
	// Change config should always be issued with the latest config version set.
	// If the client fails to do so, or there is a concurrent change, we will
	// set this error code.
	MasterErrorPB_CONFIG_VERSION_MISMATCH MasterErrorPB_Code = 9
	// If there is an operation in progress causing the current rpc to be in an indeterminate state,
	// we return this error code. Client can retry on a case by case basis as needed.
	MasterErrorPB_IN_TRANSITION_CAN_RETRY MasterErrorPB_Code = 10
	// Invalid namespace name or id for the namespace operation.
	MasterErrorPB_NAMESPACE_NOT_FOUND       MasterErrorPB_Code = 11
	MasterErrorPB_NAMESPACE_ALREADY_PRESENT MasterErrorPB_Code = 12
	MasterErrorPB_NO_NAMESPACE_USED         MasterErrorPB_Code = 13
	MasterErrorPB_NAMESPACE_IS_NOT_EMPTY    MasterErrorPB_Code = 14
	// Client set some fields incorrectly in the cluster config proto.
	MasterErrorPB_INVALID_CLUSTER_CONFIG MasterErrorPB_Code = 15
	// Indicator to client that the load balance operation can be retried.
	MasterErrorPB_CAN_RETRY_LOAD_BALANCE_CHECK MasterErrorPB_Code = 16
	// Invalid (User-Defined) Type operation
	MasterErrorPB_TYPE_NOT_FOUND       MasterErrorPB_Code = 17
	MasterErrorPB_INVALID_TYPE         MasterErrorPB_Code = 18
	MasterErrorPB_TYPE_ALREADY_PRESENT MasterErrorPB_Code = 19
	// Snapshot related errors.
	MasterErrorPB_INVALID_TABLE_TYPE            MasterErrorPB_Code = 20
	MasterErrorPB_TABLE_CREATION_IS_IN_PROGRESS MasterErrorPB_Code = 21
	MasterErrorPB_SNAPSHOT_NOT_FOUND            MasterErrorPB_Code = 22
	MasterErrorPB_SNAPSHOT_FAILED               MasterErrorPB_Code = 23
	MasterErrorPB_SNAPSHOT_CANCELLED            MasterErrorPB_Code = 24
	MasterErrorPB_PARALLEL_SNAPSHOT_OPERATION   MasterErrorPB_Code = 25
	MasterErrorPB_SNAPSHOT_IS_NOT_READY         MasterErrorPB_Code = 26
	// Roles and permissions errors.
	MasterErrorPB_ROLE_ALREADY_PRESENT MasterErrorPB_Code = 27
	MasterErrorPB_ROLE_NOT_FOUND       MasterErrorPB_Code = 28
	MasterErrorPB_INVALID_REQUEST      MasterErrorPB_Code = 29
	MasterErrorPB_NOT_AUTHORIZED       MasterErrorPB_Code = 32
	// Indicator to client that the are leaders on preferred only operation can be retried.
	MasterErrorPB_CAN_RETRY_ARE_LEADERS_ON_PREFERRED_ONLY_CHECK MasterErrorPB_Code = 30
	MasterErrorPB_REDIS_CONFIG_NOT_FOUND                        MasterErrorPB_Code = 31
	// Indicator to client that load balancer was recently active.
	MasterErrorPB_LOAD_BALANCER_RECENTLY_ACTIVE MasterErrorPB_Code = 33
	MasterErrorPB_INTERNAL_ERROR                MasterErrorPB_Code = 34
	// Client set some fields in the table replication info incorrectly.
	MasterErrorPB_INVALID_TABLE_REPLICATION_INFO MasterErrorPB_Code = 35
	MasterErrorPB_REACHED_SPLIT_LIMIT            MasterErrorPB_Code = 36
	MasterErrorPB_SPLIT_OR_BACKFILL_IN_PROGRESS  MasterErrorPB_Code = 37
)

func (MasterErrorPB_Code) Descriptor

func (MasterErrorPB_Code) Enum

func (MasterErrorPB_Code) EnumDescriptor deprecated

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

Deprecated: Use MasterErrorPB_Code.Descriptor instead.

func (MasterErrorPB_Code) Number

func (MasterErrorPB_Code) String

func (x MasterErrorPB_Code) String() string

func (MasterErrorPB_Code) Type

func (*MasterErrorPB_Code) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type MasterService

type MasterService interface {
	TSHeartbeat(request *TSHeartbeatRequestPB) (*TSHeartbeatResponsePB, error)
	GetTabletLocations(request *GetTabletLocationsRequestPB) (*GetTabletLocationsResponsePB, error)
	CreateTable(request *CreateTableRequestPB) (*CreateTableResponsePB, error)
	IsCreateTableDone(request *IsCreateTableDoneRequestPB) (*IsCreateTableDoneResponsePB, error)
	TruncateTable(request *TruncateTableRequestPB) (*TruncateTableResponsePB, error)
	IsTruncateTableDone(request *IsTruncateTableDoneRequestPB) (*IsTruncateTableDoneResponsePB, error)
	BackfillIndex(request *BackfillIndexRequestPB) (*BackfillIndexResponsePB, error)
	LaunchBackfillIndexForTable(request *LaunchBackfillIndexForTableRequestPB) (*LaunchBackfillIndexForTableResponsePB, error)
	DeleteTable(request *DeleteTableRequestPB) (*DeleteTableResponsePB, error)
	IsDeleteTableDone(request *IsDeleteTableDoneRequestPB) (*IsDeleteTableDoneResponsePB, error)
	AlterTable(request *AlterTableRequestPB) (*AlterTableResponsePB, error)
	IsAlterTableDone(request *IsAlterTableDoneRequestPB) (*IsAlterTableDoneResponsePB, error)
	ListTables(request *ListTablesRequestPB) (*ListTablesResponsePB, error)
	GetTableLocations(request *GetTableLocationsRequestPB) (*GetTableLocationsResponsePB, error)
	GetTableSchema(request *GetTableSchemaRequestPB) (*GetTableSchemaResponsePB, error)
	GetColocatedTabletSchema(request *GetColocatedTabletSchemaRequestPB) (*GetColocatedTabletSchemaResponsePB, error)
	CreateNamespace(request *CreateNamespaceRequestPB) (*CreateNamespaceResponsePB, error)
	IsCreateNamespaceDone(request *IsCreateNamespaceDoneRequestPB) (*IsCreateNamespaceDoneResponsePB, error)
	DeleteNamespace(request *DeleteNamespaceRequestPB) (*DeleteNamespaceResponsePB, error)
	IsDeleteNamespaceDone(request *IsDeleteNamespaceDoneRequestPB) (*IsDeleteNamespaceDoneResponsePB, error)
	AlterNamespace(request *AlterNamespaceRequestPB) (*AlterNamespaceResponsePB, error)
	ListNamespaces(request *ListNamespacesRequestPB) (*ListNamespacesResponsePB, error)
	GetNamespaceInfo(request *GetNamespaceInfoRequestPB) (*GetNamespaceInfoResponsePB, error)
	CreateTablegroup(request *CreateTablegroupRequestPB) (*CreateTablegroupResponsePB, error)
	DeleteTablegroup(request *DeleteTablegroupRequestPB) (*DeleteTablegroupResponsePB, error)
	ListTablegroups(request *ListTablegroupsRequestPB) (*ListTablegroupsResponsePB, error)
	ReservePgsqlOids(request *ReservePgsqlOidsRequestPB) (*ReservePgsqlOidsResponsePB, error)
	GetYsqlCatalogConfig(request *GetYsqlCatalogConfigRequestPB) (*GetYsqlCatalogConfigResponsePB, error)
	CreateRole(request *CreateRoleRequestPB) (*CreateRoleResponsePB, error)
	AlterRole(request *AlterRoleRequestPB) (*AlterRoleResponsePB, error)
	DeleteRole(request *DeleteRoleRequestPB) (*DeleteRoleResponsePB, error)
	GrantRevokeRole(request *GrantRevokeRoleRequestPB) (*GrantRevokeRoleResponsePB, error)
	GrantRevokePermission(request *GrantRevokePermissionRequestPB) (*GrantRevokePermissionResponsePB, error)
	GetPermissions(request *GetPermissionsRequestPB) (*GetPermissionsResponsePB, error)
	CreateUDType(request *CreateUDTypeRequestPB) (*CreateUDTypeResponsePB, error)
	DeleteUDType(request *DeleteUDTypeRequestPB) (*DeleteUDTypeResponsePB, error)
	ListUDTypes(request *ListUDTypesRequestPB) (*ListUDTypesResponsePB, error)
	GetUDTypeInfo(request *GetUDTypeInfoRequestPB) (*GetUDTypeInfoResponsePB, error)
	CreateCDCStream(request *CreateCDCStreamRequestPB) (*CreateCDCStreamResponsePB, error)
	DeleteCDCStream(request *DeleteCDCStreamRequestPB) (*DeleteCDCStreamResponsePB, error)
	ListCDCStreams(request *ListCDCStreamsRequestPB) (*ListCDCStreamsResponsePB, error)
	GetCDCStream(request *GetCDCStreamRequestPB) (*GetCDCStreamResponsePB, error)
	RedisConfigSet(request *RedisConfigSetRequestPB) (*RedisConfigSetResponsePB, error)
	RedisConfigGet(request *RedisConfigGetRequestPB) (*RedisConfigGetResponsePB, error)
	ListTabletServers(request *ListTabletServersRequestPB) (*ListTabletServersResponsePB, error)
	ListMasters(request *ListMastersRequestPB) (*ListMastersResponsePB, error)
	ListMasterRaftPeers(request *ListMasterRaftPeersRequestPB) (*ListMasterRaftPeersResponsePB, error)
	GetMasterRegistration(request *GetMasterRegistrationRequestPB) (*GetMasterRegistrationResponsePB, error)
	IsMasterLeaderServiceReady(request *IsMasterLeaderReadyRequestPB) (*IsMasterLeaderReadyResponsePB, error)
	DumpState(request *DumpMasterStateRequestPB) (*DumpMasterStateResponsePB, error)
	ChangeLoadBalancerState(request *ChangeLoadBalancerStateRequestPB) (*ChangeLoadBalancerStateResponsePB, error)
	GetLoadBalancerState(request *GetLoadBalancerStateRequestPB) (*GetLoadBalancerStateResponsePB, error)
	RemovedMasterUpdate(request *RemovedMasterUpdateRequestPB) (*RemovedMasterUpdateResponsePB, error)
	SetPreferredZones(request *SetPreferredZonesRequestPB) (*SetPreferredZonesResponsePB, error)
	GetMasterClusterConfig(request *GetMasterClusterConfigRequestPB) (*GetMasterClusterConfigResponsePB, error)
	ChangeMasterClusterConfig(request *ChangeMasterClusterConfigRequestPB) (*ChangeMasterClusterConfigResponsePB, error)
	GetLoadMoveCompletion(request *GetLoadMovePercentRequestPB) (*GetLoadMovePercentResponsePB, error)
	GetLeaderBlacklistCompletion(request *GetLeaderBlacklistPercentRequestPB) (*GetLoadMovePercentResponsePB, error)
	IsLoadBalanced(request *IsLoadBalancedRequestPB) (*IsLoadBalancedResponsePB, error)
	IsLoadBalancerIdle(request *IsLoadBalancerIdleRequestPB) (*IsLoadBalancerIdleResponsePB, error)
	AreLeadersOnPreferredOnly(request *AreLeadersOnPreferredOnlyRequestPB) (*AreLeadersOnPreferredOnlyResponsePB, error)
	FlushTables(request *FlushTablesRequestPB) (*FlushTablesResponsePB, error)
	IsFlushTablesDone(request *IsFlushTablesDoneRequestPB) (*IsFlushTablesDoneResponsePB, error)
	IsInitDbDone(request *IsInitDbDoneRequestPB) (*IsInitDbDoneResponsePB, error)
	ChangeEncryptionInfo(request *ChangeEncryptionInfoRequestPB) (*ChangeEncryptionInfoResponsePB, error)
	IsEncryptionEnabled(request *IsEncryptionEnabledRequestPB) (*IsEncryptionEnabledResponsePB, error)
	SetupUniverseReplication(request *SetupUniverseReplicationRequestPB) (*SetupUniverseReplicationResponsePB, error)
	DeleteUniverseReplication(request *DeleteUniverseReplicationRequestPB) (*DeleteUniverseReplicationResponsePB, error)
	AlterUniverseReplication(request *AlterUniverseReplicationRequestPB) (*AlterUniverseReplicationResponsePB, error)
	SetUniverseReplicationEnabled(request *SetUniverseReplicationEnabledRequestPB) (*SetUniverseReplicationEnabledResponsePB, error)
	GetUniverseReplication(request *GetUniverseReplicationRequestPB) (*GetUniverseReplicationResponsePB, error)
	AddUniverseKeys(request *AddUniverseKeysRequestPB) (*AddUniverseKeysResponsePB, error)
	GetUniverseKeyRegistry(request *GetUniverseKeyRegistryRequestPB) (*GetUniverseKeyRegistryResponsePB, error)
	HasUniverseKeyInMemory(request *HasUniverseKeyInMemoryRequestPB) (*HasUniverseKeyInMemoryResponsePB, error)
	SplitTablet(request *SplitTabletRequestPB) (*SplitTabletResponsePB, error)
	DeleteTablet(request *DeleteTabletRequestPB) (*DeleteTabletResponsePB, error)
}

service: yb.master.MasterService service: MasterService

type MasterServiceImpl

type MasterServiceImpl struct {
	Log       logr.Logger
	Messenger message.Messenger
}

func (*MasterServiceImpl) AddUniverseKeys

func (*MasterServiceImpl) AlterNamespace

func (*MasterServiceImpl) AlterRole

func (*MasterServiceImpl) AlterTable

func (*MasterServiceImpl) AlterUniverseReplication

func (*MasterServiceImpl) AreLeadersOnPreferredOnly

func (*MasterServiceImpl) BackfillIndex

func (*MasterServiceImpl) ChangeEncryptionInfo

func (*MasterServiceImpl) ChangeLoadBalancerState

func (*MasterServiceImpl) ChangeMasterClusterConfig

func (*MasterServiceImpl) CreateCDCStream

func (*MasterServiceImpl) CreateNamespace

func (*MasterServiceImpl) CreateRole

func (*MasterServiceImpl) CreateTable

func (*MasterServiceImpl) CreateTablegroup

func (*MasterServiceImpl) CreateUDType

func (*MasterServiceImpl) DeleteCDCStream

func (*MasterServiceImpl) DeleteNamespace

func (*MasterServiceImpl) DeleteRole

func (*MasterServiceImpl) DeleteTable

func (*MasterServiceImpl) DeleteTablegroup

func (*MasterServiceImpl) DeleteTablet

func (*MasterServiceImpl) DeleteUDType

func (*MasterServiceImpl) DeleteUniverseReplication

func (*MasterServiceImpl) DumpState

func (*MasterServiceImpl) FlushTables

func (*MasterServiceImpl) GetCDCStream

func (*MasterServiceImpl) GetColocatedTabletSchema

func (*MasterServiceImpl) GetLeaderBlacklistCompletion

func (s *MasterServiceImpl) GetLeaderBlacklistCompletion(request *GetLeaderBlacklistPercentRequestPB) (*GetLoadMovePercentResponsePB, error)

func (*MasterServiceImpl) GetLoadBalancerState

func (*MasterServiceImpl) GetLoadMoveCompletion

func (*MasterServiceImpl) GetMasterClusterConfig

func (*MasterServiceImpl) GetMasterRegistration

func (*MasterServiceImpl) GetNamespaceInfo

func (*MasterServiceImpl) GetPermissions

func (*MasterServiceImpl) GetTableLocations

func (*MasterServiceImpl) GetTableSchema

func (*MasterServiceImpl) GetTabletLocations

func (*MasterServiceImpl) GetUDTypeInfo

func (*MasterServiceImpl) GetUniverseKeyRegistry

func (*MasterServiceImpl) GetUniverseReplication

func (*MasterServiceImpl) GetYsqlCatalogConfig

func (*MasterServiceImpl) GrantRevokePermission

func (*MasterServiceImpl) GrantRevokeRole

func (*MasterServiceImpl) HasUniverseKeyInMemory

func (*MasterServiceImpl) IsAlterTableDone

func (*MasterServiceImpl) IsCreateNamespaceDone

func (*MasterServiceImpl) IsCreateTableDone

func (*MasterServiceImpl) IsDeleteNamespaceDone

func (*MasterServiceImpl) IsDeleteTableDone

func (*MasterServiceImpl) IsEncryptionEnabled

func (*MasterServiceImpl) IsFlushTablesDone

func (*MasterServiceImpl) IsInitDbDone

func (*MasterServiceImpl) IsLoadBalanced

func (*MasterServiceImpl) IsLoadBalancerIdle

func (*MasterServiceImpl) IsMasterLeaderServiceReady

func (s *MasterServiceImpl) IsMasterLeaderServiceReady(request *IsMasterLeaderReadyRequestPB) (*IsMasterLeaderReadyResponsePB, error)

func (*MasterServiceImpl) IsTruncateTableDone

func (*MasterServiceImpl) LaunchBackfillIndexForTable

func (*MasterServiceImpl) ListCDCStreams

func (*MasterServiceImpl) ListMasterRaftPeers

func (*MasterServiceImpl) ListMasters

func (*MasterServiceImpl) ListNamespaces

func (*MasterServiceImpl) ListTablegroups

func (*MasterServiceImpl) ListTables

func (*MasterServiceImpl) ListTabletServers

func (*MasterServiceImpl) ListUDTypes

func (*MasterServiceImpl) RedisConfigGet

func (*MasterServiceImpl) RedisConfigSet

func (*MasterServiceImpl) RemovedMasterUpdate

func (*MasterServiceImpl) ReservePgsqlOids

func (*MasterServiceImpl) SetPreferredZones

func (*MasterServiceImpl) SetUniverseReplicationEnabled

func (*MasterServiceImpl) SetupUniverseReplication

func (*MasterServiceImpl) SplitTablet

func (*MasterServiceImpl) TSHeartbeat

func (*MasterServiceImpl) TruncateTable

type NamespaceIdentifierPB

type NamespaceIdentifierPB struct {

	// The namespace ID to fetch info.
	Id []byte `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	// The namespace name to fetch info.
	Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Database type.
	DatabaseType *common.YQLDatabase `protobuf:"varint,3,opt,name=database_type,json=databaseType,enum=yb.YQLDatabase,def=2" json:"database_type,omitempty"`
	// contains filtered or unexported fields
}

func (*NamespaceIdentifierPB) Descriptor deprecated

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

Deprecated: Use NamespaceIdentifierPB.ProtoReflect.Descriptor instead.

func (*NamespaceIdentifierPB) GetDatabaseType

func (x *NamespaceIdentifierPB) GetDatabaseType() common.YQLDatabase

func (*NamespaceIdentifierPB) GetId

func (x *NamespaceIdentifierPB) GetId() []byte

func (*NamespaceIdentifierPB) GetName

func (x *NamespaceIdentifierPB) GetName() string

func (*NamespaceIdentifierPB) MarshalJSON

func (m *NamespaceIdentifierPB) MarshalJSON() ([]byte, error)

func (*NamespaceIdentifierPB) ProtoMessage

func (*NamespaceIdentifierPB) ProtoMessage()

func (*NamespaceIdentifierPB) ProtoReflect

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

func (*NamespaceIdentifierPB) Reset

func (x *NamespaceIdentifierPB) Reset()

func (*NamespaceIdentifierPB) String

func (x *NamespaceIdentifierPB) String() string

func (*NamespaceIdentifierPB) UnmarshalJSON

func (m *NamespaceIdentifierPB) UnmarshalJSON(b []byte) error

type PlacementBlockPB

type PlacementBlockPB struct {

	// The cloud, region and zone information for this placement block.
	CloudInfo *common.CloudInfoPB `protobuf:"bytes,1,opt,name=cloud_info,json=cloudInfo" json:"cloud_info,omitempty"`
	// The minimum number of replicas that should always be up in this placement.
	MinNumReplicas *int32 `protobuf:"varint,2,opt,name=min_num_replicas,json=minNumReplicas" json:"min_num_replicas,omitempty"`
	// contains filtered or unexported fields
}

This represents one instance of a placement constraint for a table. It is used to dictate what is the minimum number of expected replicas in a certain cloud/region/zone combo.

func (*PlacementBlockPB) Descriptor deprecated

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

Deprecated: Use PlacementBlockPB.ProtoReflect.Descriptor instead.

func (*PlacementBlockPB) GetCloudInfo

func (x *PlacementBlockPB) GetCloudInfo() *common.CloudInfoPB

func (*PlacementBlockPB) GetMinNumReplicas

func (x *PlacementBlockPB) GetMinNumReplicas() int32

func (*PlacementBlockPB) MarshalJSON

func (m *PlacementBlockPB) MarshalJSON() ([]byte, error)

func (*PlacementBlockPB) ProtoMessage

func (*PlacementBlockPB) ProtoMessage()

func (*PlacementBlockPB) ProtoReflect

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

func (*PlacementBlockPB) Reset

func (x *PlacementBlockPB) Reset()

func (*PlacementBlockPB) String

func (x *PlacementBlockPB) String() string

func (*PlacementBlockPB) UnmarshalJSON

func (m *PlacementBlockPB) UnmarshalJSON(b []byte) error

type PlacementInfoPB

type PlacementInfoPB struct {
	NumReplicas     *int32              `protobuf:"varint,1,opt,name=num_replicas,json=numReplicas" json:"num_replicas,omitempty"`
	PlacementBlocks []*PlacementBlockPB `protobuf:"bytes,2,rep,name=placement_blocks,json=placementBlocks" json:"placement_blocks,omitempty"`
	PlacementUuid   []byte              `protobuf:"bytes,3,opt,name=placement_uuid,json=placementUuid" json:"placement_uuid,omitempty"`
	// contains filtered or unexported fields
}

This keeps track of the set of PlacementBlockPBs defining the placement requirements for a certain table. This is used both in the on-disk storage in SysCatalog, as well as in the actual table creation calls and in the schema returned to client queries.

This is tightly coupled with the overall num_replicas for a certain table, as we want to both be able to specify requirements, per placement block, but also for the overall RF factor of the table.

func (*PlacementInfoPB) Descriptor deprecated

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

Deprecated: Use PlacementInfoPB.ProtoReflect.Descriptor instead.

func (*PlacementInfoPB) GetNumReplicas

func (x *PlacementInfoPB) GetNumReplicas() int32

func (*PlacementInfoPB) GetPlacementBlocks

func (x *PlacementInfoPB) GetPlacementBlocks() []*PlacementBlockPB

func (*PlacementInfoPB) GetPlacementUuid

func (x *PlacementInfoPB) GetPlacementUuid() []byte

func (*PlacementInfoPB) MarshalJSON

func (m *PlacementInfoPB) MarshalJSON() ([]byte, error)

func (*PlacementInfoPB) ProtoMessage

func (*PlacementInfoPB) ProtoMessage()

func (*PlacementInfoPB) ProtoReflect

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

func (*PlacementInfoPB) Reset

func (x *PlacementInfoPB) Reset()

func (*PlacementInfoPB) String

func (x *PlacementInfoPB) String() string

func (*PlacementInfoPB) UnmarshalJSON

func (m *PlacementInfoPB) UnmarshalJSON(b []byte) error

type RedisConfigGetRequestPB

type RedisConfigGetRequestPB struct {
	Keyword *string `protobuf:"bytes,1,opt,name=keyword" json:"keyword,omitempty"`
	// contains filtered or unexported fields
}

func (*RedisConfigGetRequestPB) Descriptor deprecated

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

Deprecated: Use RedisConfigGetRequestPB.ProtoReflect.Descriptor instead.

func (*RedisConfigGetRequestPB) GetKeyword

func (x *RedisConfigGetRequestPB) GetKeyword() string

func (*RedisConfigGetRequestPB) MarshalJSON

func (m *RedisConfigGetRequestPB) MarshalJSON() ([]byte, error)

func (*RedisConfigGetRequestPB) ProtoMessage

func (*RedisConfigGetRequestPB) ProtoMessage()

func (*RedisConfigGetRequestPB) ProtoReflect

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

func (*RedisConfigGetRequestPB) Reset

func (x *RedisConfigGetRequestPB) Reset()

func (*RedisConfigGetRequestPB) String

func (x *RedisConfigGetRequestPB) String() string

func (*RedisConfigGetRequestPB) UnmarshalJSON

func (m *RedisConfigGetRequestPB) UnmarshalJSON(b []byte) error

type RedisConfigGetResponsePB

type RedisConfigGetResponsePB struct {
	Keyword *string        `protobuf:"bytes,1,opt,name=keyword" json:"keyword,omitempty"`
	Args    [][]byte       `protobuf:"bytes,2,rep,name=args" json:"args,omitempty"`
	Error   *MasterErrorPB `protobuf:"bytes,3,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RedisConfigGetResponsePB) Descriptor deprecated

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

Deprecated: Use RedisConfigGetResponsePB.ProtoReflect.Descriptor instead.

func (*RedisConfigGetResponsePB) GetArgs

func (x *RedisConfigGetResponsePB) GetArgs() [][]byte

func (*RedisConfigGetResponsePB) GetError

func (x *RedisConfigGetResponsePB) GetError() *MasterErrorPB

func (*RedisConfigGetResponsePB) GetKeyword

func (x *RedisConfigGetResponsePB) GetKeyword() string

func (*RedisConfigGetResponsePB) MarshalJSON

func (m *RedisConfigGetResponsePB) MarshalJSON() ([]byte, error)

func (*RedisConfigGetResponsePB) ProtoMessage

func (*RedisConfigGetResponsePB) ProtoMessage()

func (*RedisConfigGetResponsePB) ProtoReflect

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

func (*RedisConfigGetResponsePB) Reset

func (x *RedisConfigGetResponsePB) Reset()

func (*RedisConfigGetResponsePB) String

func (x *RedisConfigGetResponsePB) String() string

func (*RedisConfigGetResponsePB) UnmarshalJSON

func (m *RedisConfigGetResponsePB) UnmarshalJSON(b []byte) error

type RedisConfigSetRequestPB

type RedisConfigSetRequestPB struct {
	Keyword *string  `protobuf:"bytes,1,opt,name=keyword" json:"keyword,omitempty"`
	Args    [][]byte `protobuf:"bytes,2,rep,name=args" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*RedisConfigSetRequestPB) Descriptor deprecated

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

Deprecated: Use RedisConfigSetRequestPB.ProtoReflect.Descriptor instead.

func (*RedisConfigSetRequestPB) GetArgs

func (x *RedisConfigSetRequestPB) GetArgs() [][]byte

func (*RedisConfigSetRequestPB) GetKeyword

func (x *RedisConfigSetRequestPB) GetKeyword() string

func (*RedisConfigSetRequestPB) MarshalJSON

func (m *RedisConfigSetRequestPB) MarshalJSON() ([]byte, error)

func (*RedisConfigSetRequestPB) ProtoMessage

func (*RedisConfigSetRequestPB) ProtoMessage()

func (*RedisConfigSetRequestPB) ProtoReflect

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

func (*RedisConfigSetRequestPB) Reset

func (x *RedisConfigSetRequestPB) Reset()

func (*RedisConfigSetRequestPB) String

func (x *RedisConfigSetRequestPB) String() string

func (*RedisConfigSetRequestPB) UnmarshalJSON

func (m *RedisConfigSetRequestPB) UnmarshalJSON(b []byte) error

type RedisConfigSetResponsePB

type RedisConfigSetResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RedisConfigSetResponsePB) Descriptor deprecated

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

Deprecated: Use RedisConfigSetResponsePB.ProtoReflect.Descriptor instead.

func (*RedisConfigSetResponsePB) GetError

func (x *RedisConfigSetResponsePB) GetError() *MasterErrorPB

func (*RedisConfigSetResponsePB) MarshalJSON

func (m *RedisConfigSetResponsePB) MarshalJSON() ([]byte, error)

func (*RedisConfigSetResponsePB) ProtoMessage

func (*RedisConfigSetResponsePB) ProtoMessage()

func (*RedisConfigSetResponsePB) ProtoReflect

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

func (*RedisConfigSetResponsePB) Reset

func (x *RedisConfigSetResponsePB) Reset()

func (*RedisConfigSetResponsePB) String

func (x *RedisConfigSetResponsePB) String() string

func (*RedisConfigSetResponsePB) UnmarshalJSON

func (m *RedisConfigSetResponsePB) UnmarshalJSON(b []byte) error

type RelationType

type RelationType int32
const (
	RelationType_SYSTEM_TABLE_RELATION RelationType = 1
	RelationType_USER_TABLE_RELATION   RelationType = 2
	RelationType_INDEX_TABLE_RELATION  RelationType = 3
)

func (RelationType) Descriptor

func (RelationType) Enum

func (x RelationType) Enum() *RelationType

func (RelationType) EnumDescriptor deprecated

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

Deprecated: Use RelationType.Descriptor instead.

func (RelationType) Number

func (RelationType) String

func (x RelationType) String() string

func (RelationType) Type

func (*RelationType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type RemovedMasterUpdateRequestPB

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

Update an ex-peer about its removal from the cluster.

func (*RemovedMasterUpdateRequestPB) Descriptor deprecated

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

Deprecated: Use RemovedMasterUpdateRequestPB.ProtoReflect.Descriptor instead.

func (*RemovedMasterUpdateRequestPB) MarshalJSON

func (m *RemovedMasterUpdateRequestPB) MarshalJSON() ([]byte, error)

func (*RemovedMasterUpdateRequestPB) ProtoMessage

func (*RemovedMasterUpdateRequestPB) ProtoMessage()

func (*RemovedMasterUpdateRequestPB) ProtoReflect

func (*RemovedMasterUpdateRequestPB) Reset

func (x *RemovedMasterUpdateRequestPB) Reset()

func (*RemovedMasterUpdateRequestPB) String

func (*RemovedMasterUpdateRequestPB) UnmarshalJSON

func (m *RemovedMasterUpdateRequestPB) UnmarshalJSON(b []byte) error

type RemovedMasterUpdateResponsePB

type RemovedMasterUpdateResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovedMasterUpdateResponsePB) Descriptor deprecated

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

Deprecated: Use RemovedMasterUpdateResponsePB.ProtoReflect.Descriptor instead.

func (*RemovedMasterUpdateResponsePB) GetError

func (*RemovedMasterUpdateResponsePB) MarshalJSON

func (m *RemovedMasterUpdateResponsePB) MarshalJSON() ([]byte, error)

func (*RemovedMasterUpdateResponsePB) ProtoMessage

func (*RemovedMasterUpdateResponsePB) ProtoMessage()

func (*RemovedMasterUpdateResponsePB) ProtoReflect

func (*RemovedMasterUpdateResponsePB) Reset

func (x *RemovedMasterUpdateResponsePB) Reset()

func (*RemovedMasterUpdateResponsePB) String

func (*RemovedMasterUpdateResponsePB) UnmarshalJSON

func (m *RemovedMasterUpdateResponsePB) UnmarshalJSON(b []byte) error

type ReplicationInfoPB

type ReplicationInfoPB struct {
	LiveReplicas       *PlacementInfoPB      `protobuf:"bytes,1,opt,name=live_replicas,json=liveReplicas" json:"live_replicas,omitempty"`
	ReadReplicas       []*PlacementInfoPB    `protobuf:"bytes,2,rep,name=read_replicas,json=readReplicas" json:"read_replicas,omitempty"`
	AffinitizedLeaders []*common.CloudInfoPB `protobuf:"bytes,3,rep,name=affinitized_leaders,json=affinitizedLeaders" json:"affinitized_leaders,omitempty"`
	// contains filtered or unexported fields
}

Higher level structure to keep track of all types of replicas configured. This will have, at a minimum, the information about the replicas that are supposed to be active members of the raft configs, but can also include extra information, such as read only replicas.

func (*ReplicationInfoPB) Descriptor deprecated

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

Deprecated: Use ReplicationInfoPB.ProtoReflect.Descriptor instead.

func (*ReplicationInfoPB) GetAffinitizedLeaders

func (x *ReplicationInfoPB) GetAffinitizedLeaders() []*common.CloudInfoPB

func (*ReplicationInfoPB) GetLiveReplicas

func (x *ReplicationInfoPB) GetLiveReplicas() *PlacementInfoPB

func (*ReplicationInfoPB) GetReadReplicas

func (x *ReplicationInfoPB) GetReadReplicas() []*PlacementInfoPB

func (*ReplicationInfoPB) MarshalJSON

func (m *ReplicationInfoPB) MarshalJSON() ([]byte, error)

func (*ReplicationInfoPB) ProtoMessage

func (*ReplicationInfoPB) ProtoMessage()

func (*ReplicationInfoPB) ProtoReflect

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

func (*ReplicationInfoPB) Reset

func (x *ReplicationInfoPB) Reset()

func (*ReplicationInfoPB) String

func (x *ReplicationInfoPB) String() string

func (*ReplicationInfoPB) UnmarshalJSON

func (m *ReplicationInfoPB) UnmarshalJSON(b []byte) error

type ReportedTabletPB

type ReportedTabletPB struct {
	TabletId        []byte                   `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	State           *common.RaftGroupStatePB `protobuf:"varint,2,opt,name=state,enum=yb.tablet.RaftGroupStatePB,def=999" json:"state,omitempty"`
	TabletDataState *common.TabletDataState  `` /* 141-byte string literal not displayed */
	// The latest _committed_ consensus state.
	// This will be missing if the tablet is not in a RUNNING state
	// (i.e. if it is BOOTSTRAPPING).
	CommittedConsensusState *common.ConsensusStatePB `protobuf:"bytes,3,opt,name=committed_consensus_state,json=committedConsensusState" json:"committed_consensus_state,omitempty"`
	Error                   *common.AppStatusPB      `protobuf:"bytes,4,opt,name=error" json:"error,omitempty"`
	SchemaVersion           *uint32                  `protobuf:"varint,5,opt,name=schema_version,json=schemaVersion" json:"schema_version,omitempty"`
	// Replica is reporting that load balancer moves should be disabled
	ShouldDisableLbMove *bool `protobuf:"varint,7,opt,name=should_disable_lb_move,json=shouldDisableLbMove" json:"should_disable_lb_move,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportedTabletPB) Descriptor deprecated

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

Deprecated: Use ReportedTabletPB.ProtoReflect.Descriptor instead.

func (*ReportedTabletPB) GetCommittedConsensusState

func (x *ReportedTabletPB) GetCommittedConsensusState() *common.ConsensusStatePB

func (*ReportedTabletPB) GetError

func (x *ReportedTabletPB) GetError() *common.AppStatusPB

func (*ReportedTabletPB) GetSchemaVersion

func (x *ReportedTabletPB) GetSchemaVersion() uint32

func (*ReportedTabletPB) GetShouldDisableLbMove

func (x *ReportedTabletPB) GetShouldDisableLbMove() bool

func (*ReportedTabletPB) GetState

func (*ReportedTabletPB) GetTabletDataState

func (x *ReportedTabletPB) GetTabletDataState() common.TabletDataState

func (*ReportedTabletPB) GetTabletId

func (x *ReportedTabletPB) GetTabletId() []byte

func (*ReportedTabletPB) MarshalJSON

func (m *ReportedTabletPB) MarshalJSON() ([]byte, error)

func (*ReportedTabletPB) ProtoMessage

func (*ReportedTabletPB) ProtoMessage()

func (*ReportedTabletPB) ProtoReflect

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

func (*ReportedTabletPB) Reset

func (x *ReportedTabletPB) Reset()

func (*ReportedTabletPB) String

func (x *ReportedTabletPB) String() string

func (*ReportedTabletPB) UnmarshalJSON

func (m *ReportedTabletPB) UnmarshalJSON(b []byte) error

type ReportedTabletUpdatesPB

type ReportedTabletUpdatesPB struct {
	TabletId []byte  `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	StateMsg *string `protobuf:"bytes,2,opt,name=state_msg,json=stateMsg" json:"state_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportedTabletUpdatesPB) Descriptor deprecated

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

Deprecated: Use ReportedTabletUpdatesPB.ProtoReflect.Descriptor instead.

func (*ReportedTabletUpdatesPB) GetStateMsg

func (x *ReportedTabletUpdatesPB) GetStateMsg() string

func (*ReportedTabletUpdatesPB) GetTabletId

func (x *ReportedTabletUpdatesPB) GetTabletId() []byte

func (*ReportedTabletUpdatesPB) MarshalJSON

func (m *ReportedTabletUpdatesPB) MarshalJSON() ([]byte, error)

func (*ReportedTabletUpdatesPB) ProtoMessage

func (*ReportedTabletUpdatesPB) ProtoMessage()

func (*ReportedTabletUpdatesPB) ProtoReflect

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

func (*ReportedTabletUpdatesPB) Reset

func (x *ReportedTabletUpdatesPB) Reset()

func (*ReportedTabletUpdatesPB) String

func (x *ReportedTabletUpdatesPB) String() string

func (*ReportedTabletUpdatesPB) UnmarshalJSON

func (m *ReportedTabletUpdatesPB) UnmarshalJSON(b []byte) error

type ReservePgsqlOidsRequestPB

type ReservePgsqlOidsRequestPB struct {
	NamespaceId []byte  `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId" json:"namespace_id,omitempty"` // The namespace id of the Postgres database.
	NextOid     *uint32 `protobuf:"varint,2,opt,name=next_oid,json=nextOid" json:"next_oid,omitempty"`            // The next oid to reserve.
	Count       *uint32 `protobuf:"varint,3,opt,name=count" json:"count,omitempty"`                               // The number of oids to reserve.
	// contains filtered or unexported fields
}

Reserve Postgres oid

func (*ReservePgsqlOidsRequestPB) Descriptor deprecated

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

Deprecated: Use ReservePgsqlOidsRequestPB.ProtoReflect.Descriptor instead.

func (*ReservePgsqlOidsRequestPB) GetCount

func (x *ReservePgsqlOidsRequestPB) GetCount() uint32

func (*ReservePgsqlOidsRequestPB) GetNamespaceId

func (x *ReservePgsqlOidsRequestPB) GetNamespaceId() []byte

func (*ReservePgsqlOidsRequestPB) GetNextOid

func (x *ReservePgsqlOidsRequestPB) GetNextOid() uint32

func (*ReservePgsqlOidsRequestPB) MarshalJSON

func (m *ReservePgsqlOidsRequestPB) MarshalJSON() ([]byte, error)

func (*ReservePgsqlOidsRequestPB) ProtoMessage

func (*ReservePgsqlOidsRequestPB) ProtoMessage()

func (*ReservePgsqlOidsRequestPB) ProtoReflect

func (*ReservePgsqlOidsRequestPB) Reset

func (x *ReservePgsqlOidsRequestPB) Reset()

func (*ReservePgsqlOidsRequestPB) String

func (x *ReservePgsqlOidsRequestPB) String() string

func (*ReservePgsqlOidsRequestPB) UnmarshalJSON

func (m *ReservePgsqlOidsRequestPB) UnmarshalJSON(b []byte) error

type ReservePgsqlOidsResponsePB

type ReservePgsqlOidsResponsePB struct {

	// The error, if an error occurred with this request.
	Error    *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	BeginOid *uint32        `protobuf:"varint,2,opt,name=begin_oid,json=beginOid" json:"begin_oid,omitempty"` // The beginning oid reserved. Can be higher than requested.
	EndOid   *uint32        `protobuf:"varint,3,opt,name=end_oid,json=endOid" json:"end_oid,omitempty"`       // The end (exclusive) oid reserved.
	// contains filtered or unexported fields
}

func (*ReservePgsqlOidsResponsePB) Descriptor deprecated

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

Deprecated: Use ReservePgsqlOidsResponsePB.ProtoReflect.Descriptor instead.

func (*ReservePgsqlOidsResponsePB) GetBeginOid

func (x *ReservePgsqlOidsResponsePB) GetBeginOid() uint32

func (*ReservePgsqlOidsResponsePB) GetEndOid

func (x *ReservePgsqlOidsResponsePB) GetEndOid() uint32

func (*ReservePgsqlOidsResponsePB) GetError

func (*ReservePgsqlOidsResponsePB) MarshalJSON

func (m *ReservePgsqlOidsResponsePB) MarshalJSON() ([]byte, error)

func (*ReservePgsqlOidsResponsePB) ProtoMessage

func (*ReservePgsqlOidsResponsePB) ProtoMessage()

func (*ReservePgsqlOidsResponsePB) ProtoReflect

func (*ReservePgsqlOidsResponsePB) Reset

func (x *ReservePgsqlOidsResponsePB) Reset()

func (*ReservePgsqlOidsResponsePB) String

func (x *ReservePgsqlOidsResponsePB) String() string

func (*ReservePgsqlOidsResponsePB) UnmarshalJSON

func (m *ReservePgsqlOidsResponsePB) UnmarshalJSON(b []byte) error

type ResourcePermissionInfoPB

type ResourcePermissionInfoPB struct {
	CanonicalResource *string `protobuf:"bytes,1,opt,name=canonical_resource,json=canonicalResource" json:"canonical_resource,omitempty"`
	// Bitmap representing the permissions.
	Permissions *uint32 `protobuf:"varint,2,opt,name=permissions" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcePermissionInfoPB) Descriptor deprecated

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

Deprecated: Use ResourcePermissionInfoPB.ProtoReflect.Descriptor instead.

func (*ResourcePermissionInfoPB) GetCanonicalResource

func (x *ResourcePermissionInfoPB) GetCanonicalResource() string

func (*ResourcePermissionInfoPB) GetPermissions

func (x *ResourcePermissionInfoPB) GetPermissions() uint32

func (*ResourcePermissionInfoPB) MarshalJSON

func (m *ResourcePermissionInfoPB) MarshalJSON() ([]byte, error)

func (*ResourcePermissionInfoPB) ProtoMessage

func (*ResourcePermissionInfoPB) ProtoMessage()

func (*ResourcePermissionInfoPB) ProtoReflect

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

func (*ResourcePermissionInfoPB) Reset

func (x *ResourcePermissionInfoPB) Reset()

func (*ResourcePermissionInfoPB) String

func (x *ResourcePermissionInfoPB) String() string

func (*ResourcePermissionInfoPB) UnmarshalJSON

func (m *ResourcePermissionInfoPB) UnmarshalJSON(b []byte) error

type ResourcePermissionsPB

type ResourcePermissionsPB struct {
	ResourceName      *string                 `protobuf:"bytes,1,opt,name=resource_name,json=resourceName" json:"resource_name,omitempty"`
	CanonicalResource *string                 `protobuf:"bytes,11,opt,name=canonical_resource,json=canonicalResource" json:"canonical_resource,omitempty"`
	NamespaceName     *string                 `protobuf:"bytes,12,opt,name=namespace_name,json=namespaceName" json:"namespace_name,omitempty"`
	ResourceType      *common.ResourceType    `protobuf:"varint,2,opt,name=resource_type,json=resourceType,enum=yb.ResourceType" json:"resource_type,omitempty"`
	Permissions       []common.PermissionType `protobuf:"varint,13,rep,name=permissions,enum=yb.PermissionType" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcePermissionsPB) Descriptor deprecated

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

Deprecated: Use ResourcePermissionsPB.ProtoReflect.Descriptor instead.

func (*ResourcePermissionsPB) GetCanonicalResource

func (x *ResourcePermissionsPB) GetCanonicalResource() string

func (*ResourcePermissionsPB) GetNamespaceName

func (x *ResourcePermissionsPB) GetNamespaceName() string

func (*ResourcePermissionsPB) GetPermissions

func (x *ResourcePermissionsPB) GetPermissions() []common.PermissionType

func (*ResourcePermissionsPB) GetResourceName

func (x *ResourcePermissionsPB) GetResourceName() string

func (*ResourcePermissionsPB) GetResourceType

func (x *ResourcePermissionsPB) GetResourceType() common.ResourceType

func (*ResourcePermissionsPB) MarshalJSON

func (m *ResourcePermissionsPB) MarshalJSON() ([]byte, error)

func (*ResourcePermissionsPB) ProtoMessage

func (*ResourcePermissionsPB) ProtoMessage()

func (*ResourcePermissionsPB) ProtoReflect

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

func (*ResourcePermissionsPB) Reset

func (x *ResourcePermissionsPB) Reset()

func (*ResourcePermissionsPB) String

func (x *ResourcePermissionsPB) String() string

func (*ResourcePermissionsPB) UnmarshalJSON

func (m *ResourcePermissionsPB) UnmarshalJSON(b []byte) error

type RolePermissionInfoPB

type RolePermissionInfoPB struct {
	Role *string `protobuf:"bytes,1,opt,name=role" json:"role,omitempty"`
	// Bitmap representing the permissions for 'ALL KEYSPACES' and 'ALL ROLES'.
	AllKeyspacesPermissions *uint32                     `` /* 126-byte string literal not displayed */
	AllRolesPermissions     *uint32                     `protobuf:"varint,3,opt,name=all_roles_permissions,json=allRolesPermissions" json:"all_roles_permissions,omitempty"`
	ResourcePermissions     []*ResourcePermissionInfoPB `protobuf:"bytes,4,rep,name=resource_permissions,json=resourcePermissions" json:"resource_permissions,omitempty"`
	SaltedHash              *string                     `protobuf:"bytes,5,opt,name=salted_hash,json=saltedHash" json:"salted_hash,omitempty"`
	CanLogin                *bool                       `protobuf:"varint,6,opt,name=can_login,json=canLogin" json:"can_login,omitempty"`
	// contains filtered or unexported fields
}

func (*RolePermissionInfoPB) Descriptor deprecated

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

Deprecated: Use RolePermissionInfoPB.ProtoReflect.Descriptor instead.

func (*RolePermissionInfoPB) GetAllKeyspacesPermissions

func (x *RolePermissionInfoPB) GetAllKeyspacesPermissions() uint32

func (*RolePermissionInfoPB) GetAllRolesPermissions

func (x *RolePermissionInfoPB) GetAllRolesPermissions() uint32

func (*RolePermissionInfoPB) GetCanLogin

func (x *RolePermissionInfoPB) GetCanLogin() bool

func (*RolePermissionInfoPB) GetResourcePermissions

func (x *RolePermissionInfoPB) GetResourcePermissions() []*ResourcePermissionInfoPB

func (*RolePermissionInfoPB) GetRole

func (x *RolePermissionInfoPB) GetRole() string

func (*RolePermissionInfoPB) GetSaltedHash

func (x *RolePermissionInfoPB) GetSaltedHash() string

func (*RolePermissionInfoPB) MarshalJSON

func (m *RolePermissionInfoPB) MarshalJSON() ([]byte, error)

func (*RolePermissionInfoPB) ProtoMessage

func (*RolePermissionInfoPB) ProtoMessage()

func (*RolePermissionInfoPB) ProtoReflect

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

func (*RolePermissionInfoPB) Reset

func (x *RolePermissionInfoPB) Reset()

func (*RolePermissionInfoPB) String

func (x *RolePermissionInfoPB) String() string

func (*RolePermissionInfoPB) UnmarshalJSON

func (m *RolePermissionInfoPB) UnmarshalJSON(b []byte) error

type SetPreferredZonesRequestPB

type SetPreferredZonesRequestPB struct {
	PreferredZones []*common.CloudInfoPB `protobuf:"bytes,1,rep,name=preferred_zones,json=preferredZones" json:"preferred_zones,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPreferredZonesRequestPB) Descriptor deprecated

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

Deprecated: Use SetPreferredZonesRequestPB.ProtoReflect.Descriptor instead.

func (*SetPreferredZonesRequestPB) GetPreferredZones

func (x *SetPreferredZonesRequestPB) GetPreferredZones() []*common.CloudInfoPB

func (*SetPreferredZonesRequestPB) MarshalJSON

func (m *SetPreferredZonesRequestPB) MarshalJSON() ([]byte, error)

func (*SetPreferredZonesRequestPB) ProtoMessage

func (*SetPreferredZonesRequestPB) ProtoMessage()

func (*SetPreferredZonesRequestPB) ProtoReflect

func (*SetPreferredZonesRequestPB) Reset

func (x *SetPreferredZonesRequestPB) Reset()

func (*SetPreferredZonesRequestPB) String

func (x *SetPreferredZonesRequestPB) String() string

func (*SetPreferredZonesRequestPB) UnmarshalJSON

func (m *SetPreferredZonesRequestPB) UnmarshalJSON(b []byte) error

type SetPreferredZonesResponsePB

type SetPreferredZonesResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPreferredZonesResponsePB) Descriptor deprecated

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

Deprecated: Use SetPreferredZonesResponsePB.ProtoReflect.Descriptor instead.

func (*SetPreferredZonesResponsePB) GetError

func (*SetPreferredZonesResponsePB) MarshalJSON

func (m *SetPreferredZonesResponsePB) MarshalJSON() ([]byte, error)

func (*SetPreferredZonesResponsePB) ProtoMessage

func (*SetPreferredZonesResponsePB) ProtoMessage()

func (*SetPreferredZonesResponsePB) ProtoReflect

func (*SetPreferredZonesResponsePB) Reset

func (x *SetPreferredZonesResponsePB) Reset()

func (*SetPreferredZonesResponsePB) String

func (x *SetPreferredZonesResponsePB) String() string

func (*SetPreferredZonesResponsePB) UnmarshalJSON

func (m *SetPreferredZonesResponsePB) UnmarshalJSON(b []byte) error

type SetUniverseReplicationEnabledRequestPB

type SetUniverseReplicationEnabledRequestPB struct {
	ProducerId *string `protobuf:"bytes,1,opt,name=producer_id,json=producerId" json:"producer_id,omitempty"`
	IsEnabled  *bool   `protobuf:"varint,2,opt,name=is_enabled,json=isEnabled" json:"is_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUniverseReplicationEnabledRequestPB) Descriptor deprecated

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

Deprecated: Use SetUniverseReplicationEnabledRequestPB.ProtoReflect.Descriptor instead.

func (*SetUniverseReplicationEnabledRequestPB) GetIsEnabled

func (x *SetUniverseReplicationEnabledRequestPB) GetIsEnabled() bool

func (*SetUniverseReplicationEnabledRequestPB) GetProducerId

func (*SetUniverseReplicationEnabledRequestPB) MarshalJSON

func (m *SetUniverseReplicationEnabledRequestPB) MarshalJSON() ([]byte, error)

func (*SetUniverseReplicationEnabledRequestPB) ProtoMessage

func (*SetUniverseReplicationEnabledRequestPB) ProtoReflect

func (*SetUniverseReplicationEnabledRequestPB) Reset

func (*SetUniverseReplicationEnabledRequestPB) String

func (*SetUniverseReplicationEnabledRequestPB) UnmarshalJSON

func (m *SetUniverseReplicationEnabledRequestPB) UnmarshalJSON(b []byte) error

type SetUniverseReplicationEnabledResponsePB

type SetUniverseReplicationEnabledResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUniverseReplicationEnabledResponsePB) Descriptor deprecated

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

Deprecated: Use SetUniverseReplicationEnabledResponsePB.ProtoReflect.Descriptor instead.

func (*SetUniverseReplicationEnabledResponsePB) GetError

func (*SetUniverseReplicationEnabledResponsePB) MarshalJSON

func (m *SetUniverseReplicationEnabledResponsePB) MarshalJSON() ([]byte, error)

func (*SetUniverseReplicationEnabledResponsePB) ProtoMessage

func (*SetUniverseReplicationEnabledResponsePB) ProtoReflect

func (*SetUniverseReplicationEnabledResponsePB) Reset

func (*SetUniverseReplicationEnabledResponsePB) String

func (*SetUniverseReplicationEnabledResponsePB) UnmarshalJSON

func (m *SetUniverseReplicationEnabledResponsePB) UnmarshalJSON(b []byte) error

type SetupUniverseReplicationRequestPB

type SetupUniverseReplicationRequestPB struct {
	ProducerId              *string              `protobuf:"bytes,1,opt,name=producer_id,json=producerId" json:"producer_id,omitempty"`
	ProducerMasterAddresses []*common.HostPortPB `protobuf:"bytes,2,rep,name=producer_master_addresses,json=producerMasterAddresses" json:"producer_master_addresses,omitempty"`
	ProducerTableIds        []string             `protobuf:"bytes,3,rep,name=producer_table_ids,json=producerTableIds" json:"producer_table_ids,omitempty"`
	// An id generated by the producer when BootstrapProducer rpc is called.
	ProducerBootstrapIds []string `protobuf:"bytes,4,rep,name=producer_bootstrap_ids,json=producerBootstrapIds" json:"producer_bootstrap_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SetupUniverseReplicationRequestPB) Descriptor deprecated

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

Deprecated: Use SetupUniverseReplicationRequestPB.ProtoReflect.Descriptor instead.

func (*SetupUniverseReplicationRequestPB) GetProducerBootstrapIds

func (x *SetupUniverseReplicationRequestPB) GetProducerBootstrapIds() []string

func (*SetupUniverseReplicationRequestPB) GetProducerId

func (x *SetupUniverseReplicationRequestPB) GetProducerId() string

func (*SetupUniverseReplicationRequestPB) GetProducerMasterAddresses

func (x *SetupUniverseReplicationRequestPB) GetProducerMasterAddresses() []*common.HostPortPB

func (*SetupUniverseReplicationRequestPB) GetProducerTableIds

func (x *SetupUniverseReplicationRequestPB) GetProducerTableIds() []string

func (*SetupUniverseReplicationRequestPB) MarshalJSON

func (m *SetupUniverseReplicationRequestPB) MarshalJSON() ([]byte, error)

func (*SetupUniverseReplicationRequestPB) ProtoMessage

func (*SetupUniverseReplicationRequestPB) ProtoMessage()

func (*SetupUniverseReplicationRequestPB) ProtoReflect

func (*SetupUniverseReplicationRequestPB) Reset

func (*SetupUniverseReplicationRequestPB) String

func (*SetupUniverseReplicationRequestPB) UnmarshalJSON

func (m *SetupUniverseReplicationRequestPB) UnmarshalJSON(b []byte) error

type SetupUniverseReplicationResponsePB

type SetupUniverseReplicationResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SetupUniverseReplicationResponsePB) Descriptor deprecated

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

Deprecated: Use SetupUniverseReplicationResponsePB.ProtoReflect.Descriptor instead.

func (*SetupUniverseReplicationResponsePB) GetError

func (*SetupUniverseReplicationResponsePB) MarshalJSON

func (m *SetupUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)

func (*SetupUniverseReplicationResponsePB) ProtoMessage

func (*SetupUniverseReplicationResponsePB) ProtoMessage()

func (*SetupUniverseReplicationResponsePB) ProtoReflect

func (*SetupUniverseReplicationResponsePB) Reset

func (*SetupUniverseReplicationResponsePB) String

func (*SetupUniverseReplicationResponsePB) UnmarshalJSON

func (m *SetupUniverseReplicationResponsePB) UnmarshalJSON(b []byte) error

type SplitTabletRequestPB

type SplitTabletRequestPB struct {
	TabletId []byte `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SplitTabletRequestPB) Descriptor deprecated

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

Deprecated: Use SplitTabletRequestPB.ProtoReflect.Descriptor instead.

func (*SplitTabletRequestPB) GetTabletId

func (x *SplitTabletRequestPB) GetTabletId() []byte

func (*SplitTabletRequestPB) MarshalJSON

func (m *SplitTabletRequestPB) MarshalJSON() ([]byte, error)

func (*SplitTabletRequestPB) ProtoMessage

func (*SplitTabletRequestPB) ProtoMessage()

func (*SplitTabletRequestPB) ProtoReflect

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

func (*SplitTabletRequestPB) Reset

func (x *SplitTabletRequestPB) Reset()

func (*SplitTabletRequestPB) String

func (x *SplitTabletRequestPB) String() string

func (*SplitTabletRequestPB) UnmarshalJSON

func (m *SplitTabletRequestPB) UnmarshalJSON(b []byte) error

type SplitTabletResponsePB

type SplitTabletResponsePB struct {
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SplitTabletResponsePB) Descriptor deprecated

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

Deprecated: Use SplitTabletResponsePB.ProtoReflect.Descriptor instead.

func (*SplitTabletResponsePB) GetError

func (x *SplitTabletResponsePB) GetError() *MasterErrorPB

func (*SplitTabletResponsePB) MarshalJSON

func (m *SplitTabletResponsePB) MarshalJSON() ([]byte, error)

func (*SplitTabletResponsePB) ProtoMessage

func (*SplitTabletResponsePB) ProtoMessage()

func (*SplitTabletResponsePB) ProtoReflect

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

func (*SplitTabletResponsePB) Reset

func (x *SplitTabletResponsePB) Reset()

func (*SplitTabletResponsePB) String

func (x *SplitTabletResponsePB) String() string

func (*SplitTabletResponsePB) UnmarshalJSON

func (m *SplitTabletResponsePB) UnmarshalJSON(b []byte) error

type SysCDCStreamEntryPB

type SysCDCStreamEntryPB struct {
	TableId *string                    `protobuf:"bytes,1,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	Options []*CDCStreamOptionsPB      `protobuf:"bytes,2,rep,name=options" json:"options,omitempty"`
	State   *SysCDCStreamEntryPB_State `protobuf:"varint,3,opt,name=state,enum=yb.master.SysCDCStreamEntryPB_State,def=0" json:"state,omitempty"`
	// contains filtered or unexported fields
}

The data part of a SysRowEntry in the sys.catalog table for a CDC stream.

func (*SysCDCStreamEntryPB) Descriptor deprecated

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

Deprecated: Use SysCDCStreamEntryPB.ProtoReflect.Descriptor instead.

func (*SysCDCStreamEntryPB) GetOptions

func (x *SysCDCStreamEntryPB) GetOptions() []*CDCStreamOptionsPB

func (*SysCDCStreamEntryPB) GetState

func (*SysCDCStreamEntryPB) GetTableId

func (x *SysCDCStreamEntryPB) GetTableId() string

func (*SysCDCStreamEntryPB) MarshalJSON

func (m *SysCDCStreamEntryPB) MarshalJSON() ([]byte, error)

func (*SysCDCStreamEntryPB) ProtoMessage

func (*SysCDCStreamEntryPB) ProtoMessage()

func (*SysCDCStreamEntryPB) ProtoReflect

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

func (*SysCDCStreamEntryPB) Reset

func (x *SysCDCStreamEntryPB) Reset()

func (*SysCDCStreamEntryPB) String

func (x *SysCDCStreamEntryPB) String() string

func (*SysCDCStreamEntryPB) UnmarshalJSON

func (m *SysCDCStreamEntryPB) UnmarshalJSON(b []byte) error

type SysCDCStreamEntryPB_State

type SysCDCStreamEntryPB_State int32
const (
	SysCDCStreamEntryPB_ACTIVE   SysCDCStreamEntryPB_State = 0
	SysCDCStreamEntryPB_DELETING SysCDCStreamEntryPB_State = 1
	// Currently DELETED is not being used because we delete streams entries from sys catalog.
	SysCDCStreamEntryPB_DELETED SysCDCStreamEntryPB_State = 2
)

func (SysCDCStreamEntryPB_State) Descriptor

func (SysCDCStreamEntryPB_State) Enum

func (SysCDCStreamEntryPB_State) EnumDescriptor deprecated

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

Deprecated: Use SysCDCStreamEntryPB_State.Descriptor instead.

func (SysCDCStreamEntryPB_State) Number

func (SysCDCStreamEntryPB_State) String

func (x SysCDCStreamEntryPB_State) String() string

func (SysCDCStreamEntryPB_State) Type

func (*SysCDCStreamEntryPB_State) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type SysClusterConfigEntryPB

type SysClusterConfigEntryPB struct {
	Version          *int32                  `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	ClusterUuid      *string                 `protobuf:"bytes,4,opt,name=cluster_uuid,json=clusterUuid" json:"cluster_uuid,omitempty"`
	ReplicationInfo  *ReplicationInfoPB      `protobuf:"bytes,2,opt,name=replication_info,json=replicationInfo" json:"replication_info,omitempty"`
	ServerBlacklist  *BlacklistPB            `protobuf:"bytes,3,opt,name=server_blacklist,json=serverBlacklist" json:"server_blacklist,omitempty"`
	LeaderBlacklist  *BlacklistPB            `protobuf:"bytes,7,opt,name=leader_blacklist,json=leaderBlacklist" json:"leader_blacklist,omitempty"`
	EncryptionInfo   *EncryptionInfoPB       `protobuf:"bytes,5,opt,name=encryption_info,json=encryptionInfo" json:"encryption_info,omitempty"`
	ConsumerRegistry *cdc.ConsumerRegistryPB `protobuf:"bytes,6,opt,name=consumer_registry,json=consumerRegistry" json:"consumer_registry,omitempty"`
	// contains filtered or unexported fields
}

The on-disk entry in the sys.catalog table for configuration vinformation that are relevant to the entire cluster. This has a version entry that is used for ensuring that client read-modify-writes are valid.

func (*SysClusterConfigEntryPB) Descriptor deprecated

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

Deprecated: Use SysClusterConfigEntryPB.ProtoReflect.Descriptor instead.

func (*SysClusterConfigEntryPB) GetClusterUuid

func (x *SysClusterConfigEntryPB) GetClusterUuid() string

func (*SysClusterConfigEntryPB) GetConsumerRegistry

func (x *SysClusterConfigEntryPB) GetConsumerRegistry() *cdc.ConsumerRegistryPB

func (*SysClusterConfigEntryPB) GetEncryptionInfo

func (x *SysClusterConfigEntryPB) GetEncryptionInfo() *EncryptionInfoPB

func (*SysClusterConfigEntryPB) GetLeaderBlacklist

func (x *SysClusterConfigEntryPB) GetLeaderBlacklist() *BlacklistPB

func (*SysClusterConfigEntryPB) GetReplicationInfo

func (x *SysClusterConfigEntryPB) GetReplicationInfo() *ReplicationInfoPB

func (*SysClusterConfigEntryPB) GetServerBlacklist

func (x *SysClusterConfigEntryPB) GetServerBlacklist() *BlacklistPB

func (*SysClusterConfigEntryPB) GetVersion

func (x *SysClusterConfigEntryPB) GetVersion() int32

func (*SysClusterConfigEntryPB) MarshalJSON

func (m *SysClusterConfigEntryPB) MarshalJSON() ([]byte, error)

func (*SysClusterConfigEntryPB) ProtoMessage

func (*SysClusterConfigEntryPB) ProtoMessage()

func (*SysClusterConfigEntryPB) ProtoReflect

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

func (*SysClusterConfigEntryPB) Reset

func (x *SysClusterConfigEntryPB) Reset()

func (*SysClusterConfigEntryPB) String

func (x *SysClusterConfigEntryPB) String() string

func (*SysClusterConfigEntryPB) UnmarshalJSON

func (m *SysClusterConfigEntryPB) UnmarshalJSON(b []byte) error

type SysConfigEntryPB

type SysConfigEntryPB struct {

	// Types that are assignable to Config:
	//	*SysConfigEntryPB_SecurityConfig
	//	*SysConfigEntryPB_YsqlCatalogConfig
	Config isSysConfigEntryPB_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

Various cluster configuration.

func (*SysConfigEntryPB) Descriptor deprecated

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

Deprecated: Use SysConfigEntryPB.ProtoReflect.Descriptor instead.

func (*SysConfigEntryPB) GetConfig

func (m *SysConfigEntryPB) GetConfig() isSysConfigEntryPB_Config

func (*SysConfigEntryPB) GetSecurityConfig

func (x *SysConfigEntryPB) GetSecurityConfig() *SysSecurityConfigEntryPB

func (*SysConfigEntryPB) GetYsqlCatalogConfig

func (x *SysConfigEntryPB) GetYsqlCatalogConfig() *SysYSQLCatalogConfigEntryPB

func (*SysConfigEntryPB) MarshalJSON

func (m *SysConfigEntryPB) MarshalJSON() ([]byte, error)

func (*SysConfigEntryPB) ProtoMessage

func (*SysConfigEntryPB) ProtoMessage()

func (*SysConfigEntryPB) ProtoReflect

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

func (*SysConfigEntryPB) Reset

func (x *SysConfigEntryPB) Reset()

func (*SysConfigEntryPB) String

func (x *SysConfigEntryPB) String() string

func (*SysConfigEntryPB) UnmarshalJSON

func (m *SysConfigEntryPB) UnmarshalJSON(b []byte) error

type SysConfigEntryPB_SecurityConfig

type SysConfigEntryPB_SecurityConfig struct {
	SecurityConfig *SysSecurityConfigEntryPB `protobuf:"bytes,1,opt,name=security_config,json=securityConfig,oneof"`
}

type SysConfigEntryPB_YsqlCatalogConfig

type SysConfigEntryPB_YsqlCatalogConfig struct {
	YsqlCatalogConfig *SysYSQLCatalogConfigEntryPB `protobuf:"bytes,2,opt,name=ysql_catalog_config,json=ysqlCatalogConfig,oneof"`
}

type SysNamespaceEntryPB

type SysNamespaceEntryPB struct {

	// Namespace name.
	Name []byte `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// Namespace/Database type.
	DatabaseType *common.YQLDatabase `protobuf:"varint,2,opt,name=database_type,json=databaseType,enum=yb.YQLDatabase,def=2" json:"database_type,omitempty"`
	// For Postgres:
	NextPgOid *uint32 `protobuf:"varint,3,opt,name=next_pg_oid,json=nextPgOid" json:"next_pg_oid,omitempty"` // Next oid to assign.
	// True if the namespace is colocated.
	Colocated *bool `protobuf:"varint,4,opt,name=colocated,def=0" json:"colocated,omitempty"`
	// Optional: Namespace dependent upon transaction success (abort removes NS). Used by YSQL.
	Transaction *common.TransactionMetadataPB `protobuf:"bytes,6,opt,name=transaction" json:"transaction,omitempty"`
	State       *SysNamespaceEntryPB_State    `protobuf:"varint,5,opt,name=state,enum=yb.master.SysNamespaceEntryPB_State,def=0" json:"state,omitempty"`
	// contains filtered or unexported fields
}

The data part of a SysRowEntry in the sys.catalog table for a namespace.

func (*SysNamespaceEntryPB) Descriptor deprecated

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

Deprecated: Use SysNamespaceEntryPB.ProtoReflect.Descriptor instead.

func (*SysNamespaceEntryPB) GetColocated

func (x *SysNamespaceEntryPB) GetColocated() bool

func (*SysNamespaceEntryPB) GetDatabaseType

func (x *SysNamespaceEntryPB) GetDatabaseType() common.YQLDatabase

func (*SysNamespaceEntryPB) GetName

func (x *SysNamespaceEntryPB) GetName() []byte

func (*SysNamespaceEntryPB) GetNextPgOid

func (x *SysNamespaceEntryPB) GetNextPgOid() uint32

func (*SysNamespaceEntryPB) GetState

func (*SysNamespaceEntryPB) GetTransaction

func (x *SysNamespaceEntryPB) GetTransaction() *common.TransactionMetadataPB

func (*SysNamespaceEntryPB) MarshalJSON

func (m *SysNamespaceEntryPB) MarshalJSON() ([]byte, error)

func (*SysNamespaceEntryPB) ProtoMessage

func (*SysNamespaceEntryPB) ProtoMessage()

func (*SysNamespaceEntryPB) ProtoReflect

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

func (*SysNamespaceEntryPB) Reset

func (x *SysNamespaceEntryPB) Reset()

func (*SysNamespaceEntryPB) String

func (x *SysNamespaceEntryPB) String() string

func (*SysNamespaceEntryPB) UnmarshalJSON

func (m *SysNamespaceEntryPB) UnmarshalJSON(b []byte) error

type SysNamespaceEntryPB_State

type SysNamespaceEntryPB_State int32
const (
	SysNamespaceEntryPB_UNKNOWN   SysNamespaceEntryPB_State = 0 // Unset or bad data. Unexpected state.
	SysNamespaceEntryPB_PREPARING SysNamespaceEntryPB_State = 1 // Creating. Transitive State. Possible Next States: [RUNNING, FAILED].
	SysNamespaceEntryPB_FAILED    SysNamespaceEntryPB_State = 2 // Creation Failed. Permanent State.
	SysNamespaceEntryPB_RUNNING   SysNamespaceEntryPB_State = 3 // Live. Permanent State. Possible Next States: [FAILED, DELETING].
	SysNamespaceEntryPB_DELETING  SysNamespaceEntryPB_State = 4 // Delete Requested. Transitive State. Possible Next States: [DELETED].
	SysNamespaceEntryPB_DELETED   SysNamespaceEntryPB_State = 5 // Delete Finished on TServers or Tombstone. Final State before erasure.
)

func (SysNamespaceEntryPB_State) Descriptor

func (SysNamespaceEntryPB_State) Enum

func (SysNamespaceEntryPB_State) EnumDescriptor deprecated

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

Deprecated: Use SysNamespaceEntryPB_State.Descriptor instead.

func (SysNamespaceEntryPB_State) Number

func (SysNamespaceEntryPB_State) String

func (x SysNamespaceEntryPB_State) String() string

func (SysNamespaceEntryPB_State) Type

func (*SysNamespaceEntryPB_State) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type SysRedisConfigEntryPB

type SysRedisConfigEntryPB struct {
	Key  *string  `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Args [][]byte `protobuf:"bytes,2,rep,name=args" json:"args,omitempty"`
	// contains filtered or unexported fields
}

The data part of a SysRowEntry in the sys.catalog table for Redis Config.

func (*SysRedisConfigEntryPB) Descriptor deprecated

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

Deprecated: Use SysRedisConfigEntryPB.ProtoReflect.Descriptor instead.

func (*SysRedisConfigEntryPB) GetArgs

func (x *SysRedisConfigEntryPB) GetArgs() [][]byte

func (*SysRedisConfigEntryPB) GetKey

func (x *SysRedisConfigEntryPB) GetKey() string

func (*SysRedisConfigEntryPB) MarshalJSON

func (m *SysRedisConfigEntryPB) MarshalJSON() ([]byte, error)

func (*SysRedisConfigEntryPB) ProtoMessage

func (*SysRedisConfigEntryPB) ProtoMessage()

func (*SysRedisConfigEntryPB) ProtoReflect

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

func (*SysRedisConfigEntryPB) Reset

func (x *SysRedisConfigEntryPB) Reset()

func (*SysRedisConfigEntryPB) String

func (x *SysRedisConfigEntryPB) String() string

func (*SysRedisConfigEntryPB) UnmarshalJSON

func (m *SysRedisConfigEntryPB) UnmarshalJSON(b []byte) error

type SysRoleEntryPB

type SysRoleEntryPB struct {
	Role        []byte                   `protobuf:"bytes,1,opt,name=role" json:"role,omitempty"`
	CanLogin    *bool                    `protobuf:"varint,2,opt,name=can_login,json=canLogin" json:"can_login,omitempty"`
	IsSuperuser *bool                    `protobuf:"varint,3,opt,name=is_superuser,json=isSuperuser" json:"is_superuser,omitempty"`
	MemberOf    [][]byte                 `protobuf:"bytes,4,rep,name=member_of,json=memberOf" json:"member_of,omitempty"`
	SaltedHash  []byte                   `protobuf:"bytes,5,opt,name=salted_hash,json=saltedHash" json:"salted_hash,omitempty"`
	Resources   []*ResourcePermissionsPB `protobuf:"bytes,7,rep,name=resources" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*SysRoleEntryPB) Descriptor deprecated

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

Deprecated: Use SysRoleEntryPB.ProtoReflect.Descriptor instead.

func (*SysRoleEntryPB) GetCanLogin

func (x *SysRoleEntryPB) GetCanLogin() bool

func (*SysRoleEntryPB) GetIsSuperuser

func (x *SysRoleEntryPB) GetIsSuperuser() bool

func (*SysRoleEntryPB) GetMemberOf

func (x *SysRoleEntryPB) GetMemberOf() [][]byte

func (*SysRoleEntryPB) GetResources

func (x *SysRoleEntryPB) GetResources() []*ResourcePermissionsPB

func (*SysRoleEntryPB) GetRole

func (x *SysRoleEntryPB) GetRole() []byte

func (*SysRoleEntryPB) GetSaltedHash

func (x *SysRoleEntryPB) GetSaltedHash() []byte

func (*SysRoleEntryPB) MarshalJSON

func (m *SysRoleEntryPB) MarshalJSON() ([]byte, error)

func (*SysRoleEntryPB) ProtoMessage

func (*SysRoleEntryPB) ProtoMessage()

func (*SysRoleEntryPB) ProtoReflect

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

func (*SysRoleEntryPB) Reset

func (x *SysRoleEntryPB) Reset()

func (*SysRoleEntryPB) String

func (x *SysRoleEntryPB) String() string

func (*SysRoleEntryPB) UnmarshalJSON

func (m *SysRoleEntryPB) UnmarshalJSON(b []byte) error

type SysRowEntries

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

func (*SysRowEntries) Descriptor deprecated

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

Deprecated: Use SysRowEntries.ProtoReflect.Descriptor instead.

func (*SysRowEntries) GetEntries

func (x *SysRowEntries) GetEntries() []*SysRowEntry

func (*SysRowEntries) MarshalJSON

func (m *SysRowEntries) MarshalJSON() ([]byte, error)

func (*SysRowEntries) ProtoMessage

func (*SysRowEntries) ProtoMessage()

func (*SysRowEntries) ProtoReflect

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

func (*SysRowEntries) Reset

func (x *SysRowEntries) Reset()

func (*SysRowEntries) String

func (x *SysRowEntries) String() string

func (*SysRowEntries) UnmarshalJSON

func (m *SysRowEntries) UnmarshalJSON(b []byte) error

type SysRowEntry

type SysRowEntry struct {

	// The type of entry we are storing. Since the data is serialized, we cannot
	// just store it with
	// the data, as we are not able to read into the appropriate type.
	Type *SysRowEntry_Type `protobuf:"varint,1,opt,name=type,enum=yb.master.SysRowEntry_Type" json:"type,omitempty"`
	// The optional ID of the data that we are storing. This can be useful to only
	// read information
	// related to a single item, in the case of tables or tablets, for example.
	// This is optional.
	Id *string `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
	// This is the serialized format of the proto we store. This used to be of the "string" type, but
	// was giving warnings due to non-UTF8 data. This is safe, because "bytes" and "string" are
	// encoded the same way in Protobuf.
	// https://groups.google.com/forum/#!msg/protobuf/au6eQBkRT5s/Bhpctql7Q5sJ
	Data []byte `protobuf:"bytes,3,opt,name=data" json:"data,omitempty"`
	// contains filtered or unexported fields
}

The actual on disk abstract representation of a row in the sys catalog. This has to respect the fixed schema of the catalog. In case of changes to the schema, this proto must reflect them.

func (*SysRowEntry) Descriptor deprecated

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

Deprecated: Use SysRowEntry.ProtoReflect.Descriptor instead.

func (*SysRowEntry) GetData

func (x *SysRowEntry) GetData() []byte

func (*SysRowEntry) GetId

func (x *SysRowEntry) GetId() string

func (*SysRowEntry) GetType

func (x *SysRowEntry) GetType() SysRowEntry_Type

func (*SysRowEntry) MarshalJSON

func (m *SysRowEntry) MarshalJSON() ([]byte, error)

func (*SysRowEntry) ProtoMessage

func (*SysRowEntry) ProtoMessage()

func (*SysRowEntry) ProtoReflect

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

func (*SysRowEntry) Reset

func (x *SysRowEntry) Reset()

func (*SysRowEntry) String

func (x *SysRowEntry) String() string

func (*SysRowEntry) UnmarshalJSON

func (m *SysRowEntry) UnmarshalJSON(b []byte) error

type SysRowEntry_Type

type SysRowEntry_Type int32
const (
	SysRowEntry_UNKNOWN              SysRowEntry_Type = 0
	SysRowEntry_TABLE                SysRowEntry_Type = 1
	SysRowEntry_TABLET               SysRowEntry_Type = 2
	SysRowEntry_CLUSTER_CONFIG       SysRowEntry_Type = 3
	SysRowEntry_NAMESPACE            SysRowEntry_Type = 4
	SysRowEntry_UDTYPE               SysRowEntry_Type = 5
	SysRowEntry_ROLE                 SysRowEntry_Type = 6
	SysRowEntry_SNAPSHOT             SysRowEntry_Type = 7
	SysRowEntry_REDIS_CONFIG         SysRowEntry_Type = 8
	SysRowEntry_SYS_CONFIG           SysRowEntry_Type = 9
	SysRowEntry_CDC_STREAM           SysRowEntry_Type = 10
	SysRowEntry_UNIVERSE_REPLICATION SysRowEntry_Type = 11
	SysRowEntry_SNAPSHOT_SCHEDULE    SysRowEntry_Type = 12
)

func (SysRowEntry_Type) Descriptor

func (SysRowEntry_Type) Enum

func (SysRowEntry_Type) EnumDescriptor deprecated

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

Deprecated: Use SysRowEntry_Type.Descriptor instead.

func (SysRowEntry_Type) Number

func (SysRowEntry_Type) String

func (x SysRowEntry_Type) String() string

func (SysRowEntry_Type) Type

func (*SysRowEntry_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type SysSecurityConfigEntryPB

type SysSecurityConfigEntryPB struct {

	// Roles configuration version. Every time a role gets created/deleted, or a permission gets
	// added/removed, we increase the version.
	RolesVersion *uint64 `protobuf:"varint,1,opt,name=roles_version,json=rolesVersion" json:"roles_version,omitempty"`
	// contains filtered or unexported fields
}

Cluster security configuration.

func (*SysSecurityConfigEntryPB) Descriptor deprecated

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

Deprecated: Use SysSecurityConfigEntryPB.ProtoReflect.Descriptor instead.

func (*SysSecurityConfigEntryPB) GetRolesVersion

func (x *SysSecurityConfigEntryPB) GetRolesVersion() uint64

func (*SysSecurityConfigEntryPB) MarshalJSON

func (m *SysSecurityConfigEntryPB) MarshalJSON() ([]byte, error)

func (*SysSecurityConfigEntryPB) ProtoMessage

func (*SysSecurityConfigEntryPB) ProtoMessage()

func (*SysSecurityConfigEntryPB) ProtoReflect

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

func (*SysSecurityConfigEntryPB) Reset

func (x *SysSecurityConfigEntryPB) Reset()

func (*SysSecurityConfigEntryPB) String

func (x *SysSecurityConfigEntryPB) String() string

func (*SysSecurityConfigEntryPB) UnmarshalJSON

func (m *SysSecurityConfigEntryPB) UnmarshalJSON(b []byte) error

type SysTablesEntryPB

type SysTablesEntryPB struct {

	// Table name
	Name []byte `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	// Table type
	TableType *common.TableType `protobuf:"varint,10,opt,name=table_type,json=tableType,enum=yb.TableType,def=2" json:"table_type,omitempty"`
	// The table namespace ID.
	NamespaceId []byte `protobuf:"bytes,11,opt,name=namespace_id,json=namespaceId" json:"namespace_id,omitempty"`
	// The table namespace name.
	NamespaceName []byte `protobuf:"bytes,30,opt,name=namespace_name,json=namespaceName" json:"namespace_name,omitempty"`
	// sequence-id for the table metadata.
	// Used on tablet-report to avoid sending "alter-table" notifications.
	Version *uint32 `protobuf:"varint,2,req,name=version" json:"version,omitempty"`
	// Newest table schema (every TS will eventually have it).
	Schema *common.SchemaPB `protobuf:"bytes,3,req,name=schema" json:"schema,omitempty"`
	// Last table schema that is guaranteed to have reached every TS, though
	// not necessarily the newest schema.
	//
	// This is the schema provided to the user on client->GetSchema(tableName).
	FullyAppliedSchema *common.SchemaPB `protobuf:"bytes,4,opt,name=fully_applied_schema,json=fullyAppliedSchema" json:"fully_applied_schema,omitempty"`
	// The table's partitioning schema.
	PartitionSchema *common.PartitionSchemaPB `protobuf:"bytes,9,opt,name=partition_schema,json=partitionSchema" json:"partition_schema,omitempty"`
	// The table's partitions version. Incremented each time partitions change.
	PartitionListVersion *uint32 `protobuf:"varint,28,opt,name=partition_list_version,json=partitionListVersion" json:"partition_list_version,omitempty"`
	// The next column ID to assign to newly added columns in this table.
	// This prevents column ID reuse.
	NextColumnId *int32 `protobuf:"varint,8,opt,name=next_column_id,json=nextColumnId" json:"next_column_id,omitempty"`
	// Replication information for this tablet.
	ReplicationInfo *ReplicationInfoPB `protobuf:"bytes,5,opt,name=replication_info,json=replicationInfo" json:"replication_info,omitempty"`
	// Debug state for the table.
	State    *SysTablesEntryPB_State `protobuf:"varint,6,opt,name=state,enum=yb.master.SysTablesEntryPB_State,def=0" json:"state,omitempty"`
	StateMsg []byte                  `protobuf:"bytes,7,opt,name=state_msg,json=stateMsg" json:"state_msg,omitempty"`
	// TODO(neil) OLDER INDEXes will always have the deprecated fields. To remove the old format, we
	// first need to come up with a way to convert existing catalog content to new format.
	// Secondary indexes of the table.
	Indexes []*common.IndexInfoPB `protobuf:"bytes,12,rep,name=indexes" json:"indexes,omitempty"`
	// For index table: [to be deprecated and replaced by "index_info"]
	IndexedTableId []byte `protobuf:"bytes,13,opt,name=indexed_table_id,json=indexedTableId" json:"indexed_table_id,omitempty"`     // Indexed table id of this index.
	IsLocalIndex   *bool  `protobuf:"varint,14,opt,name=is_local_index,json=isLocalIndex,def=0" json:"is_local_index,omitempty"`    // Whether this is a local index.
	IsUniqueIndex  *bool  `protobuf:"varint,15,opt,name=is_unique_index,json=isUniqueIndex,def=0" json:"is_unique_index,omitempty"` // Whether this is a unique index.
	// For index table: information about this index.
	IndexInfo *common.IndexInfoPB `protobuf:"bytes,22,opt,name=index_info,json=indexInfo" json:"index_info,omitempty"`
	// For Postgres:
	IsPgSharedTable           *bool                 `protobuf:"varint,16,opt,name=is_pg_shared_table,json=isPgSharedTable,def=0" json:"is_pg_shared_table,omitempty"` // Is this a shared table?
	WalRetentionSecs          *uint32               `protobuf:"varint,24,opt,name=wal_retention_secs,json=walRetentionSecs" json:"wal_retention_secs,omitempty"`
	Colocated                 *bool                 `protobuf:"varint,25,opt,name=colocated,def=0" json:"colocated,omitempty"` // Is this a colocated table?
	FullyAppliedSchemaVersion *uint32               ``                                                                         /* 135-byte string literal not displayed */
	FullyAppliedIndexes       []*common.IndexInfoPB `protobuf:"bytes,26,rep,name=fully_applied_indexes,json=fullyAppliedIndexes" json:"fully_applied_indexes,omitempty"`
	FullyAppliedIndexInfo     *common.IndexInfoPB   `protobuf:"bytes,27,opt,name=fully_applied_index_info,json=fullyAppliedIndexInfo" json:"fully_applied_index_info,omitempty"`
	// Optional: Table dependent upon transaction success (abort removes table). Used by YSQL.
	Transaction *common.TransactionMetadataPB `protobuf:"bytes,29,opt,name=transaction" json:"transaction,omitempty"`
	// During an alter table, which involves no schema change but only updating
	// a permission, is it sometimes acceptable for a client's request (which is
	// prepared with the current schema) to be accepted by a tserver which is
	// still running the previous version.
	// This is typically set during alters that are caused due to index
	// permissions being changed, when the table is backfilled.
	UpdatesOnlyIndexPermissions *bool `` /* 147-byte string literal not displayed */
	// Keeps track of in-progress backfill jobs.
	// As of Apr 2021, we only have at most one outstanding backfill job, but
	// this restriction may be removed later on. Hence repeated.
	BackfillJobs []*BackfillJobPB `protobuf:"bytes,32,rep,name=backfill_jobs,json=backfillJobs" json:"backfill_jobs,omitempty"`
	// contains filtered or unexported fields
}

The on-disk entry in the sys.catalog table ("metadata" column) for tables entries.

func (*SysTablesEntryPB) Descriptor deprecated

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

Deprecated: Use SysTablesEntryPB.ProtoReflect.Descriptor instead.

func (*SysTablesEntryPB) GetBackfillJobs

func (x *SysTablesEntryPB) GetBackfillJobs() []*BackfillJobPB

func (*SysTablesEntryPB) GetColocated

func (x *SysTablesEntryPB) GetColocated() bool

func (*SysTablesEntryPB) GetFullyAppliedIndexInfo

func (x *SysTablesEntryPB) GetFullyAppliedIndexInfo() *common.IndexInfoPB

func (*SysTablesEntryPB) GetFullyAppliedIndexes

func (x *SysTablesEntryPB) GetFullyAppliedIndexes() []*common.IndexInfoPB

func (*SysTablesEntryPB) GetFullyAppliedSchema

func (x *SysTablesEntryPB) GetFullyAppliedSchema() *common.SchemaPB

func (*SysTablesEntryPB) GetFullyAppliedSchemaVersion

func (x *SysTablesEntryPB) GetFullyAppliedSchemaVersion() uint32

func (*SysTablesEntryPB) GetIndexInfo

func (x *SysTablesEntryPB) GetIndexInfo() *common.IndexInfoPB

func (*SysTablesEntryPB) GetIndexedTableId

func (x *SysTablesEntryPB) GetIndexedTableId() []byte

func (*SysTablesEntryPB) GetIndexes

func (x *SysTablesEntryPB) GetIndexes() []*common.IndexInfoPB

func (*SysTablesEntryPB) GetIsLocalIndex

func (x *SysTablesEntryPB) GetIsLocalIndex() bool

func (*SysTablesEntryPB) GetIsPgSharedTable

func (x *SysTablesEntryPB) GetIsPgSharedTable() bool

func (*SysTablesEntryPB) GetIsUniqueIndex

func (x *SysTablesEntryPB) GetIsUniqueIndex() bool

func (*SysTablesEntryPB) GetName

func (x *SysTablesEntryPB) GetName() []byte

func (*SysTablesEntryPB) GetNamespaceId

func (x *SysTablesEntryPB) GetNamespaceId() []byte

func (*SysTablesEntryPB) GetNamespaceName

func (x *SysTablesEntryPB) GetNamespaceName() []byte

func (*SysTablesEntryPB) GetNextColumnId

func (x *SysTablesEntryPB) GetNextColumnId() int32

func (*SysTablesEntryPB) GetPartitionListVersion

func (x *SysTablesEntryPB) GetPartitionListVersion() uint32

func (*SysTablesEntryPB) GetPartitionSchema

func (x *SysTablesEntryPB) GetPartitionSchema() *common.PartitionSchemaPB

func (*SysTablesEntryPB) GetReplicationInfo

func (x *SysTablesEntryPB) GetReplicationInfo() *ReplicationInfoPB

func (*SysTablesEntryPB) GetSchema

func (x *SysTablesEntryPB) GetSchema() *common.SchemaPB

func (*SysTablesEntryPB) GetState

func (*SysTablesEntryPB) GetStateMsg

func (x *SysTablesEntryPB) GetStateMsg() []byte

func (*SysTablesEntryPB) GetTableType

func (x *SysTablesEntryPB) GetTableType() common.TableType

func (*SysTablesEntryPB) GetTransaction

func (x *SysTablesEntryPB) GetTransaction() *common.TransactionMetadataPB

func (*SysTablesEntryPB) GetUpdatesOnlyIndexPermissions

func (x *SysTablesEntryPB) GetUpdatesOnlyIndexPermissions() bool

func (*SysTablesEntryPB) GetVersion

func (x *SysTablesEntryPB) GetVersion() uint32

func (*SysTablesEntryPB) GetWalRetentionSecs

func (x *SysTablesEntryPB) GetWalRetentionSecs() uint32

func (*SysTablesEntryPB) MarshalJSON

func (m *SysTablesEntryPB) MarshalJSON() ([]byte, error)

func (*SysTablesEntryPB) ProtoMessage

func (*SysTablesEntryPB) ProtoMessage()

func (*SysTablesEntryPB) ProtoReflect

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

func (*SysTablesEntryPB) Reset

func (x *SysTablesEntryPB) Reset()

func (*SysTablesEntryPB) String

func (x *SysTablesEntryPB) String() string

func (*SysTablesEntryPB) UnmarshalJSON

func (m *SysTablesEntryPB) UnmarshalJSON(b []byte) error

type SysTablesEntryPB_State

type SysTablesEntryPB_State int32
const (
	SysTablesEntryPB_UNKNOWN   SysTablesEntryPB_State = 0
	SysTablesEntryPB_PREPARING SysTablesEntryPB_State = 1
	SysTablesEntryPB_RUNNING   SysTablesEntryPB_State = 2
	SysTablesEntryPB_ALTERING  SysTablesEntryPB_State = 3
	SysTablesEntryPB_DELETING  SysTablesEntryPB_State = 4
	SysTablesEntryPB_DELETED   SysTablesEntryPB_State = 5
)

func (SysTablesEntryPB_State) Descriptor

func (SysTablesEntryPB_State) Enum

func (SysTablesEntryPB_State) EnumDescriptor deprecated

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

Deprecated: Use SysTablesEntryPB_State.Descriptor instead.

func (SysTablesEntryPB_State) Number

func (SysTablesEntryPB_State) String

func (x SysTablesEntryPB_State) String() string

func (SysTablesEntryPB_State) Type

func (*SysTablesEntryPB_State) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type SysTabletsEntryPB

type SysTabletsEntryPB struct {

	// DEPRECATED. Replaced by 'partition'.
	OBSOLETEStartKey []byte `protobuf:"bytes,1,opt,name=OBSOLETE_start_key,json=OBSOLETEStartKey" json:"OBSOLETE_start_key,omitempty"`
	OBSOLETEEndKey   []byte `protobuf:"bytes,2,opt,name=OBSOLETE_end_key,json=OBSOLETEEndKey" json:"OBSOLETE_end_key,omitempty"`
	// Tablet partition.
	Partition *common.PartitionPB `protobuf:"bytes,7,opt,name=partition" json:"partition,omitempty"`
	// The latest committed consensus configuration reported to the Master.
	CommittedConsensusState *common.ConsensusStatePB `protobuf:"bytes,3,opt,name=committed_consensus_state,json=committedConsensusState" json:"committed_consensus_state,omitempty"`
	// Debug state for the tablet.
	State    *SysTabletsEntryPB_State `protobuf:"varint,4,opt,name=state,enum=yb.master.SysTabletsEntryPB_State,def=999" json:"state,omitempty"`
	StateMsg []byte                   `protobuf:"bytes,5,opt,name=state_msg,json=stateMsg" json:"state_msg,omitempty"`
	// The table id for the tablet.
	TableId []byte `protobuf:"bytes,6,req,name=table_id,json=tableId" json:"table_id,omitempty"`
	// Table ids for all the tables on this tablet.
	TableIds [][]byte `protobuf:"bytes,8,rep,name=table_ids,json=tableIds" json:"table_ids,omitempty"`
	// True if the tablet is colocated.
	Colocated *bool `protobuf:"varint,9,opt,name=colocated,def=0" json:"colocated,omitempty"`
	// Replaced by the map below.
	DEPRECATEDBackfilledUntil []byte `` /* 132-byte string literal not displayed */
	// For tablets that are results of splitting we set this to split parent split_depth + 1.
	SplitDepth          *uint64 `protobuf:"varint,11,opt,name=split_depth,json=splitDepth" json:"split_depth,omitempty"`
	SplitParentTabletId []byte  `protobuf:"bytes,13,opt,name=split_parent_tablet_id,json=splitParentTabletId" json:"split_parent_tablet_id,omitempty"`
	// If the tablet is in the backfilling state, this is used to keep track
	// of how far along backfill has completed.
	// Key corresponds to the table_id for the index table. Value is encoded as
	// the DocKey for the next row to be backfilled.
	BackfilledUntil map[string][]byte `` /* 174-byte string literal not displayed */
	// Tablet IDs for this tablet split if they have been registered in master.
	SplitTabletIds [][]byte `protobuf:"bytes,14,rep,name=split_tablet_ids,json=splitTabletIds" json:"split_tablet_ids,omitempty"`
	Hidden         *bool    `protobuf:"varint,15,opt,name=hidden" json:"hidden,omitempty"`
	// contains filtered or unexported fields
}

The on-disk entry in the sys.catalog table ("metadata" column) for tablets entries.

func (*SysTabletsEntryPB) Descriptor deprecated

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

Deprecated: Use SysTabletsEntryPB.ProtoReflect.Descriptor instead.

func (*SysTabletsEntryPB) GetBackfilledUntil

func (x *SysTabletsEntryPB) GetBackfilledUntil() map[string][]byte

func (*SysTabletsEntryPB) GetColocated

func (x *SysTabletsEntryPB) GetColocated() bool

func (*SysTabletsEntryPB) GetCommittedConsensusState

func (x *SysTabletsEntryPB) GetCommittedConsensusState() *common.ConsensusStatePB

func (*SysTabletsEntryPB) GetDEPRECATEDBackfilledUntil

func (x *SysTabletsEntryPB) GetDEPRECATEDBackfilledUntil() []byte

func (*SysTabletsEntryPB) GetHidden

func (x *SysTabletsEntryPB) GetHidden() bool

func (*SysTabletsEntryPB) GetOBSOLETEEndKey

func (x *SysTabletsEntryPB) GetOBSOLETEEndKey() []byte

func (*SysTabletsEntryPB) GetOBSOLETEStartKey

func (x *SysTabletsEntryPB) GetOBSOLETEStartKey() []byte

func (*SysTabletsEntryPB) GetPartition

func (x *SysTabletsEntryPB) GetPartition() *common.PartitionPB

func (*SysTabletsEntryPB) GetSplitDepth

func (x *SysTabletsEntryPB) GetSplitDepth() uint64

func (*SysTabletsEntryPB) GetSplitParentTabletId

func (x *SysTabletsEntryPB) GetSplitParentTabletId() []byte

func (*SysTabletsEntryPB) GetSplitTabletIds

func (x *SysTabletsEntryPB) GetSplitTabletIds() [][]byte

func (*SysTabletsEntryPB) GetState

func (*SysTabletsEntryPB) GetStateMsg

func (x *SysTabletsEntryPB) GetStateMsg() []byte

func (*SysTabletsEntryPB) GetTableId

func (x *SysTabletsEntryPB) GetTableId() []byte

func (*SysTabletsEntryPB) GetTableIds

func (x *SysTabletsEntryPB) GetTableIds() [][]byte

func (*SysTabletsEntryPB) MarshalJSON

func (m *SysTabletsEntryPB) MarshalJSON() ([]byte, error)

func (*SysTabletsEntryPB) ProtoMessage

func (*SysTabletsEntryPB) ProtoMessage()

func (*SysTabletsEntryPB) ProtoReflect

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

func (*SysTabletsEntryPB) Reset

func (x *SysTabletsEntryPB) Reset()

func (*SysTabletsEntryPB) String

func (x *SysTabletsEntryPB) String() string

func (*SysTabletsEntryPB) UnmarshalJSON

func (m *SysTabletsEntryPB) UnmarshalJSON(b []byte) error

type SysTabletsEntryPB_State

type SysTabletsEntryPB_State int32
const (
	SysTabletsEntryPB_UNKNOWN   SysTabletsEntryPB_State = 999
	SysTabletsEntryPB_PREPARING SysTabletsEntryPB_State = 0
	SysTabletsEntryPB_CREATING  SysTabletsEntryPB_State = 1
	SysTabletsEntryPB_RUNNING   SysTabletsEntryPB_State = 2
	SysTabletsEntryPB_REPLACED  SysTabletsEntryPB_State = 3
	SysTabletsEntryPB_DELETED   SysTabletsEntryPB_State = 4
)

func (SysTabletsEntryPB_State) Descriptor

func (SysTabletsEntryPB_State) Enum

func (SysTabletsEntryPB_State) EnumDescriptor deprecated

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

Deprecated: Use SysTabletsEntryPB_State.Descriptor instead.

func (SysTabletsEntryPB_State) Number

func (SysTabletsEntryPB_State) String

func (x SysTabletsEntryPB_State) String() string

func (SysTabletsEntryPB_State) Type

func (*SysTabletsEntryPB_State) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type SysUDTypeEntryPB

type SysUDTypeEntryPB struct {
	NamespaceId *string            `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId" json:"namespace_id,omitempty"`
	Name        *string            `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	FieldNames  []string           `protobuf:"bytes,3,rep,name=field_names,json=fieldNames" json:"field_names,omitempty"`
	FieldTypes  []*common.QLTypePB `protobuf:"bytes,4,rep,name=field_types,json=fieldTypes" json:"field_types,omitempty"`
	// contains filtered or unexported fields
}

The data part of a SysRowEntry in the sys.catalog table for a User Defined Type.

func (*SysUDTypeEntryPB) Descriptor deprecated

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

Deprecated: Use SysUDTypeEntryPB.ProtoReflect.Descriptor instead.

func (*SysUDTypeEntryPB) GetFieldNames

func (x *SysUDTypeEntryPB) GetFieldNames() []string

func (*SysUDTypeEntryPB) GetFieldTypes

func (x *SysUDTypeEntryPB) GetFieldTypes() []*common.QLTypePB

func (*SysUDTypeEntryPB) GetName

func (x *SysUDTypeEntryPB) GetName() string

func (*SysUDTypeEntryPB) GetNamespaceId

func (x *SysUDTypeEntryPB) GetNamespaceId() string

func (*SysUDTypeEntryPB) MarshalJSON

func (m *SysUDTypeEntryPB) MarshalJSON() ([]byte, error)

func (*SysUDTypeEntryPB) ProtoMessage

func (*SysUDTypeEntryPB) ProtoMessage()

func (*SysUDTypeEntryPB) ProtoReflect

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

func (*SysUDTypeEntryPB) Reset

func (x *SysUDTypeEntryPB) Reset()

func (*SysUDTypeEntryPB) String

func (x *SysUDTypeEntryPB) String() string

func (*SysUDTypeEntryPB) UnmarshalJSON

func (m *SysUDTypeEntryPB) UnmarshalJSON(b []byte) error

type SysUniverseReplicationEntryPB

type SysUniverseReplicationEntryPB struct {
	ProducerId              *string              `protobuf:"bytes,1,opt,name=producer_id,json=producerId" json:"producer_id,omitempty"`
	ProducerMasterAddresses []*common.HostPortPB `protobuf:"bytes,2,rep,name=producer_master_addresses,json=producerMasterAddresses" json:"producer_master_addresses,omitempty"`
	// producer table IDs.
	Tables []string                             `protobuf:"bytes,3,rep,name=tables" json:"tables,omitempty"`
	State  *SysUniverseReplicationEntryPB_State `protobuf:"varint,4,opt,name=state,enum=yb.master.SysUniverseReplicationEntryPB_State,def=0" json:"state,omitempty"`
	// producer table ID -> consumer table ID map.
	ValidatedTables map[string]string `` /* 173-byte string literal not displayed */
	// producer table ID -> producer CDC stream map.
	TableStreams map[string]string `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

The data part of a SysRowEntry in the sys.catalog table for a universe replication record.

func (*SysUniverseReplicationEntryPB) Descriptor deprecated

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

Deprecated: Use SysUniverseReplicationEntryPB.ProtoReflect.Descriptor instead.

func (*SysUniverseReplicationEntryPB) GetProducerId

func (x *SysUniverseReplicationEntryPB) GetProducerId() string

func (*SysUniverseReplicationEntryPB) GetProducerMasterAddresses

func (x *SysUniverseReplicationEntryPB) GetProducerMasterAddresses() []*common.HostPortPB

func (*SysUniverseReplicationEntryPB) GetState

func (*SysUniverseReplicationEntryPB) GetTableStreams

func (x *SysUniverseReplicationEntryPB) GetTableStreams() map[string]string

func (*SysUniverseReplicationEntryPB) GetTables

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

func (*SysUniverseReplicationEntryPB) GetValidatedTables

func (x *SysUniverseReplicationEntryPB) GetValidatedTables() map[string]string

func (*SysUniverseReplicationEntryPB) MarshalJSON

func (m *SysUniverseReplicationEntryPB) MarshalJSON() ([]byte, error)

func (*SysUniverseReplicationEntryPB) ProtoMessage

func (*SysUniverseReplicationEntryPB) ProtoMessage()

func (*SysUniverseReplicationEntryPB) ProtoReflect

func (*SysUniverseReplicationEntryPB) Reset

func (x *SysUniverseReplicationEntryPB) Reset()

func (*SysUniverseReplicationEntryPB) String

func (*SysUniverseReplicationEntryPB) UnmarshalJSON

func (m *SysUniverseReplicationEntryPB) UnmarshalJSON(b []byte) error

type SysUniverseReplicationEntryPB_State

type SysUniverseReplicationEntryPB_State int32
const (
	// Setting up replication.
	SysUniverseReplicationEntryPB_INITIALIZING SysUniverseReplicationEntryPB_State = 0
	// Validated table schemas.
	SysUniverseReplicationEntryPB_VALIDATED SysUniverseReplicationEntryPB_State = 1
	// Active.
	SysUniverseReplicationEntryPB_ACTIVE SysUniverseReplicationEntryPB_State = 2
	// Failed.
	// Setting up universe replication consists of a sequence of steps like validating schemas,
	// creating CDC streams, starting subscribers. If any of these fail, we set the universe
	// replication state to FAILED.
	SysUniverseReplicationEntryPB_FAILED SysUniverseReplicationEntryPB_State = 3
	// Disabled.
	SysUniverseReplicationEntryPB_DISABLED SysUniverseReplicationEntryPB_State = 6
	// Deleted.
	SysUniverseReplicationEntryPB_DELETED SysUniverseReplicationEntryPB_State = 4
	// Error while cleaning up state of deleted entry. This indicates that universe replication has
	// been deleted but there is still some uncleaned up state - for example, there may be left over
	// CDC streams.
	SysUniverseReplicationEntryPB_DELETED_ERROR SysUniverseReplicationEntryPB_State = 5
)

func (SysUniverseReplicationEntryPB_State) Descriptor

func (SysUniverseReplicationEntryPB_State) Enum

func (SysUniverseReplicationEntryPB_State) EnumDescriptor deprecated

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

Deprecated: Use SysUniverseReplicationEntryPB_State.Descriptor instead.

func (SysUniverseReplicationEntryPB_State) Number

func (SysUniverseReplicationEntryPB_State) String

func (SysUniverseReplicationEntryPB_State) Type

func (*SysUniverseReplicationEntryPB_State) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type SysYSQLCatalogConfigEntryPB

type SysYSQLCatalogConfigEntryPB struct {

	// YSQL catalog version. Every time the catalog tables are changed (i.e. by DDL statements)
	// this version gets incremented.
	Version *uint64 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	// This is true if the master ran initdb and it finished, succesfully or not.
	InitdbDone *bool `protobuf:"varint,2,opt,name=initdb_done,json=initdbDone" json:"initdb_done,omitempty"`
	// If this is set, initdb has failed.
	InitdbError *string `protobuf:"bytes,5,opt,name=initdb_error,json=initdbError" json:"initdb_error,omitempty"`
	// true if transactional system catalogs have been enabled on this cluster. This means all
	// YSQL system catalog tables have been made transactional, both in their schema and in the tablet
	// metadata.
	TransactionalSysCatalogEnabled *bool `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

Metadata about the YSQL catalog (current only version).

func (*SysYSQLCatalogConfigEntryPB) Descriptor deprecated

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

Deprecated: Use SysYSQLCatalogConfigEntryPB.ProtoReflect.Descriptor instead.

func (*SysYSQLCatalogConfigEntryPB) GetInitdbDone

func (x *SysYSQLCatalogConfigEntryPB) GetInitdbDone() bool

func (*SysYSQLCatalogConfigEntryPB) GetInitdbError

func (x *SysYSQLCatalogConfigEntryPB) GetInitdbError() string

func (*SysYSQLCatalogConfigEntryPB) GetTransactionalSysCatalogEnabled

func (x *SysYSQLCatalogConfigEntryPB) GetTransactionalSysCatalogEnabled() bool

func (*SysYSQLCatalogConfigEntryPB) GetVersion

func (x *SysYSQLCatalogConfigEntryPB) GetVersion() uint64

func (*SysYSQLCatalogConfigEntryPB) MarshalJSON

func (m *SysYSQLCatalogConfigEntryPB) MarshalJSON() ([]byte, error)

func (*SysYSQLCatalogConfigEntryPB) ProtoMessage

func (*SysYSQLCatalogConfigEntryPB) ProtoMessage()

func (*SysYSQLCatalogConfigEntryPB) ProtoReflect

func (*SysYSQLCatalogConfigEntryPB) Reset

func (x *SysYSQLCatalogConfigEntryPB) Reset()

func (*SysYSQLCatalogConfigEntryPB) String

func (x *SysYSQLCatalogConfigEntryPB) String() string

func (*SysYSQLCatalogConfigEntryPB) UnmarshalJSON

func (m *SysYSQLCatalogConfigEntryPB) UnmarshalJSON(b []byte) error

type TSHeartbeatRequestPB

type TSHeartbeatRequestPB struct {
	Common *TSToMasterCommonPB `protobuf:"bytes,1,req,name=common" json:"common,omitempty"`
	// Sent upon start-up of the TS, or in response to 'needs_reregister' on a heartbeat
	// response.
	Registration *TSRegistrationPB `protobuf:"bytes,2,opt,name=registration" json:"registration,omitempty"`
	// Sent when the tablet information has changed, or in response to
	// 'needs_full_tablet_report'.
	TabletReport *TabletReportPB `protobuf:"bytes,3,opt,name=tablet_report,json=tabletReport" json:"tablet_report,omitempty"`
	// The number of tablets that are BOOTSTRAPPING or RUNNING.
	// Used by the master to determine load when creating new tablet replicas.
	NumLiveTablets *int32            `protobuf:"varint,4,opt,name=num_live_tablets,json=numLiveTablets" json:"num_live_tablets,omitempty"`
	ConfigIndex    *int32            `protobuf:"varint,5,opt,name=config_index,json=configIndex" json:"config_index,omitempty"`
	Metrics        *TServerMetricsPB `protobuf:"bytes,6,opt,name=metrics" json:"metrics,omitempty"`
	// Number of tablets for which this ts is a leader.
	LeaderCount          *int32 `protobuf:"varint,7,opt,name=leader_count,json=leaderCount" json:"leader_count,omitempty"`
	ClusterConfigVersion *int32 `protobuf:"varint,8,opt,name=cluster_config_version,json=clusterConfigVersion" json:"cluster_config_version,omitempty"`
	// List of candidate tablets for split based on tablet splitting strategy and settings.
	TabletsForSplit []*TabletForSplitPB `protobuf:"bytes,9,rep,name=tablets_for_split,json=tabletsForSplit" json:"tablets_for_split,omitempty"`
	// Physical time on tablet server
	TsPhysicalTime *uint64 `protobuf:"fixed64,10,opt,name=ts_physical_time,json=tsPhysicalTime" json:"ts_physical_time,omitempty"`
	// Hybrid time on tablet server
	TsHybridTime *uint64 `protobuf:"fixed64,11,opt,name=ts_hybrid_time,json=tsHybridTime" json:"ts_hybrid_time,omitempty"`
	// Roundtrip time for previous heartbeat in microseconds.
	RttUs          *int64            `protobuf:"varint,12,opt,name=rtt_us,json=rttUs" json:"rtt_us,omitempty"`
	TabletPathInfo *TabletPathInfoPB `protobuf:"bytes,13,opt,name=tablet_path_info,json=tabletPathInfo" json:"tablet_path_info,omitempty"`
	// contains filtered or unexported fields
}

Heartbeat sent from the tablet-server to the master to establish liveness and report back any status changes.

func (*TSHeartbeatRequestPB) Descriptor deprecated

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

Deprecated: Use TSHeartbeatRequestPB.ProtoReflect.Descriptor instead.

func (*TSHeartbeatRequestPB) GetClusterConfigVersion

func (x *TSHeartbeatRequestPB) GetClusterConfigVersion() int32

func (*TSHeartbeatRequestPB) GetCommon

func (x *TSHeartbeatRequestPB) GetCommon() *TSToMasterCommonPB

func (*TSHeartbeatRequestPB) GetConfigIndex

func (x *TSHeartbeatRequestPB) GetConfigIndex() int32

func (*TSHeartbeatRequestPB) GetLeaderCount

func (x *TSHeartbeatRequestPB) GetLeaderCount() int32

func (*TSHeartbeatRequestPB) GetMetrics

func (x *TSHeartbeatRequestPB) GetMetrics() *TServerMetricsPB

func (*TSHeartbeatRequestPB) GetNumLiveTablets

func (x *TSHeartbeatRequestPB) GetNumLiveTablets() int32

func (*TSHeartbeatRequestPB) GetRegistration

func (x *TSHeartbeatRequestPB) GetRegistration() *TSRegistrationPB

func (*TSHeartbeatRequestPB) GetRttUs

func (x *TSHeartbeatRequestPB) GetRttUs() int64

func (*TSHeartbeatRequestPB) GetTabletPathInfo

func (x *TSHeartbeatRequestPB) GetTabletPathInfo() *TabletPathInfoPB

func (*TSHeartbeatRequestPB) GetTabletReport

func (x *TSHeartbeatRequestPB) GetTabletReport() *TabletReportPB

func (*TSHeartbeatRequestPB) GetTabletsForSplit

func (x *TSHeartbeatRequestPB) GetTabletsForSplit() []*TabletForSplitPB

func (*TSHeartbeatRequestPB) GetTsHybridTime

func (x *TSHeartbeatRequestPB) GetTsHybridTime() uint64

func (*TSHeartbeatRequestPB) GetTsPhysicalTime

func (x *TSHeartbeatRequestPB) GetTsPhysicalTime() uint64

func (*TSHeartbeatRequestPB) MarshalJSON

func (m *TSHeartbeatRequestPB) MarshalJSON() ([]byte, error)

func (*TSHeartbeatRequestPB) ProtoMessage

func (*TSHeartbeatRequestPB) ProtoMessage()

func (*TSHeartbeatRequestPB) ProtoReflect

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

func (*TSHeartbeatRequestPB) Reset

func (x *TSHeartbeatRequestPB) Reset()

func (*TSHeartbeatRequestPB) String

func (x *TSHeartbeatRequestPB) String() string

func (*TSHeartbeatRequestPB) UnmarshalJSON

func (m *TSHeartbeatRequestPB) UnmarshalJSON(b []byte) error

type TSHeartbeatResponsePB

type TSHeartbeatResponsePB struct {
	Error          *MasterErrorPB         `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	MasterInstance *common.NodeInstancePB `protobuf:"bytes,2,opt,name=master_instance,json=masterInstance" json:"master_instance,omitempty"`
	// Indicates that the server which heartbeated needs to re-register
	// with the master -- i.e send a heartbeat with the 'registration'
	// filled in.
	NeedsReregister       *bool `protobuf:"varint,3,opt,name=needs_reregister,json=needsReregister,def=0" json:"needs_reregister,omitempty"`
	NeedsFullTabletReport *bool `` /* 128-byte string literal not displayed */
	// Sent when the master receives a TabletReport
	TabletReport *TabletReportUpdatesPB `protobuf:"bytes,5,opt,name=tablet_report,json=tabletReport" json:"tablet_report,omitempty"`
	// Specify whether or not the node is the leader master.
	LeaderMaster *bool `protobuf:"varint,6,opt,name=leader_master,json=leaderMaster" json:"leader_master,omitempty"`
	// Piggyback the current config as known to the master leader.
	MasterConfig *common.RaftConfigPB `protobuf:"bytes,7,opt,name=master_config,json=masterConfig" json:"master_config,omitempty"`
	// List of all live nodes that the master knows about.
	Tservers []*TSInformationPB `protobuf:"bytes,8,rep,name=tservers" json:"tservers,omitempty"`
	// Cluster UUID. Sent by the master only after registration.
	ClusterUuid *string `protobuf:"bytes,9,opt,name=cluster_uuid,json=clusterUuid" json:"cluster_uuid,omitempty"`
	// Current YSQL catalog schema version.
	// Used by tservers and postgres backends to decide if a cache refresh is needed.
	YsqlCatalogVersion             *uint64                     `protobuf:"varint,10,opt,name=ysql_catalog_version,json=ysqlCatalogVersion" json:"ysql_catalog_version,omitempty"`
	YsqlLastBreakingCatalogVersion *uint64                     `` /* 152-byte string literal not displayed */
	UniverseKeyRegistry            *util.UniverseKeyRegistryPB `protobuf:"bytes,11,opt,name=universe_key_registry,json=universeKeyRegistry" json:"universe_key_registry,omitempty"`
	ConsumerRegistry               *cdc.ConsumerRegistryPB     `protobuf:"bytes,12,opt,name=consumer_registry,json=consumerRegistry" json:"consumer_registry,omitempty"`
	ClusterConfigVersion           *int32                      `protobuf:"varint,13,opt,name=cluster_config_version,json=clusterConfigVersion" json:"cluster_config_version,omitempty"`
	TabletSplitSizeThresholdBytes  *int64                      `` /* 149-byte string literal not displayed */
	TabletReportLimit              *int32                      `protobuf:"varint,16,opt,name=tablet_report_limit,json=tabletReportLimit" json:"tablet_report_limit,omitempty"`
	SnapshotSchedules              *TSSnapshotSchedulesInfoPB  `protobuf:"bytes,17,opt,name=snapshot_schedules,json=snapshotSchedules" json:"snapshot_schedules,omitempty"`
	// contains filtered or unexported fields
}

func (*TSHeartbeatResponsePB) Descriptor deprecated

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

Deprecated: Use TSHeartbeatResponsePB.ProtoReflect.Descriptor instead.

func (*TSHeartbeatResponsePB) GetClusterConfigVersion

func (x *TSHeartbeatResponsePB) GetClusterConfigVersion() int32

func (*TSHeartbeatResponsePB) GetClusterUuid

func (x *TSHeartbeatResponsePB) GetClusterUuid() string

func (*TSHeartbeatResponsePB) GetConsumerRegistry

func (x *TSHeartbeatResponsePB) GetConsumerRegistry() *cdc.ConsumerRegistryPB

func (*TSHeartbeatResponsePB) GetError

func (x *TSHeartbeatResponsePB) GetError() *MasterErrorPB

func (*TSHeartbeatResponsePB) GetLeaderMaster

func (x *TSHeartbeatResponsePB) GetLeaderMaster() bool

func (*TSHeartbeatResponsePB) GetMasterConfig

func (x *TSHeartbeatResponsePB) GetMasterConfig() *common.RaftConfigPB

func (*TSHeartbeatResponsePB) GetMasterInstance

func (x *TSHeartbeatResponsePB) GetMasterInstance() *common.NodeInstancePB

func (*TSHeartbeatResponsePB) GetNeedsFullTabletReport

func (x *TSHeartbeatResponsePB) GetNeedsFullTabletReport() bool

func (*TSHeartbeatResponsePB) GetNeedsReregister

func (x *TSHeartbeatResponsePB) GetNeedsReregister() bool

func (*TSHeartbeatResponsePB) GetSnapshotSchedules

func (x *TSHeartbeatResponsePB) GetSnapshotSchedules() *TSSnapshotSchedulesInfoPB

func (*TSHeartbeatResponsePB) GetTabletReport

func (x *TSHeartbeatResponsePB) GetTabletReport() *TabletReportUpdatesPB

func (*TSHeartbeatResponsePB) GetTabletReportLimit

func (x *TSHeartbeatResponsePB) GetTabletReportLimit() int32

func (*TSHeartbeatResponsePB) GetTabletSplitSizeThresholdBytes

func (x *TSHeartbeatResponsePB) GetTabletSplitSizeThresholdBytes() int64

func (*TSHeartbeatResponsePB) GetTservers

func (x *TSHeartbeatResponsePB) GetTservers() []*TSInformationPB

func (*TSHeartbeatResponsePB) GetUniverseKeyRegistry

func (x *TSHeartbeatResponsePB) GetUniverseKeyRegistry() *util.UniverseKeyRegistryPB

func (*TSHeartbeatResponsePB) GetYsqlCatalogVersion

func (x *TSHeartbeatResponsePB) GetYsqlCatalogVersion() uint64

func (*TSHeartbeatResponsePB) GetYsqlLastBreakingCatalogVersion

func (x *TSHeartbeatResponsePB) GetYsqlLastBreakingCatalogVersion() uint64

func (*TSHeartbeatResponsePB) MarshalJSON

func (m *TSHeartbeatResponsePB) MarshalJSON() ([]byte, error)

func (*TSHeartbeatResponsePB) ProtoMessage

func (*TSHeartbeatResponsePB) ProtoMessage()

func (*TSHeartbeatResponsePB) ProtoReflect

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

func (*TSHeartbeatResponsePB) Reset

func (x *TSHeartbeatResponsePB) Reset()

func (*TSHeartbeatResponsePB) String

func (x *TSHeartbeatResponsePB) String() string

func (*TSHeartbeatResponsePB) UnmarshalJSON

func (m *TSHeartbeatResponsePB) UnmarshalJSON(b []byte) error

type TSInfoPB

type TSInfoPB struct {
	PermanentUuid       []byte               `protobuf:"bytes,1,req,name=permanent_uuid,json=permanentUuid" json:"permanent_uuid,omitempty"`
	PrivateRpcAddresses []*common.HostPortPB `protobuf:"bytes,2,rep,name=private_rpc_addresses,json=privateRpcAddresses" json:"private_rpc_addresses,omitempty"`
	BroadcastAddresses  []*common.HostPortPB `protobuf:"bytes,5,rep,name=broadcast_addresses,json=broadcastAddresses" json:"broadcast_addresses,omitempty"`
	CloudInfo           *common.CloudInfoPB  `protobuf:"bytes,3,opt,name=cloud_info,json=cloudInfo" json:"cloud_info,omitempty"`
	PlacementUuid       []byte               `protobuf:"bytes,4,opt,name=placement_uuid,json=placementUuid" json:"placement_uuid,omitempty"`
	// Capabilities of tablet server.
	Capabilities []uint32 `protobuf:"fixed32,6,rep,name=capabilities" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

Info about a single tablet server, returned to the client as part of the GetTabletLocations response. This can be used on the client to update the local cache of where each TS UUID is located. In the future we may also want to transmit software version info, load info, topology, etc.

func (*TSInfoPB) Descriptor deprecated

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

Deprecated: Use TSInfoPB.ProtoReflect.Descriptor instead.

func (*TSInfoPB) GetBroadcastAddresses

func (x *TSInfoPB) GetBroadcastAddresses() []*common.HostPortPB

func (*TSInfoPB) GetCapabilities

func (x *TSInfoPB) GetCapabilities() []uint32

func (*TSInfoPB) GetCloudInfo

func (x *TSInfoPB) GetCloudInfo() *common.CloudInfoPB

func (*TSInfoPB) GetPermanentUuid

func (x *TSInfoPB) GetPermanentUuid() []byte

func (*TSInfoPB) GetPlacementUuid

func (x *TSInfoPB) GetPlacementUuid() []byte

func (*TSInfoPB) GetPrivateRpcAddresses

func (x *TSInfoPB) GetPrivateRpcAddresses() []*common.HostPortPB

func (*TSInfoPB) MarshalJSON

func (m *TSInfoPB) MarshalJSON() ([]byte, error)

func (*TSInfoPB) ProtoMessage

func (*TSInfoPB) ProtoMessage()

func (*TSInfoPB) ProtoReflect

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

func (*TSInfoPB) Reset

func (x *TSInfoPB) Reset()

func (*TSInfoPB) String

func (x *TSInfoPB) String() string

func (*TSInfoPB) UnmarshalJSON

func (m *TSInfoPB) UnmarshalJSON(b []byte) error

type TSInformationPB

type TSInformationPB struct {
	Registration    *TSRegistrationPB      `protobuf:"bytes,1,req,name=registration" json:"registration,omitempty"`
	TserverInstance *common.NodeInstancePB `protobuf:"bytes,2,req,name=tserver_instance,json=tserverInstance" json:"tserver_instance,omitempty"`
	// contains filtered or unexported fields
}

func (*TSInformationPB) Descriptor deprecated

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

Deprecated: Use TSInformationPB.ProtoReflect.Descriptor instead.

func (*TSInformationPB) GetRegistration

func (x *TSInformationPB) GetRegistration() *TSRegistrationPB

func (*TSInformationPB) GetTserverInstance

func (x *TSInformationPB) GetTserverInstance() *common.NodeInstancePB

func (*TSInformationPB) MarshalJSON

func (m *TSInformationPB) MarshalJSON() ([]byte, error)

func (*TSInformationPB) ProtoMessage

func (*TSInformationPB) ProtoMessage()

func (*TSInformationPB) ProtoReflect

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

func (*TSInformationPB) Reset

func (x *TSInformationPB) Reset()

func (*TSInformationPB) String

func (x *TSInformationPB) String() string

func (*TSInformationPB) UnmarshalJSON

func (m *TSInformationPB) UnmarshalJSON(b []byte) error

type TSRegistrationPB

type TSRegistrationPB struct {
	Common *common.ServerRegistrationPB `protobuf:"bytes,1,opt,name=common" json:"common,omitempty"`
	// Capabilities supported byt this TS.
	Capabilities []uint32 `protobuf:"fixed32,2,rep,name=capabilities" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

Sent by the TS when it first heartbeats with a master. This sends the master all of the necessary information about the current instance of the TS.

func (*TSRegistrationPB) Descriptor deprecated

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

Deprecated: Use TSRegistrationPB.ProtoReflect.Descriptor instead.

func (*TSRegistrationPB) GetCapabilities

func (x *TSRegistrationPB) GetCapabilities() []uint32

func (*TSRegistrationPB) GetCommon

func (*TSRegistrationPB) MarshalJSON

func (m *TSRegistrationPB) MarshalJSON() ([]byte, error)

func (*TSRegistrationPB) ProtoMessage

func (*TSRegistrationPB) ProtoMessage()

func (*TSRegistrationPB) ProtoReflect

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

func (*TSRegistrationPB) Reset

func (x *TSRegistrationPB) Reset()

func (*TSRegistrationPB) String

func (x *TSRegistrationPB) String() string

func (*TSRegistrationPB) UnmarshalJSON

func (m *TSRegistrationPB) UnmarshalJSON(b []byte) error

type TSSnapshotScheduleInfoPB

type TSSnapshotScheduleInfoPB struct {
	Id                     []byte  `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	LastSnapshotHybridTime *uint64 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TSSnapshotScheduleInfoPB) Descriptor deprecated

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

Deprecated: Use TSSnapshotScheduleInfoPB.ProtoReflect.Descriptor instead.

func (*TSSnapshotScheduleInfoPB) GetId

func (x *TSSnapshotScheduleInfoPB) GetId() []byte

func (*TSSnapshotScheduleInfoPB) GetLastSnapshotHybridTime

func (x *TSSnapshotScheduleInfoPB) GetLastSnapshotHybridTime() uint64

func (*TSSnapshotScheduleInfoPB) MarshalJSON

func (m *TSSnapshotScheduleInfoPB) MarshalJSON() ([]byte, error)

func (*TSSnapshotScheduleInfoPB) ProtoMessage

func (*TSSnapshotScheduleInfoPB) ProtoMessage()

func (*TSSnapshotScheduleInfoPB) ProtoReflect

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

func (*TSSnapshotScheduleInfoPB) Reset

func (x *TSSnapshotScheduleInfoPB) Reset()

func (*TSSnapshotScheduleInfoPB) String

func (x *TSSnapshotScheduleInfoPB) String() string

func (*TSSnapshotScheduleInfoPB) UnmarshalJSON

func (m *TSSnapshotScheduleInfoPB) UnmarshalJSON(b []byte) error

type TSSnapshotSchedulesInfoPB

type TSSnapshotSchedulesInfoPB struct {
	Schedules []*TSSnapshotScheduleInfoPB `protobuf:"bytes,1,rep,name=schedules" json:"schedules,omitempty"`
	// contains filtered or unexported fields
}

func (*TSSnapshotSchedulesInfoPB) Descriptor deprecated

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

Deprecated: Use TSSnapshotSchedulesInfoPB.ProtoReflect.Descriptor instead.

func (*TSSnapshotSchedulesInfoPB) GetSchedules

func (*TSSnapshotSchedulesInfoPB) MarshalJSON

func (m *TSSnapshotSchedulesInfoPB) MarshalJSON() ([]byte, error)

func (*TSSnapshotSchedulesInfoPB) ProtoMessage

func (*TSSnapshotSchedulesInfoPB) ProtoMessage()

func (*TSSnapshotSchedulesInfoPB) ProtoReflect

func (*TSSnapshotSchedulesInfoPB) Reset

func (x *TSSnapshotSchedulesInfoPB) Reset()

func (*TSSnapshotSchedulesInfoPB) String

func (x *TSSnapshotSchedulesInfoPB) String() string

func (*TSSnapshotSchedulesInfoPB) UnmarshalJSON

func (m *TSSnapshotSchedulesInfoPB) UnmarshalJSON(b []byte) error

type TSToMasterCommonPB

type TSToMasterCommonPB struct {

	// The instance of the tablet server sending the heartbeat.
	TsInstance *common.NodeInstancePB `protobuf:"bytes,1,req,name=ts_instance,json=tsInstance" json:"ts_instance,omitempty"`
	// contains filtered or unexported fields
}

Common information sent with every request from the tablet server to the master.

func (*TSToMasterCommonPB) Descriptor deprecated

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

Deprecated: Use TSToMasterCommonPB.ProtoReflect.Descriptor instead.

func (*TSToMasterCommonPB) GetTsInstance

func (x *TSToMasterCommonPB) GetTsInstance() *common.NodeInstancePB

func (*TSToMasterCommonPB) MarshalJSON

func (m *TSToMasterCommonPB) MarshalJSON() ([]byte, error)

func (*TSToMasterCommonPB) ProtoMessage

func (*TSToMasterCommonPB) ProtoMessage()

func (*TSToMasterCommonPB) ProtoReflect

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

func (*TSToMasterCommonPB) Reset

func (x *TSToMasterCommonPB) Reset()

func (*TSToMasterCommonPB) String

func (x *TSToMasterCommonPB) String() string

func (*TSToMasterCommonPB) UnmarshalJSON

func (m *TSToMasterCommonPB) UnmarshalJSON(b []byte) error

type TServerMetricsPB

type TServerMetricsPB struct {
	TotalSstFileSize        *int64                          `protobuf:"varint,1,opt,name=total_sst_file_size,json=totalSstFileSize" json:"total_sst_file_size,omitempty"`
	TotalRamUsage           *int64                          `protobuf:"varint,2,opt,name=total_ram_usage,json=totalRamUsage" json:"total_ram_usage,omitempty"`
	ReadOpsPerSec           *float64                        `protobuf:"fixed64,3,opt,name=read_ops_per_sec,json=readOpsPerSec" json:"read_ops_per_sec,omitempty"`
	WriteOpsPerSec          *float64                        `protobuf:"fixed64,4,opt,name=write_ops_per_sec,json=writeOpsPerSec" json:"write_ops_per_sec,omitempty"`
	UncompressedSstFileSize *int64                          `` /* 128-byte string literal not displayed */
	UptimeSeconds           *uint64                         `protobuf:"varint,6,opt,name=uptime_seconds,json=uptimeSeconds" json:"uptime_seconds,omitempty"`
	NumSstFiles             *uint64                         `protobuf:"varint,7,opt,name=num_sst_files,json=numSstFiles" json:"num_sst_files,omitempty"`
	PathMetrics             []*TServerMetricsPB_PathMetrics `protobuf:"bytes,8,rep,name=path_metrics,json=pathMetrics" json:"path_metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*TServerMetricsPB) Descriptor deprecated

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

Deprecated: Use TServerMetricsPB.ProtoReflect.Descriptor instead.

func (*TServerMetricsPB) GetNumSstFiles

func (x *TServerMetricsPB) GetNumSstFiles() uint64

func (*TServerMetricsPB) GetPathMetrics

func (x *TServerMetricsPB) GetPathMetrics() []*TServerMetricsPB_PathMetrics

func (*TServerMetricsPB) GetReadOpsPerSec

func (x *TServerMetricsPB) GetReadOpsPerSec() float64

func (*TServerMetricsPB) GetTotalRamUsage

func (x *TServerMetricsPB) GetTotalRamUsage() int64

func (*TServerMetricsPB) GetTotalSstFileSize

func (x *TServerMetricsPB) GetTotalSstFileSize() int64

func (*TServerMetricsPB) GetUncompressedSstFileSize

func (x *TServerMetricsPB) GetUncompressedSstFileSize() int64

func (*TServerMetricsPB) GetUptimeSeconds

func (x *TServerMetricsPB) GetUptimeSeconds() uint64

func (*TServerMetricsPB) GetWriteOpsPerSec

func (x *TServerMetricsPB) GetWriteOpsPerSec() float64

func (*TServerMetricsPB) MarshalJSON

func (m *TServerMetricsPB) MarshalJSON() ([]byte, error)

func (*TServerMetricsPB) ProtoMessage

func (*TServerMetricsPB) ProtoMessage()

func (*TServerMetricsPB) ProtoReflect

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

func (*TServerMetricsPB) Reset

func (x *TServerMetricsPB) Reset()

func (*TServerMetricsPB) String

func (x *TServerMetricsPB) String() string

func (*TServerMetricsPB) UnmarshalJSON

func (m *TServerMetricsPB) UnmarshalJSON(b []byte) error

type TServerMetricsPB_PathMetrics

type TServerMetricsPB_PathMetrics struct {

	// Device path provided by user in --fs_data_dirs
	PathId     []byte  `protobuf:"bytes,1,req,name=path_id,json=pathId" json:"path_id,omitempty"`
	UsedSpace  *uint64 `protobuf:"varint,2,opt,name=used_space,json=usedSpace" json:"used_space,omitempty"`
	TotalSpace *uint64 `protobuf:"varint,3,opt,name=total_space,json=totalSpace" json:"total_space,omitempty"`
	// contains filtered or unexported fields
}

func (*TServerMetricsPB_PathMetrics) Descriptor deprecated

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

Deprecated: Use TServerMetricsPB_PathMetrics.ProtoReflect.Descriptor instead.

func (*TServerMetricsPB_PathMetrics) GetPathId

func (x *TServerMetricsPB_PathMetrics) GetPathId() []byte

func (*TServerMetricsPB_PathMetrics) GetTotalSpace

func (x *TServerMetricsPB_PathMetrics) GetTotalSpace() uint64

func (*TServerMetricsPB_PathMetrics) GetUsedSpace

func (x *TServerMetricsPB_PathMetrics) GetUsedSpace() uint64

func (*TServerMetricsPB_PathMetrics) ProtoMessage

func (*TServerMetricsPB_PathMetrics) ProtoMessage()

func (*TServerMetricsPB_PathMetrics) ProtoReflect

func (*TServerMetricsPB_PathMetrics) Reset

func (x *TServerMetricsPB_PathMetrics) Reset()

func (*TServerMetricsPB_PathMetrics) String

type TableIdentifierPB

type TableIdentifierPB struct {

	// The table ID to fetch info.
	TableId []byte `protobuf:"bytes,1,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// The table name to fetch info.
	TableName *string `protobuf:"bytes,2,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	// The table namespace (if empty - using default namespace).
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,3,opt,name=namespace" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*TableIdentifierPB) Descriptor deprecated

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

Deprecated: Use TableIdentifierPB.ProtoReflect.Descriptor instead.

func (*TableIdentifierPB) GetNamespace

func (x *TableIdentifierPB) GetNamespace() *NamespaceIdentifierPB

func (*TableIdentifierPB) GetTableId

func (x *TableIdentifierPB) GetTableId() []byte

func (*TableIdentifierPB) GetTableName

func (x *TableIdentifierPB) GetTableName() string

func (*TableIdentifierPB) MarshalJSON

func (m *TableIdentifierPB) MarshalJSON() ([]byte, error)

func (*TableIdentifierPB) ProtoMessage

func (*TableIdentifierPB) ProtoMessage()

func (*TableIdentifierPB) ProtoReflect

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

func (*TableIdentifierPB) Reset

func (x *TableIdentifierPB) Reset()

func (*TableIdentifierPB) String

func (x *TableIdentifierPB) String() string

func (*TableIdentifierPB) UnmarshalJSON

func (m *TableIdentifierPB) UnmarshalJSON(b []byte) error

type TablegroupIdentifierPB

type TablegroupIdentifierPB struct {

	// The tablegroup ID to fetch info.
	Id []byte `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	// The tablegroup name to fetch info.
	Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// The namespace that the tablegroup is in
	NamespaceId []byte `protobuf:"bytes,3,opt,name=namespace_id,json=namespaceId" json:"namespace_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TablegroupIdentifierPB) Descriptor deprecated

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

Deprecated: Use TablegroupIdentifierPB.ProtoReflect.Descriptor instead.

func (*TablegroupIdentifierPB) GetId

func (x *TablegroupIdentifierPB) GetId() []byte

func (*TablegroupIdentifierPB) GetName

func (x *TablegroupIdentifierPB) GetName() string

func (*TablegroupIdentifierPB) GetNamespaceId

func (x *TablegroupIdentifierPB) GetNamespaceId() []byte

func (*TablegroupIdentifierPB) MarshalJSON

func (m *TablegroupIdentifierPB) MarshalJSON() ([]byte, error)

func (*TablegroupIdentifierPB) ProtoMessage

func (*TablegroupIdentifierPB) ProtoMessage()

func (*TablegroupIdentifierPB) ProtoReflect

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

func (*TablegroupIdentifierPB) Reset

func (x *TablegroupIdentifierPB) Reset()

func (*TablegroupIdentifierPB) String

func (x *TablegroupIdentifierPB) String() string

func (*TablegroupIdentifierPB) UnmarshalJSON

func (m *TablegroupIdentifierPB) UnmarshalJSON(b []byte) error

type TabletForSplitPB

type TabletForSplitPB struct {
	TabletId          []byte `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	SplitPartitionKey []byte `protobuf:"bytes,2,req,name=split_partition_key,json=splitPartitionKey" json:"split_partition_key,omitempty"`
	SplitEncodedKey   []byte `protobuf:"bytes,3,req,name=split_encoded_key,json=splitEncodedKey" json:"split_encoded_key,omitempty"`
	// contains filtered or unexported fields
}

func (*TabletForSplitPB) Descriptor deprecated

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

Deprecated: Use TabletForSplitPB.ProtoReflect.Descriptor instead.

func (*TabletForSplitPB) GetSplitEncodedKey

func (x *TabletForSplitPB) GetSplitEncodedKey() []byte

func (*TabletForSplitPB) GetSplitPartitionKey

func (x *TabletForSplitPB) GetSplitPartitionKey() []byte

func (*TabletForSplitPB) GetTabletId

func (x *TabletForSplitPB) GetTabletId() []byte

func (*TabletForSplitPB) MarshalJSON

func (m *TabletForSplitPB) MarshalJSON() ([]byte, error)

func (*TabletForSplitPB) ProtoMessage

func (*TabletForSplitPB) ProtoMessage()

func (*TabletForSplitPB) ProtoReflect

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

func (*TabletForSplitPB) Reset

func (x *TabletForSplitPB) Reset()

func (*TabletForSplitPB) String

func (x *TabletForSplitPB) String() string

func (*TabletForSplitPB) UnmarshalJSON

func (m *TabletForSplitPB) UnmarshalJSON(b []byte) error

type TabletLocationsPB

type TabletLocationsPB struct {
	TabletId []byte `protobuf:"bytes,1,req,name=tablet_id,json=tabletId" json:"tablet_id,omitempty"`
	// DEPRECATED.
	StartKey  []byte                         `protobuf:"bytes,2,opt,name=start_key,json=startKey" json:"start_key,omitempty"`
	EndKey    []byte                         `protobuf:"bytes,3,opt,name=end_key,json=endKey" json:"end_key,omitempty"`
	Partition *common.PartitionPB            `protobuf:"bytes,6,opt,name=partition" json:"partition,omitempty"`
	Replicas  []*TabletLocationsPB_ReplicaPB `protobuf:"bytes,4,rep,name=replicas" json:"replicas,omitempty"`
	// true if the tablet was running but no tablet server has reported it yet.
	// The set of replicas will be the last one that was hosting the tablet.
	// This should happen on Master restart when the request is issued before
	// the TS has the time to notify the Master about the tablets that is hosting.
	Stale   *bool  `protobuf:"varint,5,req,name=stale" json:"stale,omitempty"`
	TableId []byte `protobuf:"bytes,7,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	// Table ids for all the tables on this tablet.
	TableIds [][]byte `protobuf:"bytes,8,rep,name=table_ids,json=tableIds" json:"table_ids,omitempty"`
	// See SysTabletsEntryPB for fields with the same name.
	SplitDepth          *uint64  `protobuf:"varint,9,opt,name=split_depth,json=splitDepth" json:"split_depth,omitempty"`
	SplitParentTabletId []byte   `protobuf:"bytes,12,opt,name=split_parent_tablet_id,json=splitParentTabletId" json:"split_parent_tablet_id,omitempty"`
	SplitTabletIds      [][]byte `protobuf:"bytes,13,rep,name=split_tablet_ids,json=splitTabletIds" json:"split_tablet_ids,omitempty"`
	// Number of expected live replicas.
	ExpectedLiveReplicas *int32 `protobuf:"varint,10,opt,name=expected_live_replicas,json=expectedLiveReplicas" json:"expected_live_replicas,omitempty"`
	// Number of expected read replicas.
	ExpectedReadReplicas *int32 `protobuf:"varint,11,opt,name=expected_read_replicas,json=expectedReadReplicas" json:"expected_read_replicas,omitempty"`
	// contains filtered or unexported fields
}

func (*TabletLocationsPB) Descriptor deprecated

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

Deprecated: Use TabletLocationsPB.ProtoReflect.Descriptor instead.

func (*TabletLocationsPB) GetEndKey

func (x *TabletLocationsPB) GetEndKey() []byte

func (*TabletLocationsPB) GetExpectedLiveReplicas

func (x *TabletLocationsPB) GetExpectedLiveReplicas() int32

func (*TabletLocationsPB) GetExpectedReadReplicas

func (x *TabletLocationsPB) GetExpectedReadReplicas() int32

func (*TabletLocationsPB) GetPartition

func (x *TabletLocationsPB) GetPartition() *common.PartitionPB

func (*TabletLocationsPB) GetReplicas

func (x *TabletLocationsPB) GetReplicas() []*TabletLocationsPB_ReplicaPB

func (*TabletLocationsPB) GetSplitDepth

func (x *TabletLocationsPB) GetSplitDepth() uint64

func (*TabletLocationsPB) GetSplitParentTabletId

func (x *TabletLocationsPB) GetSplitParentTabletId() []byte

func (*TabletLocationsPB) GetSplitTabletIds

func (x *TabletLocationsPB) GetSplitTabletIds() [][]byte

func (*TabletLocationsPB) GetStale

func (x *TabletLocationsPB) GetStale() bool

func (*TabletLocationsPB) GetStartKey

func (x *TabletLocationsPB) GetStartKey() []byte

func (*TabletLocationsPB) GetTableId

func (x *TabletLocationsPB) GetTableId() []byte

func (*TabletLocationsPB) GetTableIds

func (x *TabletLocationsPB) GetTableIds() [][]byte

func (*TabletLocationsPB) GetTabletId

func (x *TabletLocationsPB) GetTabletId() []byte

func (*TabletLocationsPB) MarshalJSON

func (m *TabletLocationsPB) MarshalJSON() ([]byte, error)

func (*TabletLocationsPB) ProtoMessage

func (*TabletLocationsPB) ProtoMessage()

func (*TabletLocationsPB) ProtoReflect

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

func (*TabletLocationsPB) Reset

func (x *TabletLocationsPB) Reset()

func (*TabletLocationsPB) String

func (x *TabletLocationsPB) String() string

func (*TabletLocationsPB) UnmarshalJSON

func (m *TabletLocationsPB) UnmarshalJSON(b []byte) error

type TabletLocationsPB_ReplicaPB

type TabletLocationsPB_ReplicaPB struct {
	TsInfo     *TSInfoPB                     `protobuf:"bytes,1,req,name=ts_info,json=tsInfo" json:"ts_info,omitempty"`
	Role       *common.RaftPeerPB_Role       `protobuf:"varint,2,req,name=role,enum=yb.consensus.RaftPeerPB_Role" json:"role,omitempty"`
	MemberType *common.RaftPeerPB_MemberType `protobuf:"varint,3,opt,name=member_type,json=memberType,enum=yb.consensus.RaftPeerPB_MemberType" json:"member_type,omitempty"`
	// contains filtered or unexported fields
}

func (*TabletLocationsPB_ReplicaPB) Descriptor deprecated

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

Deprecated: Use TabletLocationsPB_ReplicaPB.ProtoReflect.Descriptor instead.

func (*TabletLocationsPB_ReplicaPB) GetMemberType

func (*TabletLocationsPB_ReplicaPB) GetRole

func (*TabletLocationsPB_ReplicaPB) GetTsInfo

func (x *TabletLocationsPB_ReplicaPB) GetTsInfo() *TSInfoPB

func (*TabletLocationsPB_ReplicaPB) ProtoMessage

func (*TabletLocationsPB_ReplicaPB) ProtoMessage()

func (*TabletLocationsPB_ReplicaPB) ProtoReflect

func (*TabletLocationsPB_ReplicaPB) Reset

func (x *TabletLocationsPB_ReplicaPB) Reset()

func (*TabletLocationsPB_ReplicaPB) String

func (x *TabletLocationsPB_ReplicaPB) String() string

type TabletPathInfoPB

type TabletPathInfoPB struct {
	ListPath []*ListTabletsOnPathPB `protobuf:"bytes,1,rep,name=list_path,json=listPath" json:"list_path,omitempty"`
	// contains filtered or unexported fields
}

func (*TabletPathInfoPB) Descriptor deprecated

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

Deprecated: Use TabletPathInfoPB.ProtoReflect.Descriptor instead.

func (*TabletPathInfoPB) GetListPath

func (x *TabletPathInfoPB) GetListPath() []*ListTabletsOnPathPB

func (*TabletPathInfoPB) MarshalJSON

func (m *TabletPathInfoPB) MarshalJSON() ([]byte, error)

func (*TabletPathInfoPB) ProtoMessage

func (*TabletPathInfoPB) ProtoMessage()

func (*TabletPathInfoPB) ProtoReflect

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

func (*TabletPathInfoPB) Reset

func (x *TabletPathInfoPB) Reset()

func (*TabletPathInfoPB) String

func (x *TabletPathInfoPB) String() string

func (*TabletPathInfoPB) UnmarshalJSON

func (m *TabletPathInfoPB) UnmarshalJSON(b []byte) error

type TabletReportPB

type TabletReportPB struct {

	// If false, then this is a full report, and any prior information about
	// tablets hosted by this server should be dropped.
	IsIncremental *bool `protobuf:"varint,1,req,name=is_incremental,json=isIncremental" json:"is_incremental,omitempty"`
	// Tablets for which to update information. If 'is_incremental' is false,
	// then this is the full set of tablets on the server, and any tablets
	// which the master is aware of but not listed in this protobuf should
	// be assumed to have been removed from this server.
	UpdatedTablets []*ReportedTabletPB `protobuf:"bytes,2,rep,name=updated_tablets,json=updatedTablets" json:"updated_tablets,omitempty"`
	// Tablet IDs which the tablet server has removed and should no longer be
	// considered hosted here. This will always be empty in a non-incremental
	// report.
	RemovedTabletIds [][]byte `protobuf:"bytes,3,rep,name=removed_tablet_ids,json=removedTabletIds" json:"removed_tablet_ids,omitempty"`
	// Every time the TS generates a tablet report, it creates a sequence
	// number. This can be useful in debugging, and also determining which
	// changes have not yet been reported to the master.
	// The first tablet report (non-incremental) is sequence number 0.
	SequenceNumber *int32 `protobuf:"varint,4,req,name=sequence_number,json=sequenceNumber" json:"sequence_number,omitempty"`
	// Number of tablets that could not be included in this heartbeat.
	// If 0, then all tablets have been reported to the master.
	RemainingTabletCount *int32 `protobuf:"varint,5,opt,name=remaining_tablet_count,json=remainingTabletCount" json:"remaining_tablet_count,omitempty"`
	// contains filtered or unexported fields
}

Sent by the tablet server to report the set of tablets hosted by that TS.

func (*TabletReportPB) Descriptor deprecated

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

Deprecated: Use TabletReportPB.ProtoReflect.Descriptor instead.

func (*TabletReportPB) GetIsIncremental

func (x *TabletReportPB) GetIsIncremental() bool

func (*TabletReportPB) GetRemainingTabletCount

func (x *TabletReportPB) GetRemainingTabletCount() int32

func (*TabletReportPB) GetRemovedTabletIds

func (x *TabletReportPB) GetRemovedTabletIds() [][]byte

func (*TabletReportPB) GetSequenceNumber

func (x *TabletReportPB) GetSequenceNumber() int32

func (*TabletReportPB) GetUpdatedTablets

func (x *TabletReportPB) GetUpdatedTablets() []*ReportedTabletPB

func (*TabletReportPB) MarshalJSON

func (m *TabletReportPB) MarshalJSON() ([]byte, error)

func (*TabletReportPB) ProtoMessage

func (*TabletReportPB) ProtoMessage()

func (*TabletReportPB) ProtoReflect

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

func (*TabletReportPB) Reset

func (x *TabletReportPB) Reset()

func (*TabletReportPB) String

func (x *TabletReportPB) String() string

func (*TabletReportPB) UnmarshalJSON

func (m *TabletReportPB) UnmarshalJSON(b []byte) error

type TabletReportUpdatesPB

type TabletReportUpdatesPB struct {
	Tablets []*ReportedTabletUpdatesPB `protobuf:"bytes,1,rep,name=tablets" json:"tablets,omitempty"`
	// Returns true if the tablet report had to be truncated because master ran out of time.
	ProcessingTruncated *bool `protobuf:"varint,2,opt,name=processing_truncated,json=processingTruncated,def=0" json:"processing_truncated,omitempty"`
	// contains filtered or unexported fields
}

Sent by the Master in response to the TS tablet report (part of the heartbeats)

func (*TabletReportUpdatesPB) Descriptor deprecated

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

Deprecated: Use TabletReportUpdatesPB.ProtoReflect.Descriptor instead.

func (*TabletReportUpdatesPB) GetProcessingTruncated

func (x *TabletReportUpdatesPB) GetProcessingTruncated() bool

func (*TabletReportUpdatesPB) GetTablets

func (*TabletReportUpdatesPB) MarshalJSON

func (m *TabletReportUpdatesPB) MarshalJSON() ([]byte, error)

func (*TabletReportUpdatesPB) ProtoMessage

func (*TabletReportUpdatesPB) ProtoMessage()

func (*TabletReportUpdatesPB) ProtoReflect

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

func (*TabletReportUpdatesPB) Reset

func (x *TabletReportUpdatesPB) Reset()

func (*TabletReportUpdatesPB) String

func (x *TabletReportUpdatesPB) String() string

func (*TabletReportUpdatesPB) UnmarshalJSON

func (m *TabletReportUpdatesPB) UnmarshalJSON(b []byte) error

type TruncateTableRequestPB

type TruncateTableRequestPB struct {
	TableIds [][]byte `protobuf:"bytes,1,rep,name=table_ids,json=tableIds" json:"table_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*TruncateTableRequestPB) Descriptor deprecated

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

Deprecated: Use TruncateTableRequestPB.ProtoReflect.Descriptor instead.

func (*TruncateTableRequestPB) GetTableIds

func (x *TruncateTableRequestPB) GetTableIds() [][]byte

func (*TruncateTableRequestPB) MarshalJSON

func (m *TruncateTableRequestPB) MarshalJSON() ([]byte, error)

func (*TruncateTableRequestPB) ProtoMessage

func (*TruncateTableRequestPB) ProtoMessage()

func (*TruncateTableRequestPB) ProtoReflect

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

func (*TruncateTableRequestPB) Reset

func (x *TruncateTableRequestPB) Reset()

func (*TruncateTableRequestPB) String

func (x *TruncateTableRequestPB) String() string

func (*TruncateTableRequestPB) UnmarshalJSON

func (m *TruncateTableRequestPB) UnmarshalJSON(b []byte) error

type TruncateTableResponsePB

type TruncateTableResponsePB struct {

	// The error, if an error occurred with this request.
	Error *MasterErrorPB `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*TruncateTableResponsePB) Descriptor deprecated

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

Deprecated: Use TruncateTableResponsePB.ProtoReflect.Descriptor instead.

func (*TruncateTableResponsePB) GetError

func (x *TruncateTableResponsePB) GetError() *MasterErrorPB

func (*TruncateTableResponsePB) MarshalJSON

func (m *TruncateTableResponsePB) MarshalJSON() ([]byte, error)

func (*TruncateTableResponsePB) ProtoMessage

func (*TruncateTableResponsePB) ProtoMessage()

func (*TruncateTableResponsePB) ProtoReflect

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

func (*TruncateTableResponsePB) Reset

func (x *TruncateTableResponsePB) Reset()

func (*TruncateTableResponsePB) String

func (x *TruncateTableResponsePB) String() string

func (*TruncateTableResponsePB) UnmarshalJSON

func (m *TruncateTableResponsePB) UnmarshalJSON(b []byte) error

type UDTypeIdentifierPB

type UDTypeIdentifierPB struct {

	// The table ID to fetch info.
	TypeId []byte `protobuf:"bytes,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	// The table name to fetch info.
	TypeName *string `protobuf:"bytes,2,opt,name=type_name,json=typeName" json:"type_name,omitempty"`
	// The table namespace (if empty - using default namespace).
	Namespace *NamespaceIdentifierPB `protobuf:"bytes,3,opt,name=namespace" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*UDTypeIdentifierPB) Descriptor deprecated

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

Deprecated: Use UDTypeIdentifierPB.ProtoReflect.Descriptor instead.

func (*UDTypeIdentifierPB) GetNamespace

func (x *UDTypeIdentifierPB) GetNamespace() *NamespaceIdentifierPB

func (*UDTypeIdentifierPB) GetTypeId

func (x *UDTypeIdentifierPB) GetTypeId() []byte

func (*UDTypeIdentifierPB) GetTypeName

func (x *UDTypeIdentifierPB) GetTypeName() string

func (*UDTypeIdentifierPB) MarshalJSON

func (m *UDTypeIdentifierPB) MarshalJSON() ([]byte, error)

func (*UDTypeIdentifierPB) ProtoMessage

func (*UDTypeIdentifierPB) ProtoMessage()

func (*UDTypeIdentifierPB) ProtoReflect

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

func (*UDTypeIdentifierPB) Reset

func (x *UDTypeIdentifierPB) Reset()

func (*UDTypeIdentifierPB) String

func (x *UDTypeIdentifierPB) String() string

func (*UDTypeIdentifierPB) UnmarshalJSON

func (m *UDTypeIdentifierPB) UnmarshalJSON(b []byte) error

type UDTypeInfoPB

type UDTypeInfoPB struct {
	Id         []byte                 `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Name       *string                `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	FieldNames []string               `protobuf:"bytes,3,rep,name=field_names,json=fieldNames" json:"field_names,omitempty"`
	FieldTypes []*common.QLTypePB     `protobuf:"bytes,4,rep,name=field_types,json=fieldTypes" json:"field_types,omitempty"`
	Namespace  *NamespaceIdentifierPB `protobuf:"bytes,5,opt,name=namespace" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*UDTypeInfoPB) Descriptor deprecated

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

Deprecated: Use UDTypeInfoPB.ProtoReflect.Descriptor instead.

func (*UDTypeInfoPB) GetFieldNames

func (x *UDTypeInfoPB) GetFieldNames() []string

func (*UDTypeInfoPB) GetFieldTypes

func (x *UDTypeInfoPB) GetFieldTypes() []*common.QLTypePB

func (*UDTypeInfoPB) GetId

func (x *UDTypeInfoPB) GetId() []byte

func (*UDTypeInfoPB) GetName

func (x *UDTypeInfoPB) GetName() string

func (*UDTypeInfoPB) GetNamespace

func (x *UDTypeInfoPB) GetNamespace() *NamespaceIdentifierPB

func (*UDTypeInfoPB) MarshalJSON

func (m *UDTypeInfoPB) MarshalJSON() ([]byte, error)

func (*UDTypeInfoPB) ProtoMessage

func (*UDTypeInfoPB) ProtoMessage()

func (*UDTypeInfoPB) ProtoReflect

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

func (*UDTypeInfoPB) Reset

func (x *UDTypeInfoPB) Reset()

func (*UDTypeInfoPB) String

func (x *UDTypeInfoPB) String() string

func (*UDTypeInfoPB) UnmarshalJSON

func (m *UDTypeInfoPB) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

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