Versions in this module Expand all Collapse all v1 v1.1.5 Jan 29, 2018 Changes in this version + var ActiveQuery_Phase_name = map[int32]string + var ActiveQuery_Phase_value = map[string]int32 + var CertificateDetails_CertificateType_name = map[int32]string + var CertificateDetails_CertificateType_value = map[string]int32 + var DrainMode_name = map[int32]string + var DrainMode_value = map[string]int32 + var ErrIntOverflowAdmin = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowAuthentication = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowInit = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowStatus = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthAdmin = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthAuthentication = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthInit = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthStatus = fmt.Errorf("proto: negative length found during unmarshaling") + var ZoneConfigurationLevel_name = map[int32]string + var ZoneConfigurationLevel_value = map[string]int32 + func RegisterAdminHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterAdminHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterAdminServer(s *grpc.Server, srv AdminServer) + func RegisterAuthenticationHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterAuthenticationHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterAuthenticationServer(s *grpc.Server, srv AuthenticationServer) + func RegisterInitServer(s *grpc.Server, srv InitServer) + func RegisterStatusHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterStatusHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterStatusServer(s *grpc.Server, srv StatusServer) + type ActiveQuery struct + ID string + IsDistributed bool + Phase ActiveQuery_Phase + Sql string + Start time.Time + func (*ActiveQuery) Descriptor() ([]byte, []int) + func (*ActiveQuery) ProtoMessage() + func (m *ActiveQuery) Marshal() (dAtA []byte, err error) + func (m *ActiveQuery) MarshalTo(dAtA []byte) (int, error) + func (m *ActiveQuery) Reset() + func (m *ActiveQuery) Size() (n int) + func (m *ActiveQuery) String() string + func (m *ActiveQuery) Unmarshal(dAtA []byte) error + type ActiveQuery_Phase int32 + const ActiveQuery_EXECUTING + const ActiveQuery_PREPARING + func (ActiveQuery_Phase) EnumDescriptor() ([]byte, []int) + func (x ActiveQuery_Phase) String() string + type AdminClient interface + Cluster func(ctx context.Context, in *ClusterRequest, opts ...grpc.CallOption) (*ClusterResponse, error) + DatabaseDetails func(ctx context.Context, in *DatabaseDetailsRequest, opts ...grpc.CallOption) (*DatabaseDetailsResponse, error) + Databases func(ctx context.Context, in *DatabasesRequest, opts ...grpc.CallOption) (*DatabasesResponse, error) + Decommission func(ctx context.Context, in *DecommissionRequest, opts ...grpc.CallOption) (*DecommissionStatusResponse, error) + DecommissionStatus func(ctx context.Context, in *DecommissionStatusRequest, opts ...grpc.CallOption) (*DecommissionStatusResponse, error) + Drain func(ctx context.Context, in *DrainRequest, opts ...grpc.CallOption) (Admin_DrainClient, error) + Events func(ctx context.Context, in *EventsRequest, opts ...grpc.CallOption) (*EventsResponse, error) + GetUIData func(ctx context.Context, in *GetUIDataRequest, opts ...grpc.CallOption) (*GetUIDataResponse, error) + Health func(ctx context.Context, in *HealthRequest, opts ...grpc.CallOption) (*HealthResponse, error) + Jobs func(ctx context.Context, in *JobsRequest, opts ...grpc.CallOption) (*JobsResponse, error) + Liveness func(ctx context.Context, in *LivenessRequest, opts ...grpc.CallOption) (*LivenessResponse, error) + QueryPlan func(ctx context.Context, in *QueryPlanRequest, opts ...grpc.CallOption) (*QueryPlanResponse, error) + RangeLog func(ctx context.Context, in *RangeLogRequest, opts ...grpc.CallOption) (*RangeLogResponse, error) + SetUIData func(ctx context.Context, in *SetUIDataRequest, opts ...grpc.CallOption) (*SetUIDataResponse, error) + Settings func(ctx context.Context, in *SettingsRequest, opts ...grpc.CallOption) (*SettingsResponse, error) + TableDetails func(ctx context.Context, in *TableDetailsRequest, opts ...grpc.CallOption) (*TableDetailsResponse, error) + TableStats func(ctx context.Context, in *TableStatsRequest, opts ...grpc.CallOption) (*TableStatsResponse, error) + Users func(ctx context.Context, in *UsersRequest, opts ...grpc.CallOption) (*UsersResponse, error) + func NewAdminClient(cc *grpc.ClientConn) AdminClient + type AdminServer interface + Cluster func(context.Context, *ClusterRequest) (*ClusterResponse, error) + DatabaseDetails func(context.Context, *DatabaseDetailsRequest) (*DatabaseDetailsResponse, error) + Databases func(context.Context, *DatabasesRequest) (*DatabasesResponse, error) + Decommission func(context.Context, *DecommissionRequest) (*DecommissionStatusResponse, error) + DecommissionStatus func(context.Context, *DecommissionStatusRequest) (*DecommissionStatusResponse, error) + Drain func(*DrainRequest, Admin_DrainServer) error + Events func(context.Context, *EventsRequest) (*EventsResponse, error) + GetUIData func(context.Context, *GetUIDataRequest) (*GetUIDataResponse, error) + Health func(context.Context, *HealthRequest) (*HealthResponse, error) + Jobs func(context.Context, *JobsRequest) (*JobsResponse, error) + Liveness func(context.Context, *LivenessRequest) (*LivenessResponse, error) + QueryPlan func(context.Context, *QueryPlanRequest) (*QueryPlanResponse, error) + RangeLog func(context.Context, *RangeLogRequest) (*RangeLogResponse, error) + SetUIData func(context.Context, *SetUIDataRequest) (*SetUIDataResponse, error) + Settings func(context.Context, *SettingsRequest) (*SettingsResponse, error) + TableDetails func(context.Context, *TableDetailsRequest) (*TableDetailsResponse, error) + TableStats func(context.Context, *TableStatsRequest) (*TableStatsResponse, error) + Users func(context.Context, *UsersRequest) (*UsersResponse, error) + type Admin_DrainClient interface + Recv func() (*DrainResponse, error) + type Admin_DrainServer interface + Send func(*DrainResponse) error + type AllocatorDryRun struct + Events []*AllocatorDryRun_Event + RangeID github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + func (*AllocatorDryRun) Descriptor() ([]byte, []int) + func (*AllocatorDryRun) ProtoMessage() + func (m *AllocatorDryRun) Marshal() (dAtA []byte, err error) + func (m *AllocatorDryRun) MarshalTo(dAtA []byte) (int, error) + func (m *AllocatorDryRun) Reset() + func (m *AllocatorDryRun) Size() (n int) + func (m *AllocatorDryRun) String() string + func (m *AllocatorDryRun) Unmarshal(dAtA []byte) error + type AllocatorDryRun_Event struct + Message string + Time time.Time + func (*AllocatorDryRun_Event) Descriptor() ([]byte, []int) + func (*AllocatorDryRun_Event) ProtoMessage() + func (m *AllocatorDryRun_Event) Marshal() (dAtA []byte, err error) + func (m *AllocatorDryRun_Event) MarshalTo(dAtA []byte) (int, error) + func (m *AllocatorDryRun_Event) Reset() + func (m *AllocatorDryRun_Event) Size() (n int) + func (m *AllocatorDryRun_Event) String() string + func (m *AllocatorDryRun_Event) Unmarshal(dAtA []byte) error + type AllocatorRangeRequest struct + RangeId int64 + func (*AllocatorRangeRequest) Descriptor() ([]byte, []int) + func (*AllocatorRangeRequest) ProtoMessage() + func (m *AllocatorRangeRequest) Marshal() (dAtA []byte, err error) + func (m *AllocatorRangeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *AllocatorRangeRequest) Reset() + func (m *AllocatorRangeRequest) Size() (n int) + func (m *AllocatorRangeRequest) String() string + func (m *AllocatorRangeRequest) Unmarshal(dAtA []byte) error + type AllocatorRangeResponse struct + DryRun *AllocatorDryRun + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + func (*AllocatorRangeResponse) Descriptor() ([]byte, []int) + func (*AllocatorRangeResponse) ProtoMessage() + func (m *AllocatorRangeResponse) Marshal() (dAtA []byte, err error) + func (m *AllocatorRangeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *AllocatorRangeResponse) Reset() + func (m *AllocatorRangeResponse) Size() (n int) + func (m *AllocatorRangeResponse) String() string + func (m *AllocatorRangeResponse) Unmarshal(dAtA []byte) error + type AllocatorRequest struct + NodeId string + RangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + func (*AllocatorRequest) Descriptor() ([]byte, []int) + func (*AllocatorRequest) ProtoMessage() + func (m *AllocatorRequest) Marshal() (dAtA []byte, err error) + func (m *AllocatorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *AllocatorRequest) Reset() + func (m *AllocatorRequest) Size() (n int) + func (m *AllocatorRequest) String() string + func (m *AllocatorRequest) Unmarshal(dAtA []byte) error + type AllocatorResponse struct + DryRuns []*AllocatorDryRun + func (*AllocatorResponse) Descriptor() ([]byte, []int) + func (*AllocatorResponse) ProtoMessage() + func (m *AllocatorResponse) Marshal() (dAtA []byte, err error) + func (m *AllocatorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *AllocatorResponse) Reset() + func (m *AllocatorResponse) Size() (n int) + func (m *AllocatorResponse) String() string + func (m *AllocatorResponse) Unmarshal(dAtA []byte) error + type AuthenticationClient interface + UserLogin func(ctx context.Context, in *UserLoginRequest, opts ...grpc.CallOption) (*UserLoginResponse, error) + UserLogout func(ctx context.Context, in *UserLogoutRequest, opts ...grpc.CallOption) (*UserLogoutResponse, error) + func NewAuthenticationClient(cc *grpc.ClientConn) AuthenticationClient + type AuthenticationServer interface + UserLogin func(context.Context, *UserLoginRequest) (*UserLoginResponse, error) + UserLogout func(context.Context, *UserLogoutRequest) (*UserLogoutResponse, error) + type BootstrapRequest struct + func (*BootstrapRequest) Descriptor() ([]byte, []int) + func (*BootstrapRequest) ProtoMessage() + func (m *BootstrapRequest) Marshal() (dAtA []byte, err error) + func (m *BootstrapRequest) MarshalTo(dAtA []byte) (int, error) + func (m *BootstrapRequest) Reset() + func (m *BootstrapRequest) Size() (n int) + func (m *BootstrapRequest) String() string + func (m *BootstrapRequest) Unmarshal(dAtA []byte) error + type BootstrapResponse struct + func (*BootstrapResponse) Descriptor() ([]byte, []int) + func (*BootstrapResponse) ProtoMessage() + func (m *BootstrapResponse) Marshal() (dAtA []byte, err error) + func (m *BootstrapResponse) MarshalTo(dAtA []byte) (int, error) + func (m *BootstrapResponse) Reset() + func (m *BootstrapResponse) Size() (n int) + func (m *BootstrapResponse) String() string + func (m *BootstrapResponse) Unmarshal(dAtA []byte) error + type CancelQueryRequest struct + NodeId string + QueryID string + Username string + func (*CancelQueryRequest) Descriptor() ([]byte, []int) + func (*CancelQueryRequest) ProtoMessage() + func (m *CancelQueryRequest) Marshal() (dAtA []byte, err error) + func (m *CancelQueryRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CancelQueryRequest) Reset() + func (m *CancelQueryRequest) Size() (n int) + func (m *CancelQueryRequest) String() string + func (m *CancelQueryRequest) Unmarshal(dAtA []byte) error + type CancelQueryResponse struct + Cancelled bool + Error string + func (*CancelQueryResponse) Descriptor() ([]byte, []int) + func (*CancelQueryResponse) ProtoMessage() + func (m *CancelQueryResponse) Marshal() (dAtA []byte, err error) + func (m *CancelQueryResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CancelQueryResponse) Reset() + func (m *CancelQueryResponse) Size() (n int) + func (m *CancelQueryResponse) String() string + func (m *CancelQueryResponse) Unmarshal(dAtA []byte) error + type CertificateDetails struct + Data []byte + ErrorMessage string + Fields []CertificateDetails_Fields + Type CertificateDetails_CertificateType + func (*CertificateDetails) Descriptor() ([]byte, []int) + func (*CertificateDetails) ProtoMessage() + func (m *CertificateDetails) Marshal() (dAtA []byte, err error) + func (m *CertificateDetails) MarshalTo(dAtA []byte) (int, error) + func (m *CertificateDetails) Reset() + func (m *CertificateDetails) Size() (n int) + func (m *CertificateDetails) String() string + func (m *CertificateDetails) Unmarshal(dAtA []byte) error + type CertificateDetails_CertificateType int32 + const CertificateDetails_CA + const CertificateDetails_NODE + func (CertificateDetails_CertificateType) EnumDescriptor() ([]byte, []int) + func (x CertificateDetails_CertificateType) String() string + type CertificateDetails_Fields struct + Addresses []string + ExtendedKeyUsage []string + Issuer string + KeyUsage []string + PublicKey string + SignatureAlgorithm string + Subject string + ValidFrom int64 + ValidUntil int64 + func (*CertificateDetails_Fields) Descriptor() ([]byte, []int) + func (*CertificateDetails_Fields) ProtoMessage() + func (m *CertificateDetails_Fields) Marshal() (dAtA []byte, err error) + func (m *CertificateDetails_Fields) MarshalTo(dAtA []byte) (int, error) + func (m *CertificateDetails_Fields) Reset() + func (m *CertificateDetails_Fields) Size() (n int) + func (m *CertificateDetails_Fields) String() string + func (m *CertificateDetails_Fields) Unmarshal(dAtA []byte) error + type CertificatesRequest struct + NodeId string + func (*CertificatesRequest) Descriptor() ([]byte, []int) + func (*CertificatesRequest) ProtoMessage() + func (m *CertificatesRequest) Marshal() (dAtA []byte, err error) + func (m *CertificatesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CertificatesRequest) Reset() + func (m *CertificatesRequest) Size() (n int) + func (m *CertificatesRequest) String() string + func (m *CertificatesRequest) Unmarshal(dAtA []byte) error + type CertificatesResponse struct + Certificates []CertificateDetails + func (*CertificatesResponse) Descriptor() ([]byte, []int) + func (*CertificatesResponse) ProtoMessage() + func (m *CertificatesResponse) Marshal() (dAtA []byte, err error) + func (m *CertificatesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CertificatesResponse) Reset() + func (m *CertificatesResponse) Size() (n int) + func (m *CertificatesResponse) String() string + func (m *CertificatesResponse) Unmarshal(dAtA []byte) error + type ClusterRequest struct + func (*ClusterRequest) Descriptor() ([]byte, []int) + func (*ClusterRequest) ProtoMessage() + func (m *ClusterRequest) Marshal() (dAtA []byte, err error) + func (m *ClusterRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ClusterRequest) Reset() + func (m *ClusterRequest) Size() (n int) + func (m *ClusterRequest) String() string + func (m *ClusterRequest) Unmarshal(dAtA []byte) error + type ClusterResponse struct + ClusterID string + EnterpriseEnabled bool + ReportingEnabled bool + func (*ClusterResponse) Descriptor() ([]byte, []int) + func (*ClusterResponse) ProtoMessage() + func (m *ClusterResponse) Marshal() (dAtA []byte, err error) + func (m *ClusterResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ClusterResponse) Reset() + func (m *ClusterResponse) Size() (n int) + func (m *ClusterResponse) String() string + func (m *ClusterResponse) Unmarshal(dAtA []byte) error + type CommandQueueMetrics struct + MaxOverlapsSeen int64 + ReadCommands int64 + TreeSize int32 + WriteCommands int64 + func (*CommandQueueMetrics) Descriptor() ([]byte, []int) + func (*CommandQueueMetrics) ProtoMessage() + func (m *CommandQueueMetrics) Marshal() (dAtA []byte, err error) + func (m *CommandQueueMetrics) MarshalTo(dAtA []byte) (int, error) + func (m *CommandQueueMetrics) Reset() + func (m *CommandQueueMetrics) Size() (n int) + func (m *CommandQueueMetrics) String() string + func (m *CommandQueueMetrics) Unmarshal(dAtA []byte) error + type DatabaseDetailsRequest struct + Database string + func (*DatabaseDetailsRequest) Descriptor() ([]byte, []int) + func (*DatabaseDetailsRequest) ProtoMessage() + func (m *DatabaseDetailsRequest) Marshal() (dAtA []byte, err error) + func (m *DatabaseDetailsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DatabaseDetailsRequest) Reset() + func (m *DatabaseDetailsRequest) Size() (n int) + func (m *DatabaseDetailsRequest) String() string + func (m *DatabaseDetailsRequest) Unmarshal(dAtA []byte) error + type DatabaseDetailsResponse struct + DescriptorID int64 + Grants []DatabaseDetailsResponse_Grant + TableNames []string + ZoneConfig cockroach_config.ZoneConfig + ZoneConfigLevel ZoneConfigurationLevel + func (*DatabaseDetailsResponse) Descriptor() ([]byte, []int) + func (*DatabaseDetailsResponse) ProtoMessage() + func (m *DatabaseDetailsResponse) Marshal() (dAtA []byte, err error) + func (m *DatabaseDetailsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DatabaseDetailsResponse) Reset() + func (m *DatabaseDetailsResponse) Size() (n int) + func (m *DatabaseDetailsResponse) String() string + func (m *DatabaseDetailsResponse) Unmarshal(dAtA []byte) error + type DatabaseDetailsResponse_Grant struct + Privileges []string + User string + func (*DatabaseDetailsResponse_Grant) Descriptor() ([]byte, []int) + func (*DatabaseDetailsResponse_Grant) ProtoMessage() + func (m *DatabaseDetailsResponse_Grant) Marshal() (dAtA []byte, err error) + func (m *DatabaseDetailsResponse_Grant) MarshalTo(dAtA []byte) (int, error) + func (m *DatabaseDetailsResponse_Grant) Reset() + func (m *DatabaseDetailsResponse_Grant) Size() (n int) + func (m *DatabaseDetailsResponse_Grant) String() string + func (m *DatabaseDetailsResponse_Grant) Unmarshal(dAtA []byte) error + type DatabasesRequest struct + func (*DatabasesRequest) Descriptor() ([]byte, []int) + func (*DatabasesRequest) ProtoMessage() + func (m *DatabasesRequest) Marshal() (dAtA []byte, err error) + func (m *DatabasesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DatabasesRequest) Reset() + func (m *DatabasesRequest) Size() (n int) + func (m *DatabasesRequest) String() string + func (m *DatabasesRequest) Unmarshal(dAtA []byte) error + type DatabasesResponse struct + Databases []string + func (*DatabasesResponse) Descriptor() ([]byte, []int) + func (*DatabasesResponse) ProtoMessage() + func (m *DatabasesResponse) Marshal() (dAtA []byte, err error) + func (m *DatabasesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DatabasesResponse) Reset() + func (m *DatabasesResponse) Size() (n int) + func (m *DatabasesResponse) String() string + func (m *DatabasesResponse) Unmarshal(dAtA []byte) error + type DecommissionRequest struct + Decommissioning bool + NodeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + func (*DecommissionRequest) Descriptor() ([]byte, []int) + func (*DecommissionRequest) ProtoMessage() + func (m *DecommissionRequest) Marshal() (dAtA []byte, err error) + func (m *DecommissionRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DecommissionRequest) Reset() + func (m *DecommissionRequest) Size() (n int) + func (m *DecommissionRequest) String() string + func (m *DecommissionRequest) Unmarshal(dAtA []byte) error + type DecommissionStatusRequest struct + NodeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + func (*DecommissionStatusRequest) Descriptor() ([]byte, []int) + func (*DecommissionStatusRequest) ProtoMessage() + func (m *DecommissionStatusRequest) Marshal() (dAtA []byte, err error) + func (m *DecommissionStatusRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DecommissionStatusRequest) Reset() + func (m *DecommissionStatusRequest) Size() (n int) + func (m *DecommissionStatusRequest) String() string + func (m *DecommissionStatusRequest) Unmarshal(dAtA []byte) error + type DecommissionStatusResponse struct + Status []DecommissionStatusResponse_Status + func (*DecommissionStatusResponse) Descriptor() ([]byte, []int) + func (*DecommissionStatusResponse) ProtoMessage() + func (m *DecommissionStatusResponse) Marshal() (dAtA []byte, err error) + func (m *DecommissionStatusResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DecommissionStatusResponse) Reset() + func (m *DecommissionStatusResponse) Size() (n int) + func (m *DecommissionStatusResponse) String() string + func (m *DecommissionStatusResponse) Unmarshal(dAtA []byte) error + type DecommissionStatusResponse_Status struct + Decommissioning bool + Draining bool + IsLive bool + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + ReplicaCount int64 + func (*DecommissionStatusResponse_Status) Descriptor() ([]byte, []int) + func (*DecommissionStatusResponse_Status) ProtoMessage() + func (m *DecommissionStatusResponse_Status) Marshal() (dAtA []byte, err error) + func (m *DecommissionStatusResponse_Status) MarshalTo(dAtA []byte) (int, error) + func (m *DecommissionStatusResponse_Status) Reset() + func (m *DecommissionStatusResponse_Status) Size() (n int) + func (m *DecommissionStatusResponse_Status) String() string + func (m *DecommissionStatusResponse_Status) Unmarshal(dAtA []byte) error + type DetailsRequest struct + NodeId string + func (*DetailsRequest) Descriptor() ([]byte, []int) + func (*DetailsRequest) ProtoMessage() + func (m *DetailsRequest) Marshal() (dAtA []byte, err error) + func (m *DetailsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DetailsRequest) Reset() + func (m *DetailsRequest) Size() (n int) + func (m *DetailsRequest) String() string + func (m *DetailsRequest) Unmarshal(dAtA []byte) error + type DetailsResponse struct + Address cockroach_util.UnresolvedAddr + BuildInfo cockroach_build.Info + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + func (*DetailsResponse) Descriptor() ([]byte, []int) + func (*DetailsResponse) ProtoMessage() + func (m *DetailsResponse) Marshal() (dAtA []byte, err error) + func (m *DetailsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DetailsResponse) Reset() + func (m *DetailsResponse) Size() (n int) + func (m *DetailsResponse) String() string + func (m *DetailsResponse) Unmarshal(dAtA []byte) error + type DrainMode int32 + const DrainMode_CLIENT + const DrainMode_LEASES + func (DrainMode) EnumDescriptor() ([]byte, []int) + func (x DrainMode) String() string + type DrainRequest struct + Off []int32 + On []int32 + Shutdown bool + func (*DrainRequest) Descriptor() ([]byte, []int) + func (*DrainRequest) ProtoMessage() + func (m *DrainRequest) Marshal() (dAtA []byte, err error) + func (m *DrainRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DrainRequest) Reset() + func (m *DrainRequest) Size() (n int) + func (m *DrainRequest) String() string + func (m *DrainRequest) Unmarshal(dAtA []byte) error + type DrainResponse struct + On []int32 + func (*DrainResponse) Descriptor() ([]byte, []int) + func (*DrainResponse) ProtoMessage() + func (m *DrainResponse) Marshal() (dAtA []byte, err error) + func (m *DrainResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DrainResponse) Reset() + func (m *DrainResponse) Size() (n int) + func (m *DrainResponse) String() string + func (m *DrainResponse) Unmarshal(dAtA []byte) error + type EventsRequest struct + Limit int32 + TargetId int64 + Type string + func (*EventsRequest) Descriptor() ([]byte, []int) + func (*EventsRequest) ProtoMessage() + func (m *EventsRequest) Marshal() (dAtA []byte, err error) + func (m *EventsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EventsRequest) Reset() + func (m *EventsRequest) Size() (n int) + func (m *EventsRequest) String() string + func (m *EventsRequest) Unmarshal(dAtA []byte) error + type EventsResponse struct + Events []EventsResponse_Event + func (*EventsResponse) Descriptor() ([]byte, []int) + func (*EventsResponse) ProtoMessage() + func (m *EventsResponse) Marshal() (dAtA []byte, err error) + func (m *EventsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *EventsResponse) Reset() + func (m *EventsResponse) Size() (n int) + func (m *EventsResponse) String() string + func (m *EventsResponse) Unmarshal(dAtA []byte) error + type EventsResponse_Event struct + EventType string + Info string + ReportingID int64 + TargetID int64 + Timestamp time.Time + UniqueID []byte + func (*EventsResponse_Event) Descriptor() ([]byte, []int) + func (*EventsResponse_Event) ProtoMessage() + func (m *EventsResponse_Event) Marshal() (dAtA []byte, err error) + func (m *EventsResponse_Event) MarshalTo(dAtA []byte) (int, error) + func (m *EventsResponse_Event) Reset() + func (m *EventsResponse_Event) Size() (n int) + func (m *EventsResponse_Event) String() string + func (m *EventsResponse_Event) Unmarshal(dAtA []byte) error + type GetUIDataRequest struct + Keys []string + func (*GetUIDataRequest) Descriptor() ([]byte, []int) + func (*GetUIDataRequest) ProtoMessage() + func (m *GetUIDataRequest) Marshal() (dAtA []byte, err error) + func (m *GetUIDataRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetUIDataRequest) Reset() + func (m *GetUIDataRequest) Size() (n int) + func (m *GetUIDataRequest) String() string + func (m *GetUIDataRequest) Unmarshal(dAtA []byte) error + type GetUIDataResponse struct + KeyValues map[string]GetUIDataResponse_Value + func (*GetUIDataResponse) Descriptor() ([]byte, []int) + func (*GetUIDataResponse) ProtoMessage() + func (m *GetUIDataResponse) Marshal() (dAtA []byte, err error) + func (m *GetUIDataResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetUIDataResponse) Reset() + func (m *GetUIDataResponse) Size() (n int) + func (m *GetUIDataResponse) String() string + func (m *GetUIDataResponse) Unmarshal(dAtA []byte) error + type GetUIDataResponse_Value struct + LastUpdated time.Time + Value []byte + func (*GetUIDataResponse_Value) Descriptor() ([]byte, []int) + func (*GetUIDataResponse_Value) ProtoMessage() + func (m *GetUIDataResponse_Value) Marshal() (dAtA []byte, err error) + func (m *GetUIDataResponse_Value) MarshalTo(dAtA []byte) (int, error) + func (m *GetUIDataResponse_Value) Reset() + func (m *GetUIDataResponse_Value) Size() (n int) + func (m *GetUIDataResponse_Value) String() string + func (m *GetUIDataResponse_Value) Unmarshal(dAtA []byte) error + type GossipRequest struct + NodeId string + func (*GossipRequest) Descriptor() ([]byte, []int) + func (*GossipRequest) ProtoMessage() + func (m *GossipRequest) Marshal() (dAtA []byte, err error) + func (m *GossipRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GossipRequest) Reset() + func (m *GossipRequest) Size() (n int) + func (m *GossipRequest) String() string + func (m *GossipRequest) Unmarshal(dAtA []byte) error + type HealthRequest struct + func (*HealthRequest) Descriptor() ([]byte, []int) + func (*HealthRequest) ProtoMessage() + func (m *HealthRequest) Marshal() (dAtA []byte, err error) + func (m *HealthRequest) MarshalTo(dAtA []byte) (int, error) + func (m *HealthRequest) Reset() + func (m *HealthRequest) Size() (n int) + func (m *HealthRequest) String() string + func (m *HealthRequest) Unmarshal(dAtA []byte) error + type HealthResponse struct + func (*HealthResponse) Descriptor() ([]byte, []int) + func (*HealthResponse) ProtoMessage() + func (m *HealthResponse) Marshal() (dAtA []byte, err error) + func (m *HealthResponse) MarshalTo(dAtA []byte) (int, error) + func (m *HealthResponse) Reset() + func (m *HealthResponse) Size() (n int) + func (m *HealthResponse) String() string + func (m *HealthResponse) Unmarshal(dAtA []byte) error + type InitClient interface + Bootstrap func(ctx context.Context, in *BootstrapRequest, opts ...grpc.CallOption) (*BootstrapResponse, error) + func NewInitClient(cc *grpc.ClientConn) InitClient + type InitServer interface + Bootstrap func(context.Context, *BootstrapRequest) (*BootstrapResponse, error) + type JSONResponse struct + Data []byte + func (*JSONResponse) Descriptor() ([]byte, []int) + func (*JSONResponse) ProtoMessage() + func (m *JSONResponse) Marshal() (dAtA []byte, err error) + func (m *JSONResponse) MarshalTo(dAtA []byte) (int, error) + func (m *JSONResponse) Reset() + func (m *JSONResponse) Size() (n int) + func (m *JSONResponse) String() string + func (m *JSONResponse) Unmarshal(dAtA []byte) error + type JobsRequest struct + Limit int32 + Status string + Type cockroach_sql_jobs.Type + func (*JobsRequest) Descriptor() ([]byte, []int) + func (*JobsRequest) ProtoMessage() + func (m *JobsRequest) Marshal() (dAtA []byte, err error) + func (m *JobsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *JobsRequest) Reset() + func (m *JobsRequest) Size() (n int) + func (m *JobsRequest) String() string + func (m *JobsRequest) Unmarshal(dAtA []byte) error + type JobsResponse struct + Jobs []JobsResponse_Job + func (*JobsResponse) Descriptor() ([]byte, []int) + func (*JobsResponse) ProtoMessage() + func (m *JobsResponse) Marshal() (dAtA []byte, err error) + func (m *JobsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *JobsResponse) Reset() + func (m *JobsResponse) Size() (n int) + func (m *JobsResponse) String() string + func (m *JobsResponse) Unmarshal(dAtA []byte) error + type JobsResponse_Job struct + Created *time.Time + Description string + DescriptorIDs []github_com_cockroachdb_cockroach_pkg_sql_sqlbase.ID + Error string + Finished *time.Time + FractionCompleted float32 + ID int64 + Modified *time.Time + Started *time.Time + Status string + Type string + Username string + func (*JobsResponse_Job) Descriptor() ([]byte, []int) + func (*JobsResponse_Job) ProtoMessage() + func (m *JobsResponse_Job) Marshal() (dAtA []byte, err error) + func (m *JobsResponse_Job) MarshalTo(dAtA []byte) (int, error) + func (m *JobsResponse_Job) Reset() + func (m *JobsResponse_Job) Size() (n int) + func (m *JobsResponse_Job) String() string + func (m *JobsResponse_Job) Unmarshal(dAtA []byte) error + type ListSessionsError struct + Message string + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + func (*ListSessionsError) Descriptor() ([]byte, []int) + func (*ListSessionsError) ProtoMessage() + func (m *ListSessionsError) Marshal() (dAtA []byte, err error) + func (m *ListSessionsError) MarshalTo(dAtA []byte) (int, error) + func (m *ListSessionsError) Reset() + func (m *ListSessionsError) Size() (n int) + func (m *ListSessionsError) String() string + func (m *ListSessionsError) Unmarshal(dAtA []byte) error + type ListSessionsRequest struct + Username string + func (*ListSessionsRequest) Descriptor() ([]byte, []int) + func (*ListSessionsRequest) ProtoMessage() + func (m *ListSessionsRequest) Marshal() (dAtA []byte, err error) + func (m *ListSessionsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListSessionsRequest) Reset() + func (m *ListSessionsRequest) Size() (n int) + func (m *ListSessionsRequest) String() string + func (m *ListSessionsRequest) Unmarshal(dAtA []byte) error + type ListSessionsResponse struct + Errors []ListSessionsError + Sessions []Session + func (*ListSessionsResponse) Descriptor() ([]byte, []int) + func (*ListSessionsResponse) ProtoMessage() + func (m *ListSessionsResponse) Marshal() (dAtA []byte, err error) + func (m *ListSessionsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListSessionsResponse) Reset() + func (m *ListSessionsResponse) Size() (n int) + func (m *ListSessionsResponse) String() string + func (m *ListSessionsResponse) Unmarshal(dAtA []byte) error + type LivenessRequest struct + func (*LivenessRequest) Descriptor() ([]byte, []int) + func (*LivenessRequest) ProtoMessage() + func (m *LivenessRequest) Marshal() (dAtA []byte, err error) + func (m *LivenessRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LivenessRequest) Reset() + func (m *LivenessRequest) Size() (n int) + func (m *LivenessRequest) String() string + func (m *LivenessRequest) Unmarshal(dAtA []byte) error + type LivenessResponse struct + Livenesses []cockroach_storage.Liveness + func (*LivenessResponse) Descriptor() ([]byte, []int) + func (*LivenessResponse) ProtoMessage() + func (m *LivenessResponse) Marshal() (dAtA []byte, err error) + func (m *LivenessResponse) MarshalTo(dAtA []byte) (int, error) + func (m *LivenessResponse) Reset() + func (m *LivenessResponse) Size() (n int) + func (m *LivenessResponse) String() string + func (m *LivenessResponse) Unmarshal(dAtA []byte) error + type LogEntriesResponse struct + Entries []cockroach_util_log.Entry + func (*LogEntriesResponse) Descriptor() ([]byte, []int) + func (*LogEntriesResponse) ProtoMessage() + func (m *LogEntriesResponse) Marshal() (dAtA []byte, err error) + func (m *LogEntriesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *LogEntriesResponse) Reset() + func (m *LogEntriesResponse) Size() (n int) + func (m *LogEntriesResponse) String() string + func (m *LogEntriesResponse) Unmarshal(dAtA []byte) error + type LogFileRequest struct + File string + NodeId string + func (*LogFileRequest) Descriptor() ([]byte, []int) + func (*LogFileRequest) ProtoMessage() + func (m *LogFileRequest) Marshal() (dAtA []byte, err error) + func (m *LogFileRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LogFileRequest) Reset() + func (m *LogFileRequest) Size() (n int) + func (m *LogFileRequest) String() string + func (m *LogFileRequest) Unmarshal(dAtA []byte) error + type LogFilesListRequest struct + NodeId string + func (*LogFilesListRequest) Descriptor() ([]byte, []int) + func (*LogFilesListRequest) ProtoMessage() + func (m *LogFilesListRequest) Marshal() (dAtA []byte, err error) + func (m *LogFilesListRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LogFilesListRequest) Reset() + func (m *LogFilesListRequest) Size() (n int) + func (m *LogFilesListRequest) String() string + func (m *LogFilesListRequest) Unmarshal(dAtA []byte) error + type LogFilesListResponse struct + Files []cockroach_util_log.FileInfo + func (*LogFilesListResponse) Descriptor() ([]byte, []int) + func (*LogFilesListResponse) ProtoMessage() + func (m *LogFilesListResponse) Marshal() (dAtA []byte, err error) + func (m *LogFilesListResponse) MarshalTo(dAtA []byte) (int, error) + func (m *LogFilesListResponse) Reset() + func (m *LogFilesListResponse) Size() (n int) + func (m *LogFilesListResponse) String() string + func (m *LogFilesListResponse) Unmarshal(dAtA []byte) error + type LogsRequest struct + EndTime string + Level string + Max string + NodeId string + Pattern string + StartTime string + func (*LogsRequest) Descriptor() ([]byte, []int) + func (*LogsRequest) ProtoMessage() + func (m *LogsRequest) Marshal() (dAtA []byte, err error) + func (m *LogsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LogsRequest) Reset() + func (m *LogsRequest) Size() (n int) + func (m *LogsRequest) String() string + func (m *LogsRequest) Unmarshal(dAtA []byte) error + type MetricsRequest struct + NodeId string + func (*MetricsRequest) Descriptor() ([]byte, []int) + func (*MetricsRequest) ProtoMessage() + func (m *MetricsRequest) Marshal() (dAtA []byte, err error) + func (m *MetricsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MetricsRequest) Reset() + func (m *MetricsRequest) Size() (n int) + func (m *MetricsRequest) String() string + func (m *MetricsRequest) Unmarshal(dAtA []byte) error + type NodeRequest struct + NodeId string + func (*NodeRequest) Descriptor() ([]byte, []int) + func (*NodeRequest) ProtoMessage() + func (m *NodeRequest) Marshal() (dAtA []byte, err error) + func (m *NodeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *NodeRequest) Reset() + func (m *NodeRequest) Size() (n int) + func (m *NodeRequest) String() string + func (m *NodeRequest) Unmarshal(dAtA []byte) error + type NodesRequest struct + func (*NodesRequest) Descriptor() ([]byte, []int) + func (*NodesRequest) ProtoMessage() + func (m *NodesRequest) Marshal() (dAtA []byte, err error) + func (m *NodesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *NodesRequest) Reset() + func (m *NodesRequest) Size() (n int) + func (m *NodesRequest) String() string + func (m *NodesRequest) Unmarshal(dAtA []byte) error + type NodesResponse struct + Nodes []cockroach_server_status.NodeStatus + func (*NodesResponse) Descriptor() ([]byte, []int) + func (*NodesResponse) ProtoMessage() + func (m *NodesResponse) Marshal() (dAtA []byte, err error) + func (m *NodesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *NodesResponse) Reset() + func (m *NodesResponse) Size() (n int) + func (m *NodesResponse) String() string + func (m *NodesResponse) Unmarshal(dAtA []byte) error + type PrettySpan struct + EndKey string + StartKey string + func (*PrettySpan) Descriptor() ([]byte, []int) + func (*PrettySpan) ProtoMessage() + func (m *PrettySpan) Marshal() (dAtA []byte, err error) + func (m *PrettySpan) MarshalTo(dAtA []byte) (int, error) + func (m *PrettySpan) Reset() + func (m *PrettySpan) Size() (n int) + func (m *PrettySpan) String() string + func (m *PrettySpan) Unmarshal(dAtA []byte) error + func (this *PrettySpan) Equal(that interface{}) bool + type ProblemRangesRequest struct + NodeID string + func (*ProblemRangesRequest) Descriptor() ([]byte, []int) + func (*ProblemRangesRequest) ProtoMessage() + func (m *ProblemRangesRequest) Marshal() (dAtA []byte, err error) + func (m *ProblemRangesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ProblemRangesRequest) Reset() + func (m *ProblemRangesRequest) Size() (n int) + func (m *ProblemRangesRequest) String() string + func (m *ProblemRangesRequest) Unmarshal(dAtA []byte) error + type ProblemRangesResponse struct + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + ProblemsByNodeID map[github_com_cockroachdb_cockroach_pkg_roachpb.NodeID]ProblemRangesResponse_NodeProblems + func (*ProblemRangesResponse) Descriptor() ([]byte, []int) + func (*ProblemRangesResponse) ProtoMessage() + func (m *ProblemRangesResponse) Marshal() (dAtA []byte, err error) + func (m *ProblemRangesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ProblemRangesResponse) Reset() + func (m *ProblemRangesResponse) Size() (n int) + func (m *ProblemRangesResponse) String() string + func (m *ProblemRangesResponse) Unmarshal(dAtA []byte) error + type ProblemRangesResponse_NodeProblems struct + ErrorMessage string + NoLeaseRangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + NoRaftLeaderRangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + RaftLeaderNotLeaseHolderRangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + UnavailableRangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + UnderreplicatedRangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + func (*ProblemRangesResponse_NodeProblems) Descriptor() ([]byte, []int) + func (*ProblemRangesResponse_NodeProblems) ProtoMessage() + func (m *ProblemRangesResponse_NodeProblems) Marshal() (dAtA []byte, err error) + func (m *ProblemRangesResponse_NodeProblems) MarshalTo(dAtA []byte) (int, error) + func (m *ProblemRangesResponse_NodeProblems) Reset() + func (m *ProblemRangesResponse_NodeProblems) Size() (n int) + func (m *ProblemRangesResponse_NodeProblems) String() string + func (m *ProblemRangesResponse_NodeProblems) Unmarshal(dAtA []byte) error + type QueryPlanRequest struct + Query string + func (*QueryPlanRequest) Descriptor() ([]byte, []int) + func (*QueryPlanRequest) ProtoMessage() + func (m *QueryPlanRequest) Marshal() (dAtA []byte, err error) + func (m *QueryPlanRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPlanRequest) Reset() + func (m *QueryPlanRequest) Size() (n int) + func (m *QueryPlanRequest) String() string + func (m *QueryPlanRequest) Unmarshal(dAtA []byte) error + type QueryPlanResponse struct + DistSQLPhysicalQueryPlan string + func (*QueryPlanResponse) Descriptor() ([]byte, []int) + func (*QueryPlanResponse) ProtoMessage() + func (m *QueryPlanResponse) Marshal() (dAtA []byte, err error) + func (m *QueryPlanResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPlanResponse) Reset() + func (m *QueryPlanResponse) Size() (n int) + func (m *QueryPlanResponse) String() string + func (m *QueryPlanResponse) Unmarshal(dAtA []byte) error + type RaftDebugRequest struct + RangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + func (*RaftDebugRequest) Descriptor() ([]byte, []int) + func (*RaftDebugRequest) ProtoMessage() + func (m *RaftDebugRequest) Marshal() (dAtA []byte, err error) + func (m *RaftDebugRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RaftDebugRequest) Reset() + func (m *RaftDebugRequest) Size() (n int) + func (m *RaftDebugRequest) String() string + func (m *RaftDebugRequest) Unmarshal(dAtA []byte) error + type RaftDebugResponse struct + Errors []RaftRangeError + Ranges map[github_com_cockroachdb_cockroach_pkg_roachpb.RangeID]RaftRangeStatus + func (*RaftDebugResponse) Descriptor() ([]byte, []int) + func (*RaftDebugResponse) ProtoMessage() + func (m *RaftDebugResponse) Marshal() (dAtA []byte, err error) + func (m *RaftDebugResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RaftDebugResponse) Reset() + func (m *RaftDebugResponse) Size() (n int) + func (m *RaftDebugResponse) String() string + func (m *RaftDebugResponse) Unmarshal(dAtA []byte) error + type RaftRangeError struct + Message string + func (*RaftRangeError) Descriptor() ([]byte, []int) + func (*RaftRangeError) ProtoMessage() + func (m *RaftRangeError) Marshal() (dAtA []byte, err error) + func (m *RaftRangeError) MarshalTo(dAtA []byte) (int, error) + func (m *RaftRangeError) Reset() + func (m *RaftRangeError) Size() (n int) + func (m *RaftRangeError) String() string + func (m *RaftRangeError) Unmarshal(dAtA []byte) error + type RaftRangeNode struct + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + Range RangeInfo + func (*RaftRangeNode) Descriptor() ([]byte, []int) + func (*RaftRangeNode) ProtoMessage() + func (m *RaftRangeNode) Marshal() (dAtA []byte, err error) + func (m *RaftRangeNode) MarshalTo(dAtA []byte) (int, error) + func (m *RaftRangeNode) Reset() + func (m *RaftRangeNode) Size() (n int) + func (m *RaftRangeNode) String() string + func (m *RaftRangeNode) Unmarshal(dAtA []byte) error + type RaftRangeStatus struct + Errors []RaftRangeError + Nodes []RaftRangeNode + RangeID github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + func (*RaftRangeStatus) Descriptor() ([]byte, []int) + func (*RaftRangeStatus) ProtoMessage() + func (m *RaftRangeStatus) Marshal() (dAtA []byte, err error) + func (m *RaftRangeStatus) MarshalTo(dAtA []byte) (int, error) + func (m *RaftRangeStatus) Reset() + func (m *RaftRangeStatus) Size() (n int) + func (m *RaftRangeStatus) String() string + func (m *RaftRangeStatus) Unmarshal(dAtA []byte) error + type RaftState struct + Applied uint64 + HardState raftpb.HardState + Lead uint64 + Progress map[uint64]RaftState_Progress + ReplicaID uint64 + State string + func (*RaftState) Descriptor() ([]byte, []int) + func (*RaftState) ProtoMessage() + func (m *RaftState) Marshal() (dAtA []byte, err error) + func (m *RaftState) MarshalTo(dAtA []byte) (int, error) + func (m *RaftState) Reset() + func (m *RaftState) Size() (n int) + func (m *RaftState) String() string + func (m *RaftState) Unmarshal(dAtA []byte) error + type RaftState_Progress struct + Match uint64 + Next uint64 + Paused bool + PendingSnapshot uint64 + State string + func (*RaftState_Progress) Descriptor() ([]byte, []int) + func (*RaftState_Progress) ProtoMessage() + func (m *RaftState_Progress) Marshal() (dAtA []byte, err error) + func (m *RaftState_Progress) MarshalTo(dAtA []byte) (int, error) + func (m *RaftState_Progress) Reset() + func (m *RaftState_Progress) Size() (n int) + func (m *RaftState_Progress) String() string + func (m *RaftState_Progress) Unmarshal(dAtA []byte) error + type RangeInfo struct + CmdQGlobal CommandQueueMetrics + CmdQLocal CommandQueueMetrics + ErrorMessage string + LeaseHistory []cockroach_roachpb1.Lease + LeaseStatus cockroach_storage2.LeaseStatus + Problems RangeProblems + Quiescent bool + RaftState RaftState + SourceNodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + SourceStoreID github_com_cockroachdb_cockroach_pkg_roachpb.StoreID + Span PrettySpan + State cockroach_storage_storagebase.RangeInfo + Stats RangeStatistics + func (*RangeInfo) Descriptor() ([]byte, []int) + func (*RangeInfo) ProtoMessage() + func (m *RangeInfo) Marshal() (dAtA []byte, err error) + func (m *RangeInfo) MarshalTo(dAtA []byte) (int, error) + func (m *RangeInfo) Reset() + func (m *RangeInfo) Size() (n int) + func (m *RangeInfo) String() string + func (m *RangeInfo) Unmarshal(dAtA []byte) error + type RangeLogRequest struct + Limit int32 + RangeId int64 + func (*RangeLogRequest) Descriptor() ([]byte, []int) + func (*RangeLogRequest) ProtoMessage() + func (m *RangeLogRequest) Marshal() (dAtA []byte, err error) + func (m *RangeLogRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RangeLogRequest) Reset() + func (m *RangeLogRequest) Size() (n int) + func (m *RangeLogRequest) String() string + func (m *RangeLogRequest) Unmarshal(dAtA []byte) error + type RangeLogResponse struct + Events []RangeLogResponse_Event + func (*RangeLogResponse) Descriptor() ([]byte, []int) + func (*RangeLogResponse) ProtoMessage() + func (m *RangeLogResponse) Marshal() (dAtA []byte, err error) + func (m *RangeLogResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RangeLogResponse) Reset() + func (m *RangeLogResponse) Size() (n int) + func (m *RangeLogResponse) String() string + func (m *RangeLogResponse) Unmarshal(dAtA []byte) error + type RangeLogResponse_Event struct + Event cockroach_storage1.RangeLogEvent + PrettyInfo RangeLogResponse_PrettyInfo + func (*RangeLogResponse_Event) Descriptor() ([]byte, []int) + func (*RangeLogResponse_Event) ProtoMessage() + func (m *RangeLogResponse_Event) Marshal() (dAtA []byte, err error) + func (m *RangeLogResponse_Event) MarshalTo(dAtA []byte) (int, error) + func (m *RangeLogResponse_Event) Reset() + func (m *RangeLogResponse_Event) Size() (n int) + func (m *RangeLogResponse_Event) String() string + func (m *RangeLogResponse_Event) Unmarshal(dAtA []byte) error + type RangeLogResponse_PrettyInfo struct + AddedReplica string + Details string + NewDesc string + Reason string + RemovedReplica string + UpdatedDesc string + func (*RangeLogResponse_PrettyInfo) Descriptor() ([]byte, []int) + func (*RangeLogResponse_PrettyInfo) ProtoMessage() + func (m *RangeLogResponse_PrettyInfo) Marshal() (dAtA []byte, err error) + func (m *RangeLogResponse_PrettyInfo) MarshalTo(dAtA []byte) (int, error) + func (m *RangeLogResponse_PrettyInfo) Reset() + func (m *RangeLogResponse_PrettyInfo) Size() (n int) + func (m *RangeLogResponse_PrettyInfo) String() string + func (m *RangeLogResponse_PrettyInfo) Unmarshal(dAtA []byte) error + type RangeProblems struct + LeaderNotLeaseHolder bool + NoLease bool + NoRaftLeader bool + Unavailable bool + Underreplicated bool + func (*RangeProblems) Descriptor() ([]byte, []int) + func (*RangeProblems) ProtoMessage() + func (m *RangeProblems) Marshal() (dAtA []byte, err error) + func (m *RangeProblems) MarshalTo(dAtA []byte) (int, error) + func (m *RangeProblems) Reset() + func (m *RangeProblems) Size() (n int) + func (m *RangeProblems) String() string + func (m *RangeProblems) Unmarshal(dAtA []byte) error + type RangeRequest struct + RangeId int64 + func (*RangeRequest) Descriptor() ([]byte, []int) + func (*RangeRequest) ProtoMessage() + func (m *RangeRequest) Marshal() (dAtA []byte, err error) + func (m *RangeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RangeRequest) Reset() + func (m *RangeRequest) Size() (n int) + func (m *RangeRequest) String() string + func (m *RangeRequest) Unmarshal(dAtA []byte) error + type RangeResponse struct + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + RangeID github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + ResponsesByNodeID map[github_com_cockroachdb_cockroach_pkg_roachpb.NodeID]RangeResponse_NodeResponse + func (*RangeResponse) Descriptor() ([]byte, []int) + func (*RangeResponse) ProtoMessage() + func (m *RangeResponse) Marshal() (dAtA []byte, err error) + func (m *RangeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RangeResponse) Reset() + func (m *RangeResponse) Size() (n int) + func (m *RangeResponse) String() string + func (m *RangeResponse) Unmarshal(dAtA []byte) error + type RangeResponse_NodeResponse struct + ErrorMessage string + Infos []RangeInfo + Response bool + func (*RangeResponse_NodeResponse) Descriptor() ([]byte, []int) + func (*RangeResponse_NodeResponse) ProtoMessage() + func (m *RangeResponse_NodeResponse) Marshal() (dAtA []byte, err error) + func (m *RangeResponse_NodeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RangeResponse_NodeResponse) Reset() + func (m *RangeResponse_NodeResponse) Size() (n int) + func (m *RangeResponse_NodeResponse) String() string + func (m *RangeResponse_NodeResponse) Unmarshal(dAtA []byte) error + type RangeStatistics struct + QueriesPerSecond float64 + WritesPerSecond float64 + func (*RangeStatistics) Descriptor() ([]byte, []int) + func (*RangeStatistics) ProtoMessage() + func (m *RangeStatistics) Marshal() (dAtA []byte, err error) + func (m *RangeStatistics) MarshalTo(dAtA []byte) (int, error) + func (m *RangeStatistics) Reset() + func (m *RangeStatistics) Size() (n int) + func (m *RangeStatistics) String() string + func (m *RangeStatistics) Unmarshal(dAtA []byte) error + type RangesRequest struct + NodeId string + RangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + func (*RangesRequest) Descriptor() ([]byte, []int) + func (*RangesRequest) ProtoMessage() + func (m *RangesRequest) Marshal() (dAtA []byte, err error) + func (m *RangesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RangesRequest) Reset() + func (m *RangesRequest) Size() (n int) + func (m *RangesRequest) String() string + func (m *RangesRequest) Unmarshal(dAtA []byte) error + type RangesResponse struct + Ranges []RangeInfo + func (*RangesResponse) Descriptor() ([]byte, []int) + func (*RangesResponse) ProtoMessage() + func (m *RangesResponse) Marshal() (dAtA []byte, err error) + func (m *RangesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RangesResponse) Reset() + func (m *RangesResponse) Size() (n int) + func (m *RangesResponse) String() string + func (m *RangesResponse) Unmarshal(dAtA []byte) error + type Session struct + ActiveQueries []ActiveQuery + ApplicationName string + ClientAddress string + KvTxnID *github_com_cockroachdb_cockroach_pkg_util_uuid.UUID + LastActiveQuery string + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + Start time.Time + Username string + func (*Session) Descriptor() ([]byte, []int) + func (*Session) ProtoMessage() + func (m *Session) Marshal() (dAtA []byte, err error) + func (m *Session) MarshalTo(dAtA []byte) (int, error) + func (m *Session) Reset() + func (m *Session) Size() (n int) + func (m *Session) String() string + func (m *Session) Unmarshal(dAtA []byte) error + type SessionCookie struct + ID int64 + Secret []byte + func (*SessionCookie) Descriptor() ([]byte, []int) + func (*SessionCookie) ProtoMessage() + func (m *SessionCookie) Marshal() (dAtA []byte, err error) + func (m *SessionCookie) MarshalTo(dAtA []byte) (int, error) + func (m *SessionCookie) Reset() + func (m *SessionCookie) Size() (n int) + func (m *SessionCookie) String() string + func (m *SessionCookie) Unmarshal(dAtA []byte) error + type SetUIDataRequest struct + KeyValues map[string][]byte + func (*SetUIDataRequest) Descriptor() ([]byte, []int) + func (*SetUIDataRequest) ProtoMessage() + func (m *SetUIDataRequest) Marshal() (dAtA []byte, err error) + func (m *SetUIDataRequest) MarshalTo(dAtA []byte) (int, error) + func (m *SetUIDataRequest) Reset() + func (m *SetUIDataRequest) Size() (n int) + func (m *SetUIDataRequest) String() string + func (m *SetUIDataRequest) Unmarshal(dAtA []byte) error + type SetUIDataResponse struct + func (*SetUIDataResponse) Descriptor() ([]byte, []int) + func (*SetUIDataResponse) ProtoMessage() + func (m *SetUIDataResponse) Marshal() (dAtA []byte, err error) + func (m *SetUIDataResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SetUIDataResponse) Reset() + func (m *SetUIDataResponse) Size() (n int) + func (m *SetUIDataResponse) String() string + func (m *SetUIDataResponse) Unmarshal(dAtA []byte) error + type SettingsRequest struct + Keys []string + func (*SettingsRequest) Descriptor() ([]byte, []int) + func (*SettingsRequest) ProtoMessage() + func (m *SettingsRequest) Marshal() (dAtA []byte, err error) + func (m *SettingsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *SettingsRequest) Reset() + func (m *SettingsRequest) Size() (n int) + func (m *SettingsRequest) String() string + func (m *SettingsRequest) Unmarshal(dAtA []byte) error + type SettingsResponse struct + KeyValues map[string]SettingsResponse_Value + func (*SettingsResponse) Descriptor() ([]byte, []int) + func (*SettingsResponse) ProtoMessage() + func (m *SettingsResponse) Marshal() (dAtA []byte, err error) + func (m *SettingsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SettingsResponse) Reset() + func (m *SettingsResponse) Size() (n int) + func (m *SettingsResponse) String() string + func (m *SettingsResponse) Unmarshal(dAtA []byte) error + type SettingsResponse_Value struct + Description string + Type string + Value string + func (*SettingsResponse_Value) Descriptor() ([]byte, []int) + func (*SettingsResponse_Value) ProtoMessage() + func (m *SettingsResponse_Value) Marshal() (dAtA []byte, err error) + func (m *SettingsResponse_Value) MarshalTo(dAtA []byte) (int, error) + func (m *SettingsResponse_Value) Reset() + func (m *SettingsResponse_Value) Size() (n int) + func (m *SettingsResponse_Value) String() string + func (m *SettingsResponse_Value) Unmarshal(dAtA []byte) error + type SpanStatsRequest struct + EndKey github_com_cockroachdb_cockroach_pkg_roachpb.RKey + NodeID string + StartKey github_com_cockroachdb_cockroach_pkg_roachpb.RKey + func (*SpanStatsRequest) Descriptor() ([]byte, []int) + func (*SpanStatsRequest) ProtoMessage() + func (m *SpanStatsRequest) Marshal() (dAtA []byte, err error) + func (m *SpanStatsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *SpanStatsRequest) Reset() + func (m *SpanStatsRequest) Size() (n int) + func (m *SpanStatsRequest) String() string + func (m *SpanStatsRequest) Unmarshal(dAtA []byte) error + type SpanStatsResponse struct + RangeCount int32 + TotalStats cockroach_storage_engine_enginepb.MVCCStats + func (*SpanStatsResponse) Descriptor() ([]byte, []int) + func (*SpanStatsResponse) ProtoMessage() + func (m *SpanStatsResponse) Marshal() (dAtA []byte, err error) + func (m *SpanStatsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SpanStatsResponse) Reset() + func (m *SpanStatsResponse) Size() (n int) + func (m *SpanStatsResponse) String() string + func (m *SpanStatsResponse) Unmarshal(dAtA []byte) error + type StacksRequest struct + NodeId string + func (*StacksRequest) Descriptor() ([]byte, []int) + func (*StacksRequest) ProtoMessage() + func (m *StacksRequest) Marshal() (dAtA []byte, err error) + func (m *StacksRequest) MarshalTo(dAtA []byte) (int, error) + func (m *StacksRequest) Reset() + func (m *StacksRequest) Size() (n int) + func (m *StacksRequest) String() string + func (m *StacksRequest) Unmarshal(dAtA []byte) error + type StatusClient interface + Allocator func(ctx context.Context, in *AllocatorRequest, opts ...grpc.CallOption) (*AllocatorResponse, error) + AllocatorRange func(ctx context.Context, in *AllocatorRangeRequest, opts ...grpc.CallOption) (*AllocatorRangeResponse, error) + CancelQuery func(ctx context.Context, in *CancelQueryRequest, opts ...grpc.CallOption) (*CancelQueryResponse, error) + Certificates func(ctx context.Context, in *CertificatesRequest, opts ...grpc.CallOption) (*CertificatesResponse, error) + Details func(ctx context.Context, in *DetailsRequest, opts ...grpc.CallOption) (*DetailsResponse, error) + Gossip func(ctx context.Context, in *GossipRequest, opts ...grpc.CallOption) (*cockroach_gossip.InfoStatus, error) + ListLocalSessions func(ctx context.Context, in *ListSessionsRequest, opts ...grpc.CallOption) (*ListSessionsResponse, error) + ListSessions func(ctx context.Context, in *ListSessionsRequest, opts ...grpc.CallOption) (*ListSessionsResponse, error) + LogFile func(ctx context.Context, in *LogFileRequest, opts ...grpc.CallOption) (*LogEntriesResponse, error) + LogFilesList func(ctx context.Context, in *LogFilesListRequest, opts ...grpc.CallOption) (*LogFilesListResponse, error) + Logs func(ctx context.Context, in *LogsRequest, opts ...grpc.CallOption) (*LogEntriesResponse, error) + Metrics func(ctx context.Context, in *MetricsRequest, opts ...grpc.CallOption) (*JSONResponse, error) + Node func(ctx context.Context, in *NodeRequest, opts ...grpc.CallOption) (*cockroach_server_status.NodeStatus, error) + Nodes func(ctx context.Context, in *NodesRequest, opts ...grpc.CallOption) (*NodesResponse, error) + ProblemRanges func(ctx context.Context, in *ProblemRangesRequest, opts ...grpc.CallOption) (*ProblemRangesResponse, error) + RaftDebug func(ctx context.Context, in *RaftDebugRequest, opts ...grpc.CallOption) (*RaftDebugResponse, error) + Range func(ctx context.Context, in *RangeRequest, opts ...grpc.CallOption) (*RangeResponse, error) + Ranges func(ctx context.Context, in *RangesRequest, opts ...grpc.CallOption) (*RangesResponse, error) + SpanStats func(ctx context.Context, in *SpanStatsRequest, opts ...grpc.CallOption) (*SpanStatsResponse, error) + Stacks func(ctx context.Context, in *StacksRequest, opts ...grpc.CallOption) (*JSONResponse, error) + func NewStatusClient(cc *grpc.ClientConn) StatusClient + type StatusServer interface + Allocator func(context.Context, *AllocatorRequest) (*AllocatorResponse, error) + AllocatorRange func(context.Context, *AllocatorRangeRequest) (*AllocatorRangeResponse, error) + CancelQuery func(context.Context, *CancelQueryRequest) (*CancelQueryResponse, error) + Certificates func(context.Context, *CertificatesRequest) (*CertificatesResponse, error) + Details func(context.Context, *DetailsRequest) (*DetailsResponse, error) + Gossip func(context.Context, *GossipRequest) (*cockroach_gossip.InfoStatus, error) + ListLocalSessions func(context.Context, *ListSessionsRequest) (*ListSessionsResponse, error) + ListSessions func(context.Context, *ListSessionsRequest) (*ListSessionsResponse, error) + LogFile func(context.Context, *LogFileRequest) (*LogEntriesResponse, error) + LogFilesList func(context.Context, *LogFilesListRequest) (*LogFilesListResponse, error) + Logs func(context.Context, *LogsRequest) (*LogEntriesResponse, error) + Metrics func(context.Context, *MetricsRequest) (*JSONResponse, error) + Node func(context.Context, *NodeRequest) (*cockroach_server_status.NodeStatus, error) + Nodes func(context.Context, *NodesRequest) (*NodesResponse, error) + ProblemRanges func(context.Context, *ProblemRangesRequest) (*ProblemRangesResponse, error) + RaftDebug func(context.Context, *RaftDebugRequest) (*RaftDebugResponse, error) + Range func(context.Context, *RangeRequest) (*RangeResponse, error) + Ranges func(context.Context, *RangesRequest) (*RangesResponse, error) + SpanStats func(context.Context, *SpanStatsRequest) (*SpanStatsResponse, error) + Stacks func(context.Context, *StacksRequest) (*JSONResponse, error) + type TableDetailsRequest struct + Database string + Table string + func (*TableDetailsRequest) Descriptor() ([]byte, []int) + func (*TableDetailsRequest) ProtoMessage() + func (m *TableDetailsRequest) Marshal() (dAtA []byte, err error) + func (m *TableDetailsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsRequest) Reset() + func (m *TableDetailsRequest) Size() (n int) + func (m *TableDetailsRequest) String() string + func (m *TableDetailsRequest) Unmarshal(dAtA []byte) error + type TableDetailsResponse struct + Columns []TableDetailsResponse_Column + CreateTableStatement string + DescriptorID int64 + Grants []TableDetailsResponse_Grant + Indexes []TableDetailsResponse_Index + RangeCount int64 + ZoneConfig cockroach_config.ZoneConfig + ZoneConfigLevel ZoneConfigurationLevel + func (*TableDetailsResponse) Descriptor() ([]byte, []int) + func (*TableDetailsResponse) ProtoMessage() + func (m *TableDetailsResponse) Marshal() (dAtA []byte, err error) + func (m *TableDetailsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsResponse) Reset() + func (m *TableDetailsResponse) Size() (n int) + func (m *TableDetailsResponse) String() string + func (m *TableDetailsResponse) Unmarshal(dAtA []byte) error + type TableDetailsResponse_Column struct + DefaultValue string + Name string + Nullable bool + Type string + func (*TableDetailsResponse_Column) Descriptor() ([]byte, []int) + func (*TableDetailsResponse_Column) ProtoMessage() + func (m *TableDetailsResponse_Column) Marshal() (dAtA []byte, err error) + func (m *TableDetailsResponse_Column) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsResponse_Column) Reset() + func (m *TableDetailsResponse_Column) Size() (n int) + func (m *TableDetailsResponse_Column) String() string + func (m *TableDetailsResponse_Column) Unmarshal(dAtA []byte) error + type TableDetailsResponse_Grant struct + Privileges []string + User string + func (*TableDetailsResponse_Grant) Descriptor() ([]byte, []int) + func (*TableDetailsResponse_Grant) ProtoMessage() + func (m *TableDetailsResponse_Grant) Marshal() (dAtA []byte, err error) + func (m *TableDetailsResponse_Grant) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsResponse_Grant) Reset() + func (m *TableDetailsResponse_Grant) Size() (n int) + func (m *TableDetailsResponse_Grant) String() string + func (m *TableDetailsResponse_Grant) Unmarshal(dAtA []byte) error + type TableDetailsResponse_Index struct + Column string + Direction string + Implicit bool + Name string + Seq int64 + Storing bool + Unique bool + func (*TableDetailsResponse_Index) Descriptor() ([]byte, []int) + func (*TableDetailsResponse_Index) ProtoMessage() + func (m *TableDetailsResponse_Index) Marshal() (dAtA []byte, err error) + func (m *TableDetailsResponse_Index) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsResponse_Index) Reset() + func (m *TableDetailsResponse_Index) Size() (n int) + func (m *TableDetailsResponse_Index) String() string + func (m *TableDetailsResponse_Index) Unmarshal(dAtA []byte) error + type TableStatsRequest struct + Database string + Table string + func (*TableStatsRequest) Descriptor() ([]byte, []int) + func (*TableStatsRequest) ProtoMessage() + func (m *TableStatsRequest) Marshal() (dAtA []byte, err error) + func (m *TableStatsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *TableStatsRequest) Reset() + func (m *TableStatsRequest) Size() (n int) + func (m *TableStatsRequest) String() string + func (m *TableStatsRequest) Unmarshal(dAtA []byte) error + type TableStatsResponse struct + MissingNodes []TableStatsResponse_MissingNode + NodeCount int64 + RangeCount int64 + ReplicaCount int64 + Stats cockroach_storage_engine_enginepb.MVCCStats + func (*TableStatsResponse) Descriptor() ([]byte, []int) + func (*TableStatsResponse) ProtoMessage() + func (m *TableStatsResponse) Marshal() (dAtA []byte, err error) + func (m *TableStatsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *TableStatsResponse) Reset() + func (m *TableStatsResponse) Size() (n int) + func (m *TableStatsResponse) String() string + func (m *TableStatsResponse) Unmarshal(dAtA []byte) error + type TableStatsResponse_MissingNode struct + ErrorMessage string + NodeID string + func (*TableStatsResponse_MissingNode) Descriptor() ([]byte, []int) + func (*TableStatsResponse_MissingNode) ProtoMessage() + func (m *TableStatsResponse_MissingNode) Marshal() (dAtA []byte, err error) + func (m *TableStatsResponse_MissingNode) MarshalTo(dAtA []byte) (int, error) + func (m *TableStatsResponse_MissingNode) Reset() + func (m *TableStatsResponse_MissingNode) Size() (n int) + func (m *TableStatsResponse_MissingNode) String() string + func (m *TableStatsResponse_MissingNode) Unmarshal(dAtA []byte) error + type UserLoginRequest struct + Password string + Username string + func (*UserLoginRequest) Descriptor() ([]byte, []int) + func (*UserLoginRequest) ProtoMessage() + func (m *UserLoginRequest) Marshal() (dAtA []byte, err error) + func (m *UserLoginRequest) MarshalTo(dAtA []byte) (int, error) + func (m *UserLoginRequest) Reset() + func (m *UserLoginRequest) Size() (n int) + func (m *UserLoginRequest) String() string + func (m *UserLoginRequest) Unmarshal(dAtA []byte) error + type UserLoginResponse struct + func (*UserLoginResponse) Descriptor() ([]byte, []int) + func (*UserLoginResponse) ProtoMessage() + func (m *UserLoginResponse) Marshal() (dAtA []byte, err error) + func (m *UserLoginResponse) MarshalTo(dAtA []byte) (int, error) + func (m *UserLoginResponse) Reset() + func (m *UserLoginResponse) Size() (n int) + func (m *UserLoginResponse) String() string + func (m *UserLoginResponse) Unmarshal(dAtA []byte) error + type UserLogoutRequest struct + func (*UserLogoutRequest) Descriptor() ([]byte, []int) + func (*UserLogoutRequest) ProtoMessage() + func (m *UserLogoutRequest) Marshal() (dAtA []byte, err error) + func (m *UserLogoutRequest) MarshalTo(dAtA []byte) (int, error) + func (m *UserLogoutRequest) Reset() + func (m *UserLogoutRequest) Size() (n int) + func (m *UserLogoutRequest) String() string + func (m *UserLogoutRequest) Unmarshal(dAtA []byte) error + type UserLogoutResponse struct + func (*UserLogoutResponse) Descriptor() ([]byte, []int) + func (*UserLogoutResponse) ProtoMessage() + func (m *UserLogoutResponse) Marshal() (dAtA []byte, err error) + func (m *UserLogoutResponse) MarshalTo(dAtA []byte) (int, error) + func (m *UserLogoutResponse) Reset() + func (m *UserLogoutResponse) Size() (n int) + func (m *UserLogoutResponse) String() string + func (m *UserLogoutResponse) Unmarshal(dAtA []byte) error + type UsersRequest struct + func (*UsersRequest) Descriptor() ([]byte, []int) + func (*UsersRequest) ProtoMessage() + func (m *UsersRequest) Marshal() (dAtA []byte, err error) + func (m *UsersRequest) MarshalTo(dAtA []byte) (int, error) + func (m *UsersRequest) Reset() + func (m *UsersRequest) Size() (n int) + func (m *UsersRequest) String() string + func (m *UsersRequest) Unmarshal(dAtA []byte) error + type UsersResponse struct + Users []UsersResponse_User + func (*UsersResponse) Descriptor() ([]byte, []int) + func (*UsersResponse) ProtoMessage() + func (m *UsersResponse) Marshal() (dAtA []byte, err error) + func (m *UsersResponse) MarshalTo(dAtA []byte) (int, error) + func (m *UsersResponse) Reset() + func (m *UsersResponse) Size() (n int) + func (m *UsersResponse) String() string + func (m *UsersResponse) Unmarshal(dAtA []byte) error + type UsersResponse_User struct + Username string + func (*UsersResponse_User) Descriptor() ([]byte, []int) + func (*UsersResponse_User) ProtoMessage() + func (m *UsersResponse_User) Marshal() (dAtA []byte, err error) + func (m *UsersResponse_User) MarshalTo(dAtA []byte) (int, error) + func (m *UsersResponse_User) Reset() + func (m *UsersResponse_User) Size() (n int) + func (m *UsersResponse_User) String() string + func (m *UsersResponse_User) Unmarshal(dAtA []byte) error + type ZoneConfigurationLevel int32 + const ZoneConfigurationLevel_CLUSTER + const ZoneConfigurationLevel_DATABASE + const ZoneConfigurationLevel_TABLE + const ZoneConfigurationLevel_UNKNOWN + func (ZoneConfigurationLevel) EnumDescriptor() ([]byte, []int) + func (x ZoneConfigurationLevel) String() string