struct.pb.go 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: github.com/golang/protobuf/ptypes/struct/struct.proto
  3. package structpb
  4. import (
  5. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  6. protoregistry "google.golang.org/protobuf/reflect/protoregistry"
  7. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  8. structpb "google.golang.org/protobuf/types/known/structpb"
  9. sync "sync"
  10. )
  11. const _ = protoimpl.EnforceVersion(protoimpl.Version - 0)
  12. // Symbols defined in public import of google/protobuf/struct.proto
  13. type NullValue = structpb.NullValue
  14. const NullValue_NULL_VALUE = structpb.NullValue_NULL_VALUE
  15. var NullValue_name = structpb.NullValue_name
  16. var NullValue_value = structpb.NullValue_value
  17. type Struct = structpb.Struct
  18. type Value = structpb.Value
  19. type Value_NullValue = structpb.Value_NullValue
  20. type Value_NumberValue = structpb.Value_NumberValue
  21. type Value_StringValue = structpb.Value_StringValue
  22. type Value_BoolValue = structpb.Value_BoolValue
  23. type Value_StructValue = structpb.Value_StructValue
  24. type Value_ListValue = structpb.Value_ListValue
  25. type ListValue = structpb.ListValue
  26. var File_github_com_golang_protobuf_ptypes_struct_struct_proto protoreflect.FileDescriptor
  27. var file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = []byte{
  28. 0x0a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
  29. 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
  30. 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
  31. 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
  32. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e,
  33. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
  34. 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  35. 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
  36. 0x74, 0x3b, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x70, 0x62, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72,
  37. 0x6f, 0x74, 0x6f, 0x33,
  38. }
  39. var (
  40. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescOnce sync.Once
  41. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData = file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc
  42. )
  43. func file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescGZIP() []byte {
  44. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescOnce.Do(func() {
  45. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData)
  46. })
  47. return file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData
  48. }
  49. var file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = []interface{}{}
  50. var file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = []int32{}
  51. func init() { file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() }
  52. func file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() {
  53. if File_github_com_golang_protobuf_ptypes_struct_struct_proto != nil {
  54. return
  55. }
  56. File_github_com_golang_protobuf_ptypes_struct_struct_proto = protoimpl.FileBuilder{
  57. RawDescriptor: file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc,
  58. GoTypes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes,
  59. DependencyIndexes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs,
  60. FilesRegistry: protoregistry.GlobalFiles,
  61. TypesRegistry: protoregistry.GlobalTypes,
  62. }.Init()
  63. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = nil
  64. file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = nil
  65. file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = nil
  66. }