Lines Matching defs:Status_EdgeStarted
347 type Status_EdgeStarted struct { struct
348 state protoimpl.MessageState
349 sizeCache protoimpl.SizeCache
350 unknownFields protoimpl.UnknownFields
353 Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
355 …rtTime *uint32 `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
357 Inputs []string `protobuf:"bytes,3,rep,name=inputs" json:"inputs,omitempty"`
359 Outputs []string `protobuf:"bytes,4,rep,name=outputs" json:"outputs,omitempty"`
361 Desc *string `protobuf:"bytes,5,opt,name=desc" json:"desc,omitempty"`
363 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"`
365 Console *bool `protobuf:"varint,7,opt,name=console" json:"console,omitempty"`
367 …ing `protobuf:"bytes,8,rep,name=changed_inputs,json=changedInputs" json:"changed_inputs,omitempty"`
370 func (x *Status_EdgeStarted) Reset() {
379 func (x *Status_EdgeStarted) String() string {
383 func (*Status_EdgeStarted) ProtoMessage() {}
385 func (x *Status_EdgeStarted) ProtoReflect() protoreflect.Message {
398 func (*Status_EdgeStarted) Descriptor() ([]byte, []int) {
402 func (x *Status_EdgeStarted) GetId() uint32 {
409 func (x *Status_EdgeStarted) GetStartTime() uint32 {
416 func (x *Status_EdgeStarted) GetInputs() []string {
423 func (x *Status_EdgeStarted) GetOutputs() []string {
430 func (x *Status_EdgeStarted) GetDesc() string {
437 func (x *Status_EdgeStarted) GetCommand() string {
444 func (x *Status_EdgeStarted) GetConsole() bool {
451 func (x *Status_EdgeStarted) GetChangedInputs() []string {