duration_gen.go 368 B

12345678910111213
  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.Duration.
  7. const (
  8. Duration_Seconds = 1 // optional int64
  9. Duration_Nanos = 2 // optional int32
  10. )