Lines Matching defs:Status_EdgeFinished

458 type Status_EdgeFinished struct {  struct
459 state protoimpl.MessageState
460 sizeCache protoimpl.SizeCache
461 unknownFields protoimpl.UnknownFields
464 Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
466 EndTime *uint32 `protobuf:"varint,2,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
468 Status *int32 `protobuf:"zigzag32,3,opt,name=status" json:"status,omitempty"`
470 Output *string `protobuf:"bytes,4,opt,name=output" json:"output,omitempty"`
472 UserTime *uint32 `protobuf:"varint,5,opt,name=user_time,json=userTime" json:"user_time,omitempty"`
474 …ime *uint32 `protobuf:"varint,6,opt,name=system_time,json=systemTime" json:"system_time,omitempty"`
476 …axRssKb *uint64 `protobuf:"varint,7,opt,name=max_rss_kb,json=maxRssKb" json:"max_rss_kb,omitempty"`
478 …obuf:"varint,8,opt,name=minor_page_faults,json=minorPageFaults" json:"minor_page_faults,omitempty"`
480 …obuf:"varint,9,opt,name=major_page_faults,json=majorPageFaults" json:"major_page_faults,omitempty"`
482 …tKb *uint64 `protobuf:"varint,10,opt,name=io_input_kb,json=ioInputKb" json:"io_input_kb,omitempty"`
484 … *uint64 `protobuf:"varint,11,opt,name=io_output_kb,json=ioOutputKb" json:"io_output_kb,omitempty"`
486 …untary_context_switches,json=voluntaryContextSwitches" json:"voluntary_context_switches,omitempty"`
488 …ry_context_switches,json=involuntaryContextSwitches" json:"involuntary_context_switches,omitempty"`
491 Tags *string `protobuf:"bytes,14,opt,name=tags" json:"tags,omitempty"`
494 func (x *Status_EdgeFinished) Reset() {
503 func (x *Status_EdgeFinished) String() string {
507 func (*Status_EdgeFinished) ProtoMessage() {}
509 func (x *Status_EdgeFinished) ProtoReflect() protoreflect.Message {
522 func (*Status_EdgeFinished) Descriptor() ([]byte, []int) {
526 func (x *Status_EdgeFinished) GetId() uint32 {
533 func (x *Status_EdgeFinished) GetEndTime() uint32 {
540 func (x *Status_EdgeFinished) GetStatus() int32 {
547 func (x *Status_EdgeFinished) GetOutput() string {
554 func (x *Status_EdgeFinished) GetUserTime() uint32 {
561 func (x *Status_EdgeFinished) GetSystemTime() uint32 {
568 func (x *Status_EdgeFinished) GetMaxRssKb() uint64 {
575 func (x *Status_EdgeFinished) GetMinorPageFaults() uint64 {
582 func (x *Status_EdgeFinished) GetMajorPageFaults() uint64 {
589 func (x *Status_EdgeFinished) GetIoInputKb() uint64 {
596 func (x *Status_EdgeFinished) GetIoOutputKb() uint64 {
603 func (x *Status_EdgeFinished) GetVoluntaryContextSwitches() uint64 {
610 func (x *Status_EdgeFinished) GetInvoluntaryContextSwitches() uint64 {
617 func (x *Status_EdgeFinished) GetTags() string {