Documentation ¶
Index ¶
- Constants
- Variables
- type AddUniverseKeysRequestPB
- func (*AddUniverseKeysRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *AddUniverseKeysRequestPB) GetUniverseKeys() *util.UniverseKeysPB
- func (m *AddUniverseKeysRequestPB) MarshalJSON() ([]byte, error)
- func (*AddUniverseKeysRequestPB) ProtoMessage()
- func (x *AddUniverseKeysRequestPB) ProtoReflect() protoreflect.Message
- func (x *AddUniverseKeysRequestPB) Reset()
- func (x *AddUniverseKeysRequestPB) String() string
- func (m *AddUniverseKeysRequestPB) UnmarshalJSON(b []byte) error
- type AddUniverseKeysResponsePB
- func (*AddUniverseKeysResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *AddUniverseKeysResponsePB) GetError() *MasterErrorPB
- func (m *AddUniverseKeysResponsePB) MarshalJSON() ([]byte, error)
- func (*AddUniverseKeysResponsePB) ProtoMessage()
- func (x *AddUniverseKeysResponsePB) ProtoReflect() protoreflect.Message
- func (x *AddUniverseKeysResponsePB) Reset()
- func (x *AddUniverseKeysResponsePB) String() string
- func (m *AddUniverseKeysResponsePB) UnmarshalJSON(b []byte) error
- type AlterNamespaceRequestPB
- func (*AlterNamespaceRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *AlterNamespaceRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (x *AlterNamespaceRequestPB) GetNewName() string
- func (m *AlterNamespaceRequestPB) MarshalJSON() ([]byte, error)
- func (*AlterNamespaceRequestPB) ProtoMessage()
- func (x *AlterNamespaceRequestPB) ProtoReflect() protoreflect.Message
- func (x *AlterNamespaceRequestPB) Reset()
- func (x *AlterNamespaceRequestPB) String() string
- func (m *AlterNamespaceRequestPB) UnmarshalJSON(b []byte) error
- type AlterNamespaceResponsePB
- func (*AlterNamespaceResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *AlterNamespaceResponsePB) GetError() *MasterErrorPB
- func (m *AlterNamespaceResponsePB) MarshalJSON() ([]byte, error)
- func (*AlterNamespaceResponsePB) ProtoMessage()
- func (x *AlterNamespaceResponsePB) ProtoReflect() protoreflect.Message
- func (x *AlterNamespaceResponsePB) Reset()
- func (x *AlterNamespaceResponsePB) String() string
- func (m *AlterNamespaceResponsePB) UnmarshalJSON(b []byte) error
- type AlterRoleRequestPB
- func (*AlterRoleRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *AlterRoleRequestPB) GetCurrentRole() string
- func (x *AlterRoleRequestPB) GetLogin() bool
- func (x *AlterRoleRequestPB) GetName() string
- func (x *AlterRoleRequestPB) GetSaltedHash() string
- func (x *AlterRoleRequestPB) GetSuperuser() bool
- func (m *AlterRoleRequestPB) MarshalJSON() ([]byte, error)
- func (*AlterRoleRequestPB) ProtoMessage()
- func (x *AlterRoleRequestPB) ProtoReflect() protoreflect.Message
- func (x *AlterRoleRequestPB) Reset()
- func (x *AlterRoleRequestPB) String() string
- func (m *AlterRoleRequestPB) UnmarshalJSON(b []byte) error
- type AlterRoleResponsePB
- func (*AlterRoleResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *AlterRoleResponsePB) GetError() *MasterErrorPB
- func (m *AlterRoleResponsePB) MarshalJSON() ([]byte, error)
- func (*AlterRoleResponsePB) ProtoMessage()
- func (x *AlterRoleResponsePB) ProtoReflect() protoreflect.Message
- func (x *AlterRoleResponsePB) Reset()
- func (x *AlterRoleResponsePB) String() string
- func (m *AlterRoleResponsePB) UnmarshalJSON(b []byte) error
- type AlterTableRequestPB
- func (*AlterTableRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *AlterTableRequestPB) GetAlterProperties() *common.TablePropertiesPB
- func (x *AlterTableRequestPB) GetAlterSchemaSteps() []*AlterTableRequestPB_Step
- func (x *AlterTableRequestPB) GetForceSendAlterRequest() bool
- func (x *AlterTableRequestPB) GetNewNamespace() *NamespaceIdentifierPB
- func (x *AlterTableRequestPB) GetNewTableName() string
- func (x *AlterTableRequestPB) GetReplicationInfo() *ReplicationInfoPB
- func (x *AlterTableRequestPB) GetTable() *TableIdentifierPB
- func (x *AlterTableRequestPB) GetWalRetentionSecs() uint32
- func (m *AlterTableRequestPB) MarshalJSON() ([]byte, error)
- func (*AlterTableRequestPB) ProtoMessage()
- func (x *AlterTableRequestPB) ProtoReflect() protoreflect.Message
- func (x *AlterTableRequestPB) Reset()
- func (x *AlterTableRequestPB) String() string
- func (m *AlterTableRequestPB) UnmarshalJSON(b []byte) error
- type AlterTableRequestPB_AddColumn
- func (*AlterTableRequestPB_AddColumn) Descriptor() ([]byte, []int)deprecated
- func (x *AlterTableRequestPB_AddColumn) GetSchema() *common.ColumnSchemaPB
- func (*AlterTableRequestPB_AddColumn) ProtoMessage()
- func (x *AlterTableRequestPB_AddColumn) ProtoReflect() protoreflect.Message
- func (x *AlterTableRequestPB_AddColumn) Reset()
- func (x *AlterTableRequestPB_AddColumn) String() string
- type AlterTableRequestPB_DropColumn
- func (*AlterTableRequestPB_DropColumn) Descriptor() ([]byte, []int)deprecated
- func (x *AlterTableRequestPB_DropColumn) GetName() string
- func (*AlterTableRequestPB_DropColumn) ProtoMessage()
- func (x *AlterTableRequestPB_DropColumn) ProtoReflect() protoreflect.Message
- func (x *AlterTableRequestPB_DropColumn) Reset()
- func (x *AlterTableRequestPB_DropColumn) String() string
- type AlterTableRequestPB_RenameColumn
- func (*AlterTableRequestPB_RenameColumn) Descriptor() ([]byte, []int)deprecated
- func (x *AlterTableRequestPB_RenameColumn) GetNewName() string
- func (x *AlterTableRequestPB_RenameColumn) GetOldName() string
- func (*AlterTableRequestPB_RenameColumn) ProtoMessage()
- func (x *AlterTableRequestPB_RenameColumn) ProtoReflect() protoreflect.Message
- func (x *AlterTableRequestPB_RenameColumn) Reset()
- func (x *AlterTableRequestPB_RenameColumn) String() string
- type AlterTableRequestPB_Step
- func (*AlterTableRequestPB_Step) Descriptor() ([]byte, []int)deprecated
- func (x *AlterTableRequestPB_Step) GetAddColumn() *AlterTableRequestPB_AddColumn
- func (x *AlterTableRequestPB_Step) GetDropColumn() *AlterTableRequestPB_DropColumn
- func (x *AlterTableRequestPB_Step) GetRenameColumn() *AlterTableRequestPB_RenameColumn
- func (x *AlterTableRequestPB_Step) GetType() AlterTableRequestPB_StepType
- func (*AlterTableRequestPB_Step) ProtoMessage()
- func (x *AlterTableRequestPB_Step) ProtoReflect() protoreflect.Message
- func (x *AlterTableRequestPB_Step) Reset()
- func (x *AlterTableRequestPB_Step) String() string
- type AlterTableRequestPB_StepType
- func (AlterTableRequestPB_StepType) Descriptor() protoreflect.EnumDescriptor
- func (x AlterTableRequestPB_StepType) Enum() *AlterTableRequestPB_StepType
- func (AlterTableRequestPB_StepType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AlterTableRequestPB_StepType) Number() protoreflect.EnumNumber
- func (x AlterTableRequestPB_StepType) String() string
- func (AlterTableRequestPB_StepType) Type() protoreflect.EnumType
- func (x *AlterTableRequestPB_StepType) UnmarshalJSON(b []byte) errordeprecated
- type AlterTableResponsePB
- func (*AlterTableResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *AlterTableResponsePB) GetError() *MasterErrorPB
- func (x *AlterTableResponsePB) GetSchemaVersion() uint32
- func (m *AlterTableResponsePB) MarshalJSON() ([]byte, error)
- func (*AlterTableResponsePB) ProtoMessage()
- func (x *AlterTableResponsePB) ProtoReflect() protoreflect.Message
- func (x *AlterTableResponsePB) Reset()
- func (x *AlterTableResponsePB) String() string
- func (m *AlterTableResponsePB) UnmarshalJSON(b []byte) error
- type AlterUniverseReplicationRequestPB
- func (*AlterUniverseReplicationRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *AlterUniverseReplicationRequestPB) GetProducerId() string
- func (x *AlterUniverseReplicationRequestPB) GetProducerMasterAddresses() []*common.HostPortPB
- func (x *AlterUniverseReplicationRequestPB) GetProducerTableIdsToAdd() []string
- func (x *AlterUniverseReplicationRequestPB) GetProducerTableIdsToRemove() []string
- func (m *AlterUniverseReplicationRequestPB) MarshalJSON() ([]byte, error)
- func (*AlterUniverseReplicationRequestPB) ProtoMessage()
- func (x *AlterUniverseReplicationRequestPB) ProtoReflect() protoreflect.Message
- func (x *AlterUniverseReplicationRequestPB) Reset()
- func (x *AlterUniverseReplicationRequestPB) String() string
- func (m *AlterUniverseReplicationRequestPB) UnmarshalJSON(b []byte) error
- type AlterUniverseReplicationResponsePB
- func (*AlterUniverseReplicationResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *AlterUniverseReplicationResponsePB) GetError() *MasterErrorPB
- func (m *AlterUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)
- func (*AlterUniverseReplicationResponsePB) ProtoMessage()
- func (x *AlterUniverseReplicationResponsePB) ProtoReflect() protoreflect.Message
- func (x *AlterUniverseReplicationResponsePB) Reset()
- func (x *AlterUniverseReplicationResponsePB) String() string
- func (m *AlterUniverseReplicationResponsePB) UnmarshalJSON(b []byte) error
- type AreLeadersOnPreferredOnlyRequestPB
- func (*AreLeadersOnPreferredOnlyRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *AreLeadersOnPreferredOnlyRequestPB) MarshalJSON() ([]byte, error)
- func (*AreLeadersOnPreferredOnlyRequestPB) ProtoMessage()
- func (x *AreLeadersOnPreferredOnlyRequestPB) ProtoReflect() protoreflect.Message
- func (x *AreLeadersOnPreferredOnlyRequestPB) Reset()
- func (x *AreLeadersOnPreferredOnlyRequestPB) String() string
- func (m *AreLeadersOnPreferredOnlyRequestPB) UnmarshalJSON(b []byte) error
- type AreLeadersOnPreferredOnlyResponsePB
- func (*AreLeadersOnPreferredOnlyResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *AreLeadersOnPreferredOnlyResponsePB) GetError() *MasterErrorPB
- func (m *AreLeadersOnPreferredOnlyResponsePB) MarshalJSON() ([]byte, error)
- func (*AreLeadersOnPreferredOnlyResponsePB) ProtoMessage()
- func (x *AreLeadersOnPreferredOnlyResponsePB) ProtoReflect() protoreflect.Message
- func (x *AreLeadersOnPreferredOnlyResponsePB) Reset()
- func (x *AreLeadersOnPreferredOnlyResponsePB) String() string
- func (m *AreLeadersOnPreferredOnlyResponsePB) UnmarshalJSON(b []byte) error
- type AreTransactionLeadersSpreadRequestPB
- func (*AreTransactionLeadersSpreadRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *AreTransactionLeadersSpreadRequestPB) MarshalJSON() ([]byte, error)
- func (*AreTransactionLeadersSpreadRequestPB) ProtoMessage()
- func (x *AreTransactionLeadersSpreadRequestPB) ProtoReflect() protoreflect.Message
- func (x *AreTransactionLeadersSpreadRequestPB) Reset()
- func (x *AreTransactionLeadersSpreadRequestPB) String() string
- func (m *AreTransactionLeadersSpreadRequestPB) UnmarshalJSON(b []byte) error
- type AreTransactionLeadersSpreadResponsePB
- func (*AreTransactionLeadersSpreadResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *AreTransactionLeadersSpreadResponsePB) GetError() *MasterErrorPB
- func (m *AreTransactionLeadersSpreadResponsePB) MarshalJSON() ([]byte, error)
- func (*AreTransactionLeadersSpreadResponsePB) ProtoMessage()
- func (x *AreTransactionLeadersSpreadResponsePB) ProtoReflect() protoreflect.Message
- func (x *AreTransactionLeadersSpreadResponsePB) Reset()
- func (x *AreTransactionLeadersSpreadResponsePB) String() string
- func (m *AreTransactionLeadersSpreadResponsePB) UnmarshalJSON(b []byte) error
- type BackfillIndexRequestPB
- func (*BackfillIndexRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *BackfillIndexRequestPB) GetIndexIdentifier() *TableIdentifierPB
- func (m *BackfillIndexRequestPB) MarshalJSON() ([]byte, error)
- func (*BackfillIndexRequestPB) ProtoMessage()
- func (x *BackfillIndexRequestPB) ProtoReflect() protoreflect.Message
- func (x *BackfillIndexRequestPB) Reset()
- func (x *BackfillIndexRequestPB) String() string
- func (m *BackfillIndexRequestPB) UnmarshalJSON(b []byte) error
- type BackfillIndexResponsePB
- func (*BackfillIndexResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *BackfillIndexResponsePB) GetError() *MasterErrorPB
- func (x *BackfillIndexResponsePB) GetTableIdentifier() *TableIdentifierPB
- func (m *BackfillIndexResponsePB) MarshalJSON() ([]byte, error)
- func (*BackfillIndexResponsePB) ProtoMessage()
- func (x *BackfillIndexResponsePB) ProtoReflect() protoreflect.Message
- func (x *BackfillIndexResponsePB) Reset()
- func (x *BackfillIndexResponsePB) String() string
- func (m *BackfillIndexResponsePB) UnmarshalJSON(b []byte) error
- type BackfillJobPB
- func (*BackfillJobPB) Descriptor() ([]byte, []int)deprecated
- func (x *BackfillJobPB) GetBackfillState() map[string]BackfillJobPB_State
- func (x *BackfillJobPB) GetBackfillingTimestamp() uint64
- func (x *BackfillJobPB) GetIndexes() []*common.IndexInfoPB
- func (m *BackfillJobPB) MarshalJSON() ([]byte, error)
- func (*BackfillJobPB) ProtoMessage()
- func (x *BackfillJobPB) ProtoReflect() protoreflect.Message
- func (x *BackfillJobPB) Reset()
- func (x *BackfillJobPB) String() string
- func (m *BackfillJobPB) UnmarshalJSON(b []byte) error
- type BackfillJobPB_State
- func (BackfillJobPB_State) Descriptor() protoreflect.EnumDescriptor
- func (x BackfillJobPB_State) Enum() *BackfillJobPB_State
- func (BackfillJobPB_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x BackfillJobPB_State) Number() protoreflect.EnumNumber
- func (x BackfillJobPB_State) String() string
- func (BackfillJobPB_State) Type() protoreflect.EnumType
- func (x *BackfillJobPB_State) UnmarshalJSON(b []byte) errordeprecated
- type BlacklistPB
- func (*BlacklistPB) Descriptor() ([]byte, []int)deprecated
- func (x *BlacklistPB) GetHosts() []*common.HostPortPB
- func (x *BlacklistPB) GetInitialLeaderLoad() int32
- func (x *BlacklistPB) GetInitialReplicaLoad() int32
- func (m *BlacklistPB) MarshalJSON() ([]byte, error)
- func (*BlacklistPB) ProtoMessage()
- func (x *BlacklistPB) ProtoReflect() protoreflect.Message
- func (x *BlacklistPB) Reset()
- func (x *BlacklistPB) String() string
- func (m *BlacklistPB) UnmarshalJSON(b []byte) error
- type CDCStreamInfoPB
- func (*CDCStreamInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *CDCStreamInfoPB) GetOptions() []*CDCStreamOptionsPB
- func (x *CDCStreamInfoPB) GetStreamId() []byte
- func (x *CDCStreamInfoPB) GetTableId() []byte
- func (m *CDCStreamInfoPB) MarshalJSON() ([]byte, error)
- func (*CDCStreamInfoPB) ProtoMessage()
- func (x *CDCStreamInfoPB) ProtoReflect() protoreflect.Message
- func (x *CDCStreamInfoPB) Reset()
- func (x *CDCStreamInfoPB) String() string
- func (m *CDCStreamInfoPB) UnmarshalJSON(b []byte) error
- type CDCStreamOptionsPB
- func (*CDCStreamOptionsPB) Descriptor() ([]byte, []int)deprecated
- func (x *CDCStreamOptionsPB) GetKey() string
- func (x *CDCStreamOptionsPB) GetValue() []byte
- func (m *CDCStreamOptionsPB) MarshalJSON() ([]byte, error)
- func (*CDCStreamOptionsPB) ProtoMessage()
- func (x *CDCStreamOptionsPB) ProtoReflect() protoreflect.Message
- func (x *CDCStreamOptionsPB) Reset()
- func (x *CDCStreamOptionsPB) String() string
- func (m *CDCStreamOptionsPB) UnmarshalJSON(b []byte) error
- type ChangeEncryptionInfoRequestPB
- func (*ChangeEncryptionInfoRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeEncryptionInfoRequestPB) GetEncryptionEnabled() bool
- func (x *ChangeEncryptionInfoRequestPB) GetInMemory() bool
- func (x *ChangeEncryptionInfoRequestPB) GetKeyPath() string
- func (x *ChangeEncryptionInfoRequestPB) GetVersionId() string
- func (m *ChangeEncryptionInfoRequestPB) MarshalJSON() ([]byte, error)
- func (*ChangeEncryptionInfoRequestPB) ProtoMessage()
- func (x *ChangeEncryptionInfoRequestPB) ProtoReflect() protoreflect.Message
- func (x *ChangeEncryptionInfoRequestPB) Reset()
- func (x *ChangeEncryptionInfoRequestPB) String() string
- func (m *ChangeEncryptionInfoRequestPB) UnmarshalJSON(b []byte) error
- type ChangeEncryptionInfoResponsePB
- func (*ChangeEncryptionInfoResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeEncryptionInfoResponsePB) GetError() *MasterErrorPB
- func (m *ChangeEncryptionInfoResponsePB) MarshalJSON() ([]byte, error)
- func (*ChangeEncryptionInfoResponsePB) ProtoMessage()
- func (x *ChangeEncryptionInfoResponsePB) ProtoReflect() protoreflect.Message
- func (x *ChangeEncryptionInfoResponsePB) Reset()
- func (x *ChangeEncryptionInfoResponsePB) String() string
- func (m *ChangeEncryptionInfoResponsePB) UnmarshalJSON(b []byte) error
- type ChangeLoadBalancerStateRequestPB
- func (*ChangeLoadBalancerStateRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeLoadBalancerStateRequestPB) GetIsEnabled() bool
- func (m *ChangeLoadBalancerStateRequestPB) MarshalJSON() ([]byte, error)
- func (*ChangeLoadBalancerStateRequestPB) ProtoMessage()
- func (x *ChangeLoadBalancerStateRequestPB) ProtoReflect() protoreflect.Message
- func (x *ChangeLoadBalancerStateRequestPB) Reset()
- func (x *ChangeLoadBalancerStateRequestPB) String() string
- func (m *ChangeLoadBalancerStateRequestPB) UnmarshalJSON(b []byte) error
- type ChangeLoadBalancerStateResponsePB
- func (*ChangeLoadBalancerStateResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeLoadBalancerStateResponsePB) GetError() *MasterErrorPB
- func (m *ChangeLoadBalancerStateResponsePB) MarshalJSON() ([]byte, error)
- func (*ChangeLoadBalancerStateResponsePB) ProtoMessage()
- func (x *ChangeLoadBalancerStateResponsePB) ProtoReflect() protoreflect.Message
- func (x *ChangeLoadBalancerStateResponsePB) Reset()
- func (x *ChangeLoadBalancerStateResponsePB) String() string
- func (m *ChangeLoadBalancerStateResponsePB) UnmarshalJSON(b []byte) error
- type ChangeMasterClusterConfigRequestPB
- func (*ChangeMasterClusterConfigRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeMasterClusterConfigRequestPB) GetClusterConfig() *SysClusterConfigEntryPB
- func (m *ChangeMasterClusterConfigRequestPB) MarshalJSON() ([]byte, error)
- func (*ChangeMasterClusterConfigRequestPB) ProtoMessage()
- func (x *ChangeMasterClusterConfigRequestPB) ProtoReflect() protoreflect.Message
- func (x *ChangeMasterClusterConfigRequestPB) Reset()
- func (x *ChangeMasterClusterConfigRequestPB) String() string
- func (m *ChangeMasterClusterConfigRequestPB) UnmarshalJSON(b []byte) error
- type ChangeMasterClusterConfigResponsePB
- func (*ChangeMasterClusterConfigResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeMasterClusterConfigResponsePB) GetError() *MasterErrorPB
- func (m *ChangeMasterClusterConfigResponsePB) MarshalJSON() ([]byte, error)
- func (*ChangeMasterClusterConfigResponsePB) ProtoMessage()
- func (x *ChangeMasterClusterConfigResponsePB) ProtoReflect() protoreflect.Message
- func (x *ChangeMasterClusterConfigResponsePB) Reset()
- func (x *ChangeMasterClusterConfigResponsePB) String() string
- func (m *ChangeMasterClusterConfigResponsePB) UnmarshalJSON(b []byte) error
- type CreateCDCStreamRequestPB
- func (*CreateCDCStreamRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCDCStreamRequestPB) GetOptions() []*CDCStreamOptionsPB
- func (x *CreateCDCStreamRequestPB) GetTableId() string
- func (m *CreateCDCStreamRequestPB) MarshalJSON() ([]byte, error)
- func (*CreateCDCStreamRequestPB) ProtoMessage()
- func (x *CreateCDCStreamRequestPB) ProtoReflect() protoreflect.Message
- func (x *CreateCDCStreamRequestPB) Reset()
- func (x *CreateCDCStreamRequestPB) String() string
- func (m *CreateCDCStreamRequestPB) UnmarshalJSON(b []byte) error
- type CreateCDCStreamResponsePB
- func (*CreateCDCStreamResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCDCStreamResponsePB) GetError() *MasterErrorPB
- func (x *CreateCDCStreamResponsePB) GetStreamId() []byte
- func (m *CreateCDCStreamResponsePB) MarshalJSON() ([]byte, error)
- func (*CreateCDCStreamResponsePB) ProtoMessage()
- func (x *CreateCDCStreamResponsePB) ProtoReflect() protoreflect.Message
- func (x *CreateCDCStreamResponsePB) Reset()
- func (x *CreateCDCStreamResponsePB) String() string
- func (m *CreateCDCStreamResponsePB) UnmarshalJSON(b []byte) error
- type CreateNamespaceRequestPB
- func (*CreateNamespaceRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceRequestPB) GetColocated() bool
- func (x *CreateNamespaceRequestPB) GetCreatorRoleName() string
- func (x *CreateNamespaceRequestPB) GetDatabaseType() common.YQLDatabase
- func (x *CreateNamespaceRequestPB) GetName() string
- func (x *CreateNamespaceRequestPB) GetNamespaceId() []byte
- func (x *CreateNamespaceRequestPB) GetNextPgOid() uint32
- func (x *CreateNamespaceRequestPB) GetSourceNamespaceId() []byte
- func (x *CreateNamespaceRequestPB) GetTransaction() *common.TransactionMetadataPB
- func (m *CreateNamespaceRequestPB) MarshalJSON() ([]byte, error)
- func (*CreateNamespaceRequestPB) ProtoMessage()
- func (x *CreateNamespaceRequestPB) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceRequestPB) Reset()
- func (x *CreateNamespaceRequestPB) String() string
- func (m *CreateNamespaceRequestPB) UnmarshalJSON(b []byte) error
- type CreateNamespaceResponsePB
- func (*CreateNamespaceResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceResponsePB) GetError() *MasterErrorPB
- func (x *CreateNamespaceResponsePB) GetId() []byte
- func (m *CreateNamespaceResponsePB) MarshalJSON() ([]byte, error)
- func (*CreateNamespaceResponsePB) ProtoMessage()
- func (x *CreateNamespaceResponsePB) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceResponsePB) Reset()
- func (x *CreateNamespaceResponsePB) String() string
- func (m *CreateNamespaceResponsePB) UnmarshalJSON(b []byte) error
- type CreateRoleRequestPB
- func (*CreateRoleRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRoleRequestPB) GetCreatorRoleName() string
- func (x *CreateRoleRequestPB) GetLogin() bool
- func (x *CreateRoleRequestPB) GetName() string
- func (x *CreateRoleRequestPB) GetSaltedHash() string
- func (x *CreateRoleRequestPB) GetSuperuser() bool
- func (m *CreateRoleRequestPB) MarshalJSON() ([]byte, error)
- func (*CreateRoleRequestPB) ProtoMessage()
- func (x *CreateRoleRequestPB) ProtoReflect() protoreflect.Message
- func (x *CreateRoleRequestPB) Reset()
- func (x *CreateRoleRequestPB) String() string
- func (m *CreateRoleRequestPB) UnmarshalJSON(b []byte) error
- type CreateRoleResponsePB
- func (*CreateRoleResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRoleResponsePB) GetError() *MasterErrorPB
- func (m *CreateRoleResponsePB) MarshalJSON() ([]byte, error)
- func (*CreateRoleResponsePB) ProtoMessage()
- func (x *CreateRoleResponsePB) ProtoReflect() protoreflect.Message
- func (x *CreateRoleResponsePB) Reset()
- func (x *CreateRoleResponsePB) String() string
- func (m *CreateRoleResponsePB) UnmarshalJSON(b []byte) error
- type CreateTableRequestPB
- func (*CreateTableRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTableRequestPB) GetColocated() bool
- func (x *CreateTableRequestPB) GetCreatorRoleName() string
- func (x *CreateTableRequestPB) GetIndexInfo() *common.IndexInfoPB
- func (x *CreateTableRequestPB) GetIndexedTableId() []byte
- func (x *CreateTableRequestPB) GetIsBackfillDeferred() bool
- func (x *CreateTableRequestPB) GetIsLocalIndex() bool
- func (x *CreateTableRequestPB) GetIsPgCatalogTable() bool
- func (x *CreateTableRequestPB) GetIsPgSharedTable() bool
- func (x *CreateTableRequestPB) GetIsUniqueIndex() bool
- func (x *CreateTableRequestPB) GetName() string
- func (x *CreateTableRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (x *CreateTableRequestPB) GetNumTablets() int32
- func (x *CreateTableRequestPB) GetPartitionSchema() *common.PartitionSchemaPB
- func (x *CreateTableRequestPB) GetPartitions() []*common.PartitionPB
- func (x *CreateTableRequestPB) GetReplicationInfo() *ReplicationInfoPB
- func (x *CreateTableRequestPB) GetSchema() *common.SchemaPB
- func (x *CreateTableRequestPB) GetSkipIndexBackfill() bool
- func (x *CreateTableRequestPB) GetTableId() []byte
- func (x *CreateTableRequestPB) GetTableType() common.TableType
- func (x *CreateTableRequestPB) GetTablegroupId() []byte
- func (x *CreateTableRequestPB) GetTablespaceId() []byte
- func (x *CreateTableRequestPB) GetTransaction() *common.TransactionMetadataPB
- func (m *CreateTableRequestPB) MarshalJSON() ([]byte, error)
- func (*CreateTableRequestPB) ProtoMessage()
- func (x *CreateTableRequestPB) ProtoReflect() protoreflect.Message
- func (x *CreateTableRequestPB) Reset()
- func (x *CreateTableRequestPB) String() string
- func (m *CreateTableRequestPB) UnmarshalJSON(b []byte) error
- type CreateTableResponsePB
- func (*CreateTableResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTableResponsePB) GetError() *MasterErrorPB
- func (x *CreateTableResponsePB) GetTableId() []byte
- func (m *CreateTableResponsePB) MarshalJSON() ([]byte, error)
- func (*CreateTableResponsePB) ProtoMessage()
- func (x *CreateTableResponsePB) ProtoReflect() protoreflect.Message
- func (x *CreateTableResponsePB) Reset()
- func (x *CreateTableResponsePB) String() string
- func (m *CreateTableResponsePB) UnmarshalJSON(b []byte) error
- type CreateTablegroupRequestPB
- func (*CreateTablegroupRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTablegroupRequestPB) GetId() []byte
- func (x *CreateTablegroupRequestPB) GetNamespaceId() []byte
- func (x *CreateTablegroupRequestPB) GetNamespaceName() string
- func (m *CreateTablegroupRequestPB) MarshalJSON() ([]byte, error)
- func (*CreateTablegroupRequestPB) ProtoMessage()
- func (x *CreateTablegroupRequestPB) ProtoReflect() protoreflect.Message
- func (x *CreateTablegroupRequestPB) Reset()
- func (x *CreateTablegroupRequestPB) String() string
- func (m *CreateTablegroupRequestPB) UnmarshalJSON(b []byte) error
- type CreateTablegroupResponsePB
- func (*CreateTablegroupResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTablegroupResponsePB) GetError() *MasterErrorPB
- func (x *CreateTablegroupResponsePB) GetParentTableId() []byte
- func (x *CreateTablegroupResponsePB) GetParentTableName() []byte
- func (m *CreateTablegroupResponsePB) MarshalJSON() ([]byte, error)
- func (*CreateTablegroupResponsePB) ProtoMessage()
- func (x *CreateTablegroupResponsePB) ProtoReflect() protoreflect.Message
- func (x *CreateTablegroupResponsePB) Reset()
- func (x *CreateTablegroupResponsePB) String() string
- func (m *CreateTablegroupResponsePB) UnmarshalJSON(b []byte) error
- type CreateUDTypeRequestPB
- func (*CreateUDTypeRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUDTypeRequestPB) GetFieldNames() []string
- func (x *CreateUDTypeRequestPB) GetFieldTypes() []*common.QLTypePB
- func (x *CreateUDTypeRequestPB) GetName() string
- func (x *CreateUDTypeRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (m *CreateUDTypeRequestPB) MarshalJSON() ([]byte, error)
- func (*CreateUDTypeRequestPB) ProtoMessage()
- func (x *CreateUDTypeRequestPB) ProtoReflect() protoreflect.Message
- func (x *CreateUDTypeRequestPB) Reset()
- func (x *CreateUDTypeRequestPB) String() string
- func (m *CreateUDTypeRequestPB) UnmarshalJSON(b []byte) error
- type CreateUDTypeResponsePB
- func (*CreateUDTypeResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUDTypeResponsePB) GetError() *MasterErrorPB
- func (x *CreateUDTypeResponsePB) GetId() []byte
- func (m *CreateUDTypeResponsePB) MarshalJSON() ([]byte, error)
- func (*CreateUDTypeResponsePB) ProtoMessage()
- func (x *CreateUDTypeResponsePB) ProtoReflect() protoreflect.Message
- func (x *CreateUDTypeResponsePB) Reset()
- func (x *CreateUDTypeResponsePB) String() string
- func (m *CreateUDTypeResponsePB) UnmarshalJSON(b []byte) error
- type DeleteCDCStreamRequestPB
- func (*DeleteCDCStreamRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCDCStreamRequestPB) GetStreamId() [][]byte
- func (m *DeleteCDCStreamRequestPB) MarshalJSON() ([]byte, error)
- func (*DeleteCDCStreamRequestPB) ProtoMessage()
- func (x *DeleteCDCStreamRequestPB) ProtoReflect() protoreflect.Message
- func (x *DeleteCDCStreamRequestPB) Reset()
- func (x *DeleteCDCStreamRequestPB) String() string
- func (m *DeleteCDCStreamRequestPB) UnmarshalJSON(b []byte) error
- type DeleteCDCStreamResponsePB
- func (*DeleteCDCStreamResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCDCStreamResponsePB) GetError() *MasterErrorPB
- func (m *DeleteCDCStreamResponsePB) MarshalJSON() ([]byte, error)
- func (*DeleteCDCStreamResponsePB) ProtoMessage()
- func (x *DeleteCDCStreamResponsePB) ProtoReflect() protoreflect.Message
- func (x *DeleteCDCStreamResponsePB) Reset()
- func (x *DeleteCDCStreamResponsePB) String() string
- func (m *DeleteCDCStreamResponsePB) UnmarshalJSON(b []byte) error
- type DeleteNamespaceRequestPB
- func (*DeleteNamespaceRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespaceRequestPB) GetDatabaseType() common.YQLDatabase
- func (x *DeleteNamespaceRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (m *DeleteNamespaceRequestPB) MarshalJSON() ([]byte, error)
- func (*DeleteNamespaceRequestPB) ProtoMessage()
- func (x *DeleteNamespaceRequestPB) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceRequestPB) Reset()
- func (x *DeleteNamespaceRequestPB) String() string
- func (m *DeleteNamespaceRequestPB) UnmarshalJSON(b []byte) error
- type DeleteNamespaceResponsePB
- func (*DeleteNamespaceResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespaceResponsePB) GetError() *MasterErrorPB
- func (m *DeleteNamespaceResponsePB) MarshalJSON() ([]byte, error)
- func (*DeleteNamespaceResponsePB) ProtoMessage()
- func (x *DeleteNamespaceResponsePB) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceResponsePB) Reset()
- func (x *DeleteNamespaceResponsePB) String() string
- func (m *DeleteNamespaceResponsePB) UnmarshalJSON(b []byte) error
- type DeleteRoleRequestPB
- func (*DeleteRoleRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRoleRequestPB) GetCurrentRole() string
- func (x *DeleteRoleRequestPB) GetName() string
- func (m *DeleteRoleRequestPB) MarshalJSON() ([]byte, error)
- func (*DeleteRoleRequestPB) ProtoMessage()
- func (x *DeleteRoleRequestPB) ProtoReflect() protoreflect.Message
- func (x *DeleteRoleRequestPB) Reset()
- func (x *DeleteRoleRequestPB) String() string
- func (m *DeleteRoleRequestPB) UnmarshalJSON(b []byte) error
- type DeleteRoleResponsePB
- func (*DeleteRoleResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRoleResponsePB) GetError() *MasterErrorPB
- func (m *DeleteRoleResponsePB) MarshalJSON() ([]byte, error)
- func (*DeleteRoleResponsePB) ProtoMessage()
- func (x *DeleteRoleResponsePB) ProtoReflect() protoreflect.Message
- func (x *DeleteRoleResponsePB) Reset()
- func (x *DeleteRoleResponsePB) String() string
- func (m *DeleteRoleResponsePB) UnmarshalJSON(b []byte) error
- type DeleteTableRequestPB
- func (*DeleteTableRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTableRequestPB) GetIsIndexTable() bool
- func (x *DeleteTableRequestPB) GetTable() *TableIdentifierPB
- func (m *DeleteTableRequestPB) MarshalJSON() ([]byte, error)
- func (*DeleteTableRequestPB) ProtoMessage()
- func (x *DeleteTableRequestPB) ProtoReflect() protoreflect.Message
- func (x *DeleteTableRequestPB) Reset()
- func (x *DeleteTableRequestPB) String() string
- func (m *DeleteTableRequestPB) UnmarshalJSON(b []byte) error
- type DeleteTableResponsePB
- func (*DeleteTableResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTableResponsePB) GetError() *MasterErrorPB
- func (x *DeleteTableResponsePB) GetIndexedTable() *TableIdentifierPB
- func (x *DeleteTableResponsePB) GetTableId() []byte
- func (m *DeleteTableResponsePB) MarshalJSON() ([]byte, error)
- func (*DeleteTableResponsePB) ProtoMessage()
- func (x *DeleteTableResponsePB) ProtoReflect() protoreflect.Message
- func (x *DeleteTableResponsePB) Reset()
- func (x *DeleteTableResponsePB) String() string
- func (m *DeleteTableResponsePB) UnmarshalJSON(b []byte) error
- type DeleteTablegroupRequestPB
- func (*DeleteTablegroupRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTablegroupRequestPB) GetId() []byte
- func (x *DeleteTablegroupRequestPB) GetNamespaceId() []byte
- func (m *DeleteTablegroupRequestPB) MarshalJSON() ([]byte, error)
- func (*DeleteTablegroupRequestPB) ProtoMessage()
- func (x *DeleteTablegroupRequestPB) ProtoReflect() protoreflect.Message
- func (x *DeleteTablegroupRequestPB) Reset()
- func (x *DeleteTablegroupRequestPB) String() string
- func (m *DeleteTablegroupRequestPB) UnmarshalJSON(b []byte) error
- type DeleteTablegroupResponsePB
- func (*DeleteTablegroupResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTablegroupResponsePB) GetError() *MasterErrorPB
- func (x *DeleteTablegroupResponsePB) GetParentTableId() []byte
- func (m *DeleteTablegroupResponsePB) MarshalJSON() ([]byte, error)
- func (*DeleteTablegroupResponsePB) ProtoMessage()
- func (x *DeleteTablegroupResponsePB) ProtoReflect() protoreflect.Message
- func (x *DeleteTablegroupResponsePB) Reset()
- func (x *DeleteTablegroupResponsePB) String() string
- func (m *DeleteTablegroupResponsePB) UnmarshalJSON(b []byte) error
- type DeleteTabletRequestPB
- func (*DeleteTabletRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTabletRequestPB) GetTabletId() []byte
- func (m *DeleteTabletRequestPB) MarshalJSON() ([]byte, error)
- func (*DeleteTabletRequestPB) ProtoMessage()
- func (x *DeleteTabletRequestPB) ProtoReflect() protoreflect.Message
- func (x *DeleteTabletRequestPB) Reset()
- func (x *DeleteTabletRequestPB) String() string
- func (m *DeleteTabletRequestPB) UnmarshalJSON(b []byte) error
- type DeleteTabletResponsePB
- func (*DeleteTabletResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTabletResponsePB) GetError() *MasterErrorPB
- func (m *DeleteTabletResponsePB) MarshalJSON() ([]byte, error)
- func (*DeleteTabletResponsePB) ProtoMessage()
- func (x *DeleteTabletResponsePB) ProtoReflect() protoreflect.Message
- func (x *DeleteTabletResponsePB) Reset()
- func (x *DeleteTabletResponsePB) String() string
- func (m *DeleteTabletResponsePB) UnmarshalJSON(b []byte) error
- type DeleteUDTypeRequestPB
- func (*DeleteUDTypeRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUDTypeRequestPB) GetType() *UDTypeIdentifierPB
- func (m *DeleteUDTypeRequestPB) MarshalJSON() ([]byte, error)
- func (*DeleteUDTypeRequestPB) ProtoMessage()
- func (x *DeleteUDTypeRequestPB) ProtoReflect() protoreflect.Message
- func (x *DeleteUDTypeRequestPB) Reset()
- func (x *DeleteUDTypeRequestPB) String() string
- func (m *DeleteUDTypeRequestPB) UnmarshalJSON(b []byte) error
- type DeleteUDTypeResponsePB
- func (*DeleteUDTypeResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUDTypeResponsePB) GetError() *MasterErrorPB
- func (m *DeleteUDTypeResponsePB) MarshalJSON() ([]byte, error)
- func (*DeleteUDTypeResponsePB) ProtoMessage()
- func (x *DeleteUDTypeResponsePB) ProtoReflect() protoreflect.Message
- func (x *DeleteUDTypeResponsePB) Reset()
- func (x *DeleteUDTypeResponsePB) String() string
- func (m *DeleteUDTypeResponsePB) UnmarshalJSON(b []byte) error
- type DeleteUniverseReplicationRequestPB
- func (*DeleteUniverseReplicationRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUniverseReplicationRequestPB) GetProducerId() string
- func (m *DeleteUniverseReplicationRequestPB) MarshalJSON() ([]byte, error)
- func (*DeleteUniverseReplicationRequestPB) ProtoMessage()
- func (x *DeleteUniverseReplicationRequestPB) ProtoReflect() protoreflect.Message
- func (x *DeleteUniverseReplicationRequestPB) Reset()
- func (x *DeleteUniverseReplicationRequestPB) String() string
- func (m *DeleteUniverseReplicationRequestPB) UnmarshalJSON(b []byte) error
- type DeleteUniverseReplicationResponsePB
- func (*DeleteUniverseReplicationResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUniverseReplicationResponsePB) GetError() *MasterErrorPB
- func (m *DeleteUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)
- func (*DeleteUniverseReplicationResponsePB) ProtoMessage()
- func (x *DeleteUniverseReplicationResponsePB) ProtoReflect() protoreflect.Message
- func (x *DeleteUniverseReplicationResponsePB) Reset()
- func (x *DeleteUniverseReplicationResponsePB) String() string
- func (m *DeleteUniverseReplicationResponsePB) UnmarshalJSON(b []byte) error
- type DumpMasterStateRequestPB
- func (*DumpMasterStateRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *DumpMasterStateRequestPB) GetOnDisk() bool
- func (x *DumpMasterStateRequestPB) GetPeersAlso() bool
- func (x *DumpMasterStateRequestPB) GetReturnDumpAsString() bool
- func (m *DumpMasterStateRequestPB) MarshalJSON() ([]byte, error)
- func (*DumpMasterStateRequestPB) ProtoMessage()
- func (x *DumpMasterStateRequestPB) ProtoReflect() protoreflect.Message
- func (x *DumpMasterStateRequestPB) Reset()
- func (x *DumpMasterStateRequestPB) String() string
- func (m *DumpMasterStateRequestPB) UnmarshalJSON(b []byte) error
- type DumpMasterStateResponsePB
- func (*DumpMasterStateResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *DumpMasterStateResponsePB) GetDump() string
- func (x *DumpMasterStateResponsePB) GetError() *MasterErrorPB
- func (m *DumpMasterStateResponsePB) MarshalJSON() ([]byte, error)
- func (*DumpMasterStateResponsePB) ProtoMessage()
- func (x *DumpMasterStateResponsePB) ProtoReflect() protoreflect.Message
- func (x *DumpMasterStateResponsePB) Reset()
- func (x *DumpMasterStateResponsePB) String() string
- func (m *DumpMasterStateResponsePB) UnmarshalJSON(b []byte) error
- type EncryptionInfoPB
- func (*EncryptionInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *EncryptionInfoPB) GetEncryptionEnabled() bool
- func (x *EncryptionInfoPB) GetKeyInMemory() bool
- func (x *EncryptionInfoPB) GetKeyPath() string
- func (x *EncryptionInfoPB) GetLatestVersionId() string
- func (x *EncryptionInfoPB) GetUniverseKeyRegistryEncoded() []byte
- func (m *EncryptionInfoPB) MarshalJSON() ([]byte, error)
- func (*EncryptionInfoPB) ProtoMessage()
- func (x *EncryptionInfoPB) ProtoReflect() protoreflect.Message
- func (x *EncryptionInfoPB) Reset()
- func (x *EncryptionInfoPB) String() string
- func (m *EncryptionInfoPB) UnmarshalJSON(b []byte) error
- type FlushTablesRequestPB
- func (*FlushTablesRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *FlushTablesRequestPB) GetAddIndexes() bool
- func (x *FlushTablesRequestPB) GetIsCompaction() bool
- func (x *FlushTablesRequestPB) GetTables() []*TableIdentifierPB
- func (m *FlushTablesRequestPB) MarshalJSON() ([]byte, error)
- func (*FlushTablesRequestPB) ProtoMessage()
- func (x *FlushTablesRequestPB) ProtoReflect() protoreflect.Message
- func (x *FlushTablesRequestPB) Reset()
- func (x *FlushTablesRequestPB) String() string
- func (m *FlushTablesRequestPB) UnmarshalJSON(b []byte) error
- type FlushTablesResponsePB
- func (*FlushTablesResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *FlushTablesResponsePB) GetError() *MasterErrorPB
- func (x *FlushTablesResponsePB) GetFlushRequestId() []byte
- func (m *FlushTablesResponsePB) MarshalJSON() ([]byte, error)
- func (*FlushTablesResponsePB) ProtoMessage()
- func (x *FlushTablesResponsePB) ProtoReflect() protoreflect.Message
- func (x *FlushTablesResponsePB) Reset()
- func (x *FlushTablesResponsePB) String() string
- func (m *FlushTablesResponsePB) UnmarshalJSON(b []byte) error
- type GetCDCStreamRequestPB
- func (*GetCDCStreamRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GetCDCStreamRequestPB) GetStreamId() []byte
- func (m *GetCDCStreamRequestPB) MarshalJSON() ([]byte, error)
- func (*GetCDCStreamRequestPB) ProtoMessage()
- func (x *GetCDCStreamRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetCDCStreamRequestPB) Reset()
- func (x *GetCDCStreamRequestPB) String() string
- func (m *GetCDCStreamRequestPB) UnmarshalJSON(b []byte) error
- type GetCDCStreamResponsePB
- func (*GetCDCStreamResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetCDCStreamResponsePB) GetError() *MasterErrorPB
- func (x *GetCDCStreamResponsePB) GetStream() *CDCStreamInfoPB
- func (m *GetCDCStreamResponsePB) MarshalJSON() ([]byte, error)
- func (*GetCDCStreamResponsePB) ProtoMessage()
- func (x *GetCDCStreamResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetCDCStreamResponsePB) Reset()
- func (x *GetCDCStreamResponsePB) String() string
- func (m *GetCDCStreamResponsePB) UnmarshalJSON(b []byte) error
- type GetColocatedTabletSchemaRequestPB
- func (*GetColocatedTabletSchemaRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GetColocatedTabletSchemaRequestPB) GetParentColocatedTable() *TableIdentifierPB
- func (m *GetColocatedTabletSchemaRequestPB) MarshalJSON() ([]byte, error)
- func (*GetColocatedTabletSchemaRequestPB) ProtoMessage()
- func (x *GetColocatedTabletSchemaRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetColocatedTabletSchemaRequestPB) Reset()
- func (x *GetColocatedTabletSchemaRequestPB) String() string
- func (m *GetColocatedTabletSchemaRequestPB) UnmarshalJSON(b []byte) error
- type GetColocatedTabletSchemaResponsePB
- func (*GetColocatedTabletSchemaResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetColocatedTabletSchemaResponsePB) GetError() *MasterErrorPB
- func (x *GetColocatedTabletSchemaResponsePB) GetGetTableSchemaResponsePbs() []*GetTableSchemaResponsePB
- func (m *GetColocatedTabletSchemaResponsePB) MarshalJSON() ([]byte, error)
- func (*GetColocatedTabletSchemaResponsePB) ProtoMessage()
- func (x *GetColocatedTabletSchemaResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetColocatedTabletSchemaResponsePB) Reset()
- func (x *GetColocatedTabletSchemaResponsePB) String() string
- func (m *GetColocatedTabletSchemaResponsePB) UnmarshalJSON(b []byte) error
- type GetLeaderBlacklistPercentRequestPB
- func (*GetLeaderBlacklistPercentRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *GetLeaderBlacklistPercentRequestPB) MarshalJSON() ([]byte, error)
- func (*GetLeaderBlacklistPercentRequestPB) ProtoMessage()
- func (x *GetLeaderBlacklistPercentRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetLeaderBlacklistPercentRequestPB) Reset()
- func (x *GetLeaderBlacklistPercentRequestPB) String() string
- func (m *GetLeaderBlacklistPercentRequestPB) UnmarshalJSON(b []byte) error
- type GetLoadBalancerStateRequestPB
- func (*GetLoadBalancerStateRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *GetLoadBalancerStateRequestPB) MarshalJSON() ([]byte, error)
- func (*GetLoadBalancerStateRequestPB) ProtoMessage()
- func (x *GetLoadBalancerStateRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetLoadBalancerStateRequestPB) Reset()
- func (x *GetLoadBalancerStateRequestPB) String() string
- func (m *GetLoadBalancerStateRequestPB) UnmarshalJSON(b []byte) error
- type GetLoadBalancerStateResponsePB
- func (*GetLoadBalancerStateResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetLoadBalancerStateResponsePB) GetError() *MasterErrorPB
- func (x *GetLoadBalancerStateResponsePB) GetIsEnabled() bool
- func (m *GetLoadBalancerStateResponsePB) MarshalJSON() ([]byte, error)
- func (*GetLoadBalancerStateResponsePB) ProtoMessage()
- func (x *GetLoadBalancerStateResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetLoadBalancerStateResponsePB) Reset()
- func (x *GetLoadBalancerStateResponsePB) String() string
- func (m *GetLoadBalancerStateResponsePB) UnmarshalJSON(b []byte) error
- type GetLoadMovePercentRequestPB
- func (*GetLoadMovePercentRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *GetLoadMovePercentRequestPB) MarshalJSON() ([]byte, error)
- func (*GetLoadMovePercentRequestPB) ProtoMessage()
- func (x *GetLoadMovePercentRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetLoadMovePercentRequestPB) Reset()
- func (x *GetLoadMovePercentRequestPB) String() string
- func (m *GetLoadMovePercentRequestPB) UnmarshalJSON(b []byte) error
- type GetLoadMovePercentResponsePB
- func (*GetLoadMovePercentResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetLoadMovePercentResponsePB) GetError() *MasterErrorPB
- func (x *GetLoadMovePercentResponsePB) GetPercent() float64
- func (x *GetLoadMovePercentResponsePB) GetRemaining() uint64
- func (x *GetLoadMovePercentResponsePB) GetTotal() uint64
- func (m *GetLoadMovePercentResponsePB) MarshalJSON() ([]byte, error)
- func (*GetLoadMovePercentResponsePB) ProtoMessage()
- func (x *GetLoadMovePercentResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetLoadMovePercentResponsePB) Reset()
- func (x *GetLoadMovePercentResponsePB) String() string
- func (m *GetLoadMovePercentResponsePB) UnmarshalJSON(b []byte) error
- type GetMasterClusterConfigRequestPB
- func (*GetMasterClusterConfigRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *GetMasterClusterConfigRequestPB) MarshalJSON() ([]byte, error)
- func (*GetMasterClusterConfigRequestPB) ProtoMessage()
- func (x *GetMasterClusterConfigRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetMasterClusterConfigRequestPB) Reset()
- func (x *GetMasterClusterConfigRequestPB) String() string
- func (m *GetMasterClusterConfigRequestPB) UnmarshalJSON(b []byte) error
- type GetMasterClusterConfigResponsePB
- func (*GetMasterClusterConfigResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetMasterClusterConfigResponsePB) GetClusterConfig() *SysClusterConfigEntryPB
- func (x *GetMasterClusterConfigResponsePB) GetError() *MasterErrorPB
- func (m *GetMasterClusterConfigResponsePB) MarshalJSON() ([]byte, error)
- func (*GetMasterClusterConfigResponsePB) ProtoMessage()
- func (x *GetMasterClusterConfigResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetMasterClusterConfigResponsePB) Reset()
- func (x *GetMasterClusterConfigResponsePB) String() string
- func (m *GetMasterClusterConfigResponsePB) UnmarshalJSON(b []byte) error
- type GetMasterRegistrationRequestPB
- func (*GetMasterRegistrationRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *GetMasterRegistrationRequestPB) MarshalJSON() ([]byte, error)
- func (*GetMasterRegistrationRequestPB) ProtoMessage()
- func (x *GetMasterRegistrationRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetMasterRegistrationRequestPB) Reset()
- func (x *GetMasterRegistrationRequestPB) String() string
- func (m *GetMasterRegistrationRequestPB) UnmarshalJSON(b []byte) error
- type GetMasterRegistrationResponsePB
- func (*GetMasterRegistrationResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetMasterRegistrationResponsePB) GetError() *MasterErrorPB
- func (x *GetMasterRegistrationResponsePB) GetInstanceId() *common.NodeInstancePB
- func (x *GetMasterRegistrationResponsePB) GetRegistration() *common.ServerRegistrationPB
- func (x *GetMasterRegistrationResponsePB) GetRole() common.RaftPeerPB_Role
- func (m *GetMasterRegistrationResponsePB) MarshalJSON() ([]byte, error)
- func (*GetMasterRegistrationResponsePB) ProtoMessage()
- func (x *GetMasterRegistrationResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetMasterRegistrationResponsePB) Reset()
- func (x *GetMasterRegistrationResponsePB) String() string
- func (m *GetMasterRegistrationResponsePB) UnmarshalJSON(b []byte) error
- type GetNamespaceInfoRequestPB
- func (*GetNamespaceInfoRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespaceInfoRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (m *GetNamespaceInfoRequestPB) MarshalJSON() ([]byte, error)
- func (*GetNamespaceInfoRequestPB) ProtoMessage()
- func (x *GetNamespaceInfoRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetNamespaceInfoRequestPB) Reset()
- func (x *GetNamespaceInfoRequestPB) String() string
- func (m *GetNamespaceInfoRequestPB) UnmarshalJSON(b []byte) error
- type GetNamespaceInfoResponsePB
- func (*GetNamespaceInfoResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetNamespaceInfoResponsePB) GetColocated() bool
- func (x *GetNamespaceInfoResponsePB) GetError() *MasterErrorPB
- func (x *GetNamespaceInfoResponsePB) GetNamespace() *NamespaceIdentifierPB
- func (m *GetNamespaceInfoResponsePB) MarshalJSON() ([]byte, error)
- func (*GetNamespaceInfoResponsePB) ProtoMessage()
- func (x *GetNamespaceInfoResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetNamespaceInfoResponsePB) Reset()
- func (x *GetNamespaceInfoResponsePB) String() string
- func (m *GetNamespaceInfoResponsePB) UnmarshalJSON(b []byte) error
- type GetPermissionsRequestPB
- func (*GetPermissionsRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GetPermissionsRequestPB) GetIfVersionGreaterThan() uint64
- func (m *GetPermissionsRequestPB) MarshalJSON() ([]byte, error)
- func (*GetPermissionsRequestPB) ProtoMessage()
- func (x *GetPermissionsRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetPermissionsRequestPB) Reset()
- func (x *GetPermissionsRequestPB) String() string
- func (m *GetPermissionsRequestPB) UnmarshalJSON(b []byte) error
- type GetPermissionsResponsePB
- func (*GetPermissionsResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetPermissionsResponsePB) GetError() *MasterErrorPB
- func (x *GetPermissionsResponsePB) GetRolePermissions() []*RolePermissionInfoPB
- func (x *GetPermissionsResponsePB) GetVersion() uint64
- func (m *GetPermissionsResponsePB) MarshalJSON() ([]byte, error)
- func (*GetPermissionsResponsePB) ProtoMessage()
- func (x *GetPermissionsResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetPermissionsResponsePB) Reset()
- func (x *GetPermissionsResponsePB) String() string
- func (m *GetPermissionsResponsePB) UnmarshalJSON(b []byte) error
- type GetTableLocationsRequestPB
- func (*GetTableLocationsRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GetTableLocationsRequestPB) GetMaxReturnedLocations() uint32
- func (x *GetTableLocationsRequestPB) GetPartitionKeyEnd() []byte
- func (x *GetTableLocationsRequestPB) GetPartitionKeyStart() []byte
- func (x *GetTableLocationsRequestPB) GetRequireTabletsRunning() bool
- func (x *GetTableLocationsRequestPB) GetTable() *TableIdentifierPB
- func (m *GetTableLocationsRequestPB) MarshalJSON() ([]byte, error)
- func (*GetTableLocationsRequestPB) ProtoMessage()
- func (x *GetTableLocationsRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetTableLocationsRequestPB) Reset()
- func (x *GetTableLocationsRequestPB) String() string
- func (m *GetTableLocationsRequestPB) UnmarshalJSON(b []byte) error
- type GetTableLocationsResponsePB
- func (*GetTableLocationsResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetTableLocationsResponsePB) GetCreating() bool
- func (x *GetTableLocationsResponsePB) GetError() *MasterErrorPB
- func (x *GetTableLocationsResponsePB) GetPartitionListVersion() uint32
- func (x *GetTableLocationsResponsePB) GetTableType() common.TableType
- func (x *GetTableLocationsResponsePB) GetTabletLocations() []*TabletLocationsPB
- func (m *GetTableLocationsResponsePB) MarshalJSON() ([]byte, error)
- func (*GetTableLocationsResponsePB) ProtoMessage()
- func (x *GetTableLocationsResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetTableLocationsResponsePB) Reset()
- func (x *GetTableLocationsResponsePB) String() string
- func (m *GetTableLocationsResponsePB) UnmarshalJSON(b []byte) error
- type GetTableSchemaRequestPB
- func (*GetTableSchemaRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GetTableSchemaRequestPB) GetTable() *TableIdentifierPB
- func (m *GetTableSchemaRequestPB) MarshalJSON() ([]byte, error)
- func (*GetTableSchemaRequestPB) ProtoMessage()
- func (x *GetTableSchemaRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetTableSchemaRequestPB) Reset()
- func (x *GetTableSchemaRequestPB) String() string
- func (m *GetTableSchemaRequestPB) UnmarshalJSON(b []byte) error
- type GetTableSchemaResponsePB
- func (*GetTableSchemaResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetTableSchemaResponsePB) GetColocated() bool
- func (x *GetTableSchemaResponsePB) GetCreateTableDone() bool
- func (x *GetTableSchemaResponsePB) GetError() *MasterErrorPB
- func (x *GetTableSchemaResponsePB) GetIdentifier() *TableIdentifierPB
- func (x *GetTableSchemaResponsePB) GetIndexInfo() *common.IndexInfoPB
- func (x *GetTableSchemaResponsePB) GetIndexes() []*common.IndexInfoPB
- func (x *GetTableSchemaResponsePB) GetIsCompatibleWithPreviousVersion() bool
- func (x *GetTableSchemaResponsePB) GetOBSOLETEIndexedTableId() []byte
- func (x *GetTableSchemaResponsePB) GetPartitionSchema() *common.PartitionSchemaPB
- func (x *GetTableSchemaResponsePB) GetReplicationInfo() *ReplicationInfoPB
- func (x *GetTableSchemaResponsePB) GetSchema() *common.SchemaPB
- func (x *GetTableSchemaResponsePB) GetTableType() common.TableType
- func (x *GetTableSchemaResponsePB) GetVersion() uint32
- func (m *GetTableSchemaResponsePB) MarshalJSON() ([]byte, error)
- func (*GetTableSchemaResponsePB) ProtoMessage()
- func (x *GetTableSchemaResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetTableSchemaResponsePB) Reset()
- func (x *GetTableSchemaResponsePB) String() string
- func (m *GetTableSchemaResponsePB) UnmarshalJSON(b []byte) error
- type GetTabletLocationsRequestPB
- func (*GetTabletLocationsRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GetTabletLocationsRequestPB) GetTableId() []byte
- func (x *GetTabletLocationsRequestPB) GetTabletIds() [][]byte
- func (m *GetTabletLocationsRequestPB) MarshalJSON() ([]byte, error)
- func (*GetTabletLocationsRequestPB) ProtoMessage()
- func (x *GetTabletLocationsRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetTabletLocationsRequestPB) Reset()
- func (x *GetTabletLocationsRequestPB) String() string
- func (m *GetTabletLocationsRequestPB) UnmarshalJSON(b []byte) error
- type GetTabletLocationsResponsePB
- func (*GetTabletLocationsResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetTabletLocationsResponsePB) GetError() *MasterErrorPB
- func (x *GetTabletLocationsResponsePB) GetErrors() []*GetTabletLocationsResponsePB_Error
- func (x *GetTabletLocationsResponsePB) GetPartitionListVersion() uint32
- func (x *GetTabletLocationsResponsePB) GetTabletLocations() []*TabletLocationsPB
- func (m *GetTabletLocationsResponsePB) MarshalJSON() ([]byte, error)
- func (*GetTabletLocationsResponsePB) ProtoMessage()
- func (x *GetTabletLocationsResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetTabletLocationsResponsePB) Reset()
- func (x *GetTabletLocationsResponsePB) String() string
- func (m *GetTabletLocationsResponsePB) UnmarshalJSON(b []byte) error
- type GetTabletLocationsResponsePB_Error
- func (*GetTabletLocationsResponsePB_Error) Descriptor() ([]byte, []int)deprecated
- func (x *GetTabletLocationsResponsePB_Error) GetStatus() *common.AppStatusPB
- func (x *GetTabletLocationsResponsePB_Error) GetTabletId() []byte
- func (*GetTabletLocationsResponsePB_Error) ProtoMessage()
- func (x *GetTabletLocationsResponsePB_Error) ProtoReflect() protoreflect.Message
- func (x *GetTabletLocationsResponsePB_Error) Reset()
- func (x *GetTabletLocationsResponsePB_Error) String() string
- type GetUDTypeInfoRequestPB
- func (*GetUDTypeInfoRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GetUDTypeInfoRequestPB) GetType() *UDTypeIdentifierPB
- func (m *GetUDTypeInfoRequestPB) MarshalJSON() ([]byte, error)
- func (*GetUDTypeInfoRequestPB) ProtoMessage()
- func (x *GetUDTypeInfoRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetUDTypeInfoRequestPB) Reset()
- func (x *GetUDTypeInfoRequestPB) String() string
- func (m *GetUDTypeInfoRequestPB) UnmarshalJSON(b []byte) error
- type GetUDTypeInfoResponsePB
- func (*GetUDTypeInfoResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetUDTypeInfoResponsePB) GetError() *MasterErrorPB
- func (x *GetUDTypeInfoResponsePB) GetUdtype() *UDTypeInfoPB
- func (m *GetUDTypeInfoResponsePB) MarshalJSON() ([]byte, error)
- func (*GetUDTypeInfoResponsePB) ProtoMessage()
- func (x *GetUDTypeInfoResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetUDTypeInfoResponsePB) Reset()
- func (x *GetUDTypeInfoResponsePB) String() string
- func (m *GetUDTypeInfoResponsePB) UnmarshalJSON(b []byte) error
- type GetUniverseKeyRegistryRequestPB
- func (*GetUniverseKeyRegistryRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *GetUniverseKeyRegistryRequestPB) MarshalJSON() ([]byte, error)
- func (*GetUniverseKeyRegistryRequestPB) ProtoMessage()
- func (x *GetUniverseKeyRegistryRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetUniverseKeyRegistryRequestPB) Reset()
- func (x *GetUniverseKeyRegistryRequestPB) String() string
- func (m *GetUniverseKeyRegistryRequestPB) UnmarshalJSON(b []byte) error
- type GetUniverseKeyRegistryResponsePB
- func (*GetUniverseKeyRegistryResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetUniverseKeyRegistryResponsePB) GetError() *MasterErrorPB
- func (x *GetUniverseKeyRegistryResponsePB) GetUniverseKeys() *util.UniverseKeysPB
- func (m *GetUniverseKeyRegistryResponsePB) MarshalJSON() ([]byte, error)
- func (*GetUniverseKeyRegistryResponsePB) ProtoMessage()
- func (x *GetUniverseKeyRegistryResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetUniverseKeyRegistryResponsePB) Reset()
- func (x *GetUniverseKeyRegistryResponsePB) String() string
- func (m *GetUniverseKeyRegistryResponsePB) UnmarshalJSON(b []byte) error
- type GetUniverseReplicationRequestPB
- func (*GetUniverseReplicationRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GetUniverseReplicationRequestPB) GetProducerId() string
- func (m *GetUniverseReplicationRequestPB) MarshalJSON() ([]byte, error)
- func (*GetUniverseReplicationRequestPB) ProtoMessage()
- func (x *GetUniverseReplicationRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetUniverseReplicationRequestPB) Reset()
- func (x *GetUniverseReplicationRequestPB) String() string
- func (m *GetUniverseReplicationRequestPB) UnmarshalJSON(b []byte) error
- type GetUniverseReplicationResponsePB
- func (*GetUniverseReplicationResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetUniverseReplicationResponsePB) GetEntry() *SysUniverseReplicationEntryPB
- func (x *GetUniverseReplicationResponsePB) GetError() *MasterErrorPB
- func (m *GetUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)
- func (*GetUniverseReplicationResponsePB) ProtoMessage()
- func (x *GetUniverseReplicationResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetUniverseReplicationResponsePB) Reset()
- func (x *GetUniverseReplicationResponsePB) String() string
- func (m *GetUniverseReplicationResponsePB) UnmarshalJSON(b []byte) error
- type GetYsqlCatalogConfigRequestPB
- func (*GetYsqlCatalogConfigRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *GetYsqlCatalogConfigRequestPB) MarshalJSON() ([]byte, error)
- func (*GetYsqlCatalogConfigRequestPB) ProtoMessage()
- func (x *GetYsqlCatalogConfigRequestPB) ProtoReflect() protoreflect.Message
- func (x *GetYsqlCatalogConfigRequestPB) Reset()
- func (x *GetYsqlCatalogConfigRequestPB) String() string
- func (m *GetYsqlCatalogConfigRequestPB) UnmarshalJSON(b []byte) error
- type GetYsqlCatalogConfigResponsePB
- func (*GetYsqlCatalogConfigResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GetYsqlCatalogConfigResponsePB) GetError() *MasterErrorPB
- func (x *GetYsqlCatalogConfigResponsePB) GetVersion() uint64
- func (m *GetYsqlCatalogConfigResponsePB) MarshalJSON() ([]byte, error)
- func (*GetYsqlCatalogConfigResponsePB) ProtoMessage()
- func (x *GetYsqlCatalogConfigResponsePB) ProtoReflect() protoreflect.Message
- func (x *GetYsqlCatalogConfigResponsePB) Reset()
- func (x *GetYsqlCatalogConfigResponsePB) String() string
- func (m *GetYsqlCatalogConfigResponsePB) UnmarshalJSON(b []byte) error
- type GrantRevokePermissionRequestPB
- func (*GrantRevokePermissionRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GrantRevokePermissionRequestPB) GetCanonicalResource() string
- func (x *GrantRevokePermissionRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (x *GrantRevokePermissionRequestPB) GetPermission() common.PermissionType
- func (x *GrantRevokePermissionRequestPB) GetResourceName() string
- func (x *GrantRevokePermissionRequestPB) GetResourceType() common.ResourceType
- func (x *GrantRevokePermissionRequestPB) GetRevoke() bool
- func (x *GrantRevokePermissionRequestPB) GetRoleName() string
- func (m *GrantRevokePermissionRequestPB) MarshalJSON() ([]byte, error)
- func (*GrantRevokePermissionRequestPB) ProtoMessage()
- func (x *GrantRevokePermissionRequestPB) ProtoReflect() protoreflect.Message
- func (x *GrantRevokePermissionRequestPB) Reset()
- func (x *GrantRevokePermissionRequestPB) String() string
- func (m *GrantRevokePermissionRequestPB) UnmarshalJSON(b []byte) error
- type GrantRevokePermissionResponsePB
- func (*GrantRevokePermissionResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GrantRevokePermissionResponsePB) GetError() *MasterErrorPB
- func (m *GrantRevokePermissionResponsePB) MarshalJSON() ([]byte, error)
- func (*GrantRevokePermissionResponsePB) ProtoMessage()
- func (x *GrantRevokePermissionResponsePB) ProtoReflect() protoreflect.Message
- func (x *GrantRevokePermissionResponsePB) Reset()
- func (x *GrantRevokePermissionResponsePB) String() string
- func (m *GrantRevokePermissionResponsePB) UnmarshalJSON(b []byte) error
- type GrantRevokeRoleRequestPB
- func (*GrantRevokeRoleRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *GrantRevokeRoleRequestPB) GetGrantedRole() string
- func (x *GrantRevokeRoleRequestPB) GetRecipientRole() string
- func (x *GrantRevokeRoleRequestPB) GetRevoke() bool
- func (m *GrantRevokeRoleRequestPB) MarshalJSON() ([]byte, error)
- func (*GrantRevokeRoleRequestPB) ProtoMessage()
- func (x *GrantRevokeRoleRequestPB) ProtoReflect() protoreflect.Message
- func (x *GrantRevokeRoleRequestPB) Reset()
- func (x *GrantRevokeRoleRequestPB) String() string
- func (m *GrantRevokeRoleRequestPB) UnmarshalJSON(b []byte) error
- type GrantRevokeRoleResponsePB
- func (*GrantRevokeRoleResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *GrantRevokeRoleResponsePB) GetError() *MasterErrorPB
- func (m *GrantRevokeRoleResponsePB) MarshalJSON() ([]byte, error)
- func (*GrantRevokeRoleResponsePB) ProtoMessage()
- func (x *GrantRevokeRoleResponsePB) ProtoReflect() protoreflect.Message
- func (x *GrantRevokeRoleResponsePB) Reset()
- func (x *GrantRevokeRoleResponsePB) String() string
- func (m *GrantRevokeRoleResponsePB) UnmarshalJSON(b []byte) error
- type HasUniverseKeyInMemoryRequestPB
- func (*HasUniverseKeyInMemoryRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *HasUniverseKeyInMemoryRequestPB) GetVersionId() string
- func (m *HasUniverseKeyInMemoryRequestPB) MarshalJSON() ([]byte, error)
- func (*HasUniverseKeyInMemoryRequestPB) ProtoMessage()
- func (x *HasUniverseKeyInMemoryRequestPB) ProtoReflect() protoreflect.Message
- func (x *HasUniverseKeyInMemoryRequestPB) Reset()
- func (x *HasUniverseKeyInMemoryRequestPB) String() string
- func (m *HasUniverseKeyInMemoryRequestPB) UnmarshalJSON(b []byte) error
- type HasUniverseKeyInMemoryResponsePB
- func (*HasUniverseKeyInMemoryResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *HasUniverseKeyInMemoryResponsePB) GetError() *MasterErrorPB
- func (x *HasUniverseKeyInMemoryResponsePB) GetHasKey() bool
- func (m *HasUniverseKeyInMemoryResponsePB) MarshalJSON() ([]byte, error)
- func (*HasUniverseKeyInMemoryResponsePB) ProtoMessage()
- func (x *HasUniverseKeyInMemoryResponsePB) ProtoReflect() protoreflect.Message
- func (x *HasUniverseKeyInMemoryResponsePB) Reset()
- func (x *HasUniverseKeyInMemoryResponsePB) String() string
- func (m *HasUniverseKeyInMemoryResponsePB) UnmarshalJSON(b []byte) error
- type IsAlterTableDoneRequestPB
- func (*IsAlterTableDoneRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *IsAlterTableDoneRequestPB) GetTable() *TableIdentifierPB
- func (m *IsAlterTableDoneRequestPB) MarshalJSON() ([]byte, error)
- func (*IsAlterTableDoneRequestPB) ProtoMessage()
- func (x *IsAlterTableDoneRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsAlterTableDoneRequestPB) Reset()
- func (x *IsAlterTableDoneRequestPB) String() string
- func (m *IsAlterTableDoneRequestPB) UnmarshalJSON(b []byte) error
- type IsAlterTableDoneResponsePB
- func (*IsAlterTableDoneResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsAlterTableDoneResponsePB) GetDone() bool
- func (x *IsAlterTableDoneResponsePB) GetError() *MasterErrorPB
- func (x *IsAlterTableDoneResponsePB) GetSchemaVersion() uint32
- func (m *IsAlterTableDoneResponsePB) MarshalJSON() ([]byte, error)
- func (*IsAlterTableDoneResponsePB) ProtoMessage()
- func (x *IsAlterTableDoneResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsAlterTableDoneResponsePB) Reset()
- func (x *IsAlterTableDoneResponsePB) String() string
- func (m *IsAlterTableDoneResponsePB) UnmarshalJSON(b []byte) error
- type IsCreateNamespaceDoneRequestPB
- func (*IsCreateNamespaceDoneRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *IsCreateNamespaceDoneRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (m *IsCreateNamespaceDoneRequestPB) MarshalJSON() ([]byte, error)
- func (*IsCreateNamespaceDoneRequestPB) ProtoMessage()
- func (x *IsCreateNamespaceDoneRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsCreateNamespaceDoneRequestPB) Reset()
- func (x *IsCreateNamespaceDoneRequestPB) String() string
- func (m *IsCreateNamespaceDoneRequestPB) UnmarshalJSON(b []byte) error
- type IsCreateNamespaceDoneResponsePB
- func (*IsCreateNamespaceDoneResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsCreateNamespaceDoneResponsePB) GetDone() bool
- func (x *IsCreateNamespaceDoneResponsePB) GetError() *MasterErrorPB
- func (m *IsCreateNamespaceDoneResponsePB) MarshalJSON() ([]byte, error)
- func (*IsCreateNamespaceDoneResponsePB) ProtoMessage()
- func (x *IsCreateNamespaceDoneResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsCreateNamespaceDoneResponsePB) Reset()
- func (x *IsCreateNamespaceDoneResponsePB) String() string
- func (m *IsCreateNamespaceDoneResponsePB) UnmarshalJSON(b []byte) error
- type IsCreateTableDoneRequestPB
- func (*IsCreateTableDoneRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *IsCreateTableDoneRequestPB) GetTable() *TableIdentifierPB
- func (m *IsCreateTableDoneRequestPB) MarshalJSON() ([]byte, error)
- func (*IsCreateTableDoneRequestPB) ProtoMessage()
- func (x *IsCreateTableDoneRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsCreateTableDoneRequestPB) Reset()
- func (x *IsCreateTableDoneRequestPB) String() string
- func (m *IsCreateTableDoneRequestPB) UnmarshalJSON(b []byte) error
- type IsCreateTableDoneResponsePB
- func (*IsCreateTableDoneResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsCreateTableDoneResponsePB) GetDone() bool
- func (x *IsCreateTableDoneResponsePB) GetError() *MasterErrorPB
- func (m *IsCreateTableDoneResponsePB) MarshalJSON() ([]byte, error)
- func (*IsCreateTableDoneResponsePB) ProtoMessage()
- func (x *IsCreateTableDoneResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsCreateTableDoneResponsePB) Reset()
- func (x *IsCreateTableDoneResponsePB) String() string
- func (m *IsCreateTableDoneResponsePB) UnmarshalJSON(b []byte) error
- type IsDeleteNamespaceDoneRequestPB
- func (*IsDeleteNamespaceDoneRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *IsDeleteNamespaceDoneRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (m *IsDeleteNamespaceDoneRequestPB) MarshalJSON() ([]byte, error)
- func (*IsDeleteNamespaceDoneRequestPB) ProtoMessage()
- func (x *IsDeleteNamespaceDoneRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsDeleteNamespaceDoneRequestPB) Reset()
- func (x *IsDeleteNamespaceDoneRequestPB) String() string
- func (m *IsDeleteNamespaceDoneRequestPB) UnmarshalJSON(b []byte) error
- type IsDeleteNamespaceDoneResponsePB
- func (*IsDeleteNamespaceDoneResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsDeleteNamespaceDoneResponsePB) GetDone() bool
- func (x *IsDeleteNamespaceDoneResponsePB) GetError() *MasterErrorPB
- func (m *IsDeleteNamespaceDoneResponsePB) MarshalJSON() ([]byte, error)
- func (*IsDeleteNamespaceDoneResponsePB) ProtoMessage()
- func (x *IsDeleteNamespaceDoneResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsDeleteNamespaceDoneResponsePB) Reset()
- func (x *IsDeleteNamespaceDoneResponsePB) String() string
- func (m *IsDeleteNamespaceDoneResponsePB) UnmarshalJSON(b []byte) error
- type IsDeleteTableDoneRequestPB
- func (*IsDeleteTableDoneRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *IsDeleteTableDoneRequestPB) GetTableId() []byte
- func (m *IsDeleteTableDoneRequestPB) MarshalJSON() ([]byte, error)
- func (*IsDeleteTableDoneRequestPB) ProtoMessage()
- func (x *IsDeleteTableDoneRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsDeleteTableDoneRequestPB) Reset()
- func (x *IsDeleteTableDoneRequestPB) String() string
- func (m *IsDeleteTableDoneRequestPB) UnmarshalJSON(b []byte) error
- type IsDeleteTableDoneResponsePB
- func (*IsDeleteTableDoneResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsDeleteTableDoneResponsePB) GetDone() bool
- func (x *IsDeleteTableDoneResponsePB) GetError() *MasterErrorPB
- func (m *IsDeleteTableDoneResponsePB) MarshalJSON() ([]byte, error)
- func (*IsDeleteTableDoneResponsePB) ProtoMessage()
- func (x *IsDeleteTableDoneResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsDeleteTableDoneResponsePB) Reset()
- func (x *IsDeleteTableDoneResponsePB) String() string
- func (m *IsDeleteTableDoneResponsePB) UnmarshalJSON(b []byte) error
- type IsEncryptionEnabledRequestPB
- func (*IsEncryptionEnabledRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *IsEncryptionEnabledRequestPB) MarshalJSON() ([]byte, error)
- func (*IsEncryptionEnabledRequestPB) ProtoMessage()
- func (x *IsEncryptionEnabledRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsEncryptionEnabledRequestPB) Reset()
- func (x *IsEncryptionEnabledRequestPB) String() string
- func (m *IsEncryptionEnabledRequestPB) UnmarshalJSON(b []byte) error
- type IsEncryptionEnabledResponsePB
- func (*IsEncryptionEnabledResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsEncryptionEnabledResponsePB) GetEncryptionEnabled() bool
- func (x *IsEncryptionEnabledResponsePB) GetError() *MasterErrorPB
- func (x *IsEncryptionEnabledResponsePB) GetKeyId() string
- func (m *IsEncryptionEnabledResponsePB) MarshalJSON() ([]byte, error)
- func (*IsEncryptionEnabledResponsePB) ProtoMessage()
- func (x *IsEncryptionEnabledResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsEncryptionEnabledResponsePB) Reset()
- func (x *IsEncryptionEnabledResponsePB) String() string
- func (m *IsEncryptionEnabledResponsePB) UnmarshalJSON(b []byte) error
- type IsFlushTablesDoneRequestPB
- func (*IsFlushTablesDoneRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *IsFlushTablesDoneRequestPB) GetFlushRequestId() []byte
- func (m *IsFlushTablesDoneRequestPB) MarshalJSON() ([]byte, error)
- func (*IsFlushTablesDoneRequestPB) ProtoMessage()
- func (x *IsFlushTablesDoneRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsFlushTablesDoneRequestPB) Reset()
- func (x *IsFlushTablesDoneRequestPB) String() string
- func (m *IsFlushTablesDoneRequestPB) UnmarshalJSON(b []byte) error
- type IsFlushTablesDoneResponsePB
- func (*IsFlushTablesDoneResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsFlushTablesDoneResponsePB) GetDone() bool
- func (x *IsFlushTablesDoneResponsePB) GetError() *MasterErrorPB
- func (x *IsFlushTablesDoneResponsePB) GetSuccess() bool
- func (m *IsFlushTablesDoneResponsePB) MarshalJSON() ([]byte, error)
- func (*IsFlushTablesDoneResponsePB) ProtoMessage()
- func (x *IsFlushTablesDoneResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsFlushTablesDoneResponsePB) Reset()
- func (x *IsFlushTablesDoneResponsePB) String() string
- func (m *IsFlushTablesDoneResponsePB) UnmarshalJSON(b []byte) error
- type IsInitDbDoneRequestPB
- func (*IsInitDbDoneRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *IsInitDbDoneRequestPB) MarshalJSON() ([]byte, error)
- func (*IsInitDbDoneRequestPB) ProtoMessage()
- func (x *IsInitDbDoneRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsInitDbDoneRequestPB) Reset()
- func (x *IsInitDbDoneRequestPB) String() string
- func (m *IsInitDbDoneRequestPB) UnmarshalJSON(b []byte) error
- type IsInitDbDoneResponsePB
- func (*IsInitDbDoneResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsInitDbDoneResponsePB) GetDone() bool
- func (x *IsInitDbDoneResponsePB) GetError() *MasterErrorPB
- func (x *IsInitDbDoneResponsePB) GetInitdbError() string
- func (x *IsInitDbDoneResponsePB) GetPgProcExists() bool
- func (m *IsInitDbDoneResponsePB) MarshalJSON() ([]byte, error)
- func (*IsInitDbDoneResponsePB) ProtoMessage()
- func (x *IsInitDbDoneResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsInitDbDoneResponsePB) Reset()
- func (x *IsInitDbDoneResponsePB) String() string
- func (m *IsInitDbDoneResponsePB) UnmarshalJSON(b []byte) error
- type IsLoadBalancedRequestPB
- func (*IsLoadBalancedRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *IsLoadBalancedRequestPB) GetExpectedNumServers() int32
- func (m *IsLoadBalancedRequestPB) MarshalJSON() ([]byte, error)
- func (*IsLoadBalancedRequestPB) ProtoMessage()
- func (x *IsLoadBalancedRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsLoadBalancedRequestPB) Reset()
- func (x *IsLoadBalancedRequestPB) String() string
- func (m *IsLoadBalancedRequestPB) UnmarshalJSON(b []byte) error
- type IsLoadBalancedResponsePB
- func (*IsLoadBalancedResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsLoadBalancedResponsePB) GetError() *MasterErrorPB
- func (m *IsLoadBalancedResponsePB) MarshalJSON() ([]byte, error)
- func (*IsLoadBalancedResponsePB) ProtoMessage()
- func (x *IsLoadBalancedResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsLoadBalancedResponsePB) Reset()
- func (x *IsLoadBalancedResponsePB) String() string
- func (m *IsLoadBalancedResponsePB) UnmarshalJSON(b []byte) error
- type IsLoadBalancerIdleRequestPB
- func (*IsLoadBalancerIdleRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *IsLoadBalancerIdleRequestPB) MarshalJSON() ([]byte, error)
- func (*IsLoadBalancerIdleRequestPB) ProtoMessage()
- func (x *IsLoadBalancerIdleRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsLoadBalancerIdleRequestPB) Reset()
- func (x *IsLoadBalancerIdleRequestPB) String() string
- func (m *IsLoadBalancerIdleRequestPB) UnmarshalJSON(b []byte) error
- type IsLoadBalancerIdleResponsePB
- func (*IsLoadBalancerIdleResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsLoadBalancerIdleResponsePB) GetError() *MasterErrorPB
- func (m *IsLoadBalancerIdleResponsePB) MarshalJSON() ([]byte, error)
- func (*IsLoadBalancerIdleResponsePB) ProtoMessage()
- func (x *IsLoadBalancerIdleResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsLoadBalancerIdleResponsePB) Reset()
- func (x *IsLoadBalancerIdleResponsePB) String() string
- func (m *IsLoadBalancerIdleResponsePB) UnmarshalJSON(b []byte) error
- type IsMasterLeaderReadyRequestPB
- func (*IsMasterLeaderReadyRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *IsMasterLeaderReadyRequestPB) MarshalJSON() ([]byte, error)
- func (*IsMasterLeaderReadyRequestPB) ProtoMessage()
- func (x *IsMasterLeaderReadyRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsMasterLeaderReadyRequestPB) Reset()
- func (x *IsMasterLeaderReadyRequestPB) String() string
- func (m *IsMasterLeaderReadyRequestPB) UnmarshalJSON(b []byte) error
- type IsMasterLeaderReadyResponsePB
- func (*IsMasterLeaderReadyResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsMasterLeaderReadyResponsePB) GetError() *MasterErrorPB
- func (m *IsMasterLeaderReadyResponsePB) MarshalJSON() ([]byte, error)
- func (*IsMasterLeaderReadyResponsePB) ProtoMessage()
- func (x *IsMasterLeaderReadyResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsMasterLeaderReadyResponsePB) Reset()
- func (x *IsMasterLeaderReadyResponsePB) String() string
- func (m *IsMasterLeaderReadyResponsePB) UnmarshalJSON(b []byte) error
- type IsTruncateTableDoneRequestPB
- func (*IsTruncateTableDoneRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *IsTruncateTableDoneRequestPB) GetTableId() []byte
- func (m *IsTruncateTableDoneRequestPB) MarshalJSON() ([]byte, error)
- func (*IsTruncateTableDoneRequestPB) ProtoMessage()
- func (x *IsTruncateTableDoneRequestPB) ProtoReflect() protoreflect.Message
- func (x *IsTruncateTableDoneRequestPB) Reset()
- func (x *IsTruncateTableDoneRequestPB) String() string
- func (m *IsTruncateTableDoneRequestPB) UnmarshalJSON(b []byte) error
- type IsTruncateTableDoneResponsePB
- func (*IsTruncateTableDoneResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *IsTruncateTableDoneResponsePB) GetDone() bool
- func (x *IsTruncateTableDoneResponsePB) GetError() *MasterErrorPB
- func (m *IsTruncateTableDoneResponsePB) MarshalJSON() ([]byte, error)
- func (*IsTruncateTableDoneResponsePB) ProtoMessage()
- func (x *IsTruncateTableDoneResponsePB) ProtoReflect() protoreflect.Message
- func (x *IsTruncateTableDoneResponsePB) Reset()
- func (x *IsTruncateTableDoneResponsePB) String() string
- func (m *IsTruncateTableDoneResponsePB) UnmarshalJSON(b []byte) error
- type LaunchBackfillIndexForTableRequestPB
- func (*LaunchBackfillIndexForTableRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchBackfillIndexForTableRequestPB) GetTableIdentifier() *TableIdentifierPB
- func (m *LaunchBackfillIndexForTableRequestPB) MarshalJSON() ([]byte, error)
- func (*LaunchBackfillIndexForTableRequestPB) ProtoMessage()
- func (x *LaunchBackfillIndexForTableRequestPB) ProtoReflect() protoreflect.Message
- func (x *LaunchBackfillIndexForTableRequestPB) Reset()
- func (x *LaunchBackfillIndexForTableRequestPB) String() string
- func (m *LaunchBackfillIndexForTableRequestPB) UnmarshalJSON(b []byte) error
- type LaunchBackfillIndexForTableResponsePB
- func (*LaunchBackfillIndexForTableResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchBackfillIndexForTableResponsePB) GetError() *MasterErrorPB
- func (m *LaunchBackfillIndexForTableResponsePB) MarshalJSON() ([]byte, error)
- func (*LaunchBackfillIndexForTableResponsePB) ProtoMessage()
- func (x *LaunchBackfillIndexForTableResponsePB) ProtoReflect() protoreflect.Message
- func (x *LaunchBackfillIndexForTableResponsePB) Reset()
- func (x *LaunchBackfillIndexForTableResponsePB) String() string
- func (m *LaunchBackfillIndexForTableResponsePB) UnmarshalJSON(b []byte) error
- type ListCDCStreamsRequestPB
- func (*ListCDCStreamsRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ListCDCStreamsRequestPB) GetTableId() string
- func (m *ListCDCStreamsRequestPB) MarshalJSON() ([]byte, error)
- func (*ListCDCStreamsRequestPB) ProtoMessage()
- func (x *ListCDCStreamsRequestPB) ProtoReflect() protoreflect.Message
- func (x *ListCDCStreamsRequestPB) Reset()
- func (x *ListCDCStreamsRequestPB) String() string
- func (m *ListCDCStreamsRequestPB) UnmarshalJSON(b []byte) error
- type ListCDCStreamsResponsePB
- func (*ListCDCStreamsResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ListCDCStreamsResponsePB) GetError() *MasterErrorPB
- func (x *ListCDCStreamsResponsePB) GetStreams() []*CDCStreamInfoPB
- func (m *ListCDCStreamsResponsePB) MarshalJSON() ([]byte, error)
- func (*ListCDCStreamsResponsePB) ProtoMessage()
- func (x *ListCDCStreamsResponsePB) ProtoReflect() protoreflect.Message
- func (x *ListCDCStreamsResponsePB) Reset()
- func (x *ListCDCStreamsResponsePB) String() string
- func (m *ListCDCStreamsResponsePB) UnmarshalJSON(b []byte) error
- type ListMasterRaftPeersRequestPB
- func (*ListMasterRaftPeersRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *ListMasterRaftPeersRequestPB) MarshalJSON() ([]byte, error)
- func (*ListMasterRaftPeersRequestPB) ProtoMessage()
- func (x *ListMasterRaftPeersRequestPB) ProtoReflect() protoreflect.Message
- func (x *ListMasterRaftPeersRequestPB) Reset()
- func (x *ListMasterRaftPeersRequestPB) String() string
- func (m *ListMasterRaftPeersRequestPB) UnmarshalJSON(b []byte) error
- type ListMasterRaftPeersResponsePB
- func (*ListMasterRaftPeersResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ListMasterRaftPeersResponsePB) GetError() *MasterErrorPB
- func (x *ListMasterRaftPeersResponsePB) GetMasters() []*common.RaftPeerPB
- func (m *ListMasterRaftPeersResponsePB) MarshalJSON() ([]byte, error)
- func (*ListMasterRaftPeersResponsePB) ProtoMessage()
- func (x *ListMasterRaftPeersResponsePB) ProtoReflect() protoreflect.Message
- func (x *ListMasterRaftPeersResponsePB) Reset()
- func (x *ListMasterRaftPeersResponsePB) String() string
- func (m *ListMasterRaftPeersResponsePB) UnmarshalJSON(b []byte) error
- type ListMastersRequestPB
- func (*ListMastersRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *ListMastersRequestPB) MarshalJSON() ([]byte, error)
- func (*ListMastersRequestPB) ProtoMessage()
- func (x *ListMastersRequestPB) ProtoReflect() protoreflect.Message
- func (x *ListMastersRequestPB) Reset()
- func (x *ListMastersRequestPB) String() string
- func (m *ListMastersRequestPB) UnmarshalJSON(b []byte) error
- type ListMastersResponsePB
- func (*ListMastersResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ListMastersResponsePB) GetError() *MasterErrorPB
- func (x *ListMastersResponsePB) GetMasters() []*common.ServerEntryPB
- func (m *ListMastersResponsePB) MarshalJSON() ([]byte, error)
- func (*ListMastersResponsePB) ProtoMessage()
- func (x *ListMastersResponsePB) ProtoReflect() protoreflect.Message
- func (x *ListMastersResponsePB) Reset()
- func (x *ListMastersResponsePB) String() string
- func (m *ListMastersResponsePB) UnmarshalJSON(b []byte) error
- type ListNamespacesRequestPB
- func (*ListNamespacesRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacesRequestPB) GetDatabaseType() common.YQLDatabase
- func (m *ListNamespacesRequestPB) MarshalJSON() ([]byte, error)
- func (*ListNamespacesRequestPB) ProtoMessage()
- func (x *ListNamespacesRequestPB) ProtoReflect() protoreflect.Message
- func (x *ListNamespacesRequestPB) Reset()
- func (x *ListNamespacesRequestPB) String() string
- func (m *ListNamespacesRequestPB) UnmarshalJSON(b []byte) error
- type ListNamespacesResponsePB
- func (*ListNamespacesResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacesResponsePB) GetError() *MasterErrorPB
- func (x *ListNamespacesResponsePB) GetNamespaces() []*NamespaceIdentifierPB
- func (m *ListNamespacesResponsePB) MarshalJSON() ([]byte, error)
- func (*ListNamespacesResponsePB) ProtoMessage()
- func (x *ListNamespacesResponsePB) ProtoReflect() protoreflect.Message
- func (x *ListNamespacesResponsePB) Reset()
- func (x *ListNamespacesResponsePB) String() string
- func (m *ListNamespacesResponsePB) UnmarshalJSON(b []byte) error
- type ListTablegroupsRequestPB
- func (*ListTablegroupsRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ListTablegroupsRequestPB) GetNamespaceId() []byte
- func (m *ListTablegroupsRequestPB) MarshalJSON() ([]byte, error)
- func (*ListTablegroupsRequestPB) ProtoMessage()
- func (x *ListTablegroupsRequestPB) ProtoReflect() protoreflect.Message
- func (x *ListTablegroupsRequestPB) Reset()
- func (x *ListTablegroupsRequestPB) String() string
- func (m *ListTablegroupsRequestPB) UnmarshalJSON(b []byte) error
- type ListTablegroupsResponsePB
- func (*ListTablegroupsResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ListTablegroupsResponsePB) GetError() *MasterErrorPB
- func (x *ListTablegroupsResponsePB) GetTablegroups() []*TablegroupIdentifierPB
- func (m *ListTablegroupsResponsePB) MarshalJSON() ([]byte, error)
- func (*ListTablegroupsResponsePB) ProtoMessage()
- func (x *ListTablegroupsResponsePB) ProtoReflect() protoreflect.Message
- func (x *ListTablegroupsResponsePB) Reset()
- func (x *ListTablegroupsResponsePB) String() string
- func (m *ListTablegroupsResponsePB) UnmarshalJSON(b []byte) error
- type ListTablesRequestPB
- func (*ListTablesRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ListTablesRequestPB) GetExcludeSystemTables() bool
- func (x *ListTablesRequestPB) GetNameFilter() string
- func (x *ListTablesRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (x *ListTablesRequestPB) GetRelationTypeFilter() []RelationType
- func (m *ListTablesRequestPB) MarshalJSON() ([]byte, error)
- func (*ListTablesRequestPB) ProtoMessage()
- func (x *ListTablesRequestPB) ProtoReflect() protoreflect.Message
- func (x *ListTablesRequestPB) Reset()
- func (x *ListTablesRequestPB) String() string
- func (m *ListTablesRequestPB) UnmarshalJSON(b []byte) error
- type ListTablesResponsePB
- func (*ListTablesResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ListTablesResponsePB) GetError() *MasterErrorPB
- func (x *ListTablesResponsePB) GetTables() []*ListTablesResponsePB_TableInfo
- func (m *ListTablesResponsePB) MarshalJSON() ([]byte, error)
- func (*ListTablesResponsePB) ProtoMessage()
- func (x *ListTablesResponsePB) ProtoReflect() protoreflect.Message
- func (x *ListTablesResponsePB) Reset()
- func (x *ListTablesResponsePB) String() string
- func (m *ListTablesResponsePB) UnmarshalJSON(b []byte) error
- type ListTablesResponsePB_TableInfo
- func (*ListTablesResponsePB_TableInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ListTablesResponsePB_TableInfo) GetId() []byte
- func (x *ListTablesResponsePB_TableInfo) GetName() string
- func (x *ListTablesResponsePB_TableInfo) GetNamespace() *NamespaceIdentifierPB
- func (x *ListTablesResponsePB_TableInfo) GetRelationType() RelationType
- func (x *ListTablesResponsePB_TableInfo) GetTableType() common.TableType
- func (*ListTablesResponsePB_TableInfo) ProtoMessage()
- func (x *ListTablesResponsePB_TableInfo) ProtoReflect() protoreflect.Message
- func (x *ListTablesResponsePB_TableInfo) Reset()
- func (x *ListTablesResponsePB_TableInfo) String() string
- type ListTabletServersRequestPB
- func (*ListTabletServersRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ListTabletServersRequestPB) GetPrimaryOnly() bool
- func (m *ListTabletServersRequestPB) MarshalJSON() ([]byte, error)
- func (*ListTabletServersRequestPB) ProtoMessage()
- func (x *ListTabletServersRequestPB) ProtoReflect() protoreflect.Message
- func (x *ListTabletServersRequestPB) Reset()
- func (x *ListTabletServersRequestPB) String() string
- func (m *ListTabletServersRequestPB) UnmarshalJSON(b []byte) error
- type ListTabletServersResponsePB
- func (*ListTabletServersResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ListTabletServersResponsePB) GetError() *MasterErrorPB
- func (x *ListTabletServersResponsePB) GetServers() []*ListTabletServersResponsePB_Entry
- func (m *ListTabletServersResponsePB) MarshalJSON() ([]byte, error)
- func (*ListTabletServersResponsePB) ProtoMessage()
- func (x *ListTabletServersResponsePB) ProtoReflect() protoreflect.Message
- func (x *ListTabletServersResponsePB) Reset()
- func (x *ListTabletServersResponsePB) String() string
- func (m *ListTabletServersResponsePB) UnmarshalJSON(b []byte) error
- type ListTabletServersResponsePB_Entry
- func (*ListTabletServersResponsePB_Entry) Descriptor() ([]byte, []int)deprecated
- func (x *ListTabletServersResponsePB_Entry) GetAlive() bool
- func (x *ListTabletServersResponsePB_Entry) GetInstanceId() *common.NodeInstancePB
- func (x *ListTabletServersResponsePB_Entry) GetMetrics() *TServerMetricsPB
- func (x *ListTabletServersResponsePB_Entry) GetMillisSinceHeartbeat() int32
- func (x *ListTabletServersResponsePB_Entry) GetRegistration() *TSRegistrationPB
- func (*ListTabletServersResponsePB_Entry) ProtoMessage()
- func (x *ListTabletServersResponsePB_Entry) ProtoReflect() protoreflect.Message
- func (x *ListTabletServersResponsePB_Entry) Reset()
- func (x *ListTabletServersResponsePB_Entry) String() string
- type ListTabletsOnPathPB
- func (*ListTabletsOnPathPB) Descriptor() ([]byte, []int)deprecated
- func (x *ListTabletsOnPathPB) GetPathId() []byte
- func (x *ListTabletsOnPathPB) GetTablet() []*ListTabletsOnPathPB_TabletOnPath
- func (m *ListTabletsOnPathPB) MarshalJSON() ([]byte, error)
- func (*ListTabletsOnPathPB) ProtoMessage()
- func (x *ListTabletsOnPathPB) ProtoReflect() protoreflect.Message
- func (x *ListTabletsOnPathPB) Reset()
- func (x *ListTabletsOnPathPB) String() string
- func (m *ListTabletsOnPathPB) UnmarshalJSON(b []byte) error
- type ListTabletsOnPathPB_TabletOnPath
- func (*ListTabletsOnPathPB_TabletOnPath) Descriptor() ([]byte, []int)deprecated
- func (x *ListTabletsOnPathPB_TabletOnPath) GetSstFileSize() uint64
- func (x *ListTabletsOnPathPB_TabletOnPath) GetTabletId() []byte
- func (x *ListTabletsOnPathPB_TabletOnPath) GetUncompressedSstFileSize() uint64
- func (x *ListTabletsOnPathPB_TabletOnPath) GetWalFileSize() uint64
- func (*ListTabletsOnPathPB_TabletOnPath) ProtoMessage()
- func (x *ListTabletsOnPathPB_TabletOnPath) ProtoReflect() protoreflect.Message
- func (x *ListTabletsOnPathPB_TabletOnPath) Reset()
- func (x *ListTabletsOnPathPB_TabletOnPath) String() string
- type ListUDTypesRequestPB
- func (*ListUDTypesRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ListUDTypesRequestPB) GetNamespace() *NamespaceIdentifierPB
- func (m *ListUDTypesRequestPB) MarshalJSON() ([]byte, error)
- func (*ListUDTypesRequestPB) ProtoMessage()
- func (x *ListUDTypesRequestPB) ProtoReflect() protoreflect.Message
- func (x *ListUDTypesRequestPB) Reset()
- func (x *ListUDTypesRequestPB) String() string
- func (m *ListUDTypesRequestPB) UnmarshalJSON(b []byte) error
- type ListUDTypesResponsePB
- func (*ListUDTypesResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ListUDTypesResponsePB) GetError() *MasterErrorPB
- func (x *ListUDTypesResponsePB) GetUdtypes() []*UDTypeInfoPB
- func (m *ListUDTypesResponsePB) MarshalJSON() ([]byte, error)
- func (*ListUDTypesResponsePB) ProtoMessage()
- func (x *ListUDTypesResponsePB) ProtoReflect() protoreflect.Message
- func (x *ListUDTypesResponsePB) Reset()
- func (x *ListUDTypesResponsePB) String() string
- func (m *ListUDTypesResponsePB) UnmarshalJSON(b []byte) error
- type MasterErrorPB
- func (*MasterErrorPB) Descriptor() ([]byte, []int)deprecated
- func (x *MasterErrorPB) GetCode() MasterErrorPB_Code
- func (x *MasterErrorPB) GetStatus() *common.AppStatusPB
- func (m *MasterErrorPB) MarshalJSON() ([]byte, error)
- func (*MasterErrorPB) ProtoMessage()
- func (x *MasterErrorPB) ProtoReflect() protoreflect.Message
- func (x *MasterErrorPB) Reset()
- func (x *MasterErrorPB) String() string
- func (m *MasterErrorPB) UnmarshalJSON(b []byte) error
- type MasterErrorPB_Code
- func (MasterErrorPB_Code) Descriptor() protoreflect.EnumDescriptor
- func (x MasterErrorPB_Code) Enum() *MasterErrorPB_Code
- func (MasterErrorPB_Code) EnumDescriptor() ([]byte, []int)deprecated
- func (x MasterErrorPB_Code) Number() protoreflect.EnumNumber
- func (x MasterErrorPB_Code) String() string
- func (MasterErrorPB_Code) Type() protoreflect.EnumType
- func (x *MasterErrorPB_Code) UnmarshalJSON(b []byte) errordeprecated
- type MasterService
- type MasterServiceImpl
- func (s *MasterServiceImpl) AddUniverseKeys(request *AddUniverseKeysRequestPB) (*AddUniverseKeysResponsePB, error)
- func (s *MasterServiceImpl) AlterNamespace(request *AlterNamespaceRequestPB) (*AlterNamespaceResponsePB, error)
- func (s *MasterServiceImpl) AlterRole(request *AlterRoleRequestPB) (*AlterRoleResponsePB, error)
- func (s *MasterServiceImpl) AlterTable(request *AlterTableRequestPB) (*AlterTableResponsePB, error)
- func (s *MasterServiceImpl) AlterUniverseReplication(request *AlterUniverseReplicationRequestPB) (*AlterUniverseReplicationResponsePB, error)
- func (s *MasterServiceImpl) AreLeadersOnPreferredOnly(request *AreLeadersOnPreferredOnlyRequestPB) (*AreLeadersOnPreferredOnlyResponsePB, error)
- func (s *MasterServiceImpl) BackfillIndex(request *BackfillIndexRequestPB) (*BackfillIndexResponsePB, error)
- func (s *MasterServiceImpl) ChangeEncryptionInfo(request *ChangeEncryptionInfoRequestPB) (*ChangeEncryptionInfoResponsePB, error)
- func (s *MasterServiceImpl) ChangeLoadBalancerState(request *ChangeLoadBalancerStateRequestPB) (*ChangeLoadBalancerStateResponsePB, error)
- func (s *MasterServiceImpl) ChangeMasterClusterConfig(request *ChangeMasterClusterConfigRequestPB) (*ChangeMasterClusterConfigResponsePB, error)
- func (s *MasterServiceImpl) CreateCDCStream(request *CreateCDCStreamRequestPB) (*CreateCDCStreamResponsePB, error)
- func (s *MasterServiceImpl) CreateNamespace(request *CreateNamespaceRequestPB) (*CreateNamespaceResponsePB, error)
- func (s *MasterServiceImpl) CreateRole(request *CreateRoleRequestPB) (*CreateRoleResponsePB, error)
- func (s *MasterServiceImpl) CreateTable(request *CreateTableRequestPB) (*CreateTableResponsePB, error)
- func (s *MasterServiceImpl) CreateTablegroup(request *CreateTablegroupRequestPB) (*CreateTablegroupResponsePB, error)
- func (s *MasterServiceImpl) CreateUDType(request *CreateUDTypeRequestPB) (*CreateUDTypeResponsePB, error)
- func (s *MasterServiceImpl) DeleteCDCStream(request *DeleteCDCStreamRequestPB) (*DeleteCDCStreamResponsePB, error)
- func (s *MasterServiceImpl) DeleteNamespace(request *DeleteNamespaceRequestPB) (*DeleteNamespaceResponsePB, error)
- func (s *MasterServiceImpl) DeleteRole(request *DeleteRoleRequestPB) (*DeleteRoleResponsePB, error)
- func (s *MasterServiceImpl) DeleteTable(request *DeleteTableRequestPB) (*DeleteTableResponsePB, error)
- func (s *MasterServiceImpl) DeleteTablegroup(request *DeleteTablegroupRequestPB) (*DeleteTablegroupResponsePB, error)
- func (s *MasterServiceImpl) DeleteTablet(request *DeleteTabletRequestPB) (*DeleteTabletResponsePB, error)
- func (s *MasterServiceImpl) DeleteUDType(request *DeleteUDTypeRequestPB) (*DeleteUDTypeResponsePB, error)
- func (s *MasterServiceImpl) DeleteUniverseReplication(request *DeleteUniverseReplicationRequestPB) (*DeleteUniverseReplicationResponsePB, error)
- func (s *MasterServiceImpl) DumpState(request *DumpMasterStateRequestPB) (*DumpMasterStateResponsePB, error)
- func (s *MasterServiceImpl) FlushTables(request *FlushTablesRequestPB) (*FlushTablesResponsePB, error)
- func (s *MasterServiceImpl) GetCDCStream(request *GetCDCStreamRequestPB) (*GetCDCStreamResponsePB, error)
- func (s *MasterServiceImpl) GetColocatedTabletSchema(request *GetColocatedTabletSchemaRequestPB) (*GetColocatedTabletSchemaResponsePB, error)
- func (s *MasterServiceImpl) GetLeaderBlacklistCompletion(request *GetLeaderBlacklistPercentRequestPB) (*GetLoadMovePercentResponsePB, error)
- func (s *MasterServiceImpl) GetLoadBalancerState(request *GetLoadBalancerStateRequestPB) (*GetLoadBalancerStateResponsePB, error)
- func (s *MasterServiceImpl) GetLoadMoveCompletion(request *GetLoadMovePercentRequestPB) (*GetLoadMovePercentResponsePB, error)
- func (s *MasterServiceImpl) GetMasterClusterConfig(request *GetMasterClusterConfigRequestPB) (*GetMasterClusterConfigResponsePB, error)
- func (s *MasterServiceImpl) GetMasterRegistration(request *GetMasterRegistrationRequestPB) (*GetMasterRegistrationResponsePB, error)
- func (s *MasterServiceImpl) GetNamespaceInfo(request *GetNamespaceInfoRequestPB) (*GetNamespaceInfoResponsePB, error)
- func (s *MasterServiceImpl) GetPermissions(request *GetPermissionsRequestPB) (*GetPermissionsResponsePB, error)
- func (s *MasterServiceImpl) GetTableLocations(request *GetTableLocationsRequestPB) (*GetTableLocationsResponsePB, error)
- func (s *MasterServiceImpl) GetTableSchema(request *GetTableSchemaRequestPB) (*GetTableSchemaResponsePB, error)
- func (s *MasterServiceImpl) GetTabletLocations(request *GetTabletLocationsRequestPB) (*GetTabletLocationsResponsePB, error)
- func (s *MasterServiceImpl) GetUDTypeInfo(request *GetUDTypeInfoRequestPB) (*GetUDTypeInfoResponsePB, error)
- func (s *MasterServiceImpl) GetUniverseKeyRegistry(request *GetUniverseKeyRegistryRequestPB) (*GetUniverseKeyRegistryResponsePB, error)
- func (s *MasterServiceImpl) GetUniverseReplication(request *GetUniverseReplicationRequestPB) (*GetUniverseReplicationResponsePB, error)
- func (s *MasterServiceImpl) GetYsqlCatalogConfig(request *GetYsqlCatalogConfigRequestPB) (*GetYsqlCatalogConfigResponsePB, error)
- func (s *MasterServiceImpl) GrantRevokePermission(request *GrantRevokePermissionRequestPB) (*GrantRevokePermissionResponsePB, error)
- func (s *MasterServiceImpl) GrantRevokeRole(request *GrantRevokeRoleRequestPB) (*GrantRevokeRoleResponsePB, error)
- func (s *MasterServiceImpl) HasUniverseKeyInMemory(request *HasUniverseKeyInMemoryRequestPB) (*HasUniverseKeyInMemoryResponsePB, error)
- func (s *MasterServiceImpl) IsAlterTableDone(request *IsAlterTableDoneRequestPB) (*IsAlterTableDoneResponsePB, error)
- func (s *MasterServiceImpl) IsCreateNamespaceDone(request *IsCreateNamespaceDoneRequestPB) (*IsCreateNamespaceDoneResponsePB, error)
- func (s *MasterServiceImpl) IsCreateTableDone(request *IsCreateTableDoneRequestPB) (*IsCreateTableDoneResponsePB, error)
- func (s *MasterServiceImpl) IsDeleteNamespaceDone(request *IsDeleteNamespaceDoneRequestPB) (*IsDeleteNamespaceDoneResponsePB, error)
- func (s *MasterServiceImpl) IsDeleteTableDone(request *IsDeleteTableDoneRequestPB) (*IsDeleteTableDoneResponsePB, error)
- func (s *MasterServiceImpl) IsEncryptionEnabled(request *IsEncryptionEnabledRequestPB) (*IsEncryptionEnabledResponsePB, error)
- func (s *MasterServiceImpl) IsFlushTablesDone(request *IsFlushTablesDoneRequestPB) (*IsFlushTablesDoneResponsePB, error)
- func (s *MasterServiceImpl) IsInitDbDone(request *IsInitDbDoneRequestPB) (*IsInitDbDoneResponsePB, error)
- func (s *MasterServiceImpl) IsLoadBalanced(request *IsLoadBalancedRequestPB) (*IsLoadBalancedResponsePB, error)
- func (s *MasterServiceImpl) IsLoadBalancerIdle(request *IsLoadBalancerIdleRequestPB) (*IsLoadBalancerIdleResponsePB, error)
- func (s *MasterServiceImpl) IsMasterLeaderServiceReady(request *IsMasterLeaderReadyRequestPB) (*IsMasterLeaderReadyResponsePB, error)
- func (s *MasterServiceImpl) IsTruncateTableDone(request *IsTruncateTableDoneRequestPB) (*IsTruncateTableDoneResponsePB, error)
- func (s *MasterServiceImpl) LaunchBackfillIndexForTable(request *LaunchBackfillIndexForTableRequestPB) (*LaunchBackfillIndexForTableResponsePB, error)
- func (s *MasterServiceImpl) ListCDCStreams(request *ListCDCStreamsRequestPB) (*ListCDCStreamsResponsePB, error)
- func (s *MasterServiceImpl) ListMasterRaftPeers(request *ListMasterRaftPeersRequestPB) (*ListMasterRaftPeersResponsePB, error)
- func (s *MasterServiceImpl) ListMasters(request *ListMastersRequestPB) (*ListMastersResponsePB, error)
- func (s *MasterServiceImpl) ListNamespaces(request *ListNamespacesRequestPB) (*ListNamespacesResponsePB, error)
- func (s *MasterServiceImpl) ListTablegroups(request *ListTablegroupsRequestPB) (*ListTablegroupsResponsePB, error)
- func (s *MasterServiceImpl) ListTables(request *ListTablesRequestPB) (*ListTablesResponsePB, error)
- func (s *MasterServiceImpl) ListTabletServers(request *ListTabletServersRequestPB) (*ListTabletServersResponsePB, error)
- func (s *MasterServiceImpl) ListUDTypes(request *ListUDTypesRequestPB) (*ListUDTypesResponsePB, error)
- func (s *MasterServiceImpl) RedisConfigGet(request *RedisConfigGetRequestPB) (*RedisConfigGetResponsePB, error)
- func (s *MasterServiceImpl) RedisConfigSet(request *RedisConfigSetRequestPB) (*RedisConfigSetResponsePB, error)
- func (s *MasterServiceImpl) RemovedMasterUpdate(request *RemovedMasterUpdateRequestPB) (*RemovedMasterUpdateResponsePB, error)
- func (s *MasterServiceImpl) ReservePgsqlOids(request *ReservePgsqlOidsRequestPB) (*ReservePgsqlOidsResponsePB, error)
- func (s *MasterServiceImpl) SetPreferredZones(request *SetPreferredZonesRequestPB) (*SetPreferredZonesResponsePB, error)
- func (s *MasterServiceImpl) SetUniverseReplicationEnabled(request *SetUniverseReplicationEnabledRequestPB) (*SetUniverseReplicationEnabledResponsePB, error)
- func (s *MasterServiceImpl) SetupUniverseReplication(request *SetupUniverseReplicationRequestPB) (*SetupUniverseReplicationResponsePB, error)
- func (s *MasterServiceImpl) SplitTablet(request *SplitTabletRequestPB) (*SplitTabletResponsePB, error)
- func (s *MasterServiceImpl) TSHeartbeat(request *TSHeartbeatRequestPB) (*TSHeartbeatResponsePB, error)
- func (s *MasterServiceImpl) TruncateTable(request *TruncateTableRequestPB) (*TruncateTableResponsePB, error)
- type NamespaceIdentifierPB
- func (*NamespaceIdentifierPB) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceIdentifierPB) GetDatabaseType() common.YQLDatabase
- func (x *NamespaceIdentifierPB) GetId() []byte
- func (x *NamespaceIdentifierPB) GetName() string
- func (m *NamespaceIdentifierPB) MarshalJSON() ([]byte, error)
- func (*NamespaceIdentifierPB) ProtoMessage()
- func (x *NamespaceIdentifierPB) ProtoReflect() protoreflect.Message
- func (x *NamespaceIdentifierPB) Reset()
- func (x *NamespaceIdentifierPB) String() string
- func (m *NamespaceIdentifierPB) UnmarshalJSON(b []byte) error
- type PlacementBlockPB
- func (*PlacementBlockPB) Descriptor() ([]byte, []int)deprecated
- func (x *PlacementBlockPB) GetCloudInfo() *common.CloudInfoPB
- func (x *PlacementBlockPB) GetMinNumReplicas() int32
- func (m *PlacementBlockPB) MarshalJSON() ([]byte, error)
- func (*PlacementBlockPB) ProtoMessage()
- func (x *PlacementBlockPB) ProtoReflect() protoreflect.Message
- func (x *PlacementBlockPB) Reset()
- func (x *PlacementBlockPB) String() string
- func (m *PlacementBlockPB) UnmarshalJSON(b []byte) error
- type PlacementInfoPB
- func (*PlacementInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *PlacementInfoPB) GetNumReplicas() int32
- func (x *PlacementInfoPB) GetPlacementBlocks() []*PlacementBlockPB
- func (x *PlacementInfoPB) GetPlacementUuid() []byte
- func (m *PlacementInfoPB) MarshalJSON() ([]byte, error)
- func (*PlacementInfoPB) ProtoMessage()
- func (x *PlacementInfoPB) ProtoReflect() protoreflect.Message
- func (x *PlacementInfoPB) Reset()
- func (x *PlacementInfoPB) String() string
- func (m *PlacementInfoPB) UnmarshalJSON(b []byte) error
- type RedisConfigGetRequestPB
- func (*RedisConfigGetRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *RedisConfigGetRequestPB) GetKeyword() string
- func (m *RedisConfigGetRequestPB) MarshalJSON() ([]byte, error)
- func (*RedisConfigGetRequestPB) ProtoMessage()
- func (x *RedisConfigGetRequestPB) ProtoReflect() protoreflect.Message
- func (x *RedisConfigGetRequestPB) Reset()
- func (x *RedisConfigGetRequestPB) String() string
- func (m *RedisConfigGetRequestPB) UnmarshalJSON(b []byte) error
- type RedisConfigGetResponsePB
- func (*RedisConfigGetResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *RedisConfigGetResponsePB) GetArgs() [][]byte
- func (x *RedisConfigGetResponsePB) GetError() *MasterErrorPB
- func (x *RedisConfigGetResponsePB) GetKeyword() string
- func (m *RedisConfigGetResponsePB) MarshalJSON() ([]byte, error)
- func (*RedisConfigGetResponsePB) ProtoMessage()
- func (x *RedisConfigGetResponsePB) ProtoReflect() protoreflect.Message
- func (x *RedisConfigGetResponsePB) Reset()
- func (x *RedisConfigGetResponsePB) String() string
- func (m *RedisConfigGetResponsePB) UnmarshalJSON(b []byte) error
- type RedisConfigSetRequestPB
- func (*RedisConfigSetRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *RedisConfigSetRequestPB) GetArgs() [][]byte
- func (x *RedisConfigSetRequestPB) GetKeyword() string
- func (m *RedisConfigSetRequestPB) MarshalJSON() ([]byte, error)
- func (*RedisConfigSetRequestPB) ProtoMessage()
- func (x *RedisConfigSetRequestPB) ProtoReflect() protoreflect.Message
- func (x *RedisConfigSetRequestPB) Reset()
- func (x *RedisConfigSetRequestPB) String() string
- func (m *RedisConfigSetRequestPB) UnmarshalJSON(b []byte) error
- type RedisConfigSetResponsePB
- func (*RedisConfigSetResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *RedisConfigSetResponsePB) GetError() *MasterErrorPB
- func (m *RedisConfigSetResponsePB) MarshalJSON() ([]byte, error)
- func (*RedisConfigSetResponsePB) ProtoMessage()
- func (x *RedisConfigSetResponsePB) ProtoReflect() protoreflect.Message
- func (x *RedisConfigSetResponsePB) Reset()
- func (x *RedisConfigSetResponsePB) String() string
- func (m *RedisConfigSetResponsePB) UnmarshalJSON(b []byte) error
- type RelationType
- func (RelationType) Descriptor() protoreflect.EnumDescriptor
- func (x RelationType) Enum() *RelationType
- func (RelationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x RelationType) Number() protoreflect.EnumNumber
- func (x RelationType) String() string
- func (RelationType) Type() protoreflect.EnumType
- func (x *RelationType) UnmarshalJSON(b []byte) errordeprecated
- type RemovedMasterUpdateRequestPB
- func (*RemovedMasterUpdateRequestPB) Descriptor() ([]byte, []int)deprecated
- func (m *RemovedMasterUpdateRequestPB) MarshalJSON() ([]byte, error)
- func (*RemovedMasterUpdateRequestPB) ProtoMessage()
- func (x *RemovedMasterUpdateRequestPB) ProtoReflect() protoreflect.Message
- func (x *RemovedMasterUpdateRequestPB) Reset()
- func (x *RemovedMasterUpdateRequestPB) String() string
- func (m *RemovedMasterUpdateRequestPB) UnmarshalJSON(b []byte) error
- type RemovedMasterUpdateResponsePB
- func (*RemovedMasterUpdateResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *RemovedMasterUpdateResponsePB) GetError() *MasterErrorPB
- func (m *RemovedMasterUpdateResponsePB) MarshalJSON() ([]byte, error)
- func (*RemovedMasterUpdateResponsePB) ProtoMessage()
- func (x *RemovedMasterUpdateResponsePB) ProtoReflect() protoreflect.Message
- func (x *RemovedMasterUpdateResponsePB) Reset()
- func (x *RemovedMasterUpdateResponsePB) String() string
- func (m *RemovedMasterUpdateResponsePB) UnmarshalJSON(b []byte) error
- type ReplicationInfoPB
- func (*ReplicationInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *ReplicationInfoPB) GetAffinitizedLeaders() []*common.CloudInfoPB
- func (x *ReplicationInfoPB) GetLiveReplicas() *PlacementInfoPB
- func (x *ReplicationInfoPB) GetReadReplicas() []*PlacementInfoPB
- func (m *ReplicationInfoPB) MarshalJSON() ([]byte, error)
- func (*ReplicationInfoPB) ProtoMessage()
- func (x *ReplicationInfoPB) ProtoReflect() protoreflect.Message
- func (x *ReplicationInfoPB) Reset()
- func (x *ReplicationInfoPB) String() string
- func (m *ReplicationInfoPB) UnmarshalJSON(b []byte) error
- type ReportedTabletPB
- func (*ReportedTabletPB) Descriptor() ([]byte, []int)deprecated
- func (x *ReportedTabletPB) GetCommittedConsensusState() *common.ConsensusStatePB
- func (x *ReportedTabletPB) GetError() *common.AppStatusPB
- func (x *ReportedTabletPB) GetSchemaVersion() uint32
- func (x *ReportedTabletPB) GetShouldDisableLbMove() bool
- func (x *ReportedTabletPB) GetState() common.RaftGroupStatePB
- func (x *ReportedTabletPB) GetTabletDataState() common.TabletDataState
- func (x *ReportedTabletPB) GetTabletId() []byte
- func (m *ReportedTabletPB) MarshalJSON() ([]byte, error)
- func (*ReportedTabletPB) ProtoMessage()
- func (x *ReportedTabletPB) ProtoReflect() protoreflect.Message
- func (x *ReportedTabletPB) Reset()
- func (x *ReportedTabletPB) String() string
- func (m *ReportedTabletPB) UnmarshalJSON(b []byte) error
- type ReportedTabletUpdatesPB
- func (*ReportedTabletUpdatesPB) Descriptor() ([]byte, []int)deprecated
- func (x *ReportedTabletUpdatesPB) GetStateMsg() string
- func (x *ReportedTabletUpdatesPB) GetTabletId() []byte
- func (m *ReportedTabletUpdatesPB) MarshalJSON() ([]byte, error)
- func (*ReportedTabletUpdatesPB) ProtoMessage()
- func (x *ReportedTabletUpdatesPB) ProtoReflect() protoreflect.Message
- func (x *ReportedTabletUpdatesPB) Reset()
- func (x *ReportedTabletUpdatesPB) String() string
- func (m *ReportedTabletUpdatesPB) UnmarshalJSON(b []byte) error
- type ReservePgsqlOidsRequestPB
- func (*ReservePgsqlOidsRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *ReservePgsqlOidsRequestPB) GetCount() uint32
- func (x *ReservePgsqlOidsRequestPB) GetNamespaceId() []byte
- func (x *ReservePgsqlOidsRequestPB) GetNextOid() uint32
- func (m *ReservePgsqlOidsRequestPB) MarshalJSON() ([]byte, error)
- func (*ReservePgsqlOidsRequestPB) ProtoMessage()
- func (x *ReservePgsqlOidsRequestPB) ProtoReflect() protoreflect.Message
- func (x *ReservePgsqlOidsRequestPB) Reset()
- func (x *ReservePgsqlOidsRequestPB) String() string
- func (m *ReservePgsqlOidsRequestPB) UnmarshalJSON(b []byte) error
- type ReservePgsqlOidsResponsePB
- func (*ReservePgsqlOidsResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *ReservePgsqlOidsResponsePB) GetBeginOid() uint32
- func (x *ReservePgsqlOidsResponsePB) GetEndOid() uint32
- func (x *ReservePgsqlOidsResponsePB) GetError() *MasterErrorPB
- func (m *ReservePgsqlOidsResponsePB) MarshalJSON() ([]byte, error)
- func (*ReservePgsqlOidsResponsePB) ProtoMessage()
- func (x *ReservePgsqlOidsResponsePB) ProtoReflect() protoreflect.Message
- func (x *ReservePgsqlOidsResponsePB) Reset()
- func (x *ReservePgsqlOidsResponsePB) String() string
- func (m *ReservePgsqlOidsResponsePB) UnmarshalJSON(b []byte) error
- type ResourcePermissionInfoPB
- func (*ResourcePermissionInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *ResourcePermissionInfoPB) GetCanonicalResource() string
- func (x *ResourcePermissionInfoPB) GetPermissions() uint32
- func (m *ResourcePermissionInfoPB) MarshalJSON() ([]byte, error)
- func (*ResourcePermissionInfoPB) ProtoMessage()
- func (x *ResourcePermissionInfoPB) ProtoReflect() protoreflect.Message
- func (x *ResourcePermissionInfoPB) Reset()
- func (x *ResourcePermissionInfoPB) String() string
- func (m *ResourcePermissionInfoPB) UnmarshalJSON(b []byte) error
- type ResourcePermissionsPB
- func (*ResourcePermissionsPB) Descriptor() ([]byte, []int)deprecated
- func (x *ResourcePermissionsPB) GetCanonicalResource() string
- func (x *ResourcePermissionsPB) GetNamespaceName() string
- func (x *ResourcePermissionsPB) GetPermissions() []common.PermissionType
- func (x *ResourcePermissionsPB) GetResourceName() string
- func (x *ResourcePermissionsPB) GetResourceType() common.ResourceType
- func (m *ResourcePermissionsPB) MarshalJSON() ([]byte, error)
- func (*ResourcePermissionsPB) ProtoMessage()
- func (x *ResourcePermissionsPB) ProtoReflect() protoreflect.Message
- func (x *ResourcePermissionsPB) Reset()
- func (x *ResourcePermissionsPB) String() string
- func (m *ResourcePermissionsPB) UnmarshalJSON(b []byte) error
- type RolePermissionInfoPB
- func (*RolePermissionInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *RolePermissionInfoPB) GetAllKeyspacesPermissions() uint32
- func (x *RolePermissionInfoPB) GetAllRolesPermissions() uint32
- func (x *RolePermissionInfoPB) GetCanLogin() bool
- func (x *RolePermissionInfoPB) GetResourcePermissions() []*ResourcePermissionInfoPB
- func (x *RolePermissionInfoPB) GetRole() string
- func (x *RolePermissionInfoPB) GetSaltedHash() string
- func (m *RolePermissionInfoPB) MarshalJSON() ([]byte, error)
- func (*RolePermissionInfoPB) ProtoMessage()
- func (x *RolePermissionInfoPB) ProtoReflect() protoreflect.Message
- func (x *RolePermissionInfoPB) Reset()
- func (x *RolePermissionInfoPB) String() string
- func (m *RolePermissionInfoPB) UnmarshalJSON(b []byte) error
- type SetPreferredZonesRequestPB
- func (*SetPreferredZonesRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *SetPreferredZonesRequestPB) GetPreferredZones() []*common.CloudInfoPB
- func (m *SetPreferredZonesRequestPB) MarshalJSON() ([]byte, error)
- func (*SetPreferredZonesRequestPB) ProtoMessage()
- func (x *SetPreferredZonesRequestPB) ProtoReflect() protoreflect.Message
- func (x *SetPreferredZonesRequestPB) Reset()
- func (x *SetPreferredZonesRequestPB) String() string
- func (m *SetPreferredZonesRequestPB) UnmarshalJSON(b []byte) error
- type SetPreferredZonesResponsePB
- func (*SetPreferredZonesResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *SetPreferredZonesResponsePB) GetError() *MasterErrorPB
- func (m *SetPreferredZonesResponsePB) MarshalJSON() ([]byte, error)
- func (*SetPreferredZonesResponsePB) ProtoMessage()
- func (x *SetPreferredZonesResponsePB) ProtoReflect() protoreflect.Message
- func (x *SetPreferredZonesResponsePB) Reset()
- func (x *SetPreferredZonesResponsePB) String() string
- func (m *SetPreferredZonesResponsePB) UnmarshalJSON(b []byte) error
- type SetUniverseReplicationEnabledRequestPB
- func (*SetUniverseReplicationEnabledRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *SetUniverseReplicationEnabledRequestPB) GetIsEnabled() bool
- func (x *SetUniverseReplicationEnabledRequestPB) GetProducerId() string
- func (m *SetUniverseReplicationEnabledRequestPB) MarshalJSON() ([]byte, error)
- func (*SetUniverseReplicationEnabledRequestPB) ProtoMessage()
- func (x *SetUniverseReplicationEnabledRequestPB) ProtoReflect() protoreflect.Message
- func (x *SetUniverseReplicationEnabledRequestPB) Reset()
- func (x *SetUniverseReplicationEnabledRequestPB) String() string
- func (m *SetUniverseReplicationEnabledRequestPB) UnmarshalJSON(b []byte) error
- type SetUniverseReplicationEnabledResponsePB
- func (*SetUniverseReplicationEnabledResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *SetUniverseReplicationEnabledResponsePB) GetError() *MasterErrorPB
- func (m *SetUniverseReplicationEnabledResponsePB) MarshalJSON() ([]byte, error)
- func (*SetUniverseReplicationEnabledResponsePB) ProtoMessage()
- func (x *SetUniverseReplicationEnabledResponsePB) ProtoReflect() protoreflect.Message
- func (x *SetUniverseReplicationEnabledResponsePB) Reset()
- func (x *SetUniverseReplicationEnabledResponsePB) String() string
- func (m *SetUniverseReplicationEnabledResponsePB) UnmarshalJSON(b []byte) error
- type SetupUniverseReplicationRequestPB
- func (*SetupUniverseReplicationRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *SetupUniverseReplicationRequestPB) GetProducerBootstrapIds() []string
- func (x *SetupUniverseReplicationRequestPB) GetProducerId() string
- func (x *SetupUniverseReplicationRequestPB) GetProducerMasterAddresses() []*common.HostPortPB
- func (x *SetupUniverseReplicationRequestPB) GetProducerTableIds() []string
- func (m *SetupUniverseReplicationRequestPB) MarshalJSON() ([]byte, error)
- func (*SetupUniverseReplicationRequestPB) ProtoMessage()
- func (x *SetupUniverseReplicationRequestPB) ProtoReflect() protoreflect.Message
- func (x *SetupUniverseReplicationRequestPB) Reset()
- func (x *SetupUniverseReplicationRequestPB) String() string
- func (m *SetupUniverseReplicationRequestPB) UnmarshalJSON(b []byte) error
- type SetupUniverseReplicationResponsePB
- func (*SetupUniverseReplicationResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *SetupUniverseReplicationResponsePB) GetError() *MasterErrorPB
- func (m *SetupUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)
- func (*SetupUniverseReplicationResponsePB) ProtoMessage()
- func (x *SetupUniverseReplicationResponsePB) ProtoReflect() protoreflect.Message
- func (x *SetupUniverseReplicationResponsePB) Reset()
- func (x *SetupUniverseReplicationResponsePB) String() string
- func (m *SetupUniverseReplicationResponsePB) UnmarshalJSON(b []byte) error
- type SplitTabletRequestPB
- func (*SplitTabletRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *SplitTabletRequestPB) GetTabletId() []byte
- func (m *SplitTabletRequestPB) MarshalJSON() ([]byte, error)
- func (*SplitTabletRequestPB) ProtoMessage()
- func (x *SplitTabletRequestPB) ProtoReflect() protoreflect.Message
- func (x *SplitTabletRequestPB) Reset()
- func (x *SplitTabletRequestPB) String() string
- func (m *SplitTabletRequestPB) UnmarshalJSON(b []byte) error
- type SplitTabletResponsePB
- func (*SplitTabletResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *SplitTabletResponsePB) GetError() *MasterErrorPB
- func (m *SplitTabletResponsePB) MarshalJSON() ([]byte, error)
- func (*SplitTabletResponsePB) ProtoMessage()
- func (x *SplitTabletResponsePB) ProtoReflect() protoreflect.Message
- func (x *SplitTabletResponsePB) Reset()
- func (x *SplitTabletResponsePB) String() string
- func (m *SplitTabletResponsePB) UnmarshalJSON(b []byte) error
- type SysCDCStreamEntryPB
- func (*SysCDCStreamEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysCDCStreamEntryPB) GetOptions() []*CDCStreamOptionsPB
- func (x *SysCDCStreamEntryPB) GetState() SysCDCStreamEntryPB_State
- func (x *SysCDCStreamEntryPB) GetTableId() string
- func (m *SysCDCStreamEntryPB) MarshalJSON() ([]byte, error)
- func (*SysCDCStreamEntryPB) ProtoMessage()
- func (x *SysCDCStreamEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysCDCStreamEntryPB) Reset()
- func (x *SysCDCStreamEntryPB) String() string
- func (m *SysCDCStreamEntryPB) UnmarshalJSON(b []byte) error
- type SysCDCStreamEntryPB_State
- func (SysCDCStreamEntryPB_State) Descriptor() protoreflect.EnumDescriptor
- func (x SysCDCStreamEntryPB_State) Enum() *SysCDCStreamEntryPB_State
- func (SysCDCStreamEntryPB_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x SysCDCStreamEntryPB_State) Number() protoreflect.EnumNumber
- func (x SysCDCStreamEntryPB_State) String() string
- func (SysCDCStreamEntryPB_State) Type() protoreflect.EnumType
- func (x *SysCDCStreamEntryPB_State) UnmarshalJSON(b []byte) errordeprecated
- type SysClusterConfigEntryPB
- func (*SysClusterConfigEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysClusterConfigEntryPB) GetClusterUuid() string
- func (x *SysClusterConfigEntryPB) GetConsumerRegistry() *cdc.ConsumerRegistryPB
- func (x *SysClusterConfigEntryPB) GetEncryptionInfo() *EncryptionInfoPB
- func (x *SysClusterConfigEntryPB) GetLeaderBlacklist() *BlacklistPB
- func (x *SysClusterConfigEntryPB) GetReplicationInfo() *ReplicationInfoPB
- func (x *SysClusterConfigEntryPB) GetServerBlacklist() *BlacklistPB
- func (x *SysClusterConfigEntryPB) GetVersion() int32
- func (m *SysClusterConfigEntryPB) MarshalJSON() ([]byte, error)
- func (*SysClusterConfigEntryPB) ProtoMessage()
- func (x *SysClusterConfigEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysClusterConfigEntryPB) Reset()
- func (x *SysClusterConfigEntryPB) String() string
- func (m *SysClusterConfigEntryPB) UnmarshalJSON(b []byte) error
- type SysConfigEntryPB
- func (*SysConfigEntryPB) Descriptor() ([]byte, []int)deprecated
- func (m *SysConfigEntryPB) GetConfig() isSysConfigEntryPB_Config
- func (x *SysConfigEntryPB) GetSecurityConfig() *SysSecurityConfigEntryPB
- func (x *SysConfigEntryPB) GetYsqlCatalogConfig() *SysYSQLCatalogConfigEntryPB
- func (m *SysConfigEntryPB) MarshalJSON() ([]byte, error)
- func (*SysConfigEntryPB) ProtoMessage()
- func (x *SysConfigEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysConfigEntryPB) Reset()
- func (x *SysConfigEntryPB) String() string
- func (m *SysConfigEntryPB) UnmarshalJSON(b []byte) error
- type SysConfigEntryPB_SecurityConfig
- type SysConfigEntryPB_YsqlCatalogConfig
- type SysNamespaceEntryPB
- func (*SysNamespaceEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysNamespaceEntryPB) GetColocated() bool
- func (x *SysNamespaceEntryPB) GetDatabaseType() common.YQLDatabase
- func (x *SysNamespaceEntryPB) GetName() []byte
- func (x *SysNamespaceEntryPB) GetNextPgOid() uint32
- func (x *SysNamespaceEntryPB) GetState() SysNamespaceEntryPB_State
- func (x *SysNamespaceEntryPB) GetTransaction() *common.TransactionMetadataPB
- func (m *SysNamespaceEntryPB) MarshalJSON() ([]byte, error)
- func (*SysNamespaceEntryPB) ProtoMessage()
- func (x *SysNamespaceEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysNamespaceEntryPB) Reset()
- func (x *SysNamespaceEntryPB) String() string
- func (m *SysNamespaceEntryPB) UnmarshalJSON(b []byte) error
- type SysNamespaceEntryPB_State
- func (SysNamespaceEntryPB_State) Descriptor() protoreflect.EnumDescriptor
- func (x SysNamespaceEntryPB_State) Enum() *SysNamespaceEntryPB_State
- func (SysNamespaceEntryPB_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x SysNamespaceEntryPB_State) Number() protoreflect.EnumNumber
- func (x SysNamespaceEntryPB_State) String() string
- func (SysNamespaceEntryPB_State) Type() protoreflect.EnumType
- func (x *SysNamespaceEntryPB_State) UnmarshalJSON(b []byte) errordeprecated
- type SysRedisConfigEntryPB
- func (*SysRedisConfigEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysRedisConfigEntryPB) GetArgs() [][]byte
- func (x *SysRedisConfigEntryPB) GetKey() string
- func (m *SysRedisConfigEntryPB) MarshalJSON() ([]byte, error)
- func (*SysRedisConfigEntryPB) ProtoMessage()
- func (x *SysRedisConfigEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysRedisConfigEntryPB) Reset()
- func (x *SysRedisConfigEntryPB) String() string
- func (m *SysRedisConfigEntryPB) UnmarshalJSON(b []byte) error
- type SysRoleEntryPB
- func (*SysRoleEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysRoleEntryPB) GetCanLogin() bool
- func (x *SysRoleEntryPB) GetIsSuperuser() bool
- func (x *SysRoleEntryPB) GetMemberOf() [][]byte
- func (x *SysRoleEntryPB) GetResources() []*ResourcePermissionsPB
- func (x *SysRoleEntryPB) GetRole() []byte
- func (x *SysRoleEntryPB) GetSaltedHash() []byte
- func (m *SysRoleEntryPB) MarshalJSON() ([]byte, error)
- func (*SysRoleEntryPB) ProtoMessage()
- func (x *SysRoleEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysRoleEntryPB) Reset()
- func (x *SysRoleEntryPB) String() string
- func (m *SysRoleEntryPB) UnmarshalJSON(b []byte) error
- type SysRowEntries
- func (*SysRowEntries) Descriptor() ([]byte, []int)deprecated
- func (x *SysRowEntries) GetEntries() []*SysRowEntry
- func (m *SysRowEntries) MarshalJSON() ([]byte, error)
- func (*SysRowEntries) ProtoMessage()
- func (x *SysRowEntries) ProtoReflect() protoreflect.Message
- func (x *SysRowEntries) Reset()
- func (x *SysRowEntries) String() string
- func (m *SysRowEntries) UnmarshalJSON(b []byte) error
- type SysRowEntry
- func (*SysRowEntry) Descriptor() ([]byte, []int)deprecated
- func (x *SysRowEntry) GetData() []byte
- func (x *SysRowEntry) GetId() string
- func (x *SysRowEntry) GetType() SysRowEntry_Type
- func (m *SysRowEntry) MarshalJSON() ([]byte, error)
- func (*SysRowEntry) ProtoMessage()
- func (x *SysRowEntry) ProtoReflect() protoreflect.Message
- func (x *SysRowEntry) Reset()
- func (x *SysRowEntry) String() string
- func (m *SysRowEntry) UnmarshalJSON(b []byte) error
- type SysRowEntry_Type
- func (SysRowEntry_Type) Descriptor() protoreflect.EnumDescriptor
- func (x SysRowEntry_Type) Enum() *SysRowEntry_Type
- func (SysRowEntry_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x SysRowEntry_Type) Number() protoreflect.EnumNumber
- func (x SysRowEntry_Type) String() string
- func (SysRowEntry_Type) Type() protoreflect.EnumType
- func (x *SysRowEntry_Type) UnmarshalJSON(b []byte) errordeprecated
- type SysSecurityConfigEntryPB
- func (*SysSecurityConfigEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysSecurityConfigEntryPB) GetRolesVersion() uint64
- func (m *SysSecurityConfigEntryPB) MarshalJSON() ([]byte, error)
- func (*SysSecurityConfigEntryPB) ProtoMessage()
- func (x *SysSecurityConfigEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysSecurityConfigEntryPB) Reset()
- func (x *SysSecurityConfigEntryPB) String() string
- func (m *SysSecurityConfigEntryPB) UnmarshalJSON(b []byte) error
- type SysTablesEntryPB
- func (*SysTablesEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysTablesEntryPB) GetBackfillJobs() []*BackfillJobPB
- func (x *SysTablesEntryPB) GetColocated() bool
- func (x *SysTablesEntryPB) GetFullyAppliedIndexInfo() *common.IndexInfoPB
- func (x *SysTablesEntryPB) GetFullyAppliedIndexes() []*common.IndexInfoPB
- func (x *SysTablesEntryPB) GetFullyAppliedSchema() *common.SchemaPB
- func (x *SysTablesEntryPB) GetFullyAppliedSchemaVersion() uint32
- func (x *SysTablesEntryPB) GetIndexInfo() *common.IndexInfoPB
- func (x *SysTablesEntryPB) GetIndexedTableId() []byte
- func (x *SysTablesEntryPB) GetIndexes() []*common.IndexInfoPB
- func (x *SysTablesEntryPB) GetIsLocalIndex() bool
- func (x *SysTablesEntryPB) GetIsPgSharedTable() bool
- func (x *SysTablesEntryPB) GetIsUniqueIndex() bool
- func (x *SysTablesEntryPB) GetName() []byte
- func (x *SysTablesEntryPB) GetNamespaceId() []byte
- func (x *SysTablesEntryPB) GetNamespaceName() []byte
- func (x *SysTablesEntryPB) GetNextColumnId() int32
- func (x *SysTablesEntryPB) GetPartitionListVersion() uint32
- func (x *SysTablesEntryPB) GetPartitionSchema() *common.PartitionSchemaPB
- func (x *SysTablesEntryPB) GetReplicationInfo() *ReplicationInfoPB
- func (x *SysTablesEntryPB) GetSchema() *common.SchemaPB
- func (x *SysTablesEntryPB) GetState() SysTablesEntryPB_State
- func (x *SysTablesEntryPB) GetStateMsg() []byte
- func (x *SysTablesEntryPB) GetTableType() common.TableType
- func (x *SysTablesEntryPB) GetTransaction() *common.TransactionMetadataPB
- func (x *SysTablesEntryPB) GetUpdatesOnlyIndexPermissions() bool
- func (x *SysTablesEntryPB) GetVersion() uint32
- func (x *SysTablesEntryPB) GetWalRetentionSecs() uint32
- func (m *SysTablesEntryPB) MarshalJSON() ([]byte, error)
- func (*SysTablesEntryPB) ProtoMessage()
- func (x *SysTablesEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysTablesEntryPB) Reset()
- func (x *SysTablesEntryPB) String() string
- func (m *SysTablesEntryPB) UnmarshalJSON(b []byte) error
- type SysTablesEntryPB_State
- func (SysTablesEntryPB_State) Descriptor() protoreflect.EnumDescriptor
- func (x SysTablesEntryPB_State) Enum() *SysTablesEntryPB_State
- func (SysTablesEntryPB_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x SysTablesEntryPB_State) Number() protoreflect.EnumNumber
- func (x SysTablesEntryPB_State) String() string
- func (SysTablesEntryPB_State) Type() protoreflect.EnumType
- func (x *SysTablesEntryPB_State) UnmarshalJSON(b []byte) errordeprecated
- type SysTabletsEntryPB
- func (*SysTabletsEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysTabletsEntryPB) GetBackfilledUntil() map[string][]byte
- func (x *SysTabletsEntryPB) GetColocated() bool
- func (x *SysTabletsEntryPB) GetCommittedConsensusState() *common.ConsensusStatePB
- func (x *SysTabletsEntryPB) GetDEPRECATEDBackfilledUntil() []byte
- func (x *SysTabletsEntryPB) GetHidden() bool
- func (x *SysTabletsEntryPB) GetOBSOLETEEndKey() []byte
- func (x *SysTabletsEntryPB) GetOBSOLETEStartKey() []byte
- func (x *SysTabletsEntryPB) GetPartition() *common.PartitionPB
- func (x *SysTabletsEntryPB) GetSplitDepth() uint64
- func (x *SysTabletsEntryPB) GetSplitParentTabletId() []byte
- func (x *SysTabletsEntryPB) GetSplitTabletIds() [][]byte
- func (x *SysTabletsEntryPB) GetState() SysTabletsEntryPB_State
- func (x *SysTabletsEntryPB) GetStateMsg() []byte
- func (x *SysTabletsEntryPB) GetTableId() []byte
- func (x *SysTabletsEntryPB) GetTableIds() [][]byte
- func (m *SysTabletsEntryPB) MarshalJSON() ([]byte, error)
- func (*SysTabletsEntryPB) ProtoMessage()
- func (x *SysTabletsEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysTabletsEntryPB) Reset()
- func (x *SysTabletsEntryPB) String() string
- func (m *SysTabletsEntryPB) UnmarshalJSON(b []byte) error
- type SysTabletsEntryPB_State
- func (SysTabletsEntryPB_State) Descriptor() protoreflect.EnumDescriptor
- func (x SysTabletsEntryPB_State) Enum() *SysTabletsEntryPB_State
- func (SysTabletsEntryPB_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x SysTabletsEntryPB_State) Number() protoreflect.EnumNumber
- func (x SysTabletsEntryPB_State) String() string
- func (SysTabletsEntryPB_State) Type() protoreflect.EnumType
- func (x *SysTabletsEntryPB_State) UnmarshalJSON(b []byte) errordeprecated
- type SysUDTypeEntryPB
- func (*SysUDTypeEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysUDTypeEntryPB) GetFieldNames() []string
- func (x *SysUDTypeEntryPB) GetFieldTypes() []*common.QLTypePB
- func (x *SysUDTypeEntryPB) GetName() string
- func (x *SysUDTypeEntryPB) GetNamespaceId() string
- func (m *SysUDTypeEntryPB) MarshalJSON() ([]byte, error)
- func (*SysUDTypeEntryPB) ProtoMessage()
- func (x *SysUDTypeEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysUDTypeEntryPB) Reset()
- func (x *SysUDTypeEntryPB) String() string
- func (m *SysUDTypeEntryPB) UnmarshalJSON(b []byte) error
- type SysUniverseReplicationEntryPB
- func (*SysUniverseReplicationEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysUniverseReplicationEntryPB) GetProducerId() string
- func (x *SysUniverseReplicationEntryPB) GetProducerMasterAddresses() []*common.HostPortPB
- func (x *SysUniverseReplicationEntryPB) GetState() SysUniverseReplicationEntryPB_State
- func (x *SysUniverseReplicationEntryPB) GetTableStreams() map[string]string
- func (x *SysUniverseReplicationEntryPB) GetTables() []string
- func (x *SysUniverseReplicationEntryPB) GetValidatedTables() map[string]string
- func (m *SysUniverseReplicationEntryPB) MarshalJSON() ([]byte, error)
- func (*SysUniverseReplicationEntryPB) ProtoMessage()
- func (x *SysUniverseReplicationEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysUniverseReplicationEntryPB) Reset()
- func (x *SysUniverseReplicationEntryPB) String() string
- func (m *SysUniverseReplicationEntryPB) UnmarshalJSON(b []byte) error
- type SysUniverseReplicationEntryPB_State
- func (SysUniverseReplicationEntryPB_State) Descriptor() protoreflect.EnumDescriptor
- func (x SysUniverseReplicationEntryPB_State) Enum() *SysUniverseReplicationEntryPB_State
- func (SysUniverseReplicationEntryPB_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x SysUniverseReplicationEntryPB_State) Number() protoreflect.EnumNumber
- func (x SysUniverseReplicationEntryPB_State) String() string
- func (SysUniverseReplicationEntryPB_State) Type() protoreflect.EnumType
- func (x *SysUniverseReplicationEntryPB_State) UnmarshalJSON(b []byte) errordeprecated
- type SysYSQLCatalogConfigEntryPB
- func (*SysYSQLCatalogConfigEntryPB) Descriptor() ([]byte, []int)deprecated
- func (x *SysYSQLCatalogConfigEntryPB) GetInitdbDone() bool
- func (x *SysYSQLCatalogConfigEntryPB) GetInitdbError() string
- func (x *SysYSQLCatalogConfigEntryPB) GetTransactionalSysCatalogEnabled() bool
- func (x *SysYSQLCatalogConfigEntryPB) GetVersion() uint64
- func (m *SysYSQLCatalogConfigEntryPB) MarshalJSON() ([]byte, error)
- func (*SysYSQLCatalogConfigEntryPB) ProtoMessage()
- func (x *SysYSQLCatalogConfigEntryPB) ProtoReflect() protoreflect.Message
- func (x *SysYSQLCatalogConfigEntryPB) Reset()
- func (x *SysYSQLCatalogConfigEntryPB) String() string
- func (m *SysYSQLCatalogConfigEntryPB) UnmarshalJSON(b []byte) error
- type TSHeartbeatRequestPB
- func (*TSHeartbeatRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *TSHeartbeatRequestPB) GetClusterConfigVersion() int32
- func (x *TSHeartbeatRequestPB) GetCommon() *TSToMasterCommonPB
- func (x *TSHeartbeatRequestPB) GetConfigIndex() int32
- func (x *TSHeartbeatRequestPB) GetLeaderCount() int32
- func (x *TSHeartbeatRequestPB) GetMetrics() *TServerMetricsPB
- func (x *TSHeartbeatRequestPB) GetNumLiveTablets() int32
- func (x *TSHeartbeatRequestPB) GetRegistration() *TSRegistrationPB
- func (x *TSHeartbeatRequestPB) GetRttUs() int64
- func (x *TSHeartbeatRequestPB) GetTabletPathInfo() *TabletPathInfoPB
- func (x *TSHeartbeatRequestPB) GetTabletReport() *TabletReportPB
- func (x *TSHeartbeatRequestPB) GetTabletsForSplit() []*TabletForSplitPB
- func (x *TSHeartbeatRequestPB) GetTsHybridTime() uint64
- func (x *TSHeartbeatRequestPB) GetTsPhysicalTime() uint64
- func (m *TSHeartbeatRequestPB) MarshalJSON() ([]byte, error)
- func (*TSHeartbeatRequestPB) ProtoMessage()
- func (x *TSHeartbeatRequestPB) ProtoReflect() protoreflect.Message
- func (x *TSHeartbeatRequestPB) Reset()
- func (x *TSHeartbeatRequestPB) String() string
- func (m *TSHeartbeatRequestPB) UnmarshalJSON(b []byte) error
- type TSHeartbeatResponsePB
- func (*TSHeartbeatResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *TSHeartbeatResponsePB) GetClusterConfigVersion() int32
- func (x *TSHeartbeatResponsePB) GetClusterUuid() string
- func (x *TSHeartbeatResponsePB) GetConsumerRegistry() *cdc.ConsumerRegistryPB
- func (x *TSHeartbeatResponsePB) GetError() *MasterErrorPB
- func (x *TSHeartbeatResponsePB) GetLeaderMaster() bool
- func (x *TSHeartbeatResponsePB) GetMasterConfig() *common.RaftConfigPB
- func (x *TSHeartbeatResponsePB) GetMasterInstance() *common.NodeInstancePB
- func (x *TSHeartbeatResponsePB) GetNeedsFullTabletReport() bool
- func (x *TSHeartbeatResponsePB) GetNeedsReregister() bool
- func (x *TSHeartbeatResponsePB) GetSnapshotSchedules() *TSSnapshotSchedulesInfoPB
- func (x *TSHeartbeatResponsePB) GetTabletReport() *TabletReportUpdatesPB
- func (x *TSHeartbeatResponsePB) GetTabletReportLimit() int32
- func (x *TSHeartbeatResponsePB) GetTabletSplitSizeThresholdBytes() int64
- func (x *TSHeartbeatResponsePB) GetTservers() []*TSInformationPB
- func (x *TSHeartbeatResponsePB) GetUniverseKeyRegistry() *util.UniverseKeyRegistryPB
- func (x *TSHeartbeatResponsePB) GetYsqlCatalogVersion() uint64
- func (x *TSHeartbeatResponsePB) GetYsqlLastBreakingCatalogVersion() uint64
- func (m *TSHeartbeatResponsePB) MarshalJSON() ([]byte, error)
- func (*TSHeartbeatResponsePB) ProtoMessage()
- func (x *TSHeartbeatResponsePB) ProtoReflect() protoreflect.Message
- func (x *TSHeartbeatResponsePB) Reset()
- func (x *TSHeartbeatResponsePB) String() string
- func (m *TSHeartbeatResponsePB) UnmarshalJSON(b []byte) error
- type TSInfoPB
- func (*TSInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *TSInfoPB) GetBroadcastAddresses() []*common.HostPortPB
- func (x *TSInfoPB) GetCapabilities() []uint32
- func (x *TSInfoPB) GetCloudInfo() *common.CloudInfoPB
- func (x *TSInfoPB) GetPermanentUuid() []byte
- func (x *TSInfoPB) GetPlacementUuid() []byte
- func (x *TSInfoPB) GetPrivateRpcAddresses() []*common.HostPortPB
- func (m *TSInfoPB) MarshalJSON() ([]byte, error)
- func (*TSInfoPB) ProtoMessage()
- func (x *TSInfoPB) ProtoReflect() protoreflect.Message
- func (x *TSInfoPB) Reset()
- func (x *TSInfoPB) String() string
- func (m *TSInfoPB) UnmarshalJSON(b []byte) error
- type TSInformationPB
- func (*TSInformationPB) Descriptor() ([]byte, []int)deprecated
- func (x *TSInformationPB) GetRegistration() *TSRegistrationPB
- func (x *TSInformationPB) GetTserverInstance() *common.NodeInstancePB
- func (m *TSInformationPB) MarshalJSON() ([]byte, error)
- func (*TSInformationPB) ProtoMessage()
- func (x *TSInformationPB) ProtoReflect() protoreflect.Message
- func (x *TSInformationPB) Reset()
- func (x *TSInformationPB) String() string
- func (m *TSInformationPB) UnmarshalJSON(b []byte) error
- type TSRegistrationPB
- func (*TSRegistrationPB) Descriptor() ([]byte, []int)deprecated
- func (x *TSRegistrationPB) GetCapabilities() []uint32
- func (x *TSRegistrationPB) GetCommon() *common.ServerRegistrationPB
- func (m *TSRegistrationPB) MarshalJSON() ([]byte, error)
- func (*TSRegistrationPB) ProtoMessage()
- func (x *TSRegistrationPB) ProtoReflect() protoreflect.Message
- func (x *TSRegistrationPB) Reset()
- func (x *TSRegistrationPB) String() string
- func (m *TSRegistrationPB) UnmarshalJSON(b []byte) error
- type TSSnapshotScheduleInfoPB
- func (*TSSnapshotScheduleInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *TSSnapshotScheduleInfoPB) GetId() []byte
- func (x *TSSnapshotScheduleInfoPB) GetLastSnapshotHybridTime() uint64
- func (m *TSSnapshotScheduleInfoPB) MarshalJSON() ([]byte, error)
- func (*TSSnapshotScheduleInfoPB) ProtoMessage()
- func (x *TSSnapshotScheduleInfoPB) ProtoReflect() protoreflect.Message
- func (x *TSSnapshotScheduleInfoPB) Reset()
- func (x *TSSnapshotScheduleInfoPB) String() string
- func (m *TSSnapshotScheduleInfoPB) UnmarshalJSON(b []byte) error
- type TSSnapshotSchedulesInfoPB
- func (*TSSnapshotSchedulesInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *TSSnapshotSchedulesInfoPB) GetSchedules() []*TSSnapshotScheduleInfoPB
- func (m *TSSnapshotSchedulesInfoPB) MarshalJSON() ([]byte, error)
- func (*TSSnapshotSchedulesInfoPB) ProtoMessage()
- func (x *TSSnapshotSchedulesInfoPB) ProtoReflect() protoreflect.Message
- func (x *TSSnapshotSchedulesInfoPB) Reset()
- func (x *TSSnapshotSchedulesInfoPB) String() string
- func (m *TSSnapshotSchedulesInfoPB) UnmarshalJSON(b []byte) error
- type TSToMasterCommonPB
- func (*TSToMasterCommonPB) Descriptor() ([]byte, []int)deprecated
- func (x *TSToMasterCommonPB) GetTsInstance() *common.NodeInstancePB
- func (m *TSToMasterCommonPB) MarshalJSON() ([]byte, error)
- func (*TSToMasterCommonPB) ProtoMessage()
- func (x *TSToMasterCommonPB) ProtoReflect() protoreflect.Message
- func (x *TSToMasterCommonPB) Reset()
- func (x *TSToMasterCommonPB) String() string
- func (m *TSToMasterCommonPB) UnmarshalJSON(b []byte) error
- type TServerMetricsPB
- func (*TServerMetricsPB) Descriptor() ([]byte, []int)deprecated
- func (x *TServerMetricsPB) GetNumSstFiles() uint64
- func (x *TServerMetricsPB) GetPathMetrics() []*TServerMetricsPB_PathMetrics
- func (x *TServerMetricsPB) GetReadOpsPerSec() float64
- func (x *TServerMetricsPB) GetTotalRamUsage() int64
- func (x *TServerMetricsPB) GetTotalSstFileSize() int64
- func (x *TServerMetricsPB) GetUncompressedSstFileSize() int64
- func (x *TServerMetricsPB) GetUptimeSeconds() uint64
- func (x *TServerMetricsPB) GetWriteOpsPerSec() float64
- func (m *TServerMetricsPB) MarshalJSON() ([]byte, error)
- func (*TServerMetricsPB) ProtoMessage()
- func (x *TServerMetricsPB) ProtoReflect() protoreflect.Message
- func (x *TServerMetricsPB) Reset()
- func (x *TServerMetricsPB) String() string
- func (m *TServerMetricsPB) UnmarshalJSON(b []byte) error
- type TServerMetricsPB_PathMetrics
- func (*TServerMetricsPB_PathMetrics) Descriptor() ([]byte, []int)deprecated
- func (x *TServerMetricsPB_PathMetrics) GetPathId() []byte
- func (x *TServerMetricsPB_PathMetrics) GetTotalSpace() uint64
- func (x *TServerMetricsPB_PathMetrics) GetUsedSpace() uint64
- func (*TServerMetricsPB_PathMetrics) ProtoMessage()
- func (x *TServerMetricsPB_PathMetrics) ProtoReflect() protoreflect.Message
- func (x *TServerMetricsPB_PathMetrics) Reset()
- func (x *TServerMetricsPB_PathMetrics) String() string
- type TableIdentifierPB
- func (*TableIdentifierPB) Descriptor() ([]byte, []int)deprecated
- func (x *TableIdentifierPB) GetNamespace() *NamespaceIdentifierPB
- func (x *TableIdentifierPB) GetTableId() []byte
- func (x *TableIdentifierPB) GetTableName() string
- func (m *TableIdentifierPB) MarshalJSON() ([]byte, error)
- func (*TableIdentifierPB) ProtoMessage()
- func (x *TableIdentifierPB) ProtoReflect() protoreflect.Message
- func (x *TableIdentifierPB) Reset()
- func (x *TableIdentifierPB) String() string
- func (m *TableIdentifierPB) UnmarshalJSON(b []byte) error
- type TablegroupIdentifierPB
- func (*TablegroupIdentifierPB) Descriptor() ([]byte, []int)deprecated
- func (x *TablegroupIdentifierPB) GetId() []byte
- func (x *TablegroupIdentifierPB) GetName() string
- func (x *TablegroupIdentifierPB) GetNamespaceId() []byte
- func (m *TablegroupIdentifierPB) MarshalJSON() ([]byte, error)
- func (*TablegroupIdentifierPB) ProtoMessage()
- func (x *TablegroupIdentifierPB) ProtoReflect() protoreflect.Message
- func (x *TablegroupIdentifierPB) Reset()
- func (x *TablegroupIdentifierPB) String() string
- func (m *TablegroupIdentifierPB) UnmarshalJSON(b []byte) error
- type TabletForSplitPB
- func (*TabletForSplitPB) Descriptor() ([]byte, []int)deprecated
- func (x *TabletForSplitPB) GetSplitEncodedKey() []byte
- func (x *TabletForSplitPB) GetSplitPartitionKey() []byte
- func (x *TabletForSplitPB) GetTabletId() []byte
- func (m *TabletForSplitPB) MarshalJSON() ([]byte, error)
- func (*TabletForSplitPB) ProtoMessage()
- func (x *TabletForSplitPB) ProtoReflect() protoreflect.Message
- func (x *TabletForSplitPB) Reset()
- func (x *TabletForSplitPB) String() string
- func (m *TabletForSplitPB) UnmarshalJSON(b []byte) error
- type TabletLocationsPB
- func (*TabletLocationsPB) Descriptor() ([]byte, []int)deprecated
- func (x *TabletLocationsPB) GetEndKey() []byte
- func (x *TabletLocationsPB) GetExpectedLiveReplicas() int32
- func (x *TabletLocationsPB) GetExpectedReadReplicas() int32
- func (x *TabletLocationsPB) GetPartition() *common.PartitionPB
- func (x *TabletLocationsPB) GetReplicas() []*TabletLocationsPB_ReplicaPB
- func (x *TabletLocationsPB) GetSplitDepth() uint64
- func (x *TabletLocationsPB) GetSplitParentTabletId() []byte
- func (x *TabletLocationsPB) GetSplitTabletIds() [][]byte
- func (x *TabletLocationsPB) GetStale() bool
- func (x *TabletLocationsPB) GetStartKey() []byte
- func (x *TabletLocationsPB) GetTableId() []byte
- func (x *TabletLocationsPB) GetTableIds() [][]byte
- func (x *TabletLocationsPB) GetTabletId() []byte
- func (m *TabletLocationsPB) MarshalJSON() ([]byte, error)
- func (*TabletLocationsPB) ProtoMessage()
- func (x *TabletLocationsPB) ProtoReflect() protoreflect.Message
- func (x *TabletLocationsPB) Reset()
- func (x *TabletLocationsPB) String() string
- func (m *TabletLocationsPB) UnmarshalJSON(b []byte) error
- type TabletLocationsPB_ReplicaPB
- func (*TabletLocationsPB_ReplicaPB) Descriptor() ([]byte, []int)deprecated
- func (x *TabletLocationsPB_ReplicaPB) GetMemberType() common.RaftPeerPB_MemberType
- func (x *TabletLocationsPB_ReplicaPB) GetRole() common.RaftPeerPB_Role
- func (x *TabletLocationsPB_ReplicaPB) GetTsInfo() *TSInfoPB
- func (*TabletLocationsPB_ReplicaPB) ProtoMessage()
- func (x *TabletLocationsPB_ReplicaPB) ProtoReflect() protoreflect.Message
- func (x *TabletLocationsPB_ReplicaPB) Reset()
- func (x *TabletLocationsPB_ReplicaPB) String() string
- type TabletPathInfoPB
- func (*TabletPathInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *TabletPathInfoPB) GetListPath() []*ListTabletsOnPathPB
- func (m *TabletPathInfoPB) MarshalJSON() ([]byte, error)
- func (*TabletPathInfoPB) ProtoMessage()
- func (x *TabletPathInfoPB) ProtoReflect() protoreflect.Message
- func (x *TabletPathInfoPB) Reset()
- func (x *TabletPathInfoPB) String() string
- func (m *TabletPathInfoPB) UnmarshalJSON(b []byte) error
- type TabletReportPB
- func (*TabletReportPB) Descriptor() ([]byte, []int)deprecated
- func (x *TabletReportPB) GetIsIncremental() bool
- func (x *TabletReportPB) GetRemainingTabletCount() int32
- func (x *TabletReportPB) GetRemovedTabletIds() [][]byte
- func (x *TabletReportPB) GetSequenceNumber() int32
- func (x *TabletReportPB) GetUpdatedTablets() []*ReportedTabletPB
- func (m *TabletReportPB) MarshalJSON() ([]byte, error)
- func (*TabletReportPB) ProtoMessage()
- func (x *TabletReportPB) ProtoReflect() protoreflect.Message
- func (x *TabletReportPB) Reset()
- func (x *TabletReportPB) String() string
- func (m *TabletReportPB) UnmarshalJSON(b []byte) error
- type TabletReportUpdatesPB
- func (*TabletReportUpdatesPB) Descriptor() ([]byte, []int)deprecated
- func (x *TabletReportUpdatesPB) GetProcessingTruncated() bool
- func (x *TabletReportUpdatesPB) GetTablets() []*ReportedTabletUpdatesPB
- func (m *TabletReportUpdatesPB) MarshalJSON() ([]byte, error)
- func (*TabletReportUpdatesPB) ProtoMessage()
- func (x *TabletReportUpdatesPB) ProtoReflect() protoreflect.Message
- func (x *TabletReportUpdatesPB) Reset()
- func (x *TabletReportUpdatesPB) String() string
- func (m *TabletReportUpdatesPB) UnmarshalJSON(b []byte) error
- type TruncateTableRequestPB
- func (*TruncateTableRequestPB) Descriptor() ([]byte, []int)deprecated
- func (x *TruncateTableRequestPB) GetTableIds() [][]byte
- func (m *TruncateTableRequestPB) MarshalJSON() ([]byte, error)
- func (*TruncateTableRequestPB) ProtoMessage()
- func (x *TruncateTableRequestPB) ProtoReflect() protoreflect.Message
- func (x *TruncateTableRequestPB) Reset()
- func (x *TruncateTableRequestPB) String() string
- func (m *TruncateTableRequestPB) UnmarshalJSON(b []byte) error
- type TruncateTableResponsePB
- func (*TruncateTableResponsePB) Descriptor() ([]byte, []int)deprecated
- func (x *TruncateTableResponsePB) GetError() *MasterErrorPB
- func (m *TruncateTableResponsePB) MarshalJSON() ([]byte, error)
- func (*TruncateTableResponsePB) ProtoMessage()
- func (x *TruncateTableResponsePB) ProtoReflect() protoreflect.Message
- func (x *TruncateTableResponsePB) Reset()
- func (x *TruncateTableResponsePB) String() string
- func (m *TruncateTableResponsePB) UnmarshalJSON(b []byte) error
- type UDTypeIdentifierPB
- func (*UDTypeIdentifierPB) Descriptor() ([]byte, []int)deprecated
- func (x *UDTypeIdentifierPB) GetNamespace() *NamespaceIdentifierPB
- func (x *UDTypeIdentifierPB) GetTypeId() []byte
- func (x *UDTypeIdentifierPB) GetTypeName() string
- func (m *UDTypeIdentifierPB) MarshalJSON() ([]byte, error)
- func (*UDTypeIdentifierPB) ProtoMessage()
- func (x *UDTypeIdentifierPB) ProtoReflect() protoreflect.Message
- func (x *UDTypeIdentifierPB) Reset()
- func (x *UDTypeIdentifierPB) String() string
- func (m *UDTypeIdentifierPB) UnmarshalJSON(b []byte) error
- type UDTypeInfoPB
- func (*UDTypeInfoPB) Descriptor() ([]byte, []int)deprecated
- func (x *UDTypeInfoPB) GetFieldNames() []string
- func (x *UDTypeInfoPB) GetFieldTypes() []*common.QLTypePB
- func (x *UDTypeInfoPB) GetId() []byte
- func (x *UDTypeInfoPB) GetName() string
- func (x *UDTypeInfoPB) GetNamespace() *NamespaceIdentifierPB
- func (m *UDTypeInfoPB) MarshalJSON() ([]byte, error)
- func (*UDTypeInfoPB) ProtoMessage()
- func (x *UDTypeInfoPB) ProtoReflect() protoreflect.Message
- func (x *UDTypeInfoPB) Reset()
- func (x *UDTypeInfoPB) String() string
- func (m *UDTypeInfoPB) UnmarshalJSON(b []byte) error
Constants ¶
const ( Default_SysTabletsEntryPB_State = SysTabletsEntryPB_UNKNOWN Default_SysTabletsEntryPB_Colocated = bool(false) )
Default values for SysTabletsEntryPB fields.
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_Colocated = bool(false) Default_SysTablesEntryPB_UpdatesOnlyIndexPermissions = bool(false) )
Default values for SysTablesEntryPB fields.
const ( Default_SysNamespaceEntryPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL Default_SysNamespaceEntryPB_Colocated = bool(false) Default_SysNamespaceEntryPB_State = SysNamespaceEntryPB_UNKNOWN )
Default values for SysNamespaceEntryPB fields.
const ( Default_ReportedTabletPB_State = common.RaftGroupStatePB_UNKNOWN Default_ReportedTabletPB_TabletDataState = common.TabletDataState_TABLET_DATA_UNKNOWN )
Default values for ReportedTabletPB fields.
const ( Default_TSHeartbeatResponsePB_NeedsReregister = bool(false) Default_TSHeartbeatResponsePB_NeedsFullTabletReport = bool(false) )
Default values for TSHeartbeatResponsePB fields.
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_Colocated = bool(true) )
Default values for CreateTableRequestPB fields.
const ( Default_DumpMasterStateRequestPB_OnDisk = bool(true) Default_DumpMasterStateRequestPB_PeersAlso = bool(false) Default_DumpMasterStateRequestPB_ReturnDumpAsString = bool(false) )
Default values for DumpMasterStateRequestPB fields.
const ( Default_CreateNamespaceRequestPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL Default_CreateNamespaceRequestPB_Colocated = bool(false) )
Default values for CreateNamespaceRequestPB fields.
const (
Default_AlterTableRequestPB_ForceSendAlterRequest = bool(false)
)
Default values for AlterTableRequestPB fields.
const (
Default_AlterTableRequestPB_Step_Type = AlterTableRequestPB_UNKNOWN
)
Default values for AlterTableRequestPB_Step fields.
const (
Default_DeleteNamespaceRequestPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL
)
Default values for DeleteNamespaceRequestPB fields.
const (
Default_DeleteTableRequestPB_IsIndexTable = bool(false)
)
Default values for DeleteTableRequestPB fields.
const (
Default_GetTableLocationsRequestPB_MaxReturnedLocations = uint32(10)
)
Default values for GetTableLocationsRequestPB fields.
const (
Default_GetTableSchemaResponsePB_IsCompatibleWithPreviousVersion = bool(false)
)
Default values for GetTableSchemaResponsePB fields.
const (
Default_GrantRevokePermissionRequestPB_Revoke = bool(false)
)
Default values for GrantRevokePermissionRequestPB fields.
const (
Default_GrantRevokeRoleRequestPB_Revoke = bool(false)
)
Default values for GrantRevokeRoleRequestPB fields.
const (
Default_ListNamespacesRequestPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL
)
Default values for ListNamespacesRequestPB fields.
const (
Default_ListTablesRequestPB_ExcludeSystemTables = bool(false)
)
Default values for ListTablesRequestPB fields.
const (
Default_ListTablesResponsePB_TableInfo_RelationType = RelationType_USER_TABLE_RELATION
)
Default values for ListTablesResponsePB_TableInfo fields.
const (
Default_ListTabletServersRequestPB_PrimaryOnly = bool(false)
)
Default values for ListTabletServersRequestPB fields.
const (
Default_NamespaceIdentifierPB_DatabaseType = common.YQLDatabase_YQL_DATABASE_CQL
)
Default values for NamespaceIdentifierPB fields.
const (
Default_SysCDCStreamEntryPB_State = SysCDCStreamEntryPB_ACTIVE
)
Default values for SysCDCStreamEntryPB fields.
const (
Default_SysUniverseReplicationEntryPB_State = SysUniverseReplicationEntryPB_INITIALIZING
)
Default values for SysUniverseReplicationEntryPB fields.
const (
Default_TabletReportUpdatesPB_ProcessingTruncated = bool(false)
)
Default values for TabletReportUpdatesPB fields.
Variables ¶
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 (x *AddUniverseKeysResponsePB) GetError() *MasterErrorPB
func (*AddUniverseKeysResponsePB) MarshalJSON ¶
func (m *AddUniverseKeysResponsePB) MarshalJSON() ([]byte, error)
func (*AddUniverseKeysResponsePB) ProtoMessage ¶
func (*AddUniverseKeysResponsePB) ProtoMessage()
func (*AddUniverseKeysResponsePB) ProtoReflect ¶
func (x *AddUniverseKeysResponsePB) ProtoReflect() protoreflect.Message
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 (x *AlterNamespaceRequestPB) GetNamespace() *NamespaceIdentifierPB
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 (x *AlterTableRequestPB_AddColumn) GetSchema() *common.ColumnSchemaPB
func (*AlterTableRequestPB_AddColumn) ProtoMessage ¶
func (*AlterTableRequestPB_AddColumn) ProtoMessage()
func (*AlterTableRequestPB_AddColumn) ProtoReflect ¶
func (x *AlterTableRequestPB_AddColumn) ProtoReflect() protoreflect.Message
func (*AlterTableRequestPB_AddColumn) Reset ¶
func (x *AlterTableRequestPB_AddColumn) Reset()
func (*AlterTableRequestPB_AddColumn) String ¶
func (x *AlterTableRequestPB_AddColumn) String() 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 (x *AlterTableRequestPB_DropColumn) GetName() string
func (*AlterTableRequestPB_DropColumn) ProtoMessage ¶
func (*AlterTableRequestPB_DropColumn) ProtoMessage()
func (*AlterTableRequestPB_DropColumn) ProtoReflect ¶
func (x *AlterTableRequestPB_DropColumn) ProtoReflect() protoreflect.Message
func (*AlterTableRequestPB_DropColumn) Reset ¶
func (x *AlterTableRequestPB_DropColumn) Reset()
func (*AlterTableRequestPB_DropColumn) String ¶
func (x *AlterTableRequestPB_DropColumn) String() 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 (x *AlterTableRequestPB_RenameColumn) ProtoReflect() protoreflect.Message
func (*AlterTableRequestPB_RenameColumn) Reset ¶
func (x *AlterTableRequestPB_RenameColumn) Reset()
func (*AlterTableRequestPB_RenameColumn) String ¶
func (x *AlterTableRequestPB_RenameColumn) String() 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 (x *AlterTableRequestPB_Step) GetAddColumn() *AlterTableRequestPB_AddColumn
func (*AlterTableRequestPB_Step) GetDropColumn ¶
func (x *AlterTableRequestPB_Step) GetDropColumn() *AlterTableRequestPB_DropColumn
func (*AlterTableRequestPB_Step) GetRenameColumn ¶
func (x *AlterTableRequestPB_Step) GetRenameColumn() *AlterTableRequestPB_RenameColumn
func (*AlterTableRequestPB_Step) GetType ¶
func (x *AlterTableRequestPB_Step) GetType() AlterTableRequestPB_StepType
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) Descriptor() protoreflect.EnumDescriptor
func (AlterTableRequestPB_StepType) Enum ¶
func (x AlterTableRequestPB_StepType) Enum() *AlterTableRequestPB_StepType
func (AlterTableRequestPB_StepType) EnumDescriptor
deprecated
func (AlterTableRequestPB_StepType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AlterTableRequestPB_StepType.Descriptor instead.
func (AlterTableRequestPB_StepType) Number ¶
func (x AlterTableRequestPB_StepType) Number() protoreflect.EnumNumber
func (AlterTableRequestPB_StepType) String ¶
func (x AlterTableRequestPB_StepType) String() string
func (AlterTableRequestPB_StepType) Type ¶
func (AlterTableRequestPB_StepType) Type() protoreflect.EnumType
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 (x *AlterUniverseReplicationRequestPB) ProtoReflect() protoreflect.Message
func (*AlterUniverseReplicationRequestPB) Reset ¶
func (x *AlterUniverseReplicationRequestPB) Reset()
func (*AlterUniverseReplicationRequestPB) String ¶
func (x *AlterUniverseReplicationRequestPB) String() 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 (x *AlterUniverseReplicationResponsePB) GetError() *MasterErrorPB
func (*AlterUniverseReplicationResponsePB) MarshalJSON ¶
func (m *AlterUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)
func (*AlterUniverseReplicationResponsePB) ProtoMessage ¶
func (*AlterUniverseReplicationResponsePB) ProtoMessage()
func (*AlterUniverseReplicationResponsePB) ProtoReflect ¶
func (x *AlterUniverseReplicationResponsePB) ProtoReflect() protoreflect.Message
func (*AlterUniverseReplicationResponsePB) Reset ¶
func (x *AlterUniverseReplicationResponsePB) Reset()
func (*AlterUniverseReplicationResponsePB) String ¶
func (x *AlterUniverseReplicationResponsePB) String() 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 (x *AreLeadersOnPreferredOnlyRequestPB) ProtoReflect() protoreflect.Message
func (*AreLeadersOnPreferredOnlyRequestPB) Reset ¶
func (x *AreLeadersOnPreferredOnlyRequestPB) Reset()
func (*AreLeadersOnPreferredOnlyRequestPB) String ¶
func (x *AreLeadersOnPreferredOnlyRequestPB) String() 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 (x *AreLeadersOnPreferredOnlyResponsePB) GetError() *MasterErrorPB
func (*AreLeadersOnPreferredOnlyResponsePB) MarshalJSON ¶
func (m *AreLeadersOnPreferredOnlyResponsePB) MarshalJSON() ([]byte, error)
func (*AreLeadersOnPreferredOnlyResponsePB) ProtoMessage ¶
func (*AreLeadersOnPreferredOnlyResponsePB) ProtoMessage()
func (*AreLeadersOnPreferredOnlyResponsePB) ProtoReflect ¶
func (x *AreLeadersOnPreferredOnlyResponsePB) ProtoReflect() protoreflect.Message
func (*AreLeadersOnPreferredOnlyResponsePB) Reset ¶
func (x *AreLeadersOnPreferredOnlyResponsePB) Reset()
func (*AreLeadersOnPreferredOnlyResponsePB) String ¶
func (x *AreLeadersOnPreferredOnlyResponsePB) String() 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 (x *AreTransactionLeadersSpreadRequestPB) ProtoReflect() protoreflect.Message
func (*AreTransactionLeadersSpreadRequestPB) Reset ¶
func (x *AreTransactionLeadersSpreadRequestPB) Reset()
func (*AreTransactionLeadersSpreadRequestPB) String ¶
func (x *AreTransactionLeadersSpreadRequestPB) String() 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 (x *AreTransactionLeadersSpreadResponsePB) GetError() *MasterErrorPB
func (*AreTransactionLeadersSpreadResponsePB) MarshalJSON ¶
func (m *AreTransactionLeadersSpreadResponsePB) MarshalJSON() ([]byte, error)
func (*AreTransactionLeadersSpreadResponsePB) ProtoMessage ¶
func (*AreTransactionLeadersSpreadResponsePB) ProtoMessage()
func (*AreTransactionLeadersSpreadResponsePB) ProtoReflect ¶
func (x *AreTransactionLeadersSpreadResponsePB) ProtoReflect() protoreflect.Message
func (*AreTransactionLeadersSpreadResponsePB) Reset ¶
func (x *AreTransactionLeadersSpreadResponsePB) Reset()
func (*AreTransactionLeadersSpreadResponsePB) String ¶
func (x *AreTransactionLeadersSpreadResponsePB) String() 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) Descriptor() protoreflect.EnumDescriptor
func (BackfillJobPB_State) Enum ¶
func (x BackfillJobPB_State) Enum() *BackfillJobPB_State
func (BackfillJobPB_State) EnumDescriptor
deprecated
func (BackfillJobPB_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use BackfillJobPB_State.Descriptor instead.
func (BackfillJobPB_State) Number ¶
func (x BackfillJobPB_State) Number() protoreflect.EnumNumber
func (BackfillJobPB_State) String ¶
func (x BackfillJobPB_State) String() string
func (BackfillJobPB_State) Type ¶
func (BackfillJobPB_State) Type() protoreflect.EnumType
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 (x *ChangeEncryptionInfoRequestPB) ProtoReflect() protoreflect.Message
func (*ChangeEncryptionInfoRequestPB) Reset ¶
func (x *ChangeEncryptionInfoRequestPB) Reset()
func (*ChangeEncryptionInfoRequestPB) String ¶
func (x *ChangeEncryptionInfoRequestPB) String() 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 (x *ChangeEncryptionInfoResponsePB) GetError() *MasterErrorPB
func (*ChangeEncryptionInfoResponsePB) MarshalJSON ¶
func (m *ChangeEncryptionInfoResponsePB) MarshalJSON() ([]byte, error)
func (*ChangeEncryptionInfoResponsePB) ProtoMessage ¶
func (*ChangeEncryptionInfoResponsePB) ProtoMessage()
func (*ChangeEncryptionInfoResponsePB) ProtoReflect ¶
func (x *ChangeEncryptionInfoResponsePB) ProtoReflect() protoreflect.Message
func (*ChangeEncryptionInfoResponsePB) Reset ¶
func (x *ChangeEncryptionInfoResponsePB) Reset()
func (*ChangeEncryptionInfoResponsePB) String ¶
func (x *ChangeEncryptionInfoResponsePB) String() 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 (x *ChangeLoadBalancerStateRequestPB) ProtoReflect() protoreflect.Message
func (*ChangeLoadBalancerStateRequestPB) Reset ¶
func (x *ChangeLoadBalancerStateRequestPB) Reset()
func (*ChangeLoadBalancerStateRequestPB) String ¶
func (x *ChangeLoadBalancerStateRequestPB) String() 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 (x *ChangeLoadBalancerStateResponsePB) GetError() *MasterErrorPB
func (*ChangeLoadBalancerStateResponsePB) MarshalJSON ¶
func (m *ChangeLoadBalancerStateResponsePB) MarshalJSON() ([]byte, error)
func (*ChangeLoadBalancerStateResponsePB) ProtoMessage ¶
func (*ChangeLoadBalancerStateResponsePB) ProtoMessage()
func (*ChangeLoadBalancerStateResponsePB) ProtoReflect ¶
func (x *ChangeLoadBalancerStateResponsePB) ProtoReflect() protoreflect.Message
func (*ChangeLoadBalancerStateResponsePB) Reset ¶
func (x *ChangeLoadBalancerStateResponsePB) Reset()
func (*ChangeLoadBalancerStateResponsePB) String ¶
func (x *ChangeLoadBalancerStateResponsePB) String() 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 (x *ChangeMasterClusterConfigRequestPB) GetClusterConfig() *SysClusterConfigEntryPB
func (*ChangeMasterClusterConfigRequestPB) MarshalJSON ¶
func (m *ChangeMasterClusterConfigRequestPB) MarshalJSON() ([]byte, error)
func (*ChangeMasterClusterConfigRequestPB) ProtoMessage ¶
func (*ChangeMasterClusterConfigRequestPB) ProtoMessage()
func (*ChangeMasterClusterConfigRequestPB) ProtoReflect ¶
func (x *ChangeMasterClusterConfigRequestPB) ProtoReflect() protoreflect.Message
func (*ChangeMasterClusterConfigRequestPB) Reset ¶
func (x *ChangeMasterClusterConfigRequestPB) Reset()
func (*ChangeMasterClusterConfigRequestPB) String ¶
func (x *ChangeMasterClusterConfigRequestPB) String() 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 (x *ChangeMasterClusterConfigResponsePB) GetError() *MasterErrorPB
func (*ChangeMasterClusterConfigResponsePB) MarshalJSON ¶
func (m *ChangeMasterClusterConfigResponsePB) MarshalJSON() ([]byte, error)
func (*ChangeMasterClusterConfigResponsePB) ProtoMessage ¶
func (*ChangeMasterClusterConfigResponsePB) ProtoMessage()
func (*ChangeMasterClusterConfigResponsePB) ProtoReflect ¶
func (x *ChangeMasterClusterConfigResponsePB) ProtoReflect() protoreflect.Message
func (*ChangeMasterClusterConfigResponsePB) Reset ¶
func (x *ChangeMasterClusterConfigResponsePB) Reset()
func (*ChangeMasterClusterConfigResponsePB) String ¶
func (x *ChangeMasterClusterConfigResponsePB) String() 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 (x *CreateCDCStreamResponsePB) GetError() *MasterErrorPB
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 (x *CreateCDCStreamResponsePB) ProtoReflect() protoreflect.Message
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 (x *CreateNamespaceRequestPB) GetTransaction() *common.TransactionMetadataPB
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 (x *CreateNamespaceResponsePB) GetError() *MasterErrorPB
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 (x *CreateNamespaceResponsePB) ProtoReflect() protoreflect.Message
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? // 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 (x *CreateTablegroupRequestPB) ProtoReflect() protoreflect.Message
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 (x *CreateTablegroupResponsePB) GetError() *MasterErrorPB
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 (x *CreateTablegroupResponsePB) ProtoReflect() protoreflect.Message
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 (x *DeleteCDCStreamResponsePB) GetError() *MasterErrorPB
func (*DeleteCDCStreamResponsePB) MarshalJSON ¶
func (m *DeleteCDCStreamResponsePB) MarshalJSON() ([]byte, error)
func (*DeleteCDCStreamResponsePB) ProtoMessage ¶
func (*DeleteCDCStreamResponsePB) ProtoMessage()
func (*DeleteCDCStreamResponsePB) ProtoReflect ¶
func (x *DeleteCDCStreamResponsePB) ProtoReflect() protoreflect.Message
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 (x *DeleteNamespaceRequestPB) GetNamespace() *NamespaceIdentifierPB
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 (x *DeleteNamespaceResponsePB) GetError() *MasterErrorPB
func (*DeleteNamespaceResponsePB) MarshalJSON ¶
func (m *DeleteNamespaceResponsePB) MarshalJSON() ([]byte, error)
func (*DeleteNamespaceResponsePB) ProtoMessage ¶
func (*DeleteNamespaceResponsePB) ProtoMessage()
func (*DeleteNamespaceResponsePB) ProtoReflect ¶
func (x *DeleteNamespaceResponsePB) ProtoReflect() protoreflect.Message
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 (x *DeleteTablegroupRequestPB) ProtoReflect() protoreflect.Message
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 (x *DeleteTablegroupResponsePB) GetError() *MasterErrorPB
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 (x *DeleteTablegroupResponsePB) ProtoReflect() protoreflect.Message
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 (x *DeleteUDTypeRequestPB) GetType() *UDTypeIdentifierPB
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 (x *DeleteUniverseReplicationRequestPB) ProtoReflect() protoreflect.Message
func (*DeleteUniverseReplicationRequestPB) Reset ¶
func (x *DeleteUniverseReplicationRequestPB) Reset()
func (*DeleteUniverseReplicationRequestPB) String ¶
func (x *DeleteUniverseReplicationRequestPB) String() 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 (x *DeleteUniverseReplicationResponsePB) GetError() *MasterErrorPB
func (*DeleteUniverseReplicationResponsePB) MarshalJSON ¶
func (m *DeleteUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)
func (*DeleteUniverseReplicationResponsePB) ProtoMessage ¶
func (*DeleteUniverseReplicationResponsePB) ProtoMessage()
func (*DeleteUniverseReplicationResponsePB) ProtoReflect ¶
func (x *DeleteUniverseReplicationResponsePB) ProtoReflect() protoreflect.Message
func (*DeleteUniverseReplicationResponsePB) Reset ¶
func (x *DeleteUniverseReplicationResponsePB) Reset()
func (*DeleteUniverseReplicationResponsePB) String ¶
func (x *DeleteUniverseReplicationResponsePB) String() 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 (x *DumpMasterStateResponsePB) GetError() *MasterErrorPB
func (*DumpMasterStateResponsePB) MarshalJSON ¶
func (m *DumpMasterStateResponsePB) MarshalJSON() ([]byte, error)
func (*DumpMasterStateResponsePB) ProtoMessage ¶
func (*DumpMasterStateResponsePB) ProtoMessage()
func (*DumpMasterStateResponsePB) ProtoReflect ¶
func (x *DumpMasterStateResponsePB) ProtoReflect() protoreflect.Message
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 (x *GetColocatedTabletSchemaRequestPB) ProtoReflect() protoreflect.Message
func (*GetColocatedTabletSchemaRequestPB) Reset ¶
func (x *GetColocatedTabletSchemaRequestPB) Reset()
func (*GetColocatedTabletSchemaRequestPB) String ¶
func (x *GetColocatedTabletSchemaRequestPB) String() 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 (x *GetColocatedTabletSchemaResponsePB) GetError() *MasterErrorPB
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 (x *GetColocatedTabletSchemaResponsePB) ProtoReflect() protoreflect.Message
func (*GetColocatedTabletSchemaResponsePB) Reset ¶
func (x *GetColocatedTabletSchemaResponsePB) Reset()
func (*GetColocatedTabletSchemaResponsePB) String ¶
func (x *GetColocatedTabletSchemaResponsePB) String() 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 (x *GetLeaderBlacklistPercentRequestPB) ProtoReflect() protoreflect.Message
func (*GetLeaderBlacklistPercentRequestPB) Reset ¶
func (x *GetLeaderBlacklistPercentRequestPB) Reset()
func (*GetLeaderBlacklistPercentRequestPB) String ¶
func (x *GetLeaderBlacklistPercentRequestPB) String() 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 (x *GetLoadBalancerStateRequestPB) ProtoReflect() protoreflect.Message
func (*GetLoadBalancerStateRequestPB) Reset ¶
func (x *GetLoadBalancerStateRequestPB) Reset()
func (*GetLoadBalancerStateRequestPB) String ¶
func (x *GetLoadBalancerStateRequestPB) String() 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 (x *GetLoadBalancerStateResponsePB) GetError() *MasterErrorPB
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 (x *GetLoadBalancerStateResponsePB) ProtoReflect() protoreflect.Message
func (*GetLoadBalancerStateResponsePB) Reset ¶
func (x *GetLoadBalancerStateResponsePB) Reset()
func (*GetLoadBalancerStateResponsePB) String ¶
func (x *GetLoadBalancerStateResponsePB) String() 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 (x *GetLoadMovePercentRequestPB) ProtoReflect() protoreflect.Message
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 (x *GetLoadMovePercentResponsePB) GetError() *MasterErrorPB
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 (x *GetLoadMovePercentResponsePB) ProtoReflect() protoreflect.Message
func (*GetLoadMovePercentResponsePB) Reset ¶
func (x *GetLoadMovePercentResponsePB) Reset()
func (*GetLoadMovePercentResponsePB) String ¶
func (x *GetLoadMovePercentResponsePB) String() 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 (x *GetMasterClusterConfigRequestPB) ProtoReflect() protoreflect.Message
func (*GetMasterClusterConfigRequestPB) Reset ¶
func (x *GetMasterClusterConfigRequestPB) Reset()
func (*GetMasterClusterConfigRequestPB) String ¶
func (x *GetMasterClusterConfigRequestPB) String() 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 (x *GetMasterClusterConfigResponsePB) GetClusterConfig() *SysClusterConfigEntryPB
func (*GetMasterClusterConfigResponsePB) GetError ¶
func (x *GetMasterClusterConfigResponsePB) GetError() *MasterErrorPB
func (*GetMasterClusterConfigResponsePB) MarshalJSON ¶
func (m *GetMasterClusterConfigResponsePB) MarshalJSON() ([]byte, error)
func (*GetMasterClusterConfigResponsePB) ProtoMessage ¶
func (*GetMasterClusterConfigResponsePB) ProtoMessage()
func (*GetMasterClusterConfigResponsePB) ProtoReflect ¶
func (x *GetMasterClusterConfigResponsePB) ProtoReflect() protoreflect.Message
func (*GetMasterClusterConfigResponsePB) Reset ¶
func (x *GetMasterClusterConfigResponsePB) Reset()
func (*GetMasterClusterConfigResponsePB) String ¶
func (x *GetMasterClusterConfigResponsePB) String() 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 (x *GetMasterRegistrationRequestPB) ProtoReflect() protoreflect.Message
func (*GetMasterRegistrationRequestPB) Reset ¶
func (x *GetMasterRegistrationRequestPB) Reset()
func (*GetMasterRegistrationRequestPB) String ¶
func (x *GetMasterRegistrationRequestPB) String() 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 (x *GetMasterRegistrationResponsePB) GetError() *MasterErrorPB
func (*GetMasterRegistrationResponsePB) GetInstanceId ¶
func (x *GetMasterRegistrationResponsePB) GetInstanceId() *common.NodeInstancePB
func (*GetMasterRegistrationResponsePB) GetRegistration ¶
func (x *GetMasterRegistrationResponsePB) GetRegistration() *common.ServerRegistrationPB
func (*GetMasterRegistrationResponsePB) GetRole ¶
func (x *GetMasterRegistrationResponsePB) GetRole() common.RaftPeerPB_Role
func (*GetMasterRegistrationResponsePB) MarshalJSON ¶
func (m *GetMasterRegistrationResponsePB) MarshalJSON() ([]byte, error)
func (*GetMasterRegistrationResponsePB) ProtoMessage ¶
func (*GetMasterRegistrationResponsePB) ProtoMessage()
func (*GetMasterRegistrationResponsePB) ProtoReflect ¶
func (x *GetMasterRegistrationResponsePB) ProtoReflect() protoreflect.Message
func (*GetMasterRegistrationResponsePB) Reset ¶
func (x *GetMasterRegistrationResponsePB) Reset()
func (*GetMasterRegistrationResponsePB) String ¶
func (x *GetMasterRegistrationResponsePB) String() 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 (x *GetNamespaceInfoRequestPB) GetNamespace() *NamespaceIdentifierPB
func (*GetNamespaceInfoRequestPB) MarshalJSON ¶
func (m *GetNamespaceInfoRequestPB) MarshalJSON() ([]byte, error)
func (*GetNamespaceInfoRequestPB) ProtoMessage ¶
func (*GetNamespaceInfoRequestPB) ProtoMessage()
func (*GetNamespaceInfoRequestPB) ProtoReflect ¶
func (x *GetNamespaceInfoRequestPB) ProtoReflect() protoreflect.Message
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 (x *GetNamespaceInfoResponsePB) GetError() *MasterErrorPB
func (*GetNamespaceInfoResponsePB) GetNamespace ¶
func (x *GetNamespaceInfoResponsePB) GetNamespace() *NamespaceIdentifierPB
func (*GetNamespaceInfoResponsePB) MarshalJSON ¶
func (m *GetNamespaceInfoResponsePB) MarshalJSON() ([]byte, error)
func (*GetNamespaceInfoResponsePB) ProtoMessage ¶
func (*GetNamespaceInfoResponsePB) ProtoMessage()
func (*GetNamespaceInfoResponsePB) ProtoReflect ¶
func (x *GetNamespaceInfoResponsePB) ProtoReflect() protoreflect.Message
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 (x *GetTableLocationsRequestPB) GetTable() *TableIdentifierPB
func (*GetTableLocationsRequestPB) MarshalJSON ¶
func (m *GetTableLocationsRequestPB) MarshalJSON() ([]byte, error)
func (*GetTableLocationsRequestPB) ProtoMessage ¶
func (*GetTableLocationsRequestPB) ProtoMessage()
func (*GetTableLocationsRequestPB) ProtoReflect ¶
func (x *GetTableLocationsRequestPB) ProtoReflect() protoreflect.Message
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 (x *GetTableLocationsResponsePB) GetError() *MasterErrorPB
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 (x *GetTableLocationsResponsePB) ProtoReflect() protoreflect.Message
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 (x *GetTableSchemaRequestPB) GetTable() *TableIdentifierPB
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 (x *GetTabletLocationsRequestPB) ProtoReflect() protoreflect.Message
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 (x *GetTabletLocationsResponsePB) GetError() *MasterErrorPB
func (*GetTabletLocationsResponsePB) GetErrors ¶
func (x *GetTabletLocationsResponsePB) GetErrors() []*GetTabletLocationsResponsePB_Error
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 (x *GetTabletLocationsResponsePB) ProtoReflect() protoreflect.Message
func (*GetTabletLocationsResponsePB) Reset ¶
func (x *GetTabletLocationsResponsePB) Reset()
func (*GetTabletLocationsResponsePB) String ¶
func (x *GetTabletLocationsResponsePB) String() 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 (x *GetTabletLocationsResponsePB_Error) GetStatus() *common.AppStatusPB
func (*GetTabletLocationsResponsePB_Error) GetTabletId ¶
func (x *GetTabletLocationsResponsePB_Error) GetTabletId() []byte
func (*GetTabletLocationsResponsePB_Error) ProtoMessage ¶
func (*GetTabletLocationsResponsePB_Error) ProtoMessage()
func (*GetTabletLocationsResponsePB_Error) ProtoReflect ¶
func (x *GetTabletLocationsResponsePB_Error) ProtoReflect() protoreflect.Message
func (*GetTabletLocationsResponsePB_Error) Reset ¶
func (x *GetTabletLocationsResponsePB_Error) Reset()
func (*GetTabletLocationsResponsePB_Error) String ¶
func (x *GetTabletLocationsResponsePB_Error) String() 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 (x *GetUDTypeInfoRequestPB) GetType() *UDTypeIdentifierPB
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 (x *GetUniverseKeyRegistryRequestPB) ProtoReflect() protoreflect.Message
func (*GetUniverseKeyRegistryRequestPB) Reset ¶
func (x *GetUniverseKeyRegistryRequestPB) Reset()
func (*GetUniverseKeyRegistryRequestPB) String ¶
func (x *GetUniverseKeyRegistryRequestPB) String() 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 (x *GetUniverseKeyRegistryResponsePB) GetError() *MasterErrorPB
func (*GetUniverseKeyRegistryResponsePB) GetUniverseKeys ¶
func (x *GetUniverseKeyRegistryResponsePB) GetUniverseKeys() *util.UniverseKeysPB
func (*GetUniverseKeyRegistryResponsePB) MarshalJSON ¶
func (m *GetUniverseKeyRegistryResponsePB) MarshalJSON() ([]byte, error)
func (*GetUniverseKeyRegistryResponsePB) ProtoMessage ¶
func (*GetUniverseKeyRegistryResponsePB) ProtoMessage()
func (*GetUniverseKeyRegistryResponsePB) ProtoReflect ¶
func (x *GetUniverseKeyRegistryResponsePB) ProtoReflect() protoreflect.Message
func (*GetUniverseKeyRegistryResponsePB) Reset ¶
func (x *GetUniverseKeyRegistryResponsePB) Reset()
func (*GetUniverseKeyRegistryResponsePB) String ¶
func (x *GetUniverseKeyRegistryResponsePB) String() 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 (x *GetUniverseReplicationRequestPB) ProtoReflect() protoreflect.Message
func (*GetUniverseReplicationRequestPB) Reset ¶
func (x *GetUniverseReplicationRequestPB) Reset()
func (*GetUniverseReplicationRequestPB) String ¶
func (x *GetUniverseReplicationRequestPB) String() 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 (x *GetUniverseReplicationResponsePB) GetEntry() *SysUniverseReplicationEntryPB
func (*GetUniverseReplicationResponsePB) GetError ¶
func (x *GetUniverseReplicationResponsePB) GetError() *MasterErrorPB
func (*GetUniverseReplicationResponsePB) MarshalJSON ¶
func (m *GetUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)
func (*GetUniverseReplicationResponsePB) ProtoMessage ¶
func (*GetUniverseReplicationResponsePB) ProtoMessage()
func (*GetUniverseReplicationResponsePB) ProtoReflect ¶
func (x *GetUniverseReplicationResponsePB) ProtoReflect() protoreflect.Message
func (*GetUniverseReplicationResponsePB) Reset ¶
func (x *GetUniverseReplicationResponsePB) Reset()
func (*GetUniverseReplicationResponsePB) String ¶
func (x *GetUniverseReplicationResponsePB) String() 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 (x *GetYsqlCatalogConfigRequestPB) ProtoReflect() protoreflect.Message
func (*GetYsqlCatalogConfigRequestPB) Reset ¶
func (x *GetYsqlCatalogConfigRequestPB) Reset()
func (*GetYsqlCatalogConfigRequestPB) String ¶
func (x *GetYsqlCatalogConfigRequestPB) String() 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 (x *GetYsqlCatalogConfigResponsePB) GetError() *MasterErrorPB
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 (x *GetYsqlCatalogConfigResponsePB) ProtoReflect() protoreflect.Message
func (*GetYsqlCatalogConfigResponsePB) Reset ¶
func (x *GetYsqlCatalogConfigResponsePB) Reset()
func (*GetYsqlCatalogConfigResponsePB) String ¶
func (x *GetYsqlCatalogConfigResponsePB) String() 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 (x *GrantRevokePermissionRequestPB) GetNamespace() *NamespaceIdentifierPB
func (*GrantRevokePermissionRequestPB) GetPermission ¶
func (x *GrantRevokePermissionRequestPB) GetPermission() common.PermissionType
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 (x *GrantRevokePermissionRequestPB) ProtoReflect() protoreflect.Message
func (*GrantRevokePermissionRequestPB) Reset ¶
func (x *GrantRevokePermissionRequestPB) Reset()
func (*GrantRevokePermissionRequestPB) String ¶
func (x *GrantRevokePermissionRequestPB) String() 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 (x *GrantRevokePermissionResponsePB) GetError() *MasterErrorPB
func (*GrantRevokePermissionResponsePB) MarshalJSON ¶
func (m *GrantRevokePermissionResponsePB) MarshalJSON() ([]byte, error)
func (*GrantRevokePermissionResponsePB) ProtoMessage ¶
func (*GrantRevokePermissionResponsePB) ProtoMessage()
func (*GrantRevokePermissionResponsePB) ProtoReflect ¶
func (x *GrantRevokePermissionResponsePB) ProtoReflect() protoreflect.Message
func (*GrantRevokePermissionResponsePB) Reset ¶
func (x *GrantRevokePermissionResponsePB) Reset()
func (*GrantRevokePermissionResponsePB) String ¶
func (x *GrantRevokePermissionResponsePB) String() 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 (x *GrantRevokeRoleResponsePB) GetError() *MasterErrorPB
func (*GrantRevokeRoleResponsePB) MarshalJSON ¶
func (m *GrantRevokeRoleResponsePB) MarshalJSON() ([]byte, error)
func (*GrantRevokeRoleResponsePB) ProtoMessage ¶
func (*GrantRevokeRoleResponsePB) ProtoMessage()
func (*GrantRevokeRoleResponsePB) ProtoReflect ¶
func (x *GrantRevokeRoleResponsePB) ProtoReflect() protoreflect.Message
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 (x *HasUniverseKeyInMemoryRequestPB) ProtoReflect() protoreflect.Message
func (*HasUniverseKeyInMemoryRequestPB) Reset ¶
func (x *HasUniverseKeyInMemoryRequestPB) Reset()
func (*HasUniverseKeyInMemoryRequestPB) String ¶
func (x *HasUniverseKeyInMemoryRequestPB) String() 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 (x *HasUniverseKeyInMemoryResponsePB) GetError() *MasterErrorPB
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 (x *HasUniverseKeyInMemoryResponsePB) ProtoReflect() protoreflect.Message
func (*HasUniverseKeyInMemoryResponsePB) Reset ¶
func (x *HasUniverseKeyInMemoryResponsePB) Reset()
func (*HasUniverseKeyInMemoryResponsePB) String ¶
func (x *HasUniverseKeyInMemoryResponsePB) String() 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 (x *IsAlterTableDoneRequestPB) GetTable() *TableIdentifierPB
func (*IsAlterTableDoneRequestPB) MarshalJSON ¶
func (m *IsAlterTableDoneRequestPB) MarshalJSON() ([]byte, error)
func (*IsAlterTableDoneRequestPB) ProtoMessage ¶
func (*IsAlterTableDoneRequestPB) ProtoMessage()
func (*IsAlterTableDoneRequestPB) ProtoReflect ¶
func (x *IsAlterTableDoneRequestPB) ProtoReflect() protoreflect.Message
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 (x *IsAlterTableDoneResponsePB) GetError() *MasterErrorPB
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 (x *IsAlterTableDoneResponsePB) ProtoReflect() protoreflect.Message
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 (x *IsCreateNamespaceDoneRequestPB) GetNamespace() *NamespaceIdentifierPB
func (*IsCreateNamespaceDoneRequestPB) MarshalJSON ¶
func (m *IsCreateNamespaceDoneRequestPB) MarshalJSON() ([]byte, error)
func (*IsCreateNamespaceDoneRequestPB) ProtoMessage ¶
func (*IsCreateNamespaceDoneRequestPB) ProtoMessage()
func (*IsCreateNamespaceDoneRequestPB) ProtoReflect ¶
func (x *IsCreateNamespaceDoneRequestPB) ProtoReflect() protoreflect.Message
func (*IsCreateNamespaceDoneRequestPB) Reset ¶
func (x *IsCreateNamespaceDoneRequestPB) Reset()
func (*IsCreateNamespaceDoneRequestPB) String ¶
func (x *IsCreateNamespaceDoneRequestPB) String() 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 (x *IsCreateNamespaceDoneResponsePB) GetDone() bool
func (*IsCreateNamespaceDoneResponsePB) GetError ¶
func (x *IsCreateNamespaceDoneResponsePB) GetError() *MasterErrorPB
func (*IsCreateNamespaceDoneResponsePB) MarshalJSON ¶
func (m *IsCreateNamespaceDoneResponsePB) MarshalJSON() ([]byte, error)
func (*IsCreateNamespaceDoneResponsePB) ProtoMessage ¶
func (*IsCreateNamespaceDoneResponsePB) ProtoMessage()
func (*IsCreateNamespaceDoneResponsePB) ProtoReflect ¶
func (x *IsCreateNamespaceDoneResponsePB) ProtoReflect() protoreflect.Message
func (*IsCreateNamespaceDoneResponsePB) Reset ¶
func (x *IsCreateNamespaceDoneResponsePB) Reset()
func (*IsCreateNamespaceDoneResponsePB) String ¶
func (x *IsCreateNamespaceDoneResponsePB) String() 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 (x *IsCreateTableDoneRequestPB) GetTable() *TableIdentifierPB
func (*IsCreateTableDoneRequestPB) MarshalJSON ¶
func (m *IsCreateTableDoneRequestPB) MarshalJSON() ([]byte, error)
func (*IsCreateTableDoneRequestPB) ProtoMessage ¶
func (*IsCreateTableDoneRequestPB) ProtoMessage()
func (*IsCreateTableDoneRequestPB) ProtoReflect ¶
func (x *IsCreateTableDoneRequestPB) ProtoReflect() protoreflect.Message
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 (x *IsCreateTableDoneResponsePB) GetError() *MasterErrorPB
func (*IsCreateTableDoneResponsePB) MarshalJSON ¶
func (m *IsCreateTableDoneResponsePB) MarshalJSON() ([]byte, error)
func (*IsCreateTableDoneResponsePB) ProtoMessage ¶
func (*IsCreateTableDoneResponsePB) ProtoMessage()
func (*IsCreateTableDoneResponsePB) ProtoReflect ¶
func (x *IsCreateTableDoneResponsePB) ProtoReflect() protoreflect.Message
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 (x *IsDeleteNamespaceDoneRequestPB) GetNamespace() *NamespaceIdentifierPB
func (*IsDeleteNamespaceDoneRequestPB) MarshalJSON ¶
func (m *IsDeleteNamespaceDoneRequestPB) MarshalJSON() ([]byte, error)
func (*IsDeleteNamespaceDoneRequestPB) ProtoMessage ¶
func (*IsDeleteNamespaceDoneRequestPB) ProtoMessage()
func (*IsDeleteNamespaceDoneRequestPB) ProtoReflect ¶
func (x *IsDeleteNamespaceDoneRequestPB) ProtoReflect() protoreflect.Message
func (*IsDeleteNamespaceDoneRequestPB) Reset ¶
func (x *IsDeleteNamespaceDoneRequestPB) Reset()
func (*IsDeleteNamespaceDoneRequestPB) String ¶
func (x *IsDeleteNamespaceDoneRequestPB) String() 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 (x *IsDeleteNamespaceDoneResponsePB) GetDone() bool
func (*IsDeleteNamespaceDoneResponsePB) GetError ¶
func (x *IsDeleteNamespaceDoneResponsePB) GetError() *MasterErrorPB
func (*IsDeleteNamespaceDoneResponsePB) MarshalJSON ¶
func (m *IsDeleteNamespaceDoneResponsePB) MarshalJSON() ([]byte, error)
func (*IsDeleteNamespaceDoneResponsePB) ProtoMessage ¶
func (*IsDeleteNamespaceDoneResponsePB) ProtoMessage()
func (*IsDeleteNamespaceDoneResponsePB) ProtoReflect ¶
func (x *IsDeleteNamespaceDoneResponsePB) ProtoReflect() protoreflect.Message
func (*IsDeleteNamespaceDoneResponsePB) Reset ¶
func (x *IsDeleteNamespaceDoneResponsePB) Reset()
func (*IsDeleteNamespaceDoneResponsePB) String ¶
func (x *IsDeleteNamespaceDoneResponsePB) String() 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 (x *IsDeleteTableDoneRequestPB) ProtoReflect() protoreflect.Message
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 (x *IsDeleteTableDoneResponsePB) GetError() *MasterErrorPB
func (*IsDeleteTableDoneResponsePB) MarshalJSON ¶
func (m *IsDeleteTableDoneResponsePB) MarshalJSON() ([]byte, error)
func (*IsDeleteTableDoneResponsePB) ProtoMessage ¶
func (*IsDeleteTableDoneResponsePB) ProtoMessage()
func (*IsDeleteTableDoneResponsePB) ProtoReflect ¶
func (x *IsDeleteTableDoneResponsePB) ProtoReflect() protoreflect.Message
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 (x *IsEncryptionEnabledRequestPB) ProtoReflect() protoreflect.Message
func (*IsEncryptionEnabledRequestPB) Reset ¶
func (x *IsEncryptionEnabledRequestPB) Reset()
func (*IsEncryptionEnabledRequestPB) String ¶
func (x *IsEncryptionEnabledRequestPB) String() 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 (x *IsEncryptionEnabledResponsePB) GetError() *MasterErrorPB
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 (x *IsEncryptionEnabledResponsePB) ProtoReflect() protoreflect.Message
func (*IsEncryptionEnabledResponsePB) Reset ¶
func (x *IsEncryptionEnabledResponsePB) Reset()
func (*IsEncryptionEnabledResponsePB) String ¶
func (x *IsEncryptionEnabledResponsePB) String() 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 (x *IsFlushTablesDoneRequestPB) ProtoReflect() protoreflect.Message
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 (x *IsFlushTablesDoneResponsePB) GetError() *MasterErrorPB
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 (x *IsFlushTablesDoneResponsePB) ProtoReflect() protoreflect.Message
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 (x *IsLoadBalancerIdleRequestPB) ProtoReflect() protoreflect.Message
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 (x *IsLoadBalancerIdleResponsePB) GetError() *MasterErrorPB
func (*IsLoadBalancerIdleResponsePB) MarshalJSON ¶
func (m *IsLoadBalancerIdleResponsePB) MarshalJSON() ([]byte, error)
func (*IsLoadBalancerIdleResponsePB) ProtoMessage ¶
func (*IsLoadBalancerIdleResponsePB) ProtoMessage()
func (*IsLoadBalancerIdleResponsePB) ProtoReflect ¶
func (x *IsLoadBalancerIdleResponsePB) ProtoReflect() protoreflect.Message
func (*IsLoadBalancerIdleResponsePB) Reset ¶
func (x *IsLoadBalancerIdleResponsePB) Reset()
func (*IsLoadBalancerIdleResponsePB) String ¶
func (x *IsLoadBalancerIdleResponsePB) String() 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 (x *IsMasterLeaderReadyRequestPB) ProtoReflect() protoreflect.Message
func (*IsMasterLeaderReadyRequestPB) Reset ¶
func (x *IsMasterLeaderReadyRequestPB) Reset()
func (*IsMasterLeaderReadyRequestPB) String ¶
func (x *IsMasterLeaderReadyRequestPB) String() 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 (x *IsMasterLeaderReadyResponsePB) GetError() *MasterErrorPB
func (*IsMasterLeaderReadyResponsePB) MarshalJSON ¶
func (m *IsMasterLeaderReadyResponsePB) MarshalJSON() ([]byte, error)
func (*IsMasterLeaderReadyResponsePB) ProtoMessage ¶
func (*IsMasterLeaderReadyResponsePB) ProtoMessage()
func (*IsMasterLeaderReadyResponsePB) ProtoReflect ¶
func (x *IsMasterLeaderReadyResponsePB) ProtoReflect() protoreflect.Message
func (*IsMasterLeaderReadyResponsePB) Reset ¶
func (x *IsMasterLeaderReadyResponsePB) Reset()
func (*IsMasterLeaderReadyResponsePB) String ¶
func (x *IsMasterLeaderReadyResponsePB) String() 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 (x *IsTruncateTableDoneRequestPB) ProtoReflect() protoreflect.Message
func (*IsTruncateTableDoneRequestPB) Reset ¶
func (x *IsTruncateTableDoneRequestPB) Reset()
func (*IsTruncateTableDoneRequestPB) String ¶
func (x *IsTruncateTableDoneRequestPB) String() 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 (x *IsTruncateTableDoneResponsePB) GetError() *MasterErrorPB
func (*IsTruncateTableDoneResponsePB) MarshalJSON ¶
func (m *IsTruncateTableDoneResponsePB) MarshalJSON() ([]byte, error)
func (*IsTruncateTableDoneResponsePB) ProtoMessage ¶
func (*IsTruncateTableDoneResponsePB) ProtoMessage()
func (*IsTruncateTableDoneResponsePB) ProtoReflect ¶
func (x *IsTruncateTableDoneResponsePB) ProtoReflect() protoreflect.Message
func (*IsTruncateTableDoneResponsePB) Reset ¶
func (x *IsTruncateTableDoneResponsePB) Reset()
func (*IsTruncateTableDoneResponsePB) String ¶
func (x *IsTruncateTableDoneResponsePB) String() 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 (x *LaunchBackfillIndexForTableRequestPB) GetTableIdentifier() *TableIdentifierPB
func (*LaunchBackfillIndexForTableRequestPB) MarshalJSON ¶
func (m *LaunchBackfillIndexForTableRequestPB) MarshalJSON() ([]byte, error)
func (*LaunchBackfillIndexForTableRequestPB) ProtoMessage ¶
func (*LaunchBackfillIndexForTableRequestPB) ProtoMessage()
func (*LaunchBackfillIndexForTableRequestPB) ProtoReflect ¶
func (x *LaunchBackfillIndexForTableRequestPB) ProtoReflect() protoreflect.Message
func (*LaunchBackfillIndexForTableRequestPB) Reset ¶
func (x *LaunchBackfillIndexForTableRequestPB) Reset()
func (*LaunchBackfillIndexForTableRequestPB) String ¶
func (x *LaunchBackfillIndexForTableRequestPB) String() 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 (x *LaunchBackfillIndexForTableResponsePB) GetError() *MasterErrorPB
func (*LaunchBackfillIndexForTableResponsePB) MarshalJSON ¶
func (m *LaunchBackfillIndexForTableResponsePB) MarshalJSON() ([]byte, error)
func (*LaunchBackfillIndexForTableResponsePB) ProtoMessage ¶
func (*LaunchBackfillIndexForTableResponsePB) ProtoMessage()
func (*LaunchBackfillIndexForTableResponsePB) ProtoReflect ¶
func (x *LaunchBackfillIndexForTableResponsePB) ProtoReflect() protoreflect.Message
func (*LaunchBackfillIndexForTableResponsePB) Reset ¶
func (x *LaunchBackfillIndexForTableResponsePB) Reset()
func (*LaunchBackfillIndexForTableResponsePB) String ¶
func (x *LaunchBackfillIndexForTableResponsePB) String() 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 (x *ListMasterRaftPeersRequestPB) ProtoReflect() protoreflect.Message
func (*ListMasterRaftPeersRequestPB) Reset ¶
func (x *ListMasterRaftPeersRequestPB) Reset()
func (*ListMasterRaftPeersRequestPB) String ¶
func (x *ListMasterRaftPeersRequestPB) String() 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 (x *ListMasterRaftPeersResponsePB) GetError() *MasterErrorPB
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 (x *ListMasterRaftPeersResponsePB) ProtoReflect() protoreflect.Message
func (*ListMasterRaftPeersResponsePB) Reset ¶
func (x *ListMasterRaftPeersResponsePB) Reset()
func (*ListMasterRaftPeersResponsePB) String ¶
func (x *ListMasterRaftPeersResponsePB) String() 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 (x *ListTablegroupsResponsePB) GetError() *MasterErrorPB
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 (x *ListTablegroupsResponsePB) ProtoReflect() protoreflect.Message
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 (x *ListTablesResponsePB) GetTables() []*ListTablesResponsePB_TableInfo
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 (x *ListTablesResponsePB_TableInfo) GetName() string
func (*ListTablesResponsePB_TableInfo) GetNamespace ¶
func (x *ListTablesResponsePB_TableInfo) GetNamespace() *NamespaceIdentifierPB
func (*ListTablesResponsePB_TableInfo) GetRelationType ¶
func (x *ListTablesResponsePB_TableInfo) GetRelationType() RelationType
func (*ListTablesResponsePB_TableInfo) GetTableType ¶
func (x *ListTablesResponsePB_TableInfo) GetTableType() common.TableType
func (*ListTablesResponsePB_TableInfo) ProtoMessage ¶
func (*ListTablesResponsePB_TableInfo) ProtoMessage()
func (*ListTablesResponsePB_TableInfo) ProtoReflect ¶
func (x *ListTablesResponsePB_TableInfo) ProtoReflect() protoreflect.Message
func (*ListTablesResponsePB_TableInfo) Reset ¶
func (x *ListTablesResponsePB_TableInfo) Reset()
func (*ListTablesResponsePB_TableInfo) String ¶
func (x *ListTablesResponsePB_TableInfo) String() 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 (x *ListTabletServersRequestPB) ProtoReflect() protoreflect.Message
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 (x *ListTabletServersResponsePB) GetError() *MasterErrorPB
func (*ListTabletServersResponsePB) GetServers ¶
func (x *ListTabletServersResponsePB) GetServers() []*ListTabletServersResponsePB_Entry
func (*ListTabletServersResponsePB) MarshalJSON ¶
func (m *ListTabletServersResponsePB) MarshalJSON() ([]byte, error)
func (*ListTabletServersResponsePB) ProtoMessage ¶
func (*ListTabletServersResponsePB) ProtoMessage()
func (*ListTabletServersResponsePB) ProtoReflect ¶
func (x *ListTabletServersResponsePB) ProtoReflect() protoreflect.Message
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 (x *ListTabletServersResponsePB_Entry) GetAlive() bool
func (*ListTabletServersResponsePB_Entry) GetInstanceId ¶
func (x *ListTabletServersResponsePB_Entry) GetInstanceId() *common.NodeInstancePB
func (*ListTabletServersResponsePB_Entry) GetMetrics ¶
func (x *ListTabletServersResponsePB_Entry) GetMetrics() *TServerMetricsPB
func (*ListTabletServersResponsePB_Entry) GetMillisSinceHeartbeat ¶
func (x *ListTabletServersResponsePB_Entry) GetMillisSinceHeartbeat() int32
func (*ListTabletServersResponsePB_Entry) GetRegistration ¶
func (x *ListTabletServersResponsePB_Entry) GetRegistration() *TSRegistrationPB
func (*ListTabletServersResponsePB_Entry) ProtoMessage ¶
func (*ListTabletServersResponsePB_Entry) ProtoMessage()
func (*ListTabletServersResponsePB_Entry) ProtoReflect ¶
func (x *ListTabletServersResponsePB_Entry) ProtoReflect() protoreflect.Message
func (*ListTabletServersResponsePB_Entry) Reset ¶
func (x *ListTabletServersResponsePB_Entry) Reset()
func (*ListTabletServersResponsePB_Entry) String ¶
func (x *ListTabletServersResponsePB_Entry) String() 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 (x *ListTabletsOnPathPB) GetTablet() []*ListTabletsOnPathPB_TabletOnPath
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 (x *ListTabletsOnPathPB_TabletOnPath) ProtoReflect() protoreflect.Message
func (*ListTabletsOnPathPB_TabletOnPath) Reset ¶
func (x *ListTabletsOnPathPB_TabletOnPath) Reset()
func (*ListTabletsOnPathPB_TabletOnPath) String ¶
func (x *ListTabletsOnPathPB_TabletOnPath) String() 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) Descriptor() protoreflect.EnumDescriptor
func (MasterErrorPB_Code) Enum ¶
func (x MasterErrorPB_Code) Enum() *MasterErrorPB_Code
func (MasterErrorPB_Code) EnumDescriptor
deprecated
func (MasterErrorPB_Code) EnumDescriptor() ([]byte, []int)
Deprecated: Use MasterErrorPB_Code.Descriptor instead.
func (MasterErrorPB_Code) Number ¶
func (x MasterErrorPB_Code) Number() protoreflect.EnumNumber
func (MasterErrorPB_Code) String ¶
func (x MasterErrorPB_Code) String() string
func (MasterErrorPB_Code) Type ¶
func (MasterErrorPB_Code) Type() protoreflect.EnumType
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 ¶
func (*MasterServiceImpl) AddUniverseKeys ¶
func (s *MasterServiceImpl) AddUniverseKeys(request *AddUniverseKeysRequestPB) (*AddUniverseKeysResponsePB, error)
func (*MasterServiceImpl) AlterNamespace ¶
func (s *MasterServiceImpl) AlterNamespace(request *AlterNamespaceRequestPB) (*AlterNamespaceResponsePB, error)
func (*MasterServiceImpl) AlterRole ¶
func (s *MasterServiceImpl) AlterRole(request *AlterRoleRequestPB) (*AlterRoleResponsePB, error)
func (*MasterServiceImpl) AlterTable ¶
func (s *MasterServiceImpl) AlterTable(request *AlterTableRequestPB) (*AlterTableResponsePB, error)
func (*MasterServiceImpl) AlterUniverseReplication ¶
func (s *MasterServiceImpl) AlterUniverseReplication(request *AlterUniverseReplicationRequestPB) (*AlterUniverseReplicationResponsePB, error)
func (*MasterServiceImpl) AreLeadersOnPreferredOnly ¶
func (s *MasterServiceImpl) AreLeadersOnPreferredOnly(request *AreLeadersOnPreferredOnlyRequestPB) (*AreLeadersOnPreferredOnlyResponsePB, error)
func (*MasterServiceImpl) BackfillIndex ¶
func (s *MasterServiceImpl) BackfillIndex(request *BackfillIndexRequestPB) (*BackfillIndexResponsePB, error)
func (*MasterServiceImpl) ChangeEncryptionInfo ¶
func (s *MasterServiceImpl) ChangeEncryptionInfo(request *ChangeEncryptionInfoRequestPB) (*ChangeEncryptionInfoResponsePB, error)
func (*MasterServiceImpl) ChangeLoadBalancerState ¶
func (s *MasterServiceImpl) ChangeLoadBalancerState(request *ChangeLoadBalancerStateRequestPB) (*ChangeLoadBalancerStateResponsePB, error)
func (*MasterServiceImpl) ChangeMasterClusterConfig ¶
func (s *MasterServiceImpl) ChangeMasterClusterConfig(request *ChangeMasterClusterConfigRequestPB) (*ChangeMasterClusterConfigResponsePB, error)
func (*MasterServiceImpl) CreateCDCStream ¶
func (s *MasterServiceImpl) CreateCDCStream(request *CreateCDCStreamRequestPB) (*CreateCDCStreamResponsePB, error)
func (*MasterServiceImpl) CreateNamespace ¶
func (s *MasterServiceImpl) CreateNamespace(request *CreateNamespaceRequestPB) (*CreateNamespaceResponsePB, error)
func (*MasterServiceImpl) CreateRole ¶
func (s *MasterServiceImpl) CreateRole(request *CreateRoleRequestPB) (*CreateRoleResponsePB, error)
func (*MasterServiceImpl) CreateTable ¶
func (s *MasterServiceImpl) CreateTable(request *CreateTableRequestPB) (*CreateTableResponsePB, error)
func (*MasterServiceImpl) CreateTablegroup ¶
func (s *MasterServiceImpl) CreateTablegroup(request *CreateTablegroupRequestPB) (*CreateTablegroupResponsePB, error)
func (*MasterServiceImpl) CreateUDType ¶
func (s *MasterServiceImpl) CreateUDType(request *CreateUDTypeRequestPB) (*CreateUDTypeResponsePB, error)
func (*MasterServiceImpl) DeleteCDCStream ¶
func (s *MasterServiceImpl) DeleteCDCStream(request *DeleteCDCStreamRequestPB) (*DeleteCDCStreamResponsePB, error)
func (*MasterServiceImpl) DeleteNamespace ¶
func (s *MasterServiceImpl) DeleteNamespace(request *DeleteNamespaceRequestPB) (*DeleteNamespaceResponsePB, error)
func (*MasterServiceImpl) DeleteRole ¶
func (s *MasterServiceImpl) DeleteRole(request *DeleteRoleRequestPB) (*DeleteRoleResponsePB, error)
func (*MasterServiceImpl) DeleteTable ¶
func (s *MasterServiceImpl) DeleteTable(request *DeleteTableRequestPB) (*DeleteTableResponsePB, error)
func (*MasterServiceImpl) DeleteTablegroup ¶
func (s *MasterServiceImpl) DeleteTablegroup(request *DeleteTablegroupRequestPB) (*DeleteTablegroupResponsePB, error)
func (*MasterServiceImpl) DeleteTablet ¶
func (s *MasterServiceImpl) DeleteTablet(request *DeleteTabletRequestPB) (*DeleteTabletResponsePB, error)
func (*MasterServiceImpl) DeleteUDType ¶
func (s *MasterServiceImpl) DeleteUDType(request *DeleteUDTypeRequestPB) (*DeleteUDTypeResponsePB, error)
func (*MasterServiceImpl) DeleteUniverseReplication ¶
func (s *MasterServiceImpl) DeleteUniverseReplication(request *DeleteUniverseReplicationRequestPB) (*DeleteUniverseReplicationResponsePB, error)
func (*MasterServiceImpl) DumpState ¶
func (s *MasterServiceImpl) DumpState(request *DumpMasterStateRequestPB) (*DumpMasterStateResponsePB, error)
func (*MasterServiceImpl) FlushTables ¶
func (s *MasterServiceImpl) FlushTables(request *FlushTablesRequestPB) (*FlushTablesResponsePB, error)
func (*MasterServiceImpl) GetCDCStream ¶
func (s *MasterServiceImpl) GetCDCStream(request *GetCDCStreamRequestPB) (*GetCDCStreamResponsePB, error)
func (*MasterServiceImpl) GetColocatedTabletSchema ¶
func (s *MasterServiceImpl) GetColocatedTabletSchema(request *GetColocatedTabletSchemaRequestPB) (*GetColocatedTabletSchemaResponsePB, error)
func (*MasterServiceImpl) GetLeaderBlacklistCompletion ¶
func (s *MasterServiceImpl) GetLeaderBlacklistCompletion(request *GetLeaderBlacklistPercentRequestPB) (*GetLoadMovePercentResponsePB, error)
func (*MasterServiceImpl) GetLoadBalancerState ¶
func (s *MasterServiceImpl) GetLoadBalancerState(request *GetLoadBalancerStateRequestPB) (*GetLoadBalancerStateResponsePB, error)
func (*MasterServiceImpl) GetLoadMoveCompletion ¶
func (s *MasterServiceImpl) GetLoadMoveCompletion(request *GetLoadMovePercentRequestPB) (*GetLoadMovePercentResponsePB, error)
func (*MasterServiceImpl) GetMasterClusterConfig ¶
func (s *MasterServiceImpl) GetMasterClusterConfig(request *GetMasterClusterConfigRequestPB) (*GetMasterClusterConfigResponsePB, error)
func (*MasterServiceImpl) GetMasterRegistration ¶
func (s *MasterServiceImpl) GetMasterRegistration(request *GetMasterRegistrationRequestPB) (*GetMasterRegistrationResponsePB, error)
func (*MasterServiceImpl) GetNamespaceInfo ¶
func (s *MasterServiceImpl) GetNamespaceInfo(request *GetNamespaceInfoRequestPB) (*GetNamespaceInfoResponsePB, error)
func (*MasterServiceImpl) GetPermissions ¶
func (s *MasterServiceImpl) GetPermissions(request *GetPermissionsRequestPB) (*GetPermissionsResponsePB, error)
func (*MasterServiceImpl) GetTableLocations ¶
func (s *MasterServiceImpl) GetTableLocations(request *GetTableLocationsRequestPB) (*GetTableLocationsResponsePB, error)
func (*MasterServiceImpl) GetTableSchema ¶
func (s *MasterServiceImpl) GetTableSchema(request *GetTableSchemaRequestPB) (*GetTableSchemaResponsePB, error)
func (*MasterServiceImpl) GetTabletLocations ¶
func (s *MasterServiceImpl) GetTabletLocations(request *GetTabletLocationsRequestPB) (*GetTabletLocationsResponsePB, error)
func (*MasterServiceImpl) GetUDTypeInfo ¶
func (s *MasterServiceImpl) GetUDTypeInfo(request *GetUDTypeInfoRequestPB) (*GetUDTypeInfoResponsePB, error)
func (*MasterServiceImpl) GetUniverseKeyRegistry ¶
func (s *MasterServiceImpl) GetUniverseKeyRegistry(request *GetUniverseKeyRegistryRequestPB) (*GetUniverseKeyRegistryResponsePB, error)
func (*MasterServiceImpl) GetUniverseReplication ¶
func (s *MasterServiceImpl) GetUniverseReplication(request *GetUniverseReplicationRequestPB) (*GetUniverseReplicationResponsePB, error)
func (*MasterServiceImpl) GetYsqlCatalogConfig ¶
func (s *MasterServiceImpl) GetYsqlCatalogConfig(request *GetYsqlCatalogConfigRequestPB) (*GetYsqlCatalogConfigResponsePB, error)
func (*MasterServiceImpl) GrantRevokePermission ¶
func (s *MasterServiceImpl) GrantRevokePermission(request *GrantRevokePermissionRequestPB) (*GrantRevokePermissionResponsePB, error)
func (*MasterServiceImpl) GrantRevokeRole ¶
func (s *MasterServiceImpl) GrantRevokeRole(request *GrantRevokeRoleRequestPB) (*GrantRevokeRoleResponsePB, error)
func (*MasterServiceImpl) HasUniverseKeyInMemory ¶
func (s *MasterServiceImpl) HasUniverseKeyInMemory(request *HasUniverseKeyInMemoryRequestPB) (*HasUniverseKeyInMemoryResponsePB, error)
func (*MasterServiceImpl) IsAlterTableDone ¶
func (s *MasterServiceImpl) IsAlterTableDone(request *IsAlterTableDoneRequestPB) (*IsAlterTableDoneResponsePB, error)
func (*MasterServiceImpl) IsCreateNamespaceDone ¶
func (s *MasterServiceImpl) IsCreateNamespaceDone(request *IsCreateNamespaceDoneRequestPB) (*IsCreateNamespaceDoneResponsePB, error)
func (*MasterServiceImpl) IsCreateTableDone ¶
func (s *MasterServiceImpl) IsCreateTableDone(request *IsCreateTableDoneRequestPB) (*IsCreateTableDoneResponsePB, error)
func (*MasterServiceImpl) IsDeleteNamespaceDone ¶
func (s *MasterServiceImpl) IsDeleteNamespaceDone(request *IsDeleteNamespaceDoneRequestPB) (*IsDeleteNamespaceDoneResponsePB, error)
func (*MasterServiceImpl) IsDeleteTableDone ¶
func (s *MasterServiceImpl) IsDeleteTableDone(request *IsDeleteTableDoneRequestPB) (*IsDeleteTableDoneResponsePB, error)
func (*MasterServiceImpl) IsEncryptionEnabled ¶
func (s *MasterServiceImpl) IsEncryptionEnabled(request *IsEncryptionEnabledRequestPB) (*IsEncryptionEnabledResponsePB, error)
func (*MasterServiceImpl) IsFlushTablesDone ¶
func (s *MasterServiceImpl) IsFlushTablesDone(request *IsFlushTablesDoneRequestPB) (*IsFlushTablesDoneResponsePB, error)
func (*MasterServiceImpl) IsInitDbDone ¶
func (s *MasterServiceImpl) IsInitDbDone(request *IsInitDbDoneRequestPB) (*IsInitDbDoneResponsePB, error)
func (*MasterServiceImpl) IsLoadBalanced ¶
func (s *MasterServiceImpl) IsLoadBalanced(request *IsLoadBalancedRequestPB) (*IsLoadBalancedResponsePB, error)
func (*MasterServiceImpl) IsLoadBalancerIdle ¶
func (s *MasterServiceImpl) IsLoadBalancerIdle(request *IsLoadBalancerIdleRequestPB) (*IsLoadBalancerIdleResponsePB, error)
func (*MasterServiceImpl) IsMasterLeaderServiceReady ¶
func (s *MasterServiceImpl) IsMasterLeaderServiceReady(request *IsMasterLeaderReadyRequestPB) (*IsMasterLeaderReadyResponsePB, error)
func (*MasterServiceImpl) IsTruncateTableDone ¶
func (s *MasterServiceImpl) IsTruncateTableDone(request *IsTruncateTableDoneRequestPB) (*IsTruncateTableDoneResponsePB, error)
func (*MasterServiceImpl) LaunchBackfillIndexForTable ¶
func (s *MasterServiceImpl) LaunchBackfillIndexForTable(request *LaunchBackfillIndexForTableRequestPB) (*LaunchBackfillIndexForTableResponsePB, error)
func (*MasterServiceImpl) ListCDCStreams ¶
func (s *MasterServiceImpl) ListCDCStreams(request *ListCDCStreamsRequestPB) (*ListCDCStreamsResponsePB, error)
func (*MasterServiceImpl) ListMasterRaftPeers ¶
func (s *MasterServiceImpl) ListMasterRaftPeers(request *ListMasterRaftPeersRequestPB) (*ListMasterRaftPeersResponsePB, error)
func (*MasterServiceImpl) ListMasters ¶
func (s *MasterServiceImpl) ListMasters(request *ListMastersRequestPB) (*ListMastersResponsePB, error)
func (*MasterServiceImpl) ListNamespaces ¶
func (s *MasterServiceImpl) ListNamespaces(request *ListNamespacesRequestPB) (*ListNamespacesResponsePB, error)
func (*MasterServiceImpl) ListTablegroups ¶
func (s *MasterServiceImpl) ListTablegroups(request *ListTablegroupsRequestPB) (*ListTablegroupsResponsePB, error)
func (*MasterServiceImpl) ListTables ¶
func (s *MasterServiceImpl) ListTables(request *ListTablesRequestPB) (*ListTablesResponsePB, error)
func (*MasterServiceImpl) ListTabletServers ¶
func (s *MasterServiceImpl) ListTabletServers(request *ListTabletServersRequestPB) (*ListTabletServersResponsePB, error)
func (*MasterServiceImpl) ListUDTypes ¶
func (s *MasterServiceImpl) ListUDTypes(request *ListUDTypesRequestPB) (*ListUDTypesResponsePB, error)
func (*MasterServiceImpl) RedisConfigGet ¶
func (s *MasterServiceImpl) RedisConfigGet(request *RedisConfigGetRequestPB) (*RedisConfigGetResponsePB, error)
func (*MasterServiceImpl) RedisConfigSet ¶
func (s *MasterServiceImpl) RedisConfigSet(request *RedisConfigSetRequestPB) (*RedisConfigSetResponsePB, error)
func (*MasterServiceImpl) RemovedMasterUpdate ¶
func (s *MasterServiceImpl) RemovedMasterUpdate(request *RemovedMasterUpdateRequestPB) (*RemovedMasterUpdateResponsePB, error)
func (*MasterServiceImpl) ReservePgsqlOids ¶
func (s *MasterServiceImpl) ReservePgsqlOids(request *ReservePgsqlOidsRequestPB) (*ReservePgsqlOidsResponsePB, error)
func (*MasterServiceImpl) SetPreferredZones ¶
func (s *MasterServiceImpl) SetPreferredZones(request *SetPreferredZonesRequestPB) (*SetPreferredZonesResponsePB, error)
func (*MasterServiceImpl) SetUniverseReplicationEnabled ¶
func (s *MasterServiceImpl) SetUniverseReplicationEnabled(request *SetUniverseReplicationEnabledRequestPB) (*SetUniverseReplicationEnabledResponsePB, error)
func (*MasterServiceImpl) SetupUniverseReplication ¶
func (s *MasterServiceImpl) SetupUniverseReplication(request *SetupUniverseReplicationRequestPB) (*SetupUniverseReplicationResponsePB, error)
func (*MasterServiceImpl) SplitTablet ¶
func (s *MasterServiceImpl) SplitTablet(request *SplitTabletRequestPB) (*SplitTabletResponsePB, error)
func (*MasterServiceImpl) TSHeartbeat ¶
func (s *MasterServiceImpl) TSHeartbeat(request *TSHeartbeatRequestPB) (*TSHeartbeatResponsePB, error)
func (*MasterServiceImpl) TruncateTable ¶
func (s *MasterServiceImpl) TruncateTable(request *TruncateTableRequestPB) (*TruncateTableResponsePB, error)
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) Descriptor() protoreflect.EnumDescriptor
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 (x RelationType) Number() protoreflect.EnumNumber
func (RelationType) String ¶
func (x RelationType) String() string
func (RelationType) Type ¶
func (RelationType) Type() protoreflect.EnumType
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 (x *RemovedMasterUpdateRequestPB) ProtoReflect() protoreflect.Message
func (*RemovedMasterUpdateRequestPB) Reset ¶
func (x *RemovedMasterUpdateRequestPB) Reset()
func (*RemovedMasterUpdateRequestPB) String ¶
func (x *RemovedMasterUpdateRequestPB) String() 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 (x *RemovedMasterUpdateResponsePB) GetError() *MasterErrorPB
func (*RemovedMasterUpdateResponsePB) MarshalJSON ¶
func (m *RemovedMasterUpdateResponsePB) MarshalJSON() ([]byte, error)
func (*RemovedMasterUpdateResponsePB) ProtoMessage ¶
func (*RemovedMasterUpdateResponsePB) ProtoMessage()
func (*RemovedMasterUpdateResponsePB) ProtoReflect ¶
func (x *RemovedMasterUpdateResponsePB) ProtoReflect() protoreflect.Message
func (*RemovedMasterUpdateResponsePB) Reset ¶
func (x *RemovedMasterUpdateResponsePB) Reset()
func (*RemovedMasterUpdateResponsePB) String ¶
func (x *RemovedMasterUpdateResponsePB) String() 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 (x *ReportedTabletPB) GetState() common.RaftGroupStatePB
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 (x *ReservePgsqlOidsRequestPB) ProtoReflect() protoreflect.Message
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 (x *ReservePgsqlOidsResponsePB) GetError() *MasterErrorPB
func (*ReservePgsqlOidsResponsePB) MarshalJSON ¶
func (m *ReservePgsqlOidsResponsePB) MarshalJSON() ([]byte, error)
func (*ReservePgsqlOidsResponsePB) ProtoMessage ¶
func (*ReservePgsqlOidsResponsePB) ProtoMessage()
func (*ReservePgsqlOidsResponsePB) ProtoReflect ¶
func (x *ReservePgsqlOidsResponsePB) ProtoReflect() protoreflect.Message
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 (x *SetPreferredZonesRequestPB) ProtoReflect() protoreflect.Message
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 (x *SetPreferredZonesResponsePB) GetError() *MasterErrorPB
func (*SetPreferredZonesResponsePB) MarshalJSON ¶
func (m *SetPreferredZonesResponsePB) MarshalJSON() ([]byte, error)
func (*SetPreferredZonesResponsePB) ProtoMessage ¶
func (*SetPreferredZonesResponsePB) ProtoMessage()
func (*SetPreferredZonesResponsePB) ProtoReflect ¶
func (x *SetPreferredZonesResponsePB) ProtoReflect() protoreflect.Message
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 (x *SetUniverseReplicationEnabledRequestPB) GetProducerId() string
func (*SetUniverseReplicationEnabledRequestPB) MarshalJSON ¶
func (m *SetUniverseReplicationEnabledRequestPB) MarshalJSON() ([]byte, error)
func (*SetUniverseReplicationEnabledRequestPB) ProtoMessage ¶
func (*SetUniverseReplicationEnabledRequestPB) ProtoMessage()
func (*SetUniverseReplicationEnabledRequestPB) ProtoReflect ¶
func (x *SetUniverseReplicationEnabledRequestPB) ProtoReflect() protoreflect.Message
func (*SetUniverseReplicationEnabledRequestPB) Reset ¶
func (x *SetUniverseReplicationEnabledRequestPB) Reset()
func (*SetUniverseReplicationEnabledRequestPB) String ¶
func (x *SetUniverseReplicationEnabledRequestPB) String() 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 (x *SetUniverseReplicationEnabledResponsePB) GetError() *MasterErrorPB
func (*SetUniverseReplicationEnabledResponsePB) MarshalJSON ¶
func (m *SetUniverseReplicationEnabledResponsePB) MarshalJSON() ([]byte, error)
func (*SetUniverseReplicationEnabledResponsePB) ProtoMessage ¶
func (*SetUniverseReplicationEnabledResponsePB) ProtoMessage()
func (*SetUniverseReplicationEnabledResponsePB) ProtoReflect ¶
func (x *SetUniverseReplicationEnabledResponsePB) ProtoReflect() protoreflect.Message
func (*SetUniverseReplicationEnabledResponsePB) Reset ¶
func (x *SetUniverseReplicationEnabledResponsePB) Reset()
func (*SetUniverseReplicationEnabledResponsePB) String ¶
func (x *SetUniverseReplicationEnabledResponsePB) String() 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 (x *SetupUniverseReplicationRequestPB) ProtoReflect() protoreflect.Message
func (*SetupUniverseReplicationRequestPB) Reset ¶
func (x *SetupUniverseReplicationRequestPB) Reset()
func (*SetupUniverseReplicationRequestPB) String ¶
func (x *SetupUniverseReplicationRequestPB) String() 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 (x *SetupUniverseReplicationResponsePB) GetError() *MasterErrorPB
func (*SetupUniverseReplicationResponsePB) MarshalJSON ¶
func (m *SetupUniverseReplicationResponsePB) MarshalJSON() ([]byte, error)
func (*SetupUniverseReplicationResponsePB) ProtoMessage ¶
func (*SetupUniverseReplicationResponsePB) ProtoMessage()
func (*SetupUniverseReplicationResponsePB) ProtoReflect ¶
func (x *SetupUniverseReplicationResponsePB) ProtoReflect() protoreflect.Message
func (*SetupUniverseReplicationResponsePB) Reset ¶
func (x *SetupUniverseReplicationResponsePB) Reset()
func (*SetupUniverseReplicationResponsePB) String ¶
func (x *SetupUniverseReplicationResponsePB) String() 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 (x *SysCDCStreamEntryPB) GetState() SysCDCStreamEntryPB_State
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) Descriptor() protoreflect.EnumDescriptor
func (SysCDCStreamEntryPB_State) Enum ¶
func (x SysCDCStreamEntryPB_State) Enum() *SysCDCStreamEntryPB_State
func (SysCDCStreamEntryPB_State) EnumDescriptor
deprecated
func (SysCDCStreamEntryPB_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use SysCDCStreamEntryPB_State.Descriptor instead.
func (SysCDCStreamEntryPB_State) Number ¶
func (x SysCDCStreamEntryPB_State) Number() protoreflect.EnumNumber
func (SysCDCStreamEntryPB_State) String ¶
func (x SysCDCStreamEntryPB_State) String() string
func (SysCDCStreamEntryPB_State) Type ¶
func (SysCDCStreamEntryPB_State) Type() protoreflect.EnumType
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 (x *SysNamespaceEntryPB) GetState() SysNamespaceEntryPB_State
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) Descriptor() protoreflect.EnumDescriptor
func (SysNamespaceEntryPB_State) Enum ¶
func (x SysNamespaceEntryPB_State) Enum() *SysNamespaceEntryPB_State
func (SysNamespaceEntryPB_State) EnumDescriptor
deprecated
func (SysNamespaceEntryPB_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use SysNamespaceEntryPB_State.Descriptor instead.
func (SysNamespaceEntryPB_State) Number ¶
func (x SysNamespaceEntryPB_State) Number() protoreflect.EnumNumber
func (SysNamespaceEntryPB_State) String ¶
func (x SysNamespaceEntryPB_State) String() string
func (SysNamespaceEntryPB_State) Type ¶
func (SysNamespaceEntryPB_State) Type() protoreflect.EnumType
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) Descriptor() protoreflect.EnumDescriptor
func (SysRowEntry_Type) Enum ¶
func (x SysRowEntry_Type) Enum() *SysRowEntry_Type
func (SysRowEntry_Type) EnumDescriptor
deprecated
func (SysRowEntry_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use SysRowEntry_Type.Descriptor instead.
func (SysRowEntry_Type) Number ¶
func (x SysRowEntry_Type) Number() protoreflect.EnumNumber
func (SysRowEntry_Type) String ¶
func (x SysRowEntry_Type) String() string
func (SysRowEntry_Type) Type ¶
func (SysRowEntry_Type) Type() protoreflect.EnumType
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: 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 (x *SysTablesEntryPB) GetState() SysTablesEntryPB_State
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) Descriptor() protoreflect.EnumDescriptor
func (SysTablesEntryPB_State) Enum ¶
func (x SysTablesEntryPB_State) Enum() *SysTablesEntryPB_State
func (SysTablesEntryPB_State) EnumDescriptor
deprecated
func (SysTablesEntryPB_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use SysTablesEntryPB_State.Descriptor instead.
func (SysTablesEntryPB_State) Number ¶
func (x SysTablesEntryPB_State) Number() protoreflect.EnumNumber
func (SysTablesEntryPB_State) String ¶
func (x SysTablesEntryPB_State) String() string
func (SysTablesEntryPB_State) Type ¶
func (SysTablesEntryPB_State) Type() protoreflect.EnumType
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 (x *SysTabletsEntryPB) GetState() SysTabletsEntryPB_State
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) Descriptor() protoreflect.EnumDescriptor
func (SysTabletsEntryPB_State) Enum ¶
func (x SysTabletsEntryPB_State) Enum() *SysTabletsEntryPB_State
func (SysTabletsEntryPB_State) EnumDescriptor
deprecated
func (SysTabletsEntryPB_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use SysTabletsEntryPB_State.Descriptor instead.
func (SysTabletsEntryPB_State) Number ¶
func (x SysTabletsEntryPB_State) Number() protoreflect.EnumNumber
func (SysTabletsEntryPB_State) String ¶
func (x SysTabletsEntryPB_State) String() string
func (SysTabletsEntryPB_State) Type ¶
func (SysTabletsEntryPB_State) Type() protoreflect.EnumType
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 (x *SysUniverseReplicationEntryPB) GetState() SysUniverseReplicationEntryPB_State
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 (x *SysUniverseReplicationEntryPB) ProtoReflect() protoreflect.Message
func (*SysUniverseReplicationEntryPB) Reset ¶
func (x *SysUniverseReplicationEntryPB) Reset()
func (*SysUniverseReplicationEntryPB) String ¶
func (x *SysUniverseReplicationEntryPB) String() 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) Descriptor() protoreflect.EnumDescriptor
func (SysUniverseReplicationEntryPB_State) Enum ¶
func (x SysUniverseReplicationEntryPB_State) Enum() *SysUniverseReplicationEntryPB_State
func (SysUniverseReplicationEntryPB_State) EnumDescriptor
deprecated
func (SysUniverseReplicationEntryPB_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use SysUniverseReplicationEntryPB_State.Descriptor instead.
func (SysUniverseReplicationEntryPB_State) Number ¶
func (x SysUniverseReplicationEntryPB_State) Number() protoreflect.EnumNumber
func (SysUniverseReplicationEntryPB_State) String ¶
func (x SysUniverseReplicationEntryPB_State) String() string
func (SysUniverseReplicationEntryPB_State) Type ¶
func (SysUniverseReplicationEntryPB_State) Type() protoreflect.EnumType
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 (x *SysYSQLCatalogConfigEntryPB) ProtoReflect() protoreflect.Message
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) GetBroadcastAddresses ¶
func (x *TSInfoPB) GetBroadcastAddresses() []*common.HostPortPB
func (*TSInfoPB) GetCapabilities ¶
func (*TSInfoPB) GetCloudInfo ¶
func (x *TSInfoPB) GetCloudInfo() *common.CloudInfoPB
func (*TSInfoPB) GetPermanentUuid ¶
func (*TSInfoPB) GetPlacementUuid ¶
func (*TSInfoPB) GetPrivateRpcAddresses ¶
func (x *TSInfoPB) GetPrivateRpcAddresses() []*common.HostPortPB
func (*TSInfoPB) MarshalJSON ¶
func (*TSInfoPB) ProtoMessage ¶
func (*TSInfoPB) ProtoMessage()
func (*TSInfoPB) ProtoReflect ¶
func (x *TSInfoPB) ProtoReflect() protoreflect.Message
func (*TSInfoPB) UnmarshalJSON ¶
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 (x *TSRegistrationPB) GetCommon() *common.ServerRegistrationPB
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 (x *TSSnapshotSchedulesInfoPB) GetSchedules() []*TSSnapshotScheduleInfoPB
func (*TSSnapshotSchedulesInfoPB) MarshalJSON ¶
func (m *TSSnapshotSchedulesInfoPB) MarshalJSON() ([]byte, error)
func (*TSSnapshotSchedulesInfoPB) ProtoMessage ¶
func (*TSSnapshotSchedulesInfoPB) ProtoMessage()
func (*TSSnapshotSchedulesInfoPB) ProtoReflect ¶
func (x *TSSnapshotSchedulesInfoPB) ProtoReflect() protoreflect.Message
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 (x *TServerMetricsPB_PathMetrics) ProtoReflect() protoreflect.Message
func (*TServerMetricsPB_PathMetrics) Reset ¶
func (x *TServerMetricsPB_PathMetrics) Reset()
func (*TServerMetricsPB_PathMetrics) String ¶
func (x *TServerMetricsPB_PathMetrics) String() 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 (x *TabletLocationsPB_ReplicaPB) GetMemberType() common.RaftPeerPB_MemberType
func (*TabletLocationsPB_ReplicaPB) GetRole ¶
func (x *TabletLocationsPB_ReplicaPB) GetRole() common.RaftPeerPB_Role
func (*TabletLocationsPB_ReplicaPB) GetTsInfo ¶
func (x *TabletLocationsPB_ReplicaPB) GetTsInfo() *TSInfoPB
func (*TabletLocationsPB_ReplicaPB) ProtoMessage ¶
func (*TabletLocationsPB_ReplicaPB) ProtoMessage()
func (*TabletLocationsPB_ReplicaPB) ProtoReflect ¶
func (x *TabletLocationsPB_ReplicaPB) ProtoReflect() protoreflect.Message
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 (x *TabletReportUpdatesPB) GetTablets() []*ReportedTabletUpdatesPB
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