Searched defs:BatchUpdateBlobsResponse_Response (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 | 4629 type BatchUpdateBlobsResponse_Response struct { struct 4630 state protoimpl.MessageState 4631 sizeCache protoimpl.SizeCache 4632 unknownFields protoimpl.UnknownFields 4635 Digest *Digest `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"` 4637 Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` 4640 func (x *BatchUpdateBlobsResponse_Response) Reset() { 4649 func (x *BatchUpdateBlobsResponse_Response) String() string { 4653 func (*BatchUpdateBlobsResponse_Response) ProtoMessage() {} 4655 func (x *BatchUpdateBlobsResponse_Response) ProtoReflect() protoreflect.Message { [all …]
|