Lines Matching defs:Status_EdgeStarted
329 type Status_EdgeStarted struct { struct
330 state protoimpl.MessageState
331 sizeCache protoimpl.SizeCache
332 unknownFields protoimpl.UnknownFields
335 Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
337 …rtTime *uint32 `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
339 Inputs []string `protobuf:"bytes,3,rep,name=inputs" json:"inputs,omitempty"`
341 Outputs []string `protobuf:"bytes,4,rep,name=outputs" json:"outputs,omitempty"`
343 Desc *string `protobuf:"bytes,5,opt,name=desc" json:"desc,omitempty"`
345 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"`
347 Console *bool `protobuf:"varint,7,opt,name=console" json:"console,omitempty"`
350 func (x *Status_EdgeStarted) Reset() {
359 func (x *Status_EdgeStarted) String() string {
363 func (*Status_EdgeStarted) ProtoMessage() {}
365 func (x *Status_EdgeStarted) ProtoReflect() protoreflect.Message {
378 func (*Status_EdgeStarted) Descriptor() ([]byte, []int) {
382 func (x *Status_EdgeStarted) GetId() uint32 {
389 func (x *Status_EdgeStarted) GetStartTime() uint32 {
396 func (x *Status_EdgeStarted) GetInputs() []string {
403 func (x *Status_EdgeStarted) GetOutputs() []string {
410 func (x *Status_EdgeStarted) GetDesc() string {
417 func (x *Status_EdgeStarted) GetCommand() string {
424 func (x *Status_EdgeStarted) GetConsole() bool {