Searched defs:Platform_Property (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 | 4500 type Platform_Property struct { struct 4501 state protoimpl.MessageState 4502 sizeCache protoimpl.SizeCache 4503 unknownFields protoimpl.UnknownFields 4506 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 4508 Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` 4511 func (x *Platform_Property) Reset() { 4520 func (x *Platform_Property) String() string { 4524 func (*Platform_Property) ProtoMessage() {} 4526 func (x *Platform_Property) ProtoReflect() protoreflect.Message { [all …]
|