any.pb.go 3.3 KB

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