// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.32.0 // protoc v4.23.1 // source: picture.proto package data_proto import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type PictureType int32 const ( // * 平面布置图 PictureType_StationLayout PictureType = 0 // * Psl界面 PictureType_Psl PictureType = 1 // * 继电器柜界面 PictureType_RelayCabinetLayout PictureType = 2 // * IBP盘 PictureType_IBP PictureType = 3 // * 列车数据 PictureType_TrainData PictureType = 4 ) // Enum value maps for PictureType. var ( PictureType_name = map[int32]string{ 0: "StationLayout", 1: "Psl", 2: "RelayCabinetLayout", 3: "IBP", 4: "TrainData", } PictureType_value = map[string]int32{ "StationLayout": 0, "Psl": 1, "RelayCabinetLayout": 2, "IBP": 3, "TrainData": 4, } ) func (x PictureType) Enum() *PictureType { p := new(PictureType) *p = x return p } func (x PictureType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (PictureType) Descriptor() protoreflect.EnumDescriptor { return file_picture_proto_enumTypes[0].Descriptor() } func (PictureType) Type() protoreflect.EnumType { return &file_picture_proto_enumTypes[0] } func (x PictureType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use PictureType.Descriptor instead. func (PictureType) EnumDescriptor() ([]byte, []int) { return file_picture_proto_rawDescGZIP(), []int{0} } var File_picture_proto protoreflect.FileDescriptor var file_picture_proto_rawDesc = []byte{ 0x0a, 0x0d, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2a, 0x59, 0x0a, 0x0b, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x50, 0x73, 0x6c, 0x10, 0x01, 0x12, 0x16, 0x0a, 0x12, 0x52, 0x65, 0x6c, 0x61, 0x79, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x65, 0x74, 0x4c, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x10, 0x02, 0x12, 0x07, 0x0a, 0x03, 0x49, 0x42, 0x50, 0x10, 0x03, 0x12, 0x0d, 0x0a, 0x09, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x10, 0x04, 0x42, 0x2d, 0x5a, 0x2b, 0x6a, 0x6f, 0x79, 0x6c, 0x69, 0x6e, 0x6b, 0x2e, 0x63, 0x6c, 0x75, 0x62, 0x2f, 0x62, 0x6a, 0x2d, 0x72, 0x74, 0x73, 0x74, 0x73, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x64, 0x74, 0x6f, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_picture_proto_rawDescOnce sync.Once file_picture_proto_rawDescData = file_picture_proto_rawDesc ) func file_picture_proto_rawDescGZIP() []byte { file_picture_proto_rawDescOnce.Do(func() { file_picture_proto_rawDescData = protoimpl.X.CompressGZIP(file_picture_proto_rawDescData) }) return file_picture_proto_rawDescData } var file_picture_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_picture_proto_goTypes = []interface{}{ (PictureType)(0), // 0: PictureType } var file_picture_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for method output_type 0, // [0:0] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name 0, // [0:0] is the sub-list for extension extendee 0, // [0:0] is the sub-list for field type_name } func init() { file_picture_proto_init() } func file_picture_proto_init() { if File_picture_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_picture_proto_rawDesc, NumEnums: 1, NumMessages: 0, NumExtensions: 0, NumServices: 0, }, GoTypes: file_picture_proto_goTypes, DependencyIndexes: file_picture_proto_depIdxs, EnumInfos: file_picture_proto_enumTypes, }.Build() File_picture_proto = out.File file_picture_proto_rawDesc = nil file_picture_proto_goTypes = nil file_picture_proto_depIdxs = nil }