Searched defs:Command_EnvironmentVariable (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/bazelbuild-remote-apis/build/bazel/remote/execution/v2/ |
H A D | remote_execution.pb.go | 4421 type Command_EnvironmentVariable struct { struct 4422 state protoimpl.MessageState 4423 sizeCache protoimpl.SizeCache 4424 unknownFields protoimpl.UnknownFields 4427 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 4429 Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` 4432 func (x *Command_EnvironmentVariable) Reset() { 4441 func (x *Command_EnvironmentVariable) String() string { 4445 func (*Command_EnvironmentVariable) ProtoMessage() {} 4447 func (x *Command_EnvironmentVariable) ProtoReflect() protoreflect.Message { [all …]
|