3076ea72创建于 2025年12月1日历史提交
syntax = "proto3";

package google.protobuf;

message Any {
  string type_url = 1;
  bytes value = 2;
}