// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.25.1 // source: pkg/proto/service.proto package 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 Status struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` } func (x *Status) Reset() { *x = Status{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_service_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Status) String() string { return protoimpl.X.MessageStringOf(x) } func (*Status) ProtoMessage() {} func (x *Status) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_service_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Status.ProtoReflect.Descriptor instead. func (*Status) Descriptor() ([]byte, []int) { return file_pkg_proto_service_proto_rawDescGZIP(), []int{0} } func (x *Status) GetCode() int32 { if x != nil { return x.Code } return 0 } func (x *Status) GetMsg() string { if x != nil { return x.Msg } return "" } // 经纬度 type SemanticRequestLbs struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Longitude float64 `protobuf:"fixed64,1,opt,name=longitude,proto3" json:"longitude,omitempty"` Latitude float64 `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty"` } func (x *SemanticRequestLbs) Reset() { *x = SemanticRequestLbs{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_service_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SemanticRequestLbs) String() string { return protoimpl.X.MessageStringOf(x) } func (*SemanticRequestLbs) ProtoMessage() {} func (x *SemanticRequestLbs) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_service_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SemanticRequestLbs.ProtoReflect.Descriptor instead. func (*SemanticRequestLbs) Descriptor() ([]byte, []int) { return file_pkg_proto_service_proto_rawDescGZIP(), []int{1} } func (x *SemanticRequestLbs) GetLongitude() float64 { if x != nil { return x.Longitude } return 0 } func (x *SemanticRequestLbs) GetLatitude() float64 { if x != nil { return x.Latitude } return 0 } type AddressInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Province string `protobuf:"bytes,1,opt,name=province,proto3" json:"province,omitempty"` City string `protobuf:"bytes,2,opt,name=city,proto3" json:"city,omitempty"` County string `protobuf:"bytes,3,opt,name=county,proto3" json:"county,omitempty"` } func (x *AddressInfo) Reset() { *x = AddressInfo{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_service_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddressInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddressInfo) ProtoMessage() {} func (x *AddressInfo) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_service_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AddressInfo.ProtoReflect.Descriptor instead. func (*AddressInfo) Descriptor() ([]byte, []int) { return file_pkg_proto_service_proto_rawDescGZIP(), []int{2} } func (x *AddressInfo) GetProvince() string { if x != nil { return x.Province } return "" } func (x *AddressInfo) GetCity() string { if x != nil { return x.City } return "" } func (x *AddressInfo) GetCounty() string { if x != nil { return x.County } return "" } type SemanticRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields MacWifi string `protobuf:"bytes,1,opt,name=macWifi,proto3" json:"macWifi,omitempty"` MacVoice string `protobuf:"bytes,2,opt,name=macVoice,proto3" json:"macVoice,omitempty"` Query string `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"` Ip string `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"` TestID string `protobuf:"bytes,5,opt,name=testID,proto3" json:"testID,omitempty"` OriginQuery string `protobuf:"bytes,6,opt,name=originQuery,proto3" json:"originQuery,omitempty"` Mid string `protobuf:"bytes,7,opt,name=mid,proto3" json:"mid,omitempty"` RequestId string `protobuf:"bytes,8,opt,name=requestId,proto3" json:"requestId,omitempty"` Lbs *SemanticRequestLbs `protobuf:"bytes,9,opt,name=lbs,proto3" json:"lbs,omitempty"` Vender string `protobuf:"bytes,10,opt,name=vender,proto3" json:"vender,omitempty"` AppKey string `protobuf:"bytes,11,opt,name=appKey,proto3" json:"appKey,omitempty"` // 云小微 AccessToken string `protobuf:"bytes,12,opt,name=accessToken,proto3" json:"accessToken,omitempty"` Qua string `protobuf:"bytes,13,opt,name=qua,proto3" json:"qua,omitempty"` Auth string `protobuf:"bytes,14,opt,name=auth,proto3" json:"auth,omitempty"` Dsn string `protobuf:"bytes,15,opt,name=dsn,proto3" json:"dsn,omitempty"` Guid string `protobuf:"bytes,16,opt,name=guid,proto3" json:"guid,omitempty"` Exist bool `protobuf:"varint,17,opt,name=exist,proto3" json:"exist,omitempty"` // 授权信息是否存在 TRequestId string `protobuf:"bytes,18,opt,name=tRequestId,proto3" json:"tRequestId,omitempty"` // 腾讯v2的requestId RequestType string `protobuf:"bytes,19,opt,name=requestType,proto3" json:"requestType,omitempty"` // 腾讯nlp websocket RequestType CommType string `protobuf:"bytes,20,opt,name=commType,proto3" json:"commType,omitempty"` // 腾讯nlp websocket CommType CharacterID string `protobuf:"bytes,21,opt,name=characterID,proto3" json:"characterID,omitempty"` // 腾讯nlp websocket Common.CharacterID Event string `protobuf:"bytes,22,opt,name=event,proto3" json:"event,omitempty"` // 腾讯nlp websocket Semantic.Event Native *SemanticRequest_Native `protobuf:"bytes,23,opt,name=native,proto3" json:"native,omitempty"` // 腾讯nlp websocket Payload.Nativate SdkExtend *SemanticRequest_SDKExtend `protobuf:"bytes,24,opt,name=sdkExtend,proto3" json:"sdkExtend,omitempty"` // 腾讯nlp websocket Payload.SDKExtend AddressInfo *AddressInfo `protobuf:"bytes,25,opt,name=addressInfo,proto3" json:"addressInfo,omitempty"` Language string `protobuf:"bytes,26,opt,name=language,proto3" json:"language,omitempty"` HomeId string `protobuf:"bytes,27,opt,name=homeId,proto3" json:"homeId,omitempty"` } func (x *SemanticRequest) Reset() { *x = SemanticRequest{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_service_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SemanticRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SemanticRequest) ProtoMessage() {} func (x *SemanticRequest) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_service_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SemanticRequest.ProtoReflect.Descriptor instead. func (*SemanticRequest) Descriptor() ([]byte, []int) { return file_pkg_proto_service_proto_rawDescGZIP(), []int{3} } func (x *SemanticRequest) GetMacWifi() string { if x != nil { return x.MacWifi } return "" } func (x *SemanticRequest) GetMacVoice() string { if x != nil { return x.MacVoice } return "" } func (x *SemanticRequest) GetQuery() string { if x != nil { return x.Query } return "" } func (x *SemanticRequest) GetIp() string { if x != nil { return x.Ip } return "" } func (x *SemanticRequest) GetTestID() string { if x != nil { return x.TestID } return "" } func (x *SemanticRequest) GetOriginQuery() string { if x != nil { return x.OriginQuery } return "" } func (x *SemanticRequest) GetMid() string { if x != nil { return x.Mid } return "" } func (x *SemanticRequest) GetRequestId() string { if x != nil { return x.RequestId } return "" } func (x *SemanticRequest) GetLbs() *SemanticRequestLbs { if x != nil { return x.Lbs } return nil } func (x *SemanticRequest) GetVender() string { if x != nil { return x.Vender } return "" } func (x *SemanticRequest) GetAppKey() string { if x != nil { return x.AppKey } return "" } func (x *SemanticRequest) GetAccessToken() string { if x != nil { return x.AccessToken } return "" } func (x *SemanticRequest) GetQua() string { if x != nil { return x.Qua } return "" } func (x *SemanticRequest) GetAuth() string { if x != nil { return x.Auth } return "" } func (x *SemanticRequest) GetDsn() string { if x != nil { return x.Dsn } return "" } func (x *SemanticRequest) GetGuid() string { if x != nil { return x.Guid } return "" } func (x *SemanticRequest) GetExist() bool { if x != nil { return x.Exist } return false } func (x *SemanticRequest) GetTRequestId() string { if x != nil { return x.TRequestId } return "" } func (x *SemanticRequest) GetRequestType() string { if x != nil { return x.RequestType } return "" } func (x *SemanticRequest) GetCommType() string { if x != nil { return x.CommType } return "" } func (x *SemanticRequest) GetCharacterID() string { if x != nil { return x.CharacterID } return "" } func (x *SemanticRequest) GetEvent() string { if x != nil { return x.Event } return "" } func (x *SemanticRequest) GetNative() *SemanticRequest_Native { if x != nil { return x.Native } return nil } func (x *SemanticRequest) GetSdkExtend() *SemanticRequest_SDKExtend { if x != nil { return x.SdkExtend } return nil } func (x *SemanticRequest) GetAddressInfo() *AddressInfo { if x != nil { return x.AddressInfo } return nil } func (x *SemanticRequest) GetLanguage() string { if x != nil { return x.Language } return "" } func (x *SemanticRequest) GetHomeId() string { if x != nil { return x.HomeId } return "" } type SemanticResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Status *Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Data *SemanticData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` } func (x *SemanticResponse) Reset() { *x = SemanticResponse{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_service_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SemanticResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SemanticResponse) ProtoMessage() {} func (x *SemanticResponse) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_service_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SemanticResponse.ProtoReflect.Descriptor instead. func (*SemanticResponse) Descriptor() ([]byte, []int) { return file_pkg_proto_service_proto_rawDescGZIP(), []int{4} } func (x *SemanticResponse) GetStatus() *Status { if x != nil { return x.Status } return nil } func (x *SemanticResponse) GetData() *SemanticData { if x != nil { return x.Data } return nil } type SemanticData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SemanticRespJsonData string `protobuf:"bytes,1,opt,name=semanticRespJsonData,proto3" json:"semanticRespJsonData,omitempty"` } func (x *SemanticData) Reset() { *x = SemanticData{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_service_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SemanticData) String() string { return protoimpl.X.MessageStringOf(x) } func (*SemanticData) ProtoMessage() {} func (x *SemanticData) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_service_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SemanticData.ProtoReflect.Descriptor instead. func (*SemanticData) Descriptor() ([]byte, []int) { return file_pkg_proto_service_proto_rawDescGZIP(), []int{5} } func (x *SemanticData) GetSemanticRespJsonData() string { if x != nil { return x.SemanticRespJsonData } return "" } type SemanticRequest_Native struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` SeqID string `protobuf:"bytes,2,opt,name=seqID,proto3" json:"seqID,omitempty"` Code int32 `protobuf:"varint,3,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"` DataVersion string `protobuf:"bytes,5,opt,name=dataVersion,proto3" json:"dataVersion,omitempty"` Data *SemanticRequest_Native_Data `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"` } func (x *SemanticRequest_Native) Reset() { *x = SemanticRequest_Native{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_service_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SemanticRequest_Native) String() string { return protoimpl.X.MessageStringOf(x) } func (*SemanticRequest_Native) ProtoMessage() {} func (x *SemanticRequest_Native) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_service_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SemanticRequest_Native.ProtoReflect.Descriptor instead. func (*SemanticRequest_Native) Descriptor() ([]byte, []int) { return file_pkg_proto_service_proto_rawDescGZIP(), []int{3, 0} } func (x *SemanticRequest_Native) GetName() string { if x != nil { return x.Name } return "" } func (x *SemanticRequest_Native) GetSeqID() string { if x != nil { return x.SeqID } return "" } func (x *SemanticRequest_Native) GetCode() int32 { if x != nil { return x.Code } return 0 } func (x *SemanticRequest_Native) GetMessage() string { if x != nil { return x.Message } return "" } func (x *SemanticRequest_Native) GetDataVersion() string { if x != nil { return x.DataVersion } return "" } func (x *SemanticRequest_Native) GetData() *SemanticRequest_Native_Data { if x != nil { return x.Data } return nil } type SemanticRequest_SDKExtend struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields CarDOA int32 `protobuf:"varint,1,opt,name=carDOA,proto3" json:"carDOA,omitempty"` LastRspType string `protobuf:"bytes,2,opt,name=lastRspType,proto3" json:"lastRspType,omitempty"` LastRspResult string `protobuf:"bytes,3,opt,name=lastRspResult,proto3" json:"lastRspResult,omitempty"` LastSessionStatus int32 `protobuf:"varint,4,opt,name=lastSessionStatus,proto3" json:"lastSessionStatus,omitempty"` LastCompleteCmdResult string `protobuf:"bytes,5,opt,name=lastCompleteCmdResult,proto3" json:"lastCompleteCmdResult,omitempty"` } func (x *SemanticRequest_SDKExtend) Reset() { *x = SemanticRequest_SDKExtend{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_service_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SemanticRequest_SDKExtend) String() string { return protoimpl.X.MessageStringOf(x) } func (*SemanticRequest_SDKExtend) ProtoMessage() {} func (x *SemanticRequest_SDKExtend) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_service_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SemanticRequest_SDKExtend.ProtoReflect.Descriptor instead. func (*SemanticRequest_SDKExtend) Descriptor() ([]byte, []int) { return file_pkg_proto_service_proto_rawDescGZIP(), []int{3, 1} } func (x *SemanticRequest_SDKExtend) GetCarDOA() int32 { if x != nil { return x.CarDOA } return 0 } func (x *SemanticRequest_SDKExtend) GetLastRspType() string { if x != nil { return x.LastRspType } return "" } func (x *SemanticRequest_SDKExtend) GetLastRspResult() string { if x != nil { return x.LastRspResult } return "" } func (x *SemanticRequest_SDKExtend) GetLastSessionStatus() int32 { if x != nil { return x.LastSessionStatus } return 0 } func (x *SemanticRequest_SDKExtend) GetLastCompleteCmdResult() string { if x != nil { return x.LastCompleteCmdResult } return "" } type SemanticRequest_Native_Data struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *SemanticRequest_Native_Data) Reset() { *x = SemanticRequest_Native_Data{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_service_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SemanticRequest_Native_Data) String() string { return protoimpl.X.MessageStringOf(x) } func (*SemanticRequest_Native_Data) ProtoMessage() {} func (x *SemanticRequest_Native_Data) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_service_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SemanticRequest_Native_Data.ProtoReflect.Descriptor instead. func (*SemanticRequest_Native_Data) Descriptor() ([]byte, []int) { return file_pkg_proto_service_proto_rawDescGZIP(), []int{3, 0, 0} } var File_pkg_proto_service_proto protoreflect.FileDescriptor var file_pkg_proto_service_proto_rawDesc = []byte{ 0x0a, 0x17, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2e, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x4e, 0x0a, 0x12, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x62, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x01, 0x52, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x22, 0x55, 0x0a, 0x0b, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x22, 0xc6, 0x09, 0x0a, 0x0f, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x61, 0x63, 0x57, 0x69, 0x66, 0x69, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x61, 0x63, 0x57, 0x69, 0x66, 0x69, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x61, 0x63, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x63, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x20, 0x0a, 0x0b, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x03, 0x6c, 0x62, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x62, 0x73, 0x52, 0x03, 0x6c, 0x62, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x4b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x70, 0x4b, 0x65, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x71, 0x75, 0x61, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x71, 0x75, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x75, 0x74, 0x68, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x75, 0x74, 0x68, 0x12, 0x10, 0x0a, 0x03, 0x64, 0x73, 0x6e, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x64, 0x73, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x67, 0x75, 0x69, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x67, 0x75, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x78, 0x69, 0x73, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x65, 0x78, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x72, 0x61, 0x63, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x72, 0x61, 0x63, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x35, 0x0a, 0x06, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x52, 0x06, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x12, 0x3e, 0x0a, 0x09, 0x73, 0x64, 0x6b, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x44, 0x4b, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x52, 0x09, 0x73, 0x64, 0x6b, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x12, 0x34, 0x0a, 0x0b, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x1a, 0xc2, 0x01, 0x0a, 0x06, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x65, 0x71, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x65, 0x71, 0x49, 0x44, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x61, 0x74, 0x61, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x61, 0x74, 0x61, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x36, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x06, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x1a, 0xcf, 0x01, 0x0a, 0x09, 0x53, 0x44, 0x4b, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x61, 0x72, 0x44, 0x4f, 0x41, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x63, 0x61, 0x72, 0x44, 0x4f, 0x41, 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x73, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x73, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x73, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x52, 0x73, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x34, 0x0a, 0x15, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6d, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x62, 0x0a, 0x10, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x25, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x27, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x42, 0x0a, 0x0c, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x44, 0x61, 0x74, 0x61, 0x12, 0x32, 0x0a, 0x14, 0x73, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x73, 0x70, 0x4a, 0x73, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x73, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x73, 0x70, 0x4a, 0x73, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x32, 0xa2, 0x01, 0x0a, 0x0a, 0x54, 0x65, 0x6e, 0x63, 0x65, 0x6e, 0x74, 0x4e, 0x6c, 0x75, 0x12, 0x44, 0x0a, 0x0f, 0x54, 0x65, 0x6e, 0x63, 0x65, 0x6e, 0x74, 0x4e, 0x6c, 0x75, 0x50, 0x61, 0x72, 0x73, 0x65, 0x12, 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x15, 0x54, 0x65, 0x6e, 0x63, 0x65, 0x6e, 0x74, 0x4e, 0x6c, 0x75, 0x50, 0x61, 0x72, 0x73, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x6d, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x42, 0x13, 0x5a, 0x11, 0x2e, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_pkg_proto_service_proto_rawDescOnce sync.Once file_pkg_proto_service_proto_rawDescData = file_pkg_proto_service_proto_rawDesc ) func file_pkg_proto_service_proto_rawDescGZIP() []byte { file_pkg_proto_service_proto_rawDescOnce.Do(func() { file_pkg_proto_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_pkg_proto_service_proto_rawDescData) }) return file_pkg_proto_service_proto_rawDescData } var file_pkg_proto_service_proto_msgTypes = make([]protoimpl.MessageInfo, 9) var file_pkg_proto_service_proto_goTypes = []interface{}{ (*Status)(nil), // 0: proto.Status (*SemanticRequestLbs)(nil), // 1: proto.SemanticRequestLbs (*AddressInfo)(nil), // 2: proto.AddressInfo (*SemanticRequest)(nil), // 3: proto.SemanticRequest (*SemanticResponse)(nil), // 4: proto.SemanticResponse (*SemanticData)(nil), // 5: proto.SemanticData (*SemanticRequest_Native)(nil), // 6: proto.SemanticRequest.Native (*SemanticRequest_SDKExtend)(nil), // 7: proto.SemanticRequest.SDKExtend (*SemanticRequest_Native_Data)(nil), // 8: proto.SemanticRequest.Native.Data } var file_pkg_proto_service_proto_depIdxs = []int32{ 1, // 0: proto.SemanticRequest.lbs:type_name -> proto.SemanticRequestLbs 6, // 1: proto.SemanticRequest.native:type_name -> proto.SemanticRequest.Native 7, // 2: proto.SemanticRequest.sdkExtend:type_name -> proto.SemanticRequest.SDKExtend 2, // 3: proto.SemanticRequest.addressInfo:type_name -> proto.AddressInfo 0, // 4: proto.SemanticResponse.status:type_name -> proto.Status 5, // 5: proto.SemanticResponse.data:type_name -> proto.SemanticData 8, // 6: proto.SemanticRequest.Native.data:type_name -> proto.SemanticRequest.Native.Data 3, // 7: proto.TencentNlu.TencentNluParse:input_type -> proto.SemanticRequest 3, // 8: proto.TencentNlu.TencentNluParseStream:input_type -> proto.SemanticRequest 4, // 9: proto.TencentNlu.TencentNluParse:output_type -> proto.SemanticResponse 4, // 10: proto.TencentNlu.TencentNluParseStream:output_type -> proto.SemanticResponse 9, // [9:11] is the sub-list for method output_type 7, // [7:9] is the sub-list for method input_type 7, // [7:7] is the sub-list for extension type_name 7, // [7:7] is the sub-list for extension extendee 0, // [0:7] is the sub-list for field type_name } func init() { file_pkg_proto_service_proto_init() } func file_pkg_proto_service_proto_init() { if File_pkg_proto_service_proto != nil { return } if !protoimpl.UnsafeEnabled { file_pkg_proto_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Status); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SemanticRequestLbs); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddressInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SemanticRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SemanticResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SemanticData); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SemanticRequest_Native); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SemanticRequest_SDKExtend); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SemanticRequest_Native_Data); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_pkg_proto_service_proto_rawDesc, NumEnums: 0, NumMessages: 9, NumExtensions: 0, NumServices: 1, }, GoTypes: file_pkg_proto_service_proto_goTypes, DependencyIndexes: file_pkg_proto_service_proto_depIdxs, MessageInfos: file_pkg_proto_service_proto_msgTypes, }.Build() File_pkg_proto_service_proto = out.File file_pkg_proto_service_proto_rawDesc = nil file_pkg_proto_service_proto_goTypes = nil file_pkg_proto_service_proto_depIdxs = nil }