struct.pb.go 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.19.0-devel
  4. // protoc (unknown)
  5. // go v1.12.5
  6. // source: github.com/golang/protobuf/ptypes/struct/struct.proto
  7. package structpb
  8. import (
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. structpb "google.golang.org/protobuf/types/known/structpb"
  12. reflect "reflect"
  13. sync "sync"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(19 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 19)
  20. )
  21. // Symbols defined in public import of google/protobuf/struct.proto.
  22. type NullValue = structpb.NullValue
  23. const NullValue_NULL_VALUE = structpb.NullValue_NULL_VALUE
  24. var NullValue_name = structpb.NullValue_name
  25. var NullValue_value = structpb.NullValue_value
  26. type Struct = structpb.Struct
  27. type Value = structpb.Value
  28. type Value_NullValue = structpb.Value_NullValue
  29. type Value_NumberValue = structpb.Value_NumberValue
  30. type Value_StringValue = structpb.Value_StringValue
  31. type Value_BoolValue = structpb.Value_BoolValue
  32. type Value_StructValue = structpb.Value_StructValue
  33. type Value_ListValue = structpb.Value_ListValue
  34. type ListValue = structpb.ListValue
  35. var File_github_com_golang_protobuf_ptypes_struct_struct_proto protoreflect.FileDescriptor
  36. var file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = []byte{
  37. 0x0a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
  38. 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
  39. 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
  40. 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
  41. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e,
  42. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
  43. 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  44. 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
  45. 0x74, 0x3b, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x70, 0x62, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72,
  46. 0x6f, 0x74, 0x6f, 0x33,
  47. }
  48. var (
  49. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescOnce sync.Once
  50. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData = file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc
  51. )
  52. func file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescGZIP() []byte {
  53. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescOnce.Do(func() {
  54. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData)
  55. })
  56. return file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData
  57. }
  58. var file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = []interface{}{}
  59. var file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = []int32{
  60. 0, // [0:0] is the sub-list for method output_type
  61. 0, // [0:0] is the sub-list for method input_type
  62. 0, // [0:0] is the sub-list for extension type_name
  63. 0, // [0:0] is the sub-list for extension extendee
  64. 0, // [0:0] is the sub-list for field type_name
  65. }
  66. func init() { file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() }
  67. func file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() {
  68. if File_github_com_golang_protobuf_ptypes_struct_struct_proto != nil {
  69. return
  70. }
  71. type x struct{}
  72. out := protoimpl.TypeBuilder{
  73. File: protoimpl.DescBuilder{
  74. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  75. RawDescriptor: file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc,
  76. NumEnums: 0,
  77. NumMessages: 0,
  78. NumExtensions: 0,
  79. NumServices: 0,
  80. },
  81. GoTypes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes,
  82. DependencyIndexes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs,
  83. }.Build()
  84. File_github_com_golang_protobuf_ptypes_struct_struct_proto = out.File
  85. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = nil
  86. file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = nil
  87. file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = nil
  88. }