Lines Matching defs:Command
97 type Command struct { struct
98 state protoimpl.MessageState
99 sizeCache protoimpl.SizeCache
100 unknownFields protoimpl.UnknownFields
104 …fore []*Copy `protobuf:"bytes,1,rep,name=copy_before,json=copyBefore" json:"copy_before,omitempty"`
107 Chdir *bool `protobuf:"varint,2,opt,name=chdir" json:"chdir,omitempty"`
109 Command *string `protobuf:"bytes,3,req,name=command" json:"command,omitempty"` member
112 …pyAfter []*Copy `protobuf:"bytes,4,rep,name=copy_after,json=copyAfter" json:"copy_after,omitempty"`
115 …putHash *string `protobuf:"bytes,5,opt,name=input_hash,json=inputHash" json:"input_hash,omitempty"`
118 …spFiles []*RspFile `protobuf:"bytes,6,rep,name=rsp_files,json=rspFiles" json:"rsp_files,omitempty"`
121 func (x *Command) Reset() {
130 func (x *Command) String() string {
134 func (*Command) ProtoMessage() {}
136 func (x *Command) ProtoReflect() protoreflect.Message {
149 func (*Command) Descriptor() ([]byte, []int) {
153 func (x *Command) GetCopyBefore() []*Copy {
160 func (x *Command) GetChdir() bool {
167 func (x *Command) GetCommand() string {
174 func (x *Command) GetCopyAfter() []*Copy {
181 func (x *Command) GetInputHash() string {
188 func (x *Command) GetRspFiles() []*RspFile {