struct.pb.go 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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 (
  12. // Verify that runtime/protoimpl is sufficiently up-to-date.
  13. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 0)
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(0 - protoimpl.MinVersion)
  16. )
  17. // Symbols defined in public import of google/protobuf/struct.proto
  18. type NullValue = structpb.NullValue
  19. const NullValue_NULL_VALUE = structpb.NullValue_NULL_VALUE
  20. var NullValue_name = structpb.NullValue_name
  21. var NullValue_value = structpb.NullValue_value
  22. type Struct = structpb.Struct
  23. type Value = structpb.Value
  24. type Value_NullValue = structpb.Value_NullValue
  25. type Value_NumberValue = structpb.Value_NumberValue
  26. type Value_StringValue = structpb.Value_StringValue
  27. type Value_BoolValue = structpb.Value_BoolValue
  28. type Value_StructValue = structpb.Value_StructValue
  29. type Value_ListValue = structpb.Value_ListValue
  30. type ListValue = structpb.ListValue
  31. var File_github_com_golang_protobuf_ptypes_struct_struct_proto protoreflect.FileDescriptor
  32. var file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = []byte{
  33. 0x0a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
  34. 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
  35. 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
  36. 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
  37. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e,
  38. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
  39. 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  40. 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
  41. 0x74, 0x3b, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x70, 0x62, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72,
  42. 0x6f, 0x74, 0x6f, 0x33,
  43. }
  44. var (
  45. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescOnce sync.Once
  46. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData = file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc
  47. )
  48. func file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescGZIP() []byte {
  49. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescOnce.Do(func() {
  50. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData)
  51. })
  52. return file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDescData
  53. }
  54. var file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = []interface{}{}
  55. var file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = []int32{}
  56. func init() { file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() }
  57. func file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() {
  58. if File_github_com_golang_protobuf_ptypes_struct_struct_proto != nil {
  59. return
  60. }
  61. File_github_com_golang_protobuf_ptypes_struct_struct_proto = protoimpl.FileBuilder{
  62. RawDescriptor: file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc,
  63. GoTypes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes,
  64. DependencyIndexes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs,
  65. FilesRegistry: protoregistry.GlobalFiles,
  66. TypesRegistry: protoregistry.GlobalTypes,
  67. }.Init()
  68. file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = nil
  69. file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = nil
  70. file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = nil
  71. }