Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
protobuf-arkts-generator
/
protos
/
google
/
protobuf
/
field_mask.proto
下载
F
Fengming
chore: open source init
3076ea72
创建于
2025年12月1日
历史提交
syntax =
"proto3"
;
package
google.protobuf;
message
FieldMask
{
repeated
string
paths =
1
;
}