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 Env []*EnvironmentVariable `protobuf:"bytes,7,rep,name=env" json:"env,omitempty"`
125 …rotobuf:"varint,8,opt,name=dont_inherit_env,json=dontInheritEnv" json:"dont_inherit_env,omitempty"`
128 func (x *Command) Reset() {
137 func (x *Command) String() string {
141 func (*Command) ProtoMessage() {}
143 func (x *Command) ProtoReflect() protoreflect.Message {
156 func (*Command) Descriptor() ([]byte, []int) {
160 func (x *Command) GetCopyBefore() []*Copy {
167 func (x *Command) GetChdir() bool {
174 func (x *Command) GetCommand() string {
181 func (x *Command) GetCopyAfter() []*Copy {
188 func (x *Command) GetInputHash() string {
195 func (x *Command) GetRspFiles() []*RspFile {
202 func (x *Command) GetEnv() []*EnvironmentVariable {
209 func (x *Command) GetDontInheritEnv() bool {