Lines Matching defs:Status_EdgeStarted
268 type Status_EdgeStarted struct { struct
270 Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
272 …rtTime *uint32 `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
274 Inputs []string `protobuf:"bytes,3,rep,name=inputs" json:"inputs,omitempty"`
276 Outputs []string `protobuf:"bytes,4,rep,name=outputs" json:"outputs,omitempty"`
278 Desc *string `protobuf:"bytes,5,opt,name=desc" json:"desc,omitempty"`
280 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"`
282 Console *bool `protobuf:"varint,7,opt,name=console" json:"console,omitempty"`
283 XXX_NoUnkeyedLiteral struct{} `json:"-"`
284 XXX_unrecognized []byte `json:"-"`
285 XXX_sizecache int32 `json:"-"`
288 func (m *Status_EdgeStarted) Reset() { *m = Status_EdgeStarted{} }
289 func (m *Status_EdgeStarted) String() string { return proto.CompactTextString(m) }
290 func (*Status_EdgeStarted) ProtoMessage() {}
291 func (*Status_EdgeStarted) Descriptor() ([]byte, []int) {
295 func (m *Status_EdgeStarted) XXX_Unmarshal(b []byte) error {
298 func (m *Status_EdgeStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
301 func (m *Status_EdgeStarted) XXX_Merge(src proto.Message) {
304 func (m *Status_EdgeStarted) XXX_Size() int {
307 func (m *Status_EdgeStarted) XXX_DiscardUnknown() {
313 func (m *Status_EdgeStarted) GetId() uint32 {
320 func (m *Status_EdgeStarted) GetStartTime() uint32 {
327 func (m *Status_EdgeStarted) GetInputs() []string {
334 func (m *Status_EdgeStarted) GetOutputs() []string {
341 func (m *Status_EdgeStarted) GetDesc() string {
348 func (m *Status_EdgeStarted) GetCommand() string {
355 func (m *Status_EdgeStarted) GetConsole() bool {