blob: 7e3bfa27bbcf0be52db345ed8fdfeb5b70acc361 [file] [log] [blame]
Andrea Campanella3614a922021-02-25 12:40:42 +01001// Copyright 2019 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// Code generated by generate-protos. DO NOT EDIT.
6
7package fieldnum
8
9// Field numbers for google.protobuf.FieldMask.
10const (
11 FieldMask_Paths = 1 // repeated string
12)