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

package google.protobuf;

message FieldMask {
  repeated string paths = 1;
}