serializev1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_v8platform_serialize_v1_assignments_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_clusters_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_connections_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_infobases_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_licanses_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_locks_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_managers_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_processes_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_servers_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_services_proto protoreflect.FileDescriptor
View Source
var File_v8platform_serialize_v1_sessions_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AssignmentInfo added in v0.3.0

type AssignmentInfo struct {
	Uuid           string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ObjectType     string `protobuf:"bytes,2,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	InfobaseName   string `protobuf:"bytes,3,opt,name=infobase_name,json=infobaseName,proto3" json:"infobase_name,omitempty"`
	Type           int32  `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"`
	ApplicationExt string `protobuf:"bytes,5,opt,name=application_ext,json=applicationExt,proto3" json:"application_ext,omitempty"`
	Priority       int32  `protobuf:"varint,6,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*AssignmentInfo) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AssignmentInfo.ProtoReflect.Descriptor instead.

func (*AssignmentInfo) Formatter added in v0.3.0

func (x *AssignmentInfo) Formatter(writer io.Writer, version int32) error

func (*AssignmentInfo) GetApplicationExt added in v0.3.0

func (x *AssignmentInfo) GetApplicationExt() string

func (*AssignmentInfo) GetInfobaseName added in v0.3.0

func (x *AssignmentInfo) GetInfobaseName() string

func (*AssignmentInfo) GetObjectType added in v0.3.0

func (x *AssignmentInfo) GetObjectType() string

func (*AssignmentInfo) GetPriority added in v0.3.0

func (x *AssignmentInfo) GetPriority() int32

func (*AssignmentInfo) GetType added in v0.3.0

func (x *AssignmentInfo) GetType() int32

func (*AssignmentInfo) GetUuid added in v0.3.0

func (x *AssignmentInfo) GetUuid() string

func (*AssignmentInfo) Parse added in v0.3.0

func (x *AssignmentInfo) Parse(reader io.Reader, version int32) error

func (*AssignmentInfo) ProtoMessage added in v0.3.0

func (*AssignmentInfo) ProtoMessage()

func (*AssignmentInfo) ProtoReflect added in v0.3.0

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

func (*AssignmentInfo) Reset added in v0.3.0

func (x *AssignmentInfo) Reset()

func (*AssignmentInfo) String added in v0.3.0

func (x *AssignmentInfo) String() string

type ClusterInfo

type ClusterInfo struct {
	Uuid                       string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ExpirationTimeout          int32  `protobuf:"varint,2,opt,name=expiration_timeout,proto3" json:"expiration_timeout,omitempty"`
	Host                       string `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"`
	LifetimeLimit              int32  `protobuf:"varint,4,opt,name=lifetime_limit,json=lifetimeLimit,proto3" json:"lifetime_limit,omitempty"`
	Port                       int32  `protobuf:"varint,5,opt,name=Port,proto3" json:"Port,omitempty"`
	MaxMemorySize              int32  `protobuf:"varint,6,opt,name=max_memory_size,json=maxMemorySize,proto3" json:"max_memory_size,omitempty"`
	MaxMemoryTimeLimit         int32  `protobuf:"varint,7,opt,name=max_memory_time_limit,json=maxMemoryTimeLimit,proto3" json:"max_memory_time_limit,omitempty"`
	Name                       string `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	SecurityLevel              int32  `protobuf:"varint,9,opt,name=security_level,json=securityLevel,proto3" json:"security_level,omitempty"`
	SessionFaultToleranceLevel int32  `` /* 145-byte string literal not displayed */
	LoadBalancingMode          int32  `protobuf:"varint,11,opt,name=load_balancing_mode,json=loadBalancingMode,proto3" json:"load_balancing_mode,omitempty"`
	ErrorsCountThreshold       int32  `protobuf:"varint,12,opt,name=errors_count_threshold,json=errorsCountThreshold,proto3" json:"errors_count_threshold,omitempty"`
	KillProblemProcesses       bool   `protobuf:"varint,13,opt,name=kill_problem_processes,json=killProblemProcesses,proto3" json:"kill_problem_processes,omitempty"`
	// version >= 9
	KillByMemoryWithDump bool `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClusterInfo) Descriptor deprecated

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

Deprecated: Use ClusterInfo.ProtoReflect.Descriptor instead.

func (*ClusterInfo) Formatter

func (x *ClusterInfo) Formatter(writer io.Writer, version int32) error

func (*ClusterInfo) GetErrorsCountThreshold

func (x *ClusterInfo) GetErrorsCountThreshold() int32

func (*ClusterInfo) GetExpirationTimeout

func (x *ClusterInfo) GetExpirationTimeout() int32

func (*ClusterInfo) GetHost

func (x *ClusterInfo) GetHost() string

func (*ClusterInfo) GetKillByMemoryWithDump

func (x *ClusterInfo) GetKillByMemoryWithDump() bool

func (*ClusterInfo) GetKillProblemProcesses

func (x *ClusterInfo) GetKillProblemProcesses() bool

func (*ClusterInfo) GetLifetimeLimit

func (x *ClusterInfo) GetLifetimeLimit() int32

func (*ClusterInfo) GetLoadBalancingMode

func (x *ClusterInfo) GetLoadBalancingMode() int32

func (*ClusterInfo) GetMaxMemorySize

func (x *ClusterInfo) GetMaxMemorySize() int32

func (*ClusterInfo) GetMaxMemoryTimeLimit

func (x *ClusterInfo) GetMaxMemoryTimeLimit() int32

func (*ClusterInfo) GetName

func (x *ClusterInfo) GetName() string

func (*ClusterInfo) GetPort

func (x *ClusterInfo) GetPort() int32

func (*ClusterInfo) GetSecurityLevel

func (x *ClusterInfo) GetSecurityLevel() int32

func (*ClusterInfo) GetSessionFaultToleranceLevel

func (x *ClusterInfo) GetSessionFaultToleranceLevel() int32

func (*ClusterInfo) GetUuid

func (x *ClusterInfo) GetUuid() string

func (*ClusterInfo) Parse

func (x *ClusterInfo) Parse(reader io.Reader, version int32) error

func (*ClusterInfo) ProtoMessage

func (*ClusterInfo) ProtoMessage()

func (*ClusterInfo) ProtoReflect

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

func (*ClusterInfo) Reset

func (x *ClusterInfo) Reset()

func (*ClusterInfo) String

func (x *ClusterInfo) String() string

type ConnectionInfo added in v0.3.0

type ConnectionInfo struct {
	Uuid        string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Application string                 `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"`
	BlockedByLs int32                  `protobuf:"varint,3,opt,name=blocked_by_ls,json=blockedByLs,proto3" json:"blocked_by_ls,omitempty"`
	ConnectedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=connected_at,json=connectedAt,proto3" json:"connected_at,omitempty"`
	Id          int32                  `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"`
	Host        string                 `protobuf:"bytes,6,opt,name=host,proto3" json:"host,omitempty"`
	InfobaseId  string                 `protobuf:"bytes,7,opt,name=infobase_id,json=infobaseId,proto3" json:"infobase_id,omitempty"`
	ProcessId   string                 `protobuf:"bytes,8,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
	SessionId   int32                  `protobuf:"varint,9,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionInfo) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ConnectionInfo.ProtoReflect.Descriptor instead.

func (*ConnectionInfo) Formatter added in v0.3.0

func (x *ConnectionInfo) Formatter(writer io.Writer, version int32) error

func (*ConnectionInfo) GetApplication added in v0.3.0

func (x *ConnectionInfo) GetApplication() string

func (*ConnectionInfo) GetBlockedByLs added in v0.3.0

func (x *ConnectionInfo) GetBlockedByLs() int32

func (*ConnectionInfo) GetConnectedAt added in v0.3.0

func (x *ConnectionInfo) GetConnectedAt() *timestamppb.Timestamp

func (*ConnectionInfo) GetHost added in v0.3.0

func (x *ConnectionInfo) GetHost() string

func (*ConnectionInfo) GetId added in v0.3.0

func (x *ConnectionInfo) GetId() int32

func (*ConnectionInfo) GetInfobaseId added in v0.3.0

func (x *ConnectionInfo) GetInfobaseId() string

func (*ConnectionInfo) GetProcessId added in v0.3.0

func (x *ConnectionInfo) GetProcessId() string

func (*ConnectionInfo) GetSessionId added in v0.3.0

func (x *ConnectionInfo) GetSessionId() int32

func (*ConnectionInfo) GetUuid added in v0.3.0

func (x *ConnectionInfo) GetUuid() string

func (*ConnectionInfo) Parse added in v0.3.0

func (x *ConnectionInfo) Parse(reader io.Reader, version int32) error

func (*ConnectionInfo) ProtoMessage added in v0.3.0

func (*ConnectionInfo) ProtoMessage()

func (*ConnectionInfo) ProtoReflect added in v0.3.0

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

func (*ConnectionInfo) Reset added in v0.3.0

func (x *ConnectionInfo) Reset()

func (*ConnectionInfo) String added in v0.3.0

func (x *ConnectionInfo) String() string

type InfobaseInfo

type InfobaseInfo struct {
	Uuid                                   string                 `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	DateOffset                             int32                  `protobuf:"varint,3,opt,name=date_offset,json=dateOffset,proto3" json:"date_offset,omitempty"`
	Dbms                                   string                 `protobuf:"bytes,4,opt,name=dbms,proto3" json:"dbms,omitempty"`
	DbServer                               string                 `protobuf:"bytes,5,opt,name=db_server,json=dbServer,proto3" json:"db_server,omitempty"`
	DbName                                 string                 `protobuf:"bytes,6,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"`
	DbUser                                 string                 `protobuf:"bytes,7,opt,name=db_user,json=dbUser,proto3" json:"db_user,omitempty"`
	DbPwd                                  string                 `protobuf:"bytes,8,opt,name=db_pwd,json=dbPwd,proto3" json:"db_pwd,omitempty"`
	DeniedFrom                             *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=denied_from,json=deniedFrom,proto3" json:"denied_from,omitempty"`
	DeniedMessage                          string                 `protobuf:"bytes,10,opt,name=denied_message,json=deniedMessage,proto3" json:"denied_message,omitempty"`
	DeniedParameter                        string                 `protobuf:"bytes,11,opt,name=denied_parameter,json=deniedParameter,proto3" json:"denied_parameter,omitempty"`
	DeniedTo                               *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=denied_to,json=deniedTo,proto3" json:"denied_to,omitempty"`
	Descr                                  string                 `protobuf:"bytes,13,opt,name=descr,proto3" json:"descr,omitempty"`
	Locale                                 string                 `protobuf:"bytes,14,opt,name=locale,proto3" json:"locale,omitempty"`
	Name                                   string                 `protobuf:"bytes,15,opt,name=name,proto3" json:"name,omitempty"`
	PermissionCode                         string                 `protobuf:"bytes,16,opt,name=permission_code,json=permissionCode,proto3" json:"permission_code,omitempty"`
	ScheduledJobsDeny                      bool                   `protobuf:"varint,17,opt,name=scheduled_jobs_deny,json=scheduledJobsDeny,proto3" json:"scheduled_jobs_deny,omitempty"`
	SecurityLevel                          int32                  `protobuf:"varint,18,opt,name=security_level,json=securityLevel,proto3" json:"security_level,omitempty"`
	SessionsDeny                           bool                   `protobuf:"varint,19,opt,name=sessions_deny,json=sessionsDeny,proto3" json:"sessions_deny,omitempty"`
	LicenseDistribution                    int32                  `protobuf:"varint,20,opt,name=license_distribution,json=licenseDistribution,proto3" json:"license_distribution,omitempty"`
	ExternalSessionManagerConnectionString string                 `` /* 182-byte string literal not displayed */
	ExternalSessionManagerRequired         bool                   `` /* 157-byte string literal not displayed */
	SecurityProfileName                    string                 `protobuf:"bytes,23,opt,name=SecurityProfileName,proto3" json:"SecurityProfileName,omitempty"`
	SafeModeSecurityProfileName            string                 `protobuf:"bytes,24,opt,name=SafeModeSecurityProfileName,proto3" json:"SafeModeSecurityProfileName,omitempty"`
	// version >=9
	ReserveWorkingProcesses bool `protobuf:"varint,25,opt,name=ReserveWorkingProcesses,proto3" json:"ReserveWorkingProcesses,omitempty"`
	// contains filtered or unexported fields
}

func (*InfobaseInfo) Descriptor deprecated

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

Deprecated: Use InfobaseInfo.ProtoReflect.Descriptor instead.

func (*InfobaseInfo) Formatter

func (x *InfobaseInfo) Formatter(writer io.Writer, version int32) error

func (*InfobaseInfo) GetDateOffset

func (x *InfobaseInfo) GetDateOffset() int32

func (*InfobaseInfo) GetDbName

func (x *InfobaseInfo) GetDbName() string

func (*InfobaseInfo) GetDbPwd

func (x *InfobaseInfo) GetDbPwd() string

func (*InfobaseInfo) GetDbServer

func (x *InfobaseInfo) GetDbServer() string

func (*InfobaseInfo) GetDbUser

func (x *InfobaseInfo) GetDbUser() string

func (*InfobaseInfo) GetDbms

func (x *InfobaseInfo) GetDbms() string

func (*InfobaseInfo) GetDeniedFrom

func (x *InfobaseInfo) GetDeniedFrom() *timestamppb.Timestamp

func (*InfobaseInfo) GetDeniedMessage

func (x *InfobaseInfo) GetDeniedMessage() string

func (*InfobaseInfo) GetDeniedParameter

func (x *InfobaseInfo) GetDeniedParameter() string

func (*InfobaseInfo) GetDeniedTo

func (x *InfobaseInfo) GetDeniedTo() *timestamppb.Timestamp

func (*InfobaseInfo) GetDescr

func (x *InfobaseInfo) GetDescr() string

func (*InfobaseInfo) GetExternalSessionManagerConnectionString

func (x *InfobaseInfo) GetExternalSessionManagerConnectionString() string

func (*InfobaseInfo) GetExternalSessionManagerRequired

func (x *InfobaseInfo) GetExternalSessionManagerRequired() bool

func (*InfobaseInfo) GetLicenseDistribution

func (x *InfobaseInfo) GetLicenseDistribution() int32

func (*InfobaseInfo) GetLocale

func (x *InfobaseInfo) GetLocale() string

func (*InfobaseInfo) GetName

func (x *InfobaseInfo) GetName() string

func (*InfobaseInfo) GetPermissionCode

func (x *InfobaseInfo) GetPermissionCode() string

func (*InfobaseInfo) GetReserveWorkingProcesses

func (x *InfobaseInfo) GetReserveWorkingProcesses() bool

func (*InfobaseInfo) GetSafeModeSecurityProfileName

func (x *InfobaseInfo) GetSafeModeSecurityProfileName() string

func (*InfobaseInfo) GetScheduledJobsDeny

func (x *InfobaseInfo) GetScheduledJobsDeny() bool

func (*InfobaseInfo) GetSecurityLevel

func (x *InfobaseInfo) GetSecurityLevel() int32

func (*InfobaseInfo) GetSecurityProfileName

func (x *InfobaseInfo) GetSecurityProfileName() string

func (*InfobaseInfo) GetSessionsDeny

func (x *InfobaseInfo) GetSessionsDeny() bool

func (*InfobaseInfo) GetUuid

func (x *InfobaseInfo) GetUuid() string

func (*InfobaseInfo) Parse

func (x *InfobaseInfo) Parse(reader io.Reader, version int32) error

func (*InfobaseInfo) ProtoMessage

func (*InfobaseInfo) ProtoMessage()

func (*InfobaseInfo) ProtoReflect

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

func (*InfobaseInfo) Reset

func (x *InfobaseInfo) Reset()

func (*InfobaseInfo) String

func (x *InfobaseInfo) String() string

type InfobaseSummaryInfo

type InfobaseSummaryInfo struct {

	// all versions
	Uuid  string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Descr string `protobuf:"bytes,3,opt,name=descr,proto3" json:"descr,omitempty"`
	Name  string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*InfobaseSummaryInfo) Descriptor deprecated

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

Deprecated: Use InfobaseSummaryInfo.ProtoReflect.Descriptor instead.

func (*InfobaseSummaryInfo) Formatter

func (x *InfobaseSummaryInfo) Formatter(writer io.Writer, version int32) error

func (*InfobaseSummaryInfo) GetDescr

func (x *InfobaseSummaryInfo) GetDescr() string

func (*InfobaseSummaryInfo) GetName

func (x *InfobaseSummaryInfo) GetName() string

func (*InfobaseSummaryInfo) GetUuid

func (x *InfobaseSummaryInfo) GetUuid() string

func (*InfobaseSummaryInfo) Parse

func (x *InfobaseSummaryInfo) Parse(reader io.Reader, version int32) error

func (*InfobaseSummaryInfo) ProtoMessage

func (*InfobaseSummaryInfo) ProtoMessage()

func (*InfobaseSummaryInfo) ProtoReflect

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

func (*InfobaseSummaryInfo) Reset

func (x *InfobaseSummaryInfo) Reset()

func (*InfobaseSummaryInfo) String

func (x *InfobaseSummaryInfo) String() string

type LicenseInfo

type LicenseInfo struct {

	// ignore
	// need fill
	ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	ProcessId string `protobuf:"bytes,2,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
	SessionId string `protobuf:"bytes,3,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	UserName  string `protobuf:"bytes,4,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Host      string `protobuf:"bytes,6,opt,name=host,proto3" json:"host,omitempty"`
	AppId     string `protobuf:"bytes,7,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// all version
	FullName          string `protobuf:"bytes,8,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	FullPresentation  string `protobuf:"bytes,9,opt,name=full_presentation,json=fullPresentation,proto3" json:"full_presentation,omitempty"`
	IssuedByServer    bool   `protobuf:"varint,10,opt,name=issued_by_server,json=issuedByServer,proto3" json:"issued_by_server,omitempty"`
	LicenseType       int32  `protobuf:"varint,11,opt,name=license_type,json=licenseType,proto3" json:"license_type,omitempty"`
	MaxUsersAll       int32  `protobuf:"varint,12,opt,name=max_users_all,json=maxUsersAll,proto3" json:"max_users_all,omitempty"`
	MaxUsersCur       int32  `protobuf:"varint,13,opt,name=max_users_cur,json=maxUsersCur,proto3" json:"max_users_cur,omitempty"`
	Net               bool   `protobuf:"varint,14,opt,name=net,proto3" json:"net,omitempty"`
	RmngrAddress      string `protobuf:"bytes,15,opt,name=rmngr_address,json=rmngrAddress,proto3" json:"rmngr_address,omitempty"`
	RmngrPid          string `protobuf:"bytes,16,opt,name=rmngr_pid,json=rmngrPid,proto3" json:"rmngr_pid,omitempty"`
	RmngrPort         int32  `protobuf:"varint,17,opt,name=rmngr_port,json=rmngrPort,proto3" json:"rmngr_port,omitempty"`
	Series            string `protobuf:"bytes,18,opt,name=series,proto3" json:"series,omitempty"`
	ShortPresentation string `protobuf:"bytes,19,opt,name=short_presentation,json=shortPresentation,proto3" json:"short_presentation,omitempty"`
	// contains filtered or unexported fields
}

func (*LicenseInfo) Descriptor deprecated

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

Deprecated: Use LicenseInfo.ProtoReflect.Descriptor instead.

func (*LicenseInfo) Formatter

func (x *LicenseInfo) Formatter(writer io.Writer, version int32) error

func (*LicenseInfo) GetAppId

func (x *LicenseInfo) GetAppId() string

func (*LicenseInfo) GetClusterId

func (x *LicenseInfo) GetClusterId() string

func (*LicenseInfo) GetFullName

func (x *LicenseInfo) GetFullName() string

func (*LicenseInfo) GetFullPresentation

func (x *LicenseInfo) GetFullPresentation() string

func (*LicenseInfo) GetHost

func (x *LicenseInfo) GetHost() string

func (*LicenseInfo) GetIssuedByServer

func (x *LicenseInfo) GetIssuedByServer() bool

func (*LicenseInfo) GetLicenseType

func (x *LicenseInfo) GetLicenseType() int32

func (*LicenseInfo) GetMaxUsersAll

func (x *LicenseInfo) GetMaxUsersAll() int32

func (*LicenseInfo) GetMaxUsersCur

func (x *LicenseInfo) GetMaxUsersCur() int32

func (*LicenseInfo) GetNet

func (x *LicenseInfo) GetNet() bool

func (*LicenseInfo) GetProcessId

func (x *LicenseInfo) GetProcessId() string

func (*LicenseInfo) GetRmngrAddress

func (x *LicenseInfo) GetRmngrAddress() string

func (*LicenseInfo) GetRmngrPid

func (x *LicenseInfo) GetRmngrPid() string

func (*LicenseInfo) GetRmngrPort

func (x *LicenseInfo) GetRmngrPort() int32

func (*LicenseInfo) GetSeries

func (x *LicenseInfo) GetSeries() string

func (*LicenseInfo) GetSessionId

func (x *LicenseInfo) GetSessionId() string

func (*LicenseInfo) GetShortPresentation

func (x *LicenseInfo) GetShortPresentation() string

func (*LicenseInfo) GetUserName

func (x *LicenseInfo) GetUserName() string

func (*LicenseInfo) Parse

func (x *LicenseInfo) Parse(reader io.Reader, version int32) error

func (*LicenseInfo) ProtoMessage

func (*LicenseInfo) ProtoMessage()

func (*LicenseInfo) ProtoReflect

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

func (*LicenseInfo) Reset

func (x *LicenseInfo) Reset()

func (*LicenseInfo) String

func (x *LicenseInfo) String() string

type LockInfo added in v0.3.0

type LockInfo struct {
	ConnectionId string                 `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Description  string                 `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	LockedAt     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=locked_at,json=lockedAt,proto3" json:"locked_at,omitempty"`
	ObjectId     string                 `protobuf:"bytes,4,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	SessionId    string                 `protobuf:"bytes,5,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LockInfo) Descriptor deprecated added in v0.3.0

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

Deprecated: Use LockInfo.ProtoReflect.Descriptor instead.

func (*LockInfo) Formatter added in v0.3.0

func (x *LockInfo) Formatter(writer io.Writer, version int32) error

func (*LockInfo) GetConnectionId added in v0.3.0

func (x *LockInfo) GetConnectionId() string

func (*LockInfo) GetDescription added in v0.3.0

func (x *LockInfo) GetDescription() string

func (*LockInfo) GetLockedAt added in v0.3.0

func (x *LockInfo) GetLockedAt() *timestamppb.Timestamp

func (*LockInfo) GetObjectId added in v0.3.0

func (x *LockInfo) GetObjectId() string

func (*LockInfo) GetSessionId added in v0.3.0

func (x *LockInfo) GetSessionId() string

func (*LockInfo) Parse added in v0.3.0

func (x *LockInfo) Parse(reader io.Reader, version int32) error

func (*LockInfo) ProtoMessage added in v0.3.0

func (*LockInfo) ProtoMessage()

func (*LockInfo) ProtoReflect added in v0.3.0

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

func (*LockInfo) Reset added in v0.3.0

func (x *LockInfo) Reset()

func (*LockInfo) String added in v0.3.0

func (x *LockInfo) String() string

type ManagerInfo added in v0.3.0

type ManagerInfo struct {
	Uuid        string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Descr       string `protobuf:"bytes,2,opt,name=descr,proto3" json:"descr,omitempty"`
	Host        string `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"`
	MainManager int32  `protobuf:"varint,4,opt,name=main_manager,json=mainManager,proto3" json:"main_manager,omitempty"`
	Port        int32  `protobuf:"varint,5,opt,name=port,proto3" json:"port,omitempty"`
	Pid         string `protobuf:"bytes,6,opt,name=pid,proto3" json:"pid,omitempty"`
	// contains filtered or unexported fields
}

func (*ManagerInfo) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ManagerInfo.ProtoReflect.Descriptor instead.

func (*ManagerInfo) Formatter added in v0.3.0

func (x *ManagerInfo) Formatter(writer io.Writer, version int32) error

func (*ManagerInfo) GetDescr added in v0.3.0

func (x *ManagerInfo) GetDescr() string

func (*ManagerInfo) GetHost added in v0.3.0

func (x *ManagerInfo) GetHost() string

func (*ManagerInfo) GetMainManager added in v0.3.0

func (x *ManagerInfo) GetMainManager() int32

func (*ManagerInfo) GetPid added in v0.3.0

func (x *ManagerInfo) GetPid() string

func (*ManagerInfo) GetPort added in v0.3.0

func (x *ManagerInfo) GetPort() int32

func (*ManagerInfo) GetUuid added in v0.3.0

func (x *ManagerInfo) GetUuid() string

func (*ManagerInfo) Parse added in v0.3.0

func (x *ManagerInfo) Parse(reader io.Reader, version int32) error

func (*ManagerInfo) ProtoMessage added in v0.3.0

func (*ManagerInfo) ProtoMessage()

func (*ManagerInfo) ProtoReflect added in v0.3.0

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

func (*ManagerInfo) Reset added in v0.3.0

func (x *ManagerInfo) Reset()

func (*ManagerInfo) String added in v0.3.0

func (x *ManagerInfo) String() string

type PortRange added in v0.3.0

type PortRange struct {
	Min int32 `protobuf:"varint,1,opt,name=Min,proto3" json:"Min,omitempty"`
	Max int32 `protobuf:"varint,2,opt,name=Max,proto3" json:"Max,omitempty"`
	// contains filtered or unexported fields
}

func (*PortRange) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PortRange.ProtoReflect.Descriptor instead.

func (*PortRange) Formatter added in v0.3.0

func (x *PortRange) Formatter(writer io.Writer, version int32) error

func (*PortRange) GetMax added in v0.3.0

func (x *PortRange) GetMax() int32

func (*PortRange) GetMin added in v0.3.0

func (x *PortRange) GetMin() int32

func (*PortRange) Parse added in v0.3.0

func (x *PortRange) Parse(reader io.Reader, version int32) error

func (*PortRange) ProtoMessage added in v0.3.0

func (*PortRange) ProtoMessage()

func (*PortRange) ProtoReflect added in v0.3.0

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

func (*PortRange) Reset added in v0.3.0

func (x *PortRange) Reset()

func (*PortRange) String added in v0.3.0

func (x *PortRange) String() string

type ProcessInfo added in v0.3.0

type ProcessInfo struct {
	Uuid                string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	AvgBackCallTime     float64                `protobuf:"fixed64,2,opt,name=avg_back_call_time,json=avgBackCallTime,proto3" json:"avg_back_call_time,omitempty"`
	AvgCallTime         float64                `protobuf:"fixed64,3,opt,name=avg_call_time,json=avgCallTime,proto3" json:"avg_call_time,omitempty"`
	AvgDbCallTime       float64                `protobuf:"fixed64,4,opt,name=avg_db_call_time,json=avgDbCallTime,proto3" json:"avg_db_call_time,omitempty"`
	AvgLockCallTime     float64                `protobuf:"fixed64,5,opt,name=avg_lock_call_time,json=avgLockCallTime,proto3" json:"avg_lock_call_time,omitempty"`
	AvgServerCallTime   float64                `protobuf:"fixed64,6,opt,name=avg_server_call_time,json=avgServerCallTime,proto3" json:"avg_server_call_time,omitempty"`
	AvgThreads          float64                `protobuf:"fixed64,7,opt,name=avg_threads,json=avgThreads,proto3" json:"avg_threads,omitempty"`
	Capacity            int32                  `protobuf:"varint,8,opt,name=capacity,proto3" json:"capacity,omitempty"`
	Connections         int32                  `protobuf:"varint,9,opt,name=connections,proto3" json:"connections,omitempty"`
	Host                string                 `protobuf:"bytes,10,opt,name=host,proto3" json:"host,omitempty"`
	Enable              bool                   `protobuf:"varint,11,opt,name=enable,proto3" json:"enable,omitempty"`
	Licenses            []*LicenseInfo         `protobuf:"bytes,12,rep,name=licenses,proto3" json:"licenses,omitempty"`
	Port                int32                  `protobuf:"varint,13,opt,name=port,proto3" json:"port,omitempty"`
	MemoryExcessTime    int32                  `protobuf:"varint,14,opt,name=memory_excess_time,json=memoryExcessTime,proto3" json:"memory_excess_time,omitempty"`
	MemorySize          int32                  `protobuf:"varint,15,opt,name=memory_size,json=memorySize,proto3" json:"memory_size,omitempty"`
	Pid                 string                 `protobuf:"bytes,16,opt,name=pid,proto3" json:"pid,omitempty"`
	Running             bool                   `protobuf:"varint,17,opt,name=running,proto3" json:"running,omitempty"`
	SelectionSize       int32                  `protobuf:"varint,18,opt,name=selection_size,json=selectionSize,proto3" json:"selection_size,omitempty"`
	StartedAt           *timestamppb.Timestamp `protobuf:"bytes,19,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	Use                 bool                   `protobuf:"varint,20,opt,name=use,proto3" json:"use,omitempty"`
	AvailablePerfomance int32                  `protobuf:"varint,21,opt,name=available_perfomance,json=availablePerfomance,proto3" json:"available_perfomance,omitempty"`
	Reverse             bool                   `protobuf:"varint,22,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessInfo) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ProcessInfo.ProtoReflect.Descriptor instead.

func (*ProcessInfo) Formatter added in v0.3.0

func (x *ProcessInfo) Formatter(writer io.Writer, version int32) error

func (*ProcessInfo) GetAvailablePerfomance added in v0.3.0

func (x *ProcessInfo) GetAvailablePerfomance() int32

func (*ProcessInfo) GetAvgBackCallTime added in v0.3.0

func (x *ProcessInfo) GetAvgBackCallTime() float64

func (*ProcessInfo) GetAvgCallTime added in v0.3.0

func (x *ProcessInfo) GetAvgCallTime() float64

func (*ProcessInfo) GetAvgDbCallTime added in v0.3.0

func (x *ProcessInfo) GetAvgDbCallTime() float64

func (*ProcessInfo) GetAvgLockCallTime added in v0.3.0

func (x *ProcessInfo) GetAvgLockCallTime() float64

func (*ProcessInfo) GetAvgServerCallTime added in v0.3.0

func (x *ProcessInfo) GetAvgServerCallTime() float64

func (*ProcessInfo) GetAvgThreads added in v0.3.0

func (x *ProcessInfo) GetAvgThreads() float64

func (*ProcessInfo) GetCapacity added in v0.3.0

func (x *ProcessInfo) GetCapacity() int32

func (*ProcessInfo) GetConnections added in v0.3.0

func (x *ProcessInfo) GetConnections() int32

func (*ProcessInfo) GetEnable added in v0.3.0

func (x *ProcessInfo) GetEnable() bool

func (*ProcessInfo) GetHost added in v0.3.0

func (x *ProcessInfo) GetHost() string

func (*ProcessInfo) GetLicenses added in v0.3.0

func (x *ProcessInfo) GetLicenses() []*LicenseInfo

func (*ProcessInfo) GetMemoryExcessTime added in v0.3.0

func (x *ProcessInfo) GetMemoryExcessTime() int32

func (*ProcessInfo) GetMemorySize added in v0.3.0

func (x *ProcessInfo) GetMemorySize() int32

func (*ProcessInfo) GetPid added in v0.3.0

func (x *ProcessInfo) GetPid() string

func (*ProcessInfo) GetPort added in v0.3.0

func (x *ProcessInfo) GetPort() int32

func (*ProcessInfo) GetReverse added in v0.3.0

func (x *ProcessInfo) GetReverse() bool

func (*ProcessInfo) GetRunning added in v0.3.0

func (x *ProcessInfo) GetRunning() bool

func (*ProcessInfo) GetSelectionSize added in v0.3.0

func (x *ProcessInfo) GetSelectionSize() int32

func (*ProcessInfo) GetStartedAt added in v0.3.0

func (x *ProcessInfo) GetStartedAt() *timestamppb.Timestamp

func (*ProcessInfo) GetUse added in v0.3.0

func (x *ProcessInfo) GetUse() bool

func (*ProcessInfo) GetUuid added in v0.3.0

func (x *ProcessInfo) GetUuid() string

func (*ProcessInfo) Parse added in v0.3.0

func (x *ProcessInfo) Parse(reader io.Reader, version int32) error

func (*ProcessInfo) ProtoMessage added in v0.3.0

func (*ProcessInfo) ProtoMessage()

func (*ProcessInfo) ProtoReflect added in v0.3.0

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

func (*ProcessInfo) Reset added in v0.3.0

func (x *ProcessInfo) Reset()

func (*ProcessInfo) String added in v0.3.0

func (x *ProcessInfo) String() string

type ServerInfo added in v0.3.0

type ServerInfo struct {
	Uuid                                 string       `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	AgentHost                            string       `protobuf:"bytes,2,opt,name=agent_host,json=agentHost,proto3" json:"agent_host,omitempty"`
	AgentPort                            int32        `protobuf:"varint,3,opt,name=agent_port,json=agentPort,proto3" json:"agent_port,omitempty"`
	Name                                 string       `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	MainServer                           bool         `protobuf:"varint,5,opt,name=main_server,json=mainServer,proto3" json:"main_server,omitempty"`
	SafeWorkingProcessesMemoryLimit      int64        `` /* 161-byte string literal not displayed */
	SafeCallMemoryLimit                  int64        `protobuf:"varint,7,opt,name=safe_call_memory_limit,json=safeCallMemoryLimit,proto3" json:"safe_call_memory_limit,omitempty"`
	InfobasesLimit                       int32        `protobuf:"varint,8,opt,name=infobases_limit,json=infobasesLimit,proto3" json:"infobases_limit,omitempty"`
	MemoryLimit                          int64        `protobuf:"varint,9,opt,name=memory_limit,json=memoryLimit,proto3" json:"memory_limit,omitempty"`
	ConnectionsLimit                     int32        `protobuf:"varint,10,opt,name=connections_limit,json=connectionsLimit,proto3" json:"connections_limit,omitempty"`
	ClusterPort                          int32        `protobuf:"varint,11,opt,name=cluster_port,json=clusterPort,proto3" json:"cluster_port,omitempty"`
	DedicateManagers                     bool         `protobuf:"varint,12,opt,name=dedicate_managers,json=dedicateManagers,proto3" json:"dedicate_managers,omitempty"`
	PortRanges                           []*PortRange `protobuf:"bytes,13,rep,name=port_ranges,json=portRanges,proto3" json:"port_ranges,omitempty"`
	CriticalTotalMemory                  int64        `protobuf:"varint,14,opt,name=critical_total_memory,json=criticalTotalMemory,proto3" json:"critical_total_memory,omitempty"`
	TemporaryAllowedTotalMemory          int64        `` /* 148-byte string literal not displayed */
	TemporaryAllowedTotalMemoryTimeLimit int64        `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServerInfo) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ServerInfo.ProtoReflect.Descriptor instead.

func (*ServerInfo) Formatter added in v0.3.0

func (x *ServerInfo) Formatter(writer io.Writer, version int32) error

func (*ServerInfo) GetAgentHost added in v0.3.0

func (x *ServerInfo) GetAgentHost() string

func (*ServerInfo) GetAgentPort added in v0.3.0

func (x *ServerInfo) GetAgentPort() int32

func (*ServerInfo) GetClusterPort added in v0.3.0

func (x *ServerInfo) GetClusterPort() int32

func (*ServerInfo) GetConnectionsLimit added in v0.3.0

func (x *ServerInfo) GetConnectionsLimit() int32

func (*ServerInfo) GetCriticalTotalMemory added in v0.3.0

func (x *ServerInfo) GetCriticalTotalMemory() int64

func (*ServerInfo) GetDedicateManagers added in v0.3.0

func (x *ServerInfo) GetDedicateManagers() bool

func (*ServerInfo) GetInfobasesLimit added in v0.3.0

func (x *ServerInfo) GetInfobasesLimit() int32

func (*ServerInfo) GetMainServer added in v0.3.0

func (x *ServerInfo) GetMainServer() bool

func (*ServerInfo) GetMemoryLimit added in v0.3.0

func (x *ServerInfo) GetMemoryLimit() int64

func (*ServerInfo) GetName added in v0.3.0

func (x *ServerInfo) GetName() string

func (*ServerInfo) GetPortRanges added in v0.3.0

func (x *ServerInfo) GetPortRanges() []*PortRange

func (*ServerInfo) GetSafeCallMemoryLimit added in v0.3.0

func (x *ServerInfo) GetSafeCallMemoryLimit() int64

func (*ServerInfo) GetSafeWorkingProcessesMemoryLimit added in v0.3.0

func (x *ServerInfo) GetSafeWorkingProcessesMemoryLimit() int64

func (*ServerInfo) GetTemporaryAllowedTotalMemory added in v0.3.0

func (x *ServerInfo) GetTemporaryAllowedTotalMemory() int64

func (*ServerInfo) GetTemporaryAllowedTotalMemoryTimeLimit added in v0.3.0

func (x *ServerInfo) GetTemporaryAllowedTotalMemoryTimeLimit() int64

func (*ServerInfo) GetUuid added in v0.3.0

func (x *ServerInfo) GetUuid() string

func (*ServerInfo) Parse added in v0.3.0

func (x *ServerInfo) Parse(reader io.Reader, version int32) error

func (*ServerInfo) ProtoMessage added in v0.3.0

func (*ServerInfo) ProtoMessage()

func (*ServerInfo) ProtoReflect added in v0.3.0

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

func (*ServerInfo) Reset added in v0.3.0

func (x *ServerInfo) Reset()

func (*ServerInfo) String added in v0.3.0

func (x *ServerInfo) String() string

type ServiceInfo added in v0.3.0

type ServiceInfo struct {
	Name     string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Descr    string   `protobuf:"bytes,2,opt,name=descr,proto3" json:"descr,omitempty"`
	MainOnly int32    `protobuf:"varint,3,opt,name=main_only,json=mainOnly,proto3" json:"main_only,omitempty"`
	Managers []string `protobuf:"bytes,4,rep,name=managers,proto3" json:"managers,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceInfo) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ServiceInfo.ProtoReflect.Descriptor instead.

func (*ServiceInfo) Formatter added in v0.3.0

func (x *ServiceInfo) Formatter(writer io.Writer, version int32) error

func (*ServiceInfo) GetDescr added in v0.3.0

func (x *ServiceInfo) GetDescr() string

func (*ServiceInfo) GetMainOnly added in v0.3.0

func (x *ServiceInfo) GetMainOnly() int32

func (*ServiceInfo) GetManagers added in v0.3.0

func (x *ServiceInfo) GetManagers() []string

func (*ServiceInfo) GetName added in v0.3.0

func (x *ServiceInfo) GetName() string

func (*ServiceInfo) Parse added in v0.3.0

func (x *ServiceInfo) Parse(reader io.Reader, version int32) error

func (*ServiceInfo) ProtoMessage added in v0.3.0

func (*ServiceInfo) ProtoMessage()

func (*ServiceInfo) ProtoReflect added in v0.3.0

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

func (*ServiceInfo) Reset added in v0.3.0

func (x *ServiceInfo) Reset()

func (*ServiceInfo) String added in v0.3.0

func (x *ServiceInfo) String() string

type SessionInfo

type SessionInfo struct {
	Uuid                          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	AppId                         string                 `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	BlockedByDbms                 int32                  `protobuf:"varint,3,opt,name=blocked_by_dbms,json=blockedByDbms,proto3" json:"blocked_by_dbms,omitempty"`
	BlockedByLs                   int32                  `protobuf:"varint,4,opt,name=blocked_by_ls,json=blockedByLs,proto3" json:"blocked_by_ls,omitempty"`
	BytesAll                      int64                  `protobuf:"varint,5,opt,name=bytes_all,json=bytesAll,proto3" json:"bytes_all,omitempty"`
	BytesLast5Min                 int64                  `protobuf:"varint,6,opt,name=bytes_last5min,json=bytesLast5min,proto3" json:"bytes_last5min,omitempty"`
	CallsAll                      int32                  `protobuf:"varint,7,opt,name=calls_all,json=callsAll,proto3" json:"calls_all,omitempty"`
	CallsLast5Min                 int64                  `protobuf:"varint,8,opt,name=calls_last5min,json=callsLast5min,proto3" json:"calls_last5min,omitempty"`
	ConnectionId                  string                 `protobuf:"bytes,9,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	DbmsBytesAll                  int64                  `protobuf:"varint,10,opt,name=dbms_bytes_all,json=dbmsBytesAll,proto3" json:"dbms_bytes_all,omitempty"`
	DbmsBytesLast5Min             int64                  `protobuf:"varint,11,opt,name=dbms_bytes_last5min,json=dbmsBytesLast5min,proto3" json:"dbms_bytes_last5min,omitempty"`
	DbProcInfo                    string                 `protobuf:"bytes,12,opt,name=db_proc_info,json=dbProcInfo,proto3" json:"db_proc_info,omitempty"`
	DbProcTook                    int32                  `protobuf:"varint,13,opt,name=db_proc_took,json=dbProcTook,proto3" json:"db_proc_took,omitempty"`
	DbProcTookAt                  *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=db_proc_took_at,json=dbProcTookAt,proto3" json:"db_proc_took_at,omitempty"`
	DurationAll                   int32                  `protobuf:"varint,15,opt,name=duration_all,json=durationAll,proto3" json:"duration_all,omitempty"`
	DurationAllDbms               int32                  `protobuf:"varint,16,opt,name=duration_all_dbms,json=durationAllDbms,proto3" json:"duration_all_dbms,omitempty"`
	DurationCurrent               int32                  `protobuf:"varint,17,opt,name=duration_current,json=durationCurrent,proto3" json:"duration_current,omitempty"`
	DurationCurrentDbms           int32                  `protobuf:"varint,18,opt,name=duration_current_dbms,json=durationCurrentDbms,proto3" json:"duration_current_dbms,omitempty"`
	DurationLast_5Min             int64                  `protobuf:"varint,19,opt,name=duration_last_5_min,json=durationLast5Min,proto3" json:"duration_last_5_min,omitempty"`
	DurationLast_5MinDbms         int64                  `` /* 129-byte string literal not displayed */
	Host                          string                 `protobuf:"bytes,21,opt,name=host,proto3" json:"host,omitempty"`
	InfobaseId                    string                 `protobuf:"bytes,22,opt,name=infobase_id,json=infobaseId,proto3" json:"infobase_id,omitempty"`
	LastActiveAt                  *timestamppb.Timestamp `protobuf:"bytes,23,opt,name=last_active_at,json=lastActiveAt,proto3" json:"last_active_at,omitempty"`
	Hibernate                     bool                   `protobuf:"varint,24,opt,name=hibernate,proto3" json:"hibernate,omitempty"`
	PassiveSessionHibernateTime   int32                  `` /* 148-byte string literal not displayed */
	HibernateSessionTerminateTime int32                  `` /* 154-byte string literal not displayed */
	Licenses                      []*LicenseInfo         `protobuf:"bytes,27,rep,name=licenses,proto3" json:"licenses,omitempty"`
	Locale                        string                 `protobuf:"bytes,28,opt,name=locale,proto3" json:"locale,omitempty"`
	ProcessId                     string                 `protobuf:"bytes,29,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
	Id                            int32                  `protobuf:"varint,30,opt,name=id,proto3" json:"id,omitempty"`
	StartedAt                     *timestamppb.Timestamp `protobuf:"bytes,31,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	UserName                      string                 `protobuf:"bytes,32,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// version >= 4
	MemoryCurrent  int64 `protobuf:"varint,33,opt,name=memory_current,json=memoryCurrent,proto3" json:"memory_current,omitempty"`
	MemoryLast5Min int64 `protobuf:"varint,34,opt,name=memory_last5min,json=memoryLast5min,proto3" json:"memory_last5min,omitempty"`
	MemoryTotal    int64 `protobuf:"varint,35,opt,name=memory_total,json=memoryTotal,proto3" json:"memory_total,omitempty"`
	ReadCurrent    int64 `protobuf:"varint,36,opt,name=read_current,json=readCurrent,proto3" json:"read_current,omitempty"`
	ReadLast5Min   int64 `protobuf:"varint,37,opt,name=read_last5min,json=readLast5min,proto3" json:"read_last5min,omitempty"`
	ReadTotal      int64 `protobuf:"varint,38,opt,name=read_total,json=readTotal,proto3" json:"read_total,omitempty"`
	WriteCurrent   int64 `protobuf:"varint,39,opt,name=write_current,json=writeCurrent,proto3" json:"write_current,omitempty"`
	WriteLast5Min  int64 `protobuf:"varint,40,opt,name=write_last5min,json=writeLast5min,proto3" json:"write_last5min,omitempty"`
	WriteTotal     int64 `protobuf:"varint,41,opt,name=write_total,json=writeTotal,proto3" json:"write_total,omitempty"`
	// version >= 5
	DurationCurrentService  int32  `` /* 131-byte string literal not displayed */
	DurationLast5MinService int64  `` /* 134-byte string literal not displayed */
	DurationAllService      int32  `protobuf:"varint,44,opt,name=duration_all_service,json=durationAllService,proto3" json:"duration_all_service,omitempty"`
	CurrentServiceName      string `protobuf:"bytes,45,opt,name=current_service_name,json=currentServiceName,proto3" json:"current_service_name,omitempty"`
	// version >= 6
	CpuTimeCurrent  int64 `protobuf:"varint,46,opt,name=cpu_time_current,json=cpuTimeCurrent,proto3" json:"cpu_time_current,omitempty"`
	CpuTimeLast5Min int64 `protobuf:"varint,47,opt,name=cpu_time_last5min,json=cpuTimeLast5min,proto3" json:"cpu_time_last5min,omitempty"`
	CpuTimeTotal    int64 `protobuf:"varint,48,opt,name=cpu_time_total,json=cpuTimeTotal,proto3" json:"cpu_time_total,omitempty"`
	// version >= 7
	DataSeparation string `protobuf:"bytes,49,opt,name=data_separation,json=dataSeparation,proto3" json:"data_separation,omitempty"`
	// version >= 10
	ClientIpAddress string `protobuf:"bytes,50,opt,name=client_ip_address,json=clientIpAddress,proto3" json:"client_ip_address,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionInfo) Descriptor deprecated

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

Deprecated: Use SessionInfo.ProtoReflect.Descriptor instead.

func (*SessionInfo) Formatter

func (x *SessionInfo) Formatter(writer io.Writer, version int32) error

func (*SessionInfo) GetAppId

func (x *SessionInfo) GetAppId() string

func (*SessionInfo) GetBlockedByDbms

func (x *SessionInfo) GetBlockedByDbms() int32

func (*SessionInfo) GetBlockedByLs

func (x *SessionInfo) GetBlockedByLs() int32

func (*SessionInfo) GetBytesAll

func (x *SessionInfo) GetBytesAll() int64

func (*SessionInfo) GetBytesLast5Min

func (x *SessionInfo) GetBytesLast5Min() int64

func (*SessionInfo) GetCallsAll

func (x *SessionInfo) GetCallsAll() int32

func (*SessionInfo) GetCallsLast5Min

func (x *SessionInfo) GetCallsLast5Min() int64

func (*SessionInfo) GetClientIpAddress

func (x *SessionInfo) GetClientIpAddress() string

func (*SessionInfo) GetConnectionId

func (x *SessionInfo) GetConnectionId() string

func (*SessionInfo) GetCpuTimeCurrent

func (x *SessionInfo) GetCpuTimeCurrent() int64

func (*SessionInfo) GetCpuTimeLast5Min

func (x *SessionInfo) GetCpuTimeLast5Min() int64

func (*SessionInfo) GetCpuTimeTotal

func (x *SessionInfo) GetCpuTimeTotal() int64

func (*SessionInfo) GetCurrentServiceName

func (x *SessionInfo) GetCurrentServiceName() string

func (*SessionInfo) GetDataSeparation

func (x *SessionInfo) GetDataSeparation() string

func (*SessionInfo) GetDbProcInfo

func (x *SessionInfo) GetDbProcInfo() string

func (*SessionInfo) GetDbProcTook

func (x *SessionInfo) GetDbProcTook() int32

func (*SessionInfo) GetDbProcTookAt

func (x *SessionInfo) GetDbProcTookAt() *timestamppb.Timestamp

func (*SessionInfo) GetDbmsBytesAll

func (x *SessionInfo) GetDbmsBytesAll() int64

func (*SessionInfo) GetDbmsBytesLast5Min

func (x *SessionInfo) GetDbmsBytesLast5Min() int64

func (*SessionInfo) GetDurationAll

func (x *SessionInfo) GetDurationAll() int32

func (*SessionInfo) GetDurationAllDbms

func (x *SessionInfo) GetDurationAllDbms() int32

func (*SessionInfo) GetDurationAllService

func (x *SessionInfo) GetDurationAllService() int32

func (*SessionInfo) GetDurationCurrent

func (x *SessionInfo) GetDurationCurrent() int32

func (*SessionInfo) GetDurationCurrentDbms

func (x *SessionInfo) GetDurationCurrentDbms() int32

func (*SessionInfo) GetDurationCurrentService

func (x *SessionInfo) GetDurationCurrentService() int32

func (*SessionInfo) GetDurationLast5MinService

func (x *SessionInfo) GetDurationLast5MinService() int64

func (*SessionInfo) GetDurationLast_5Min

func (x *SessionInfo) GetDurationLast_5Min() int64

func (*SessionInfo) GetDurationLast_5MinDbms

func (x *SessionInfo) GetDurationLast_5MinDbms() int64

func (*SessionInfo) GetHibernate

func (x *SessionInfo) GetHibernate() bool

func (*SessionInfo) GetHibernateSessionTerminateTime

func (x *SessionInfo) GetHibernateSessionTerminateTime() int32

func (*SessionInfo) GetHost

func (x *SessionInfo) GetHost() string

func (*SessionInfo) GetId

func (x *SessionInfo) GetId() int32

func (*SessionInfo) GetInfobaseId

func (x *SessionInfo) GetInfobaseId() string

func (*SessionInfo) GetLastActiveAt

func (x *SessionInfo) GetLastActiveAt() *timestamppb.Timestamp

func (*SessionInfo) GetLicenses

func (x *SessionInfo) GetLicenses() []*LicenseInfo

func (*SessionInfo) GetLocale

func (x *SessionInfo) GetLocale() string

func (*SessionInfo) GetMemoryCurrent

func (x *SessionInfo) GetMemoryCurrent() int64

func (*SessionInfo) GetMemoryLast5Min

func (x *SessionInfo) GetMemoryLast5Min() int64

func (*SessionInfo) GetMemoryTotal

func (x *SessionInfo) GetMemoryTotal() int64

func (*SessionInfo) GetPassiveSessionHibernateTime

func (x *SessionInfo) GetPassiveSessionHibernateTime() int32

func (*SessionInfo) GetProcessId

func (x *SessionInfo) GetProcessId() string

func (*SessionInfo) GetReadCurrent

func (x *SessionInfo) GetReadCurrent() int64

func (*SessionInfo) GetReadLast5Min

func (x *SessionInfo) GetReadLast5Min() int64

func (*SessionInfo) GetReadTotal

func (x *SessionInfo) GetReadTotal() int64

func (*SessionInfo) GetStartedAt

func (x *SessionInfo) GetStartedAt() *timestamppb.Timestamp

func (*SessionInfo) GetUserName

func (x *SessionInfo) GetUserName() string

func (*SessionInfo) GetUuid

func (x *SessionInfo) GetUuid() string

func (*SessionInfo) GetWriteCurrent

func (x *SessionInfo) GetWriteCurrent() int64

func (*SessionInfo) GetWriteLast5Min

func (x *SessionInfo) GetWriteLast5Min() int64

func (*SessionInfo) GetWriteTotal

func (x *SessionInfo) GetWriteTotal() int64

func (*SessionInfo) Parse

func (x *SessionInfo) Parse(reader io.Reader, version int32) error

func (*SessionInfo) ProtoMessage

func (*SessionInfo) ProtoMessage()

func (*SessionInfo) ProtoReflect

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

func (*SessionInfo) Reset

func (x *SessionInfo) Reset()

func (*SessionInfo) String

func (x *SessionInfo) String() string

Jump to

Keyboard shortcuts

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