// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.25.1 // source: pkg/proto/v1/token_search.proto package token 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 AppInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" json:"requestId,omitempty"` } func (x *AppInfo) Reset() { *x = AppInfo{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AppInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*AppInfo) ProtoMessage() {} func (x *AppInfo) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_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 AppInfo.ProtoReflect.Descriptor instead. func (*AppInfo) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{0} } func (x *AppInfo) GetRequestId() string { if x != nil { return x.RequestId } return "" } type DevInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Mac string `protobuf:"bytes,1,opt,name=mac,proto3" json:"mac,omitempty"` SubMac string `protobuf:"bytes,2,opt,name=subMac,proto3" json:"subMac,omitempty"` // 子设备mac,中控变成了子设备 Mid string `protobuf:"bytes,3,opt,name=mid,proto3" json:"mid,omitempty"` // mid Vender string `protobuf:"bytes,4,opt,name=vender,proto3" json:"vender,omitempty"` // 细分码,用于设备没授权的情况下给默认boot Hid string `protobuf:"bytes,5,opt,name=hid,proto3" json:"hid,omitempty"` // 模组id,优先级高于细分码 - 若能匹配,优先使用 HomeId string `protobuf:"bytes,6,opt,name=homeId,proto3" json:"homeId,omitempty"` // 设备所属家庭 id UserId string `protobuf:"bytes,7,opt,name=userId,proto3" json:"userId,omitempty"` // 用户id,非必传 } func (x *DevInfo) Reset() { *x = DevInfo{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DevInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*DevInfo) ProtoMessage() {} func (x *DevInfo) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_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 DevInfo.ProtoReflect.Descriptor instead. func (*DevInfo) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{1} } func (x *DevInfo) GetMac() string { if x != nil { return x.Mac } return "" } func (x *DevInfo) GetSubMac() string { if x != nil { return x.SubMac } return "" } func (x *DevInfo) GetMid() string { if x != nil { return x.Mid } return "" } func (x *DevInfo) GetVender() string { if x != nil { return x.Vender } return "" } func (x *DevInfo) GetHid() string { if x != nil { return x.Hid } return "" } func (x *DevInfo) GetHomeId() string { if x != nil { return x.HomeId } return "" } func (x *DevInfo) GetUserId() string { if x != nil { return x.UserId } return "" } type TokenSearchRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Mac string `protobuf:"bytes,1,opt,name=mac,proto3" json:"mac,omitempty"` RequestId string `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"` Mid string `protobuf:"bytes,3,opt,name=mid,proto3" json:"mid,omitempty"` // mid Vender string `protobuf:"bytes,4,opt,name=vender,proto3" json:"vender,omitempty"` // 细分码,用于设备没授权的情况下给默认boot HomeId string `protobuf:"bytes,5,opt,name=homeId,proto3" json:"homeId,omitempty"` // 设备所属家庭id UserId string `protobuf:"bytes,6,opt,name=userId,proto3" json:"userId,omitempty"` // 用户id SubMac string `protobuf:"bytes,7,opt,name=subMac,proto3" json:"subMac,omitempty"` // 子设备mac,中控变成了子设备 Hid string `protobuf:"bytes,8,opt,name=hid,proto3" json:"hid,omitempty"` // 模组id,优先级高于细分码 - 若能匹配,优先使用 IsReBind bool `protobuf:"varint,9,opt,name=isReBind,proto3" json:"isReBind,omitempty"` //是否强制重新绑定 } func (x *TokenSearchRequest) Reset() { *x = TokenSearchRequest{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TokenSearchRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*TokenSearchRequest) ProtoMessage() {} func (x *TokenSearchRequest) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_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 TokenSearchRequest.ProtoReflect.Descriptor instead. func (*TokenSearchRequest) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{2} } func (x *TokenSearchRequest) GetMac() string { if x != nil { return x.Mac } return "" } func (x *TokenSearchRequest) GetRequestId() string { if x != nil { return x.RequestId } return "" } func (x *TokenSearchRequest) GetMid() string { if x != nil { return x.Mid } return "" } func (x *TokenSearchRequest) GetVender() string { if x != nil { return x.Vender } return "" } func (x *TokenSearchRequest) GetHomeId() string { if x != nil { return x.HomeId } return "" } func (x *TokenSearchRequest) GetUserId() string { if x != nil { return x.UserId } return "" } func (x *TokenSearchRequest) GetSubMac() string { if x != nil { return x.SubMac } return "" } func (x *TokenSearchRequest) GetHid() string { if x != nil { return x.Hid } return "" } func (x *TokenSearchRequest) GetIsReBind() bool { if x != nil { return x.IsReBind } return false } // data.uriType 取值说明: // QQMusic = 0 // qq音乐(腾讯v1) // QQMusicV2 = 1 // qq音乐(腾讯v2) // // data.status 取值说明: // Unassigned = 0 //未分配 // Assigned = 1 //已分配 // Using = 2 //已授权,使用中 // Expired = 3 //过期 // Invalidation = 4 //异常失效 // Unbind = 5 //解除绑定 type TokenSearchResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Status *TokenSearchResponse_Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Data *TokenSearchResponse_TokenMemo `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` } func (x *TokenSearchResponse) Reset() { *x = TokenSearchResponse{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TokenSearchResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*TokenSearchResponse) ProtoMessage() {} func (x *TokenSearchResponse) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_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 TokenSearchResponse.ProtoReflect.Descriptor instead. func (*TokenSearchResponse) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{3} } func (x *TokenSearchResponse) GetStatus() *TokenSearchResponse_Status { if x != nil { return x.Status } return nil } func (x *TokenSearchResponse) GetData() *TokenSearchResponse_TokenMemo { if x != nil { return x.Data } return nil } type DevMusicStatusChangeResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Status *DevMusicStatusChangeResponse_Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` } func (x *DevMusicStatusChangeResponse) Reset() { *x = DevMusicStatusChangeResponse{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DevMusicStatusChangeResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*DevMusicStatusChangeResponse) ProtoMessage() {} func (x *DevMusicStatusChangeResponse) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_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 DevMusicStatusChangeResponse.ProtoReflect.Descriptor instead. func (*DevMusicStatusChangeResponse) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{4} } func (x *DevMusicStatusChangeResponse) GetStatus() *DevMusicStatusChangeResponse_Status { if x != nil { return x.Status } return nil } type TokenSearchRequestV2 struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields AppInfo *AppInfo `protobuf:"bytes,1,opt,name=appInfo,proto3" json:"appInfo,omitempty"` DevInfo *DevInfo `protobuf:"bytes,2,opt,name=devInfo,proto3" json:"devInfo,omitempty"` IsReBind bool `protobuf:"varint,9,opt,name=isReBind,proto3" json:"isReBind,omitempty"` //是否强制重新绑定 } func (x *TokenSearchRequestV2) Reset() { *x = TokenSearchRequestV2{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TokenSearchRequestV2) String() string { return protoimpl.X.MessageStringOf(x) } func (*TokenSearchRequestV2) ProtoMessage() {} func (x *TokenSearchRequestV2) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_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 TokenSearchRequestV2.ProtoReflect.Descriptor instead. func (*TokenSearchRequestV2) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{5} } func (x *TokenSearchRequestV2) GetAppInfo() *AppInfo { if x != nil { return x.AppInfo } return nil } func (x *TokenSearchRequestV2) GetDevInfo() *DevInfo { if x != nil { return x.DevInfo } return nil } func (x *TokenSearchRequestV2) GetIsReBind() bool { if x != nil { return x.IsReBind } return false } type SpeechConfResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Status *SpeechConfResponse_Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Data *SpeechConfResponse_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` } func (x *SpeechConfResponse) Reset() { *x = SpeechConfResponse{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SpeechConfResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SpeechConfResponse) ProtoMessage() {} func (x *SpeechConfResponse) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_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 SpeechConfResponse.ProtoReflect.Descriptor instead. func (*SpeechConfResponse) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{6} } func (x *SpeechConfResponse) GetStatus() *SpeechConfResponse_Status { if x != nil { return x.Status } return nil } func (x *SpeechConfResponse) GetData() *SpeechConfResponse_Data { if x != nil { return x.Data } return nil } type TokenSearchResponseNetease struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Status *TokenSearchResponseNetease_Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Data *TokenSearchResponseNetease_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` } func (x *TokenSearchResponseNetease) Reset() { *x = TokenSearchResponseNetease{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TokenSearchResponseNetease) String() string { return protoimpl.X.MessageStringOf(x) } func (*TokenSearchResponseNetease) ProtoMessage() {} func (x *TokenSearchResponseNetease) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_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 TokenSearchResponseNetease.ProtoReflect.Descriptor instead. func (*TokenSearchResponseNetease) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{7} } func (x *TokenSearchResponseNetease) GetStatus() *TokenSearchResponseNetease_Status { if x != nil { return x.Status } return nil } func (x *TokenSearchResponseNetease) GetData() *TokenSearchResponseNetease_Data { if x != nil { return x.Data } return nil } type TokenSearchResponse_TokenMemo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Dsn string `protobuf:"bytes,1,opt,name=dsn,proto3" json:"dsn,omitempty"` Authorization string `protobuf:"bytes,2,opt,name=authorization,proto3" json:"authorization,omitempty"` AccessToken string `protobuf:"bytes,3,opt,name=accessToken,proto3" json:"accessToken,omitempty"` AppKey string `protobuf:"bytes,4,opt,name=appKey,proto3" json:"appKey,omitempty"` Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"` UriType int32 `protobuf:"varint,6,opt,name=uriType,proto3" json:"uriType,omitempty"` HomeId string `protobuf:"bytes,7,opt,name=homeId,proto3" json:"homeId,omitempty"` // 设备所绑定家庭的 homeid } func (x *TokenSearchResponse_TokenMemo) Reset() { *x = TokenSearchResponse_TokenMemo{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TokenSearchResponse_TokenMemo) String() string { return protoimpl.X.MessageStringOf(x) } func (*TokenSearchResponse_TokenMemo) ProtoMessage() {} func (x *TokenSearchResponse_TokenMemo) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_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 TokenSearchResponse_TokenMemo.ProtoReflect.Descriptor instead. func (*TokenSearchResponse_TokenMemo) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{3, 0} } func (x *TokenSearchResponse_TokenMemo) GetDsn() string { if x != nil { return x.Dsn } return "" } func (x *TokenSearchResponse_TokenMemo) GetAuthorization() string { if x != nil { return x.Authorization } return "" } func (x *TokenSearchResponse_TokenMemo) GetAccessToken() string { if x != nil { return x.AccessToken } return "" } func (x *TokenSearchResponse_TokenMemo) GetAppKey() string { if x != nil { return x.AppKey } return "" } func (x *TokenSearchResponse_TokenMemo) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *TokenSearchResponse_TokenMemo) GetUriType() int32 { if x != nil { return x.UriType } return 0 } func (x *TokenSearchResponse_TokenMemo) GetHomeId() string { if x != nil { return x.HomeId } return "" } type TokenSearchResponse_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 *TokenSearchResponse_Status) Reset() { *x = TokenSearchResponse_Status{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TokenSearchResponse_Status) String() string { return protoimpl.X.MessageStringOf(x) } func (*TokenSearchResponse_Status) ProtoMessage() {} func (x *TokenSearchResponse_Status) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[9] 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 TokenSearchResponse_Status.ProtoReflect.Descriptor instead. func (*TokenSearchResponse_Status) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{3, 1} } func (x *TokenSearchResponse_Status) GetCode() int32 { if x != nil { return x.Code } return 0 } func (x *TokenSearchResponse_Status) GetMsg() string { if x != nil { return x.Msg } return "" } type DevMusicStatusChangeResponse_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 *DevMusicStatusChangeResponse_Status) Reset() { *x = DevMusicStatusChangeResponse_Status{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DevMusicStatusChangeResponse_Status) String() string { return protoimpl.X.MessageStringOf(x) } func (*DevMusicStatusChangeResponse_Status) ProtoMessage() {} func (x *DevMusicStatusChangeResponse_Status) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[10] 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 DevMusicStatusChangeResponse_Status.ProtoReflect.Descriptor instead. func (*DevMusicStatusChangeResponse_Status) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{4, 0} } func (x *DevMusicStatusChangeResponse_Status) GetCode() int32 { if x != nil { return x.Code } return 0 } func (x *DevMusicStatusChangeResponse_Status) GetMsg() string { if x != nil { return x.Msg } return "" } type SpeechConfResponse_Data struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ProductId string `protobuf:"bytes,1,opt,name=productId,proto3" json:"productId,omitempty"` Appkey string `protobuf:"bytes,2,opt,name=appkey,proto3" json:"appkey,omitempty"` } func (x *SpeechConfResponse_Data) Reset() { *x = SpeechConfResponse_Data{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SpeechConfResponse_Data) String() string { return protoimpl.X.MessageStringOf(x) } func (*SpeechConfResponse_Data) ProtoMessage() {} func (x *SpeechConfResponse_Data) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[11] 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 SpeechConfResponse_Data.ProtoReflect.Descriptor instead. func (*SpeechConfResponse_Data) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{6, 0} } func (x *SpeechConfResponse_Data) GetProductId() string { if x != nil { return x.ProductId } return "" } func (x *SpeechConfResponse_Data) GetAppkey() string { if x != nil { return x.Appkey } return "" } type SpeechConfResponse_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 *SpeechConfResponse_Status) Reset() { *x = SpeechConfResponse_Status{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SpeechConfResponse_Status) String() string { return protoimpl.X.MessageStringOf(x) } func (*SpeechConfResponse_Status) ProtoMessage() {} func (x *SpeechConfResponse_Status) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[12] 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 SpeechConfResponse_Status.ProtoReflect.Descriptor instead. func (*SpeechConfResponse_Status) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{6, 1} } func (x *SpeechConfResponse_Status) GetCode() int32 { if x != nil { return x.Code } return 0 } func (x *SpeechConfResponse_Status) GetMsg() string { if x != nil { return x.Msg } return "" } type TokenSearchResponseNetease_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 *TokenSearchResponseNetease_Status) Reset() { *x = TokenSearchResponseNetease_Status{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TokenSearchResponseNetease_Status) String() string { return protoimpl.X.MessageStringOf(x) } func (*TokenSearchResponseNetease_Status) ProtoMessage() {} func (x *TokenSearchResponseNetease_Status) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[13] 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 TokenSearchResponseNetease_Status.ProtoReflect.Descriptor instead. func (*TokenSearchResponseNetease_Status) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{7, 0} } func (x *TokenSearchResponseNetease_Status) GetCode() int32 { if x != nil { return x.Code } return 0 } func (x *TokenSearchResponseNetease_Status) GetMsg() string { if x != nil { return x.Msg } return "" } type TokenSearchResponseNetease_Data struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields AccessToken string `protobuf:"bytes,1,opt,name=accessToken,proto3" json:"accessToken,omitempty"` DeviceId string `protobuf:"bytes,2,opt,name=deviceId,proto3" json:"deviceId,omitempty"` ClientId string `protobuf:"bytes,3,opt,name=clientId,proto3" json:"clientId,omitempty"` ProductId string `protobuf:"bytes,4,opt,name=productId,proto3" json:"productId,omitempty"` Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"` HomeId string `protobuf:"bytes,6,opt,name=homeId,proto3" json:"homeId,omitempty"` // 设备所绑定家庭的 homeid } func (x *TokenSearchResponseNetease_Data) Reset() { *x = TokenSearchResponseNetease_Data{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TokenSearchResponseNetease_Data) String() string { return protoimpl.X.MessageStringOf(x) } func (*TokenSearchResponseNetease_Data) ProtoMessage() {} func (x *TokenSearchResponseNetease_Data) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_v1_token_search_proto_msgTypes[14] 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 TokenSearchResponseNetease_Data.ProtoReflect.Descriptor instead. func (*TokenSearchResponseNetease_Data) Descriptor() ([]byte, []int) { return file_pkg_proto_v1_token_search_proto_rawDescGZIP(), []int{7, 1} } func (x *TokenSearchResponseNetease_Data) GetAccessToken() string { if x != nil { return x.AccessToken } return "" } func (x *TokenSearchResponseNetease_Data) GetDeviceId() string { if x != nil { return x.DeviceId } return "" } func (x *TokenSearchResponseNetease_Data) GetClientId() string { if x != nil { return x.ClientId } return "" } func (x *TokenSearchResponseNetease_Data) GetProductId() string { if x != nil { return x.ProductId } return "" } func (x *TokenSearchResponseNetease_Data) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *TokenSearchResponseNetease_Data) GetHomeId() string { if x != nil { return x.HomeId } return "" } var File_pkg_proto_v1_token_search_proto protoreflect.FileDescriptor var file_pkg_proto_v1_token_search_proto_rawDesc = []byte{ 0x0a, 0x1f, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x27, 0x0a, 0x07, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x22, 0x9f, 0x01, 0x0a, 0x07, 0x44, 0x65, 0x76, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x61, 0x63, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x4d, 0x61, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x75, 0x62, 0x4d, 0x61, 0x63, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x68, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x68, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0xe4, 0x01, 0x0a, 0x12, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x61, 0x63, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x4d, 0x61, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x75, 0x62, 0x4d, 0x61, 0x63, 0x12, 0x10, 0x0a, 0x03, 0x68, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x68, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x52, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x52, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x22, 0x84, 0x03, 0x0a, 0x13, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x38, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x4d, 0x65, 0x6d, 0x6f, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0xc7, 0x01, 0x0a, 0x09, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x4d, 0x65, 0x6d, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x64, 0x73, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x64, 0x73, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x4b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x70, 0x4b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x72, 0x69, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x75, 0x72, 0x69, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x1a, 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, 0x92, 0x01, 0x0a, 0x1c, 0x44, 0x65, 0x76, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x42, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x44, 0x65, 0x76, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x1a, 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, 0x86, 0x01, 0x0a, 0x14, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x56, 0x32, 0x12, 0x28, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x61, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x07, 0x64, 0x65, 0x76, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x44, 0x65, 0x76, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x64, 0x65, 0x76, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x52, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x52, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x22, 0xf0, 0x01, 0x0a, 0x12, 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x38, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x32, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x3c, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x70, 0x6b, 0x65, 0x79, 0x1a, 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, 0xfb, 0x02, 0x0a, 0x1a, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4e, 0x65, 0x74, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4e, 0x65, 0x74, 0x65, 0x61, 0x73, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3a, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4e, 0x65, 0x74, 0x65, 0x61, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 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, 0x1a, 0xae, 0x01, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x32, 0xa7, 0x04, 0x0a, 0x0b, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x4a, 0x0a, 0x11, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x13, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x56, 0x32, 0x12, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x07, 0x44, 0x65, 0x76, 0x42, 0x69, 0x6e, 0x64, 0x12, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x45, 0x0a, 0x0c, 0x44, 0x65, 0x76, 0x42, 0x69, 0x6e, 0x64, 0x42, 0x79, 0x53, 0x75, 0x62, 0x12, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x56, 0x0a, 0x14, 0x44, 0x65, 0x76, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x44, 0x65, 0x76, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x47, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x1b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x56, 0x32, 0x1a, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x12, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x65, 0x61, 0x73, 0x65, 0x12, 0x1b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x56, 0x32, 0x1a, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4e, 0x65, 0x74, 0x65, 0x61, 0x73, 0x65, 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_v1_token_search_proto_rawDescOnce sync.Once file_pkg_proto_v1_token_search_proto_rawDescData = file_pkg_proto_v1_token_search_proto_rawDesc ) func file_pkg_proto_v1_token_search_proto_rawDescGZIP() []byte { file_pkg_proto_v1_token_search_proto_rawDescOnce.Do(func() { file_pkg_proto_v1_token_search_proto_rawDescData = protoimpl.X.CompressGZIP(file_pkg_proto_v1_token_search_proto_rawDescData) }) return file_pkg_proto_v1_token_search_proto_rawDescData } var file_pkg_proto_v1_token_search_proto_msgTypes = make([]protoimpl.MessageInfo, 15) var file_pkg_proto_v1_token_search_proto_goTypes = []interface{}{ (*AppInfo)(nil), // 0: proto.AppInfo (*DevInfo)(nil), // 1: proto.DevInfo (*TokenSearchRequest)(nil), // 2: proto.TokenSearchRequest (*TokenSearchResponse)(nil), // 3: proto.TokenSearchResponse (*DevMusicStatusChangeResponse)(nil), // 4: proto.DevMusicStatusChangeResponse (*TokenSearchRequestV2)(nil), // 5: proto.TokenSearchRequestV2 (*SpeechConfResponse)(nil), // 6: proto.SpeechConfResponse (*TokenSearchResponseNetease)(nil), // 7: proto.TokenSearchResponseNetease (*TokenSearchResponse_TokenMemo)(nil), // 8: proto.TokenSearchResponse.TokenMemo (*TokenSearchResponse_Status)(nil), // 9: proto.TokenSearchResponse.Status (*DevMusicStatusChangeResponse_Status)(nil), // 10: proto.DevMusicStatusChangeResponse.Status (*SpeechConfResponse_Data)(nil), // 11: proto.SpeechConfResponse.Data (*SpeechConfResponse_Status)(nil), // 12: proto.SpeechConfResponse.Status (*TokenSearchResponseNetease_Status)(nil), // 13: proto.TokenSearchResponseNetease.Status (*TokenSearchResponseNetease_Data)(nil), // 14: proto.TokenSearchResponseNetease.Data } var file_pkg_proto_v1_token_search_proto_depIdxs = []int32{ 9, // 0: proto.TokenSearchResponse.status:type_name -> proto.TokenSearchResponse.Status 8, // 1: proto.TokenSearchResponse.data:type_name -> proto.TokenSearchResponse.TokenMemo 10, // 2: proto.DevMusicStatusChangeResponse.status:type_name -> proto.DevMusicStatusChangeResponse.Status 0, // 3: proto.TokenSearchRequestV2.appInfo:type_name -> proto.AppInfo 1, // 4: proto.TokenSearchRequestV2.devInfo:type_name -> proto.DevInfo 12, // 5: proto.SpeechConfResponse.status:type_name -> proto.SpeechConfResponse.Status 11, // 6: proto.SpeechConfResponse.data:type_name -> proto.SpeechConfResponse.Data 13, // 7: proto.TokenSearchResponseNetease.status:type_name -> proto.TokenSearchResponseNetease.Status 14, // 8: proto.TokenSearchResponseNetease.data:type_name -> proto.TokenSearchResponseNetease.Data 2, // 9: proto.TokenSearch.TokenSearchHandle:input_type -> proto.TokenSearchRequest 2, // 10: proto.TokenSearch.TokenSearchHandleV2:input_type -> proto.TokenSearchRequest 2, // 11: proto.TokenSearch.DevBind:input_type -> proto.TokenSearchRequest 2, // 12: proto.TokenSearch.DevBindBySub:input_type -> proto.TokenSearchRequest 2, // 13: proto.TokenSearch.DevMusicStatusChange:input_type -> proto.TokenSearchRequest 5, // 14: proto.TokenSearch.GetSpeechConf:input_type -> proto.TokenSearchRequestV2 5, // 15: proto.TokenSearch.TokenSearchNetease:input_type -> proto.TokenSearchRequestV2 3, // 16: proto.TokenSearch.TokenSearchHandle:output_type -> proto.TokenSearchResponse 3, // 17: proto.TokenSearch.TokenSearchHandleV2:output_type -> proto.TokenSearchResponse 3, // 18: proto.TokenSearch.DevBind:output_type -> proto.TokenSearchResponse 3, // 19: proto.TokenSearch.DevBindBySub:output_type -> proto.TokenSearchResponse 4, // 20: proto.TokenSearch.DevMusicStatusChange:output_type -> proto.DevMusicStatusChangeResponse 6, // 21: proto.TokenSearch.GetSpeechConf:output_type -> proto.SpeechConfResponse 7, // 22: proto.TokenSearch.TokenSearchNetease:output_type -> proto.TokenSearchResponseNetease 16, // [16:23] is the sub-list for method output_type 9, // [9:16] is the sub-list for method input_type 9, // [9:9] is the sub-list for extension type_name 9, // [9:9] is the sub-list for extension extendee 0, // [0:9] is the sub-list for field type_name } func init() { file_pkg_proto_v1_token_search_proto_init() } func file_pkg_proto_v1_token_search_proto_init() { if File_pkg_proto_v1_token_search_proto != nil { return } if !protoimpl.UnsafeEnabled { file_pkg_proto_v1_token_search_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AppInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DevInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TokenSearchRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TokenSearchResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DevMusicStatusChangeResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TokenSearchRequestV2); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SpeechConfResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TokenSearchResponseNetease); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TokenSearchResponse_TokenMemo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TokenSearchResponse_Status); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DevMusicStatusChangeResponse_Status); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SpeechConfResponse_Data); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SpeechConfResponse_Status); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TokenSearchResponseNetease_Status); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_v1_token_search_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TokenSearchResponseNetease_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_v1_token_search_proto_rawDesc, NumEnums: 0, NumMessages: 15, NumExtensions: 0, NumServices: 1, }, GoTypes: file_pkg_proto_v1_token_search_proto_goTypes, DependencyIndexes: file_pkg_proto_v1_token_search_proto_depIdxs, MessageInfos: file_pkg_proto_v1_token_search_proto_msgTypes, }.Build() File_pkg_proto_v1_token_search_proto = out.File file_pkg_proto_v1_token_search_proto_rawDesc = nil file_pkg_proto_v1_token_search_proto_goTypes = nil file_pkg_proto_v1_token_search_proto_depIdxs = nil }