struct.pb.go 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. proto "github.com/golang/protobuf/proto"
  6. protoreflect "github.com/golang/protobuf/v2/reflect/protoreflect"
  7. protoimpl "github.com/golang/protobuf/v2/runtime/protoimpl"
  8. known "github.com/golang/protobuf/v2/types/known"
  9. )
  10. // Symbols defined in public import of google/protobuf/struct.proto
  11. type NullValue = known.NullValue
  12. const NullValue_NULL_VALUE = known.NullValue_NULL_VALUE
  13. var NullValue_name = known.NullValue_name
  14. var NullValue_value = known.NullValue_value
  15. type Struct = known.Struct
  16. type Value = known.Value
  17. type Value_NullValue = known.Value_NullValue
  18. type Value_NumberValue = known.Value_NumberValue
  19. type Value_StringValue = known.Value_StringValue
  20. type Value_BoolValue = known.Value_BoolValue
  21. type Value_StructValue = known.Value_StructValue
  22. type Value_ListValue = known.Value_ListValue
  23. type ListValue = known.ListValue
  24. var xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_rawdesc = []byte{
  25. // 148 bytes of the wire-encoded FileDescriptorProto
  26. 0x0a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
  27. 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
  28. 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
  29. 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
  30. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e,
  31. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
  32. 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  33. 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
  34. 0x74, 0x3b, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x70, 0x62, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72,
  35. 0x6f, 0x74, 0x6f, 0x33,
  36. }
  37. var xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_rawdesc_gzipped = protoimpl.X.CompressGZIP(xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_rawdesc)
  38. const _ = protoimpl.EnforceVersion(protoimpl.Version - 0)
  39. var File_github_com_golang_protobuf_ptypes_struct_struct_proto protoreflect.FileDescriptor
  40. var xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = []interface{}{}
  41. var xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = []int32{}
  42. func init() { xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_init() }
  43. func xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_init() {
  44. if File_github_com_golang_protobuf_ptypes_struct_struct_proto != nil {
  45. return
  46. }
  47. File_github_com_golang_protobuf_ptypes_struct_struct_proto = protoimpl.FileBuilder{
  48. RawDescriptor: xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_rawdesc,
  49. GoTypes: xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes,
  50. DependencyIndexes: xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs,
  51. }.Init()
  52. proto.RegisterFile("github.com/golang/protobuf/ptypes/struct/struct.proto", xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_rawdesc_gzipped)
  53. xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = nil
  54. xxx_File_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = nil
  55. }