You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

35 lines
1.1 KiB

  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 genid
  6. import (
  7. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  8. )
  9. const File_google_protobuf_duration_proto = "google/protobuf/duration.proto"
  10. // Names for google.protobuf.Duration.
  11. const (
  12. Duration_message_name protoreflect.Name = "Duration"
  13. Duration_message_fullname protoreflect.FullName = "google.protobuf.Duration"
  14. )
  15. // Field names for google.protobuf.Duration.
  16. const (
  17. Duration_Seconds_field_name protoreflect.Name = "seconds"
  18. Duration_Nanos_field_name protoreflect.Name = "nanos"
  19. Duration_Seconds_field_fullname protoreflect.FullName = "google.protobuf.Duration.seconds"
  20. Duration_Nanos_field_fullname protoreflect.FullName = "google.protobuf.Duration.nanos"
  21. )
  22. // Field numbers for google.protobuf.Duration.
  23. const (
  24. Duration_Seconds_field_number protoreflect.FieldNumber = 1
  25. Duration_Nanos_field_number protoreflect.FieldNumber = 2
  26. )