timestamp_gen.go 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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_timestamp_proto = "google/protobuf/timestamp.proto"
  10. // Names for google.protobuf.Timestamp.
  11. const (
  12. Timestamp_message_name protoreflect.Name = "Timestamp"
  13. Timestamp_message_fullname protoreflect.FullName = "google.protobuf.Timestamp"
  14. )
  15. // Field names for google.protobuf.Timestamp.
  16. const (
  17. Timestamp_Seconds_field_name protoreflect.Name = "seconds"
  18. Timestamp_Nanos_field_name protoreflect.Name = "nanos"
  19. Timestamp_Seconds_field_fullname protoreflect.FullName = "google.protobuf.Timestamp.seconds"
  20. Timestamp_Nanos_field_fullname protoreflect.FullName = "google.protobuf.Timestamp.nanos"
  21. )
  22. // Field numbers for google.protobuf.Timestamp.
  23. const (
  24. Timestamp_Seconds_field_number protoreflect.FieldNumber = 1
  25. Timestamp_Nanos_field_number protoreflect.FieldNumber = 2
  26. )