duration.pb.go 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: github.com/golang/protobuf/ptypes/duration/duration.proto
  3. package duration
  4. import (
  5. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  6. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  7. durationpb "google.golang.org/protobuf/types/known/durationpb"
  8. reflect "reflect"
  9. sync "sync"
  10. )
  11. // Symbols defined in public import of google/protobuf/duration.proto.
  12. type Duration = durationpb.Duration
  13. var File_github_com_golang_protobuf_ptypes_duration_duration_proto protoreflect.FileDescriptor
  14. var file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDesc = []byte{
  15. 0x0a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
  16. 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
  17. 0x70, 0x65, 0x73, 0x2f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x64, 0x75, 0x72,
  18. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f,
  19. 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x75, 0x72,
  20. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x35, 0x5a, 0x33, 0x67,
  21. 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67,
  22. 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73,
  23. 0x2f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69,
  24. 0x6f, 0x6e, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  25. }
  26. var (
  27. file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDescOnce sync.Once
  28. file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDescData = file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDesc
  29. )
  30. func file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDescGZIP() []byte {
  31. file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDescOnce.Do(func() {
  32. file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDescData)
  33. })
  34. return file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDescData
  35. }
  36. var file_github_com_golang_protobuf_ptypes_duration_duration_proto_goTypes = []interface{}{}
  37. var file_github_com_golang_protobuf_ptypes_duration_duration_proto_depIdxs = []int32{
  38. 0, // [0:0] is the sub-list for method output_type
  39. 0, // [0:0] is the sub-list for method input_type
  40. 0, // [0:0] is the sub-list for extension type_name
  41. 0, // [0:0] is the sub-list for extension extendee
  42. 0, // [0:0] is the sub-list for field type_name
  43. }
  44. func init() { file_github_com_golang_protobuf_ptypes_duration_duration_proto_init() }
  45. func file_github_com_golang_protobuf_ptypes_duration_duration_proto_init() {
  46. if File_github_com_golang_protobuf_ptypes_duration_duration_proto != nil {
  47. return
  48. }
  49. type x struct{}
  50. out := protoimpl.TypeBuilder{
  51. File: protoimpl.DescBuilder{
  52. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  53. RawDescriptor: file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDesc,
  54. NumEnums: 0,
  55. NumMessages: 0,
  56. NumExtensions: 0,
  57. NumServices: 0,
  58. },
  59. GoTypes: file_github_com_golang_protobuf_ptypes_duration_duration_proto_goTypes,
  60. DependencyIndexes: file_github_com_golang_protobuf_ptypes_duration_duration_proto_depIdxs,
  61. }.Build()
  62. File_github_com_golang_protobuf_ptypes_duration_duration_proto = out.File
  63. file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDesc = nil
  64. file_github_com_golang_protobuf_ptypes_duration_duration_proto_goTypes = nil
  65. file_github_com_golang_protobuf_ptypes_duration_duration_proto_depIdxs = nil
  66. }