Searched defs:ExecCommandRequest (Results 1 – 4 of 4) sorted by relevance
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/ |
D | dut_service.pb.go | 79 type ExecCommandRequest struct { struct 80 state protoimpl.MessageState 81 sizeCache protoimpl.SizeCache 82 unknownFields protoimpl.UnknownFields 87 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 94 Command string `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"` 98 Args []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` 103 Stdin []byte `protobuf:"bytes,4,opt,name=stdin,proto3" json:"stdin,omitempty"` 105 …protobuf:"varint,5,opt,name=stdout,proto3,enum=chromiumos.test.api.Output" json:"stdout,omitempty"` 107 …protobuf:"varint,6,opt,name=stderr,proto3,enum=chromiumos.test.api.Output" json:"stderr,omitempty"` [all …]
|
D | dut_service_grpc.pb.go | 47 …ExecCommand(ctx context.Context, in *ExecCommandRequest, opts ...grpc.CallOption) (DutService_Exec… 275 ExecCommand(*ExecCommandRequest, DutService_ExecCommandServer) error
|
/external/chromiumos-config/python/chromiumos/test/api/ |
D | dut_service_pb2.py | 1451 ExecCommandRequest = _reflection.GeneratedProtocolMessageType('ExecCommandRequest', (_message.Messa… variable
|
/external/chromiumos-config/proto/chromiumos/test/api/ |
D | dut_service.proto | 109 message ExecCommandRequest { message
|