huaweiV8R12_debug

package
v0.0.0-...-2bfe904 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_huaweiV8R12_debug_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Debug

type Debug struct {
	CpuInfos           *Debug_CpuInfos           `protobuf:"bytes,1,opt,name=cpu_infos,json=cpu-infos,proto3" json:"cpu_infos,omitempty"`
	ServiceCpuInfos    *Debug_ServiceCpuInfos    `protobuf:"bytes,2,opt,name=service_cpu_infos,json=service-cpu-infos,proto3" json:"service_cpu_infos,omitempty"`
	MemoryInfos        *Debug_MemoryInfos        `protobuf:"bytes,3,opt,name=memory_infos,json=memory-infos,proto3" json:"memory_infos,omitempty"`
	ResouceReliability *Debug_ResouceReliability `protobuf:"bytes,4,opt,name=resouce_reliability,json=resouce-reliability,proto3" json:"resouce_reliability,omitempty"`
	BoardResouceStates *Debug_BoardResouceStates `protobuf:"bytes,5,opt,name=board_resouce_states,json=board-resouce-states,proto3" json:"board_resouce_states,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug) Descriptor deprecated

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

Deprecated: Use Debug.ProtoReflect.Descriptor instead.

func (*Debug) GetBoardResouceStates

func (x *Debug) GetBoardResouceStates() *Debug_BoardResouceStates

func (*Debug) GetCpuInfos

func (x *Debug) GetCpuInfos() *Debug_CpuInfos

func (*Debug) GetMemoryInfos

func (x *Debug) GetMemoryInfos() *Debug_MemoryInfos

func (*Debug) GetResouceReliability

func (x *Debug) GetResouceReliability() *Debug_ResouceReliability

func (*Debug) GetServiceCpuInfos

func (x *Debug) GetServiceCpuInfos() *Debug_ServiceCpuInfos

func (*Debug) ProtoMessage

func (*Debug) ProtoMessage()

func (*Debug) ProtoReflect

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

func (*Debug) Reset

func (x *Debug) Reset()

func (*Debug) String

func (x *Debug) String() string

type Debug_BoardResouceStates

type Debug_BoardResouceStates struct {
	BoardResouceState []*Debug_BoardResouceStates_BoardResouceState `protobuf:"bytes,1,rep,name=board_resouce_state,json=board-resouce-state,proto3" json:"board_resouce_state,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug_BoardResouceStates) Descriptor deprecated

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

Deprecated: Use Debug_BoardResouceStates.ProtoReflect.Descriptor instead.

func (*Debug_BoardResouceStates) GetBoardResouceState

func (*Debug_BoardResouceStates) ProtoMessage

func (*Debug_BoardResouceStates) ProtoMessage()

func (*Debug_BoardResouceStates) ProtoReflect

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

func (*Debug_BoardResouceStates) Reset

func (x *Debug_BoardResouceStates) Reset()

func (*Debug_BoardResouceStates) String

func (x *Debug_BoardResouceStates) String() string

type Debug_BoardResouceStates_BoardResouceState

type Debug_BoardResouceStates_BoardResouceState struct {
	Position        string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
	EntityIndex     uint32 `protobuf:"varint,2,opt,name=entity_index,json=entity-index,proto3" json:"entity_index,omitempty"`
	BoardName       string `protobuf:"bytes,3,opt,name=board_name,json=board-name,proto3" json:"board_name,omitempty"`
	CpuUsage        uint32 `protobuf:"varint,4,opt,name=cpu_usage,json=cpu-usage,proto3" json:"cpu_usage,omitempty"`
	MemoryTotalSize uint32 `protobuf:"varint,5,opt,name=memory_total_size,json=memory-total-size,proto3" json:"memory_total_size,omitempty"`
	MemoryUsedSize  uint32 `protobuf:"varint,6,opt,name=memory_used_size,json=memory-used-size,proto3" json:"memory_used_size,omitempty"`
	MemoryUsage     uint32 `protobuf:"varint,7,opt,name=memory_usage,json=memory-usage,proto3" json:"memory_usage,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug_BoardResouceStates_BoardResouceState) Descriptor deprecated

Deprecated: Use Debug_BoardResouceStates_BoardResouceState.ProtoReflect.Descriptor instead.

func (*Debug_BoardResouceStates_BoardResouceState) GetBoardName

func (*Debug_BoardResouceStates_BoardResouceState) GetCpuUsage

func (*Debug_BoardResouceStates_BoardResouceState) GetEntityIndex

func (*Debug_BoardResouceStates_BoardResouceState) GetMemoryTotalSize

func (x *Debug_BoardResouceStates_BoardResouceState) GetMemoryTotalSize() uint32

func (*Debug_BoardResouceStates_BoardResouceState) GetMemoryUsage

func (*Debug_BoardResouceStates_BoardResouceState) GetMemoryUsedSize

func (x *Debug_BoardResouceStates_BoardResouceState) GetMemoryUsedSize() uint32

func (*Debug_BoardResouceStates_BoardResouceState) GetPosition

func (*Debug_BoardResouceStates_BoardResouceState) ProtoMessage

func (*Debug_BoardResouceStates_BoardResouceState) ProtoReflect

func (*Debug_BoardResouceStates_BoardResouceState) Reset

func (*Debug_BoardResouceStates_BoardResouceState) String

type Debug_CpuInfos

type Debug_CpuInfos struct {
	CpuInfo []*Debug_CpuInfos_CpuInfo `protobuf:"bytes,1,rep,name=cpu_info,json=cpu-info,proto3" json:"cpu_info,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug_CpuInfos) Descriptor deprecated

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

Deprecated: Use Debug_CpuInfos.ProtoReflect.Descriptor instead.

func (*Debug_CpuInfos) GetCpuInfo

func (x *Debug_CpuInfos) GetCpuInfo() []*Debug_CpuInfos_CpuInfo

func (*Debug_CpuInfos) ProtoMessage

func (*Debug_CpuInfos) ProtoMessage()

func (*Debug_CpuInfos) ProtoReflect

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

func (*Debug_CpuInfos) Reset

func (x *Debug_CpuInfos) Reset()

func (*Debug_CpuInfos) String

func (x *Debug_CpuInfos) String() string

type Debug_CpuInfos_CpuInfo

type Debug_CpuInfos_CpuInfo struct {
	Position                string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
	OverloadThreshold       uint32 `protobuf:"varint,2,opt,name=overload_threshold,json=overload-threshold,proto3" json:"overload_threshold,omitempty"`
	UnoverloadThreshold     uint32 `protobuf:"varint,3,opt,name=unoverload_threshold,json=unoverload-threshold,proto3" json:"unoverload_threshold,omitempty"`
	Interval                uint32 `protobuf:"varint,4,opt,name=interval,proto3" json:"interval,omitempty"`
	Index                   uint32 `protobuf:"varint,5,opt,name=index,proto3" json:"index,omitempty"`
	SystemCpuUsage          uint32 `protobuf:"varint,6,opt,name=system_cpu_usage,json=system-cpu-usage,proto3" json:"system_cpu_usage,omitempty"`
	MonitorNumber           uint32 `protobuf:"varint,7,opt,name=monitor_number,json=monitor-number,proto3" json:"monitor_number,omitempty"`
	MonitorCycle            uint32 `protobuf:"varint,8,opt,name=monitor_cycle,json=monitor-cycle,proto3" json:"monitor_cycle,omitempty"`
	OverloadStateChangeTime string `` /* 137-byte string literal not displayed */
	CurrentOverloadState    string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Debug_CpuInfos_CpuInfo) Descriptor deprecated

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

Deprecated: Use Debug_CpuInfos_CpuInfo.ProtoReflect.Descriptor instead.

func (*Debug_CpuInfos_CpuInfo) GetCurrentOverloadState

func (x *Debug_CpuInfos_CpuInfo) GetCurrentOverloadState() string

func (*Debug_CpuInfos_CpuInfo) GetIndex

func (x *Debug_CpuInfos_CpuInfo) GetIndex() uint32

func (*Debug_CpuInfos_CpuInfo) GetInterval

func (x *Debug_CpuInfos_CpuInfo) GetInterval() uint32

func (*Debug_CpuInfos_CpuInfo) GetMonitorCycle

func (x *Debug_CpuInfos_CpuInfo) GetMonitorCycle() uint32

func (*Debug_CpuInfos_CpuInfo) GetMonitorNumber

func (x *Debug_CpuInfos_CpuInfo) GetMonitorNumber() uint32

func (*Debug_CpuInfos_CpuInfo) GetOverloadStateChangeTime

func (x *Debug_CpuInfos_CpuInfo) GetOverloadStateChangeTime() string

func (*Debug_CpuInfos_CpuInfo) GetOverloadThreshold

func (x *Debug_CpuInfos_CpuInfo) GetOverloadThreshold() uint32

func (*Debug_CpuInfos_CpuInfo) GetPosition

func (x *Debug_CpuInfos_CpuInfo) GetPosition() string

func (*Debug_CpuInfos_CpuInfo) GetSystemCpuUsage

func (x *Debug_CpuInfos_CpuInfo) GetSystemCpuUsage() uint32

func (*Debug_CpuInfos_CpuInfo) GetUnoverloadThreshold

func (x *Debug_CpuInfos_CpuInfo) GetUnoverloadThreshold() uint32

func (*Debug_CpuInfos_CpuInfo) ProtoMessage

func (*Debug_CpuInfos_CpuInfo) ProtoMessage()

func (*Debug_CpuInfos_CpuInfo) ProtoReflect

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

func (*Debug_CpuInfos_CpuInfo) Reset

func (x *Debug_CpuInfos_CpuInfo) Reset()

func (*Debug_CpuInfos_CpuInfo) String

func (x *Debug_CpuInfos_CpuInfo) String() string

type Debug_MemoryInfos

type Debug_MemoryInfos struct {
	MemoryInfo []*Debug_MemoryInfos_MemoryInfo `protobuf:"bytes,1,rep,name=memory_info,json=memory-info,proto3" json:"memory_info,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug_MemoryInfos) Descriptor deprecated

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

Deprecated: Use Debug_MemoryInfos.ProtoReflect.Descriptor instead.

func (*Debug_MemoryInfos) GetMemoryInfo

func (x *Debug_MemoryInfos) GetMemoryInfo() []*Debug_MemoryInfos_MemoryInfo

func (*Debug_MemoryInfos) ProtoMessage

func (*Debug_MemoryInfos) ProtoMessage()

func (*Debug_MemoryInfos) ProtoReflect

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

func (*Debug_MemoryInfos) Reset

func (x *Debug_MemoryInfos) Reset()

func (*Debug_MemoryInfos) String

func (x *Debug_MemoryInfos) String() string

type Debug_MemoryInfos_MemoryInfo

type Debug_MemoryInfos_MemoryInfo struct {
	Position                 string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
	OverloadThreshold        uint32 `protobuf:"varint,2,opt,name=overload_threshold,json=overload-threshold,proto3" json:"overload_threshold,omitempty"`
	UnoverloadThreshold      uint32 `protobuf:"varint,3,opt,name=unoverload_threshold,json=unoverload-threshold,proto3" json:"unoverload_threshold,omitempty"`
	Index                    uint32 `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
	OsMemoryTotal            uint32 `protobuf:"varint,5,opt,name=os_memory_total,json=os-memory-total,proto3" json:"os_memory_total,omitempty"`
	OsMemoryUse              uint32 `protobuf:"varint,6,opt,name=os_memory_use,json=os-memory-use,proto3" json:"os_memory_use,omitempty"`
	OsMemoryFree             uint32 `protobuf:"varint,7,opt,name=os_memory_free,json=os-memory-free,proto3" json:"os_memory_free,omitempty"`
	OsMemoryUsage            uint32 `protobuf:"varint,8,opt,name=os_memory_usage,json=os-memory-usage,proto3" json:"os_memory_usage,omitempty"`
	DoMemoryTotal            uint32 `protobuf:"varint,9,opt,name=do_memory_total,json=do-memory-total,proto3" json:"do_memory_total,omitempty"`
	DoMemoryUse              uint32 `protobuf:"varint,10,opt,name=do_memory_use,json=do-memory-use,proto3" json:"do_memory_use,omitempty"`
	DoMemoryFree             uint32 `protobuf:"varint,11,opt,name=do_memory_free,json=do-memory-free,proto3" json:"do_memory_free,omitempty"`
	DoMemoryUsage            uint32 `protobuf:"varint,12,opt,name=do_memory_usage,json=do-memory-usage,proto3" json:"do_memory_usage,omitempty"`
	SimpleMemoryTotal        uint32 `protobuf:"varint,13,opt,name=simple_memory_total,json=simple-memory-total,proto3" json:"simple_memory_total,omitempty"`
	SimpleMemoryUse          uint32 `protobuf:"varint,14,opt,name=simple_memory_use,json=simple-memory-use,proto3" json:"simple_memory_use,omitempty"`
	SimpleMemoryFree         uint32 `protobuf:"varint,15,opt,name=simple_memory_free,json=simple-memory-free,proto3" json:"simple_memory_free,omitempty"`
	SimpleMemoryUsage        uint32 `protobuf:"varint,16,opt,name=simple_memory_usage,json=simple-memory-usage,proto3" json:"simple_memory_usage,omitempty"`
	OverloadStateChangeTime  string `` /* 138-byte string literal not displayed */
	CurrentOverloadState     string `` /* 126-byte string literal not displayed */
	MemreliNoticeThreshold   uint32 `` /* 133-byte string literal not displayed */
	MemreliOverloadThreshold uint32 `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Debug_MemoryInfos_MemoryInfo) Descriptor deprecated

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

Deprecated: Use Debug_MemoryInfos_MemoryInfo.ProtoReflect.Descriptor instead.

func (*Debug_MemoryInfos_MemoryInfo) GetCurrentOverloadState

func (x *Debug_MemoryInfos_MemoryInfo) GetCurrentOverloadState() string

func (*Debug_MemoryInfos_MemoryInfo) GetDoMemoryFree

func (x *Debug_MemoryInfos_MemoryInfo) GetDoMemoryFree() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetDoMemoryTotal

func (x *Debug_MemoryInfos_MemoryInfo) GetDoMemoryTotal() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetDoMemoryUsage

func (x *Debug_MemoryInfos_MemoryInfo) GetDoMemoryUsage() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetDoMemoryUse

func (x *Debug_MemoryInfos_MemoryInfo) GetDoMemoryUse() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetIndex

func (x *Debug_MemoryInfos_MemoryInfo) GetIndex() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetMemreliNoticeThreshold

func (x *Debug_MemoryInfos_MemoryInfo) GetMemreliNoticeThreshold() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetMemreliOverloadThreshold

func (x *Debug_MemoryInfos_MemoryInfo) GetMemreliOverloadThreshold() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetOsMemoryFree

func (x *Debug_MemoryInfos_MemoryInfo) GetOsMemoryFree() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetOsMemoryTotal

func (x *Debug_MemoryInfos_MemoryInfo) GetOsMemoryTotal() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetOsMemoryUsage

func (x *Debug_MemoryInfos_MemoryInfo) GetOsMemoryUsage() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetOsMemoryUse

func (x *Debug_MemoryInfos_MemoryInfo) GetOsMemoryUse() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetOverloadStateChangeTime

func (x *Debug_MemoryInfos_MemoryInfo) GetOverloadStateChangeTime() string

func (*Debug_MemoryInfos_MemoryInfo) GetOverloadThreshold

func (x *Debug_MemoryInfos_MemoryInfo) GetOverloadThreshold() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetPosition

func (x *Debug_MemoryInfos_MemoryInfo) GetPosition() string

func (*Debug_MemoryInfos_MemoryInfo) GetSimpleMemoryFree

func (x *Debug_MemoryInfos_MemoryInfo) GetSimpleMemoryFree() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetSimpleMemoryTotal

func (x *Debug_MemoryInfos_MemoryInfo) GetSimpleMemoryTotal() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetSimpleMemoryUsage

func (x *Debug_MemoryInfos_MemoryInfo) GetSimpleMemoryUsage() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetSimpleMemoryUse

func (x *Debug_MemoryInfos_MemoryInfo) GetSimpleMemoryUse() uint32

func (*Debug_MemoryInfos_MemoryInfo) GetUnoverloadThreshold

func (x *Debug_MemoryInfos_MemoryInfo) GetUnoverloadThreshold() uint32

func (*Debug_MemoryInfos_MemoryInfo) ProtoMessage

func (*Debug_MemoryInfos_MemoryInfo) ProtoMessage()

func (*Debug_MemoryInfos_MemoryInfo) ProtoReflect

func (*Debug_MemoryInfos_MemoryInfo) Reset

func (x *Debug_MemoryInfos_MemoryInfo) Reset()

func (*Debug_MemoryInfos_MemoryInfo) String

type Debug_ResouceReliability

type Debug_ResouceReliability struct {
	MemoryReliability                    *Debug_ResouceReliability_MemoryReliability                    `protobuf:"bytes,1,opt,name=memory_reliability,json=memory-reliability,proto3" json:"memory_reliability,omitempty"`
	MemoryReliabilitySwitchoverThreshold *Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold `` /* 176-byte string literal not displayed */
	FlowControlMessageReliability        *Debug_ResouceReliability_FlowControlMessageReliability        `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Debug_ResouceReliability) Descriptor deprecated

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

Deprecated: Use Debug_ResouceReliability.ProtoReflect.Descriptor instead.

func (*Debug_ResouceReliability) GetFlowControlMessageReliability

func (*Debug_ResouceReliability) GetMemoryReliability

func (*Debug_ResouceReliability) GetMemoryReliabilitySwitchoverThreshold

func (*Debug_ResouceReliability) ProtoMessage

func (*Debug_ResouceReliability) ProtoMessage()

func (*Debug_ResouceReliability) ProtoReflect

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

func (*Debug_ResouceReliability) Reset

func (x *Debug_ResouceReliability) Reset()

func (*Debug_ResouceReliability) String

func (x *Debug_ResouceReliability) String() string

type Debug_ResouceReliability_FlowControlMessageReliability

type Debug_ResouceReliability_FlowControlMessageReliability struct {
	Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug_ResouceReliability_FlowControlMessageReliability) Descriptor deprecated

Deprecated: Use Debug_ResouceReliability_FlowControlMessageReliability.ProtoReflect.Descriptor instead.

func (*Debug_ResouceReliability_FlowControlMessageReliability) GetEnable

func (*Debug_ResouceReliability_FlowControlMessageReliability) ProtoMessage

func (*Debug_ResouceReliability_FlowControlMessageReliability) ProtoReflect

func (*Debug_ResouceReliability_FlowControlMessageReliability) Reset

func (*Debug_ResouceReliability_FlowControlMessageReliability) String

type Debug_ResouceReliability_MemoryReliability

type Debug_ResouceReliability_MemoryReliability struct {
	Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug_ResouceReliability_MemoryReliability) Descriptor deprecated

Deprecated: Use Debug_ResouceReliability_MemoryReliability.ProtoReflect.Descriptor instead.

func (*Debug_ResouceReliability_MemoryReliability) GetEnable

func (*Debug_ResouceReliability_MemoryReliability) ProtoMessage

func (*Debug_ResouceReliability_MemoryReliability) ProtoReflect

func (*Debug_ResouceReliability_MemoryReliability) Reset

func (*Debug_ResouceReliability_MemoryReliability) String

type Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold

type Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold struct {
	Threshold uint32 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold) Descriptor deprecated

Deprecated: Use Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold.ProtoReflect.Descriptor instead.

func (*Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold) GetThreshold

func (*Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold) ProtoMessage

func (*Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold) ProtoReflect

func (*Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold) Reset

func (*Debug_ResouceReliability_MemoryReliabilitySwitchoverThreshold) String

type Debug_ServiceCpuInfos

type Debug_ServiceCpuInfos struct {
	ServiceCpuInfo []*Debug_ServiceCpuInfos_ServiceCpuInfo `protobuf:"bytes,1,rep,name=service_cpu_info,json=service-cpu-info,proto3" json:"service_cpu_info,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug_ServiceCpuInfos) Descriptor deprecated

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

Deprecated: Use Debug_ServiceCpuInfos.ProtoReflect.Descriptor instead.

func (*Debug_ServiceCpuInfos) GetServiceCpuInfo

func (*Debug_ServiceCpuInfos) ProtoMessage

func (*Debug_ServiceCpuInfos) ProtoMessage()

func (*Debug_ServiceCpuInfos) ProtoReflect

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

func (*Debug_ServiceCpuInfos) Reset

func (x *Debug_ServiceCpuInfos) Reset()

func (*Debug_ServiceCpuInfos) String

func (x *Debug_ServiceCpuInfos) String() string

type Debug_ServiceCpuInfos_ServiceCpuInfo

type Debug_ServiceCpuInfos_ServiceCpuInfo struct {
	Position        string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
	ServiceName     string `protobuf:"bytes,2,opt,name=service_name,json=service-name,proto3" json:"service_name,omitempty"`
	ServiceCpuUsage uint32 `protobuf:"varint,3,opt,name=service_cpu_usage,json=service-cpu-usage,proto3" json:"service_cpu_usage,omitempty"`
	// contains filtered or unexported fields
}

func (*Debug_ServiceCpuInfos_ServiceCpuInfo) Descriptor deprecated

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

Deprecated: Use Debug_ServiceCpuInfos_ServiceCpuInfo.ProtoReflect.Descriptor instead.

func (*Debug_ServiceCpuInfos_ServiceCpuInfo) GetPosition

func (*Debug_ServiceCpuInfos_ServiceCpuInfo) GetServiceCpuUsage

func (x *Debug_ServiceCpuInfos_ServiceCpuInfo) GetServiceCpuUsage() uint32

func (*Debug_ServiceCpuInfos_ServiceCpuInfo) GetServiceName

func (x *Debug_ServiceCpuInfos_ServiceCpuInfo) GetServiceName() string

func (*Debug_ServiceCpuInfos_ServiceCpuInfo) ProtoMessage

func (*Debug_ServiceCpuInfos_ServiceCpuInfo) ProtoMessage()

func (*Debug_ServiceCpuInfos_ServiceCpuInfo) ProtoReflect

func (*Debug_ServiceCpuInfos_ServiceCpuInfo) Reset

func (*Debug_ServiceCpuInfos_ServiceCpuInfo) String

Jump to

Keyboard shortcuts

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