field_mask_gen.go 329 B

123456789101112
  1. // 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. // Code generated by generate-protos. DO NOT EDIT.
  5. package fieldnum
  6. // Field numbers for google.protobuf.FieldMask.
  7. const (
  8. FieldMask_Paths = 1 // repeated string
  9. )