2 Star 0 Fork 0

成都极趣科技/chirpstack-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deviceProfile.pb.go 31.93 KB
一键复制 编辑 原始数据 按行查看 历史
Arya11111 提交于 2024-04-23 11:06 +08:00 . V1.0
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: as/external/api/deviceProfile.proto
package api
import (
context "context"
fmt "fmt"
proto "github.com/golang/protobuf/proto"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type CreateDeviceProfileRequest struct {
// Device-profile object to create.
DeviceProfile *DeviceProfile `protobuf:"bytes,1,opt,name=device_profile,json=deviceProfile,proto3" json:"device_profile,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateDeviceProfileRequest) Reset() { *m = CreateDeviceProfileRequest{} }
func (m *CreateDeviceProfileRequest) String() string { return proto.CompactTextString(m) }
func (*CreateDeviceProfileRequest) ProtoMessage() {}
func (*CreateDeviceProfileRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_d0dcf865cca06987, []int{0}
}
func (m *CreateDeviceProfileRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateDeviceProfileRequest.Unmarshal(m, b)
}
func (m *CreateDeviceProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateDeviceProfileRequest.Marshal(b, m, deterministic)
}
func (m *CreateDeviceProfileRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateDeviceProfileRequest.Merge(m, src)
}
func (m *CreateDeviceProfileRequest) XXX_Size() int {
return xxx_messageInfo_CreateDeviceProfileRequest.Size(m)
}
func (m *CreateDeviceProfileRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CreateDeviceProfileRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CreateDeviceProfileRequest proto.InternalMessageInfo
func (m *CreateDeviceProfileRequest) GetDeviceProfile() *DeviceProfile {
if m != nil {
return m.DeviceProfile
}
return nil
}
type CreateDeviceProfileResponse struct {
// Device-profile ID (UUID string).
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateDeviceProfileResponse) Reset() { *m = CreateDeviceProfileResponse{} }
func (m *CreateDeviceProfileResponse) String() string { return proto.CompactTextString(m) }
func (*CreateDeviceProfileResponse) ProtoMessage() {}
func (*CreateDeviceProfileResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_d0dcf865cca06987, []int{1}
}
func (m *CreateDeviceProfileResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateDeviceProfileResponse.Unmarshal(m, b)
}
func (m *CreateDeviceProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateDeviceProfileResponse.Marshal(b, m, deterministic)
}
func (m *CreateDeviceProfileResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateDeviceProfileResponse.Merge(m, src)
}
func (m *CreateDeviceProfileResponse) XXX_Size() int {
return xxx_messageInfo_CreateDeviceProfileResponse.Size(m)
}
func (m *CreateDeviceProfileResponse) XXX_DiscardUnknown() {
xxx_messageInfo_CreateDeviceProfileResponse.DiscardUnknown(m)
}
var xxx_messageInfo_CreateDeviceProfileResponse proto.InternalMessageInfo
func (m *CreateDeviceProfileResponse) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type GetDeviceProfileRequest struct {
// Device-profile ID (UUID string).
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetDeviceProfileRequest) Reset() { *m = GetDeviceProfileRequest{} }
func (m *GetDeviceProfileRequest) String() string { return proto.CompactTextString(m) }
func (*GetDeviceProfileRequest) ProtoMessage() {}
func (*GetDeviceProfileRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_d0dcf865cca06987, []int{2}
}
func (m *GetDeviceProfileRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetDeviceProfileRequest.Unmarshal(m, b)
}
func (m *GetDeviceProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetDeviceProfileRequest.Marshal(b, m, deterministic)
}
func (m *GetDeviceProfileRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetDeviceProfileRequest.Merge(m, src)
}
func (m *GetDeviceProfileRequest) XXX_Size() int {
return xxx_messageInfo_GetDeviceProfileRequest.Size(m)
}
func (m *GetDeviceProfileRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GetDeviceProfileRequest.DiscardUnknown(m)
}
var xxx_messageInfo_GetDeviceProfileRequest proto.InternalMessageInfo
func (m *GetDeviceProfileRequest) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type GetDeviceProfileResponse struct {
// Device-profile object.
DeviceProfile *DeviceProfile `protobuf:"bytes,1,opt,name=device_profile,json=deviceProfile,proto3" json:"device_profile,omitempty"`
// Created at timestamp.
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
// Last update timestamp.
UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetDeviceProfileResponse) Reset() { *m = GetDeviceProfileResponse{} }
func (m *GetDeviceProfileResponse) String() string { return proto.CompactTextString(m) }
func (*GetDeviceProfileResponse) ProtoMessage() {}
func (*GetDeviceProfileResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_d0dcf865cca06987, []int{3}
}
func (m *GetDeviceProfileResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetDeviceProfileResponse.Unmarshal(m, b)
}
func (m *GetDeviceProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetDeviceProfileResponse.Marshal(b, m, deterministic)
}
func (m *GetDeviceProfileResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetDeviceProfileResponse.Merge(m, src)
}
func (m *GetDeviceProfileResponse) XXX_Size() int {
return xxx_messageInfo_GetDeviceProfileResponse.Size(m)
}
func (m *GetDeviceProfileResponse) XXX_DiscardUnknown() {
xxx_messageInfo_GetDeviceProfileResponse.DiscardUnknown(m)
}
var xxx_messageInfo_GetDeviceProfileResponse proto.InternalMessageInfo
func (m *GetDeviceProfileResponse) GetDeviceProfile() *DeviceProfile {
if m != nil {
return m.DeviceProfile
}
return nil
}
func (m *GetDeviceProfileResponse) GetCreatedAt() *timestamppb.Timestamp {
if m != nil {
return m.CreatedAt
}
return nil
}
func (m *GetDeviceProfileResponse) GetUpdatedAt() *timestamppb.Timestamp {
if m != nil {
return m.UpdatedAt
}
return nil
}
type UpdateDeviceProfileRequest struct {
// Device-profile object to update.
DeviceProfile *DeviceProfile `protobuf:"bytes,1,opt,name=device_profile,json=deviceProfile,proto3" json:"device_profile,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UpdateDeviceProfileRequest) Reset() { *m = UpdateDeviceProfileRequest{} }
func (m *UpdateDeviceProfileRequest) String() string { return proto.CompactTextString(m) }
func (*UpdateDeviceProfileRequest) ProtoMessage() {}
func (*UpdateDeviceProfileRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_d0dcf865cca06987, []int{4}
}
func (m *UpdateDeviceProfileRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UpdateDeviceProfileRequest.Unmarshal(m, b)
}
func (m *UpdateDeviceProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UpdateDeviceProfileRequest.Marshal(b, m, deterministic)
}
func (m *UpdateDeviceProfileRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_UpdateDeviceProfileRequest.Merge(m, src)
}
func (m *UpdateDeviceProfileRequest) XXX_Size() int {
return xxx_messageInfo_UpdateDeviceProfileRequest.Size(m)
}
func (m *UpdateDeviceProfileRequest) XXX_DiscardUnknown() {
xxx_messageInfo_UpdateDeviceProfileRequest.DiscardUnknown(m)
}
var xxx_messageInfo_UpdateDeviceProfileRequest proto.InternalMessageInfo
func (m *UpdateDeviceProfileRequest) GetDeviceProfile() *DeviceProfile {
if m != nil {
return m.DeviceProfile
}
return nil
}
type DeleteDeviceProfileRequest struct {
// Device-profile ID (UUID string).
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeleteDeviceProfileRequest) Reset() { *m = DeleteDeviceProfileRequest{} }
func (m *DeleteDeviceProfileRequest) String() string { return proto.CompactTextString(m) }
func (*DeleteDeviceProfileRequest) ProtoMessage() {}
func (*DeleteDeviceProfileRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_d0dcf865cca06987, []int{5}
}
func (m *DeleteDeviceProfileRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteDeviceProfileRequest.Unmarshal(m, b)
}
func (m *DeleteDeviceProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteDeviceProfileRequest.Marshal(b, m, deterministic)
}
func (m *DeleteDeviceProfileRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteDeviceProfileRequest.Merge(m, src)
}
func (m *DeleteDeviceProfileRequest) XXX_Size() int {
return xxx_messageInfo_DeleteDeviceProfileRequest.Size(m)
}
func (m *DeleteDeviceProfileRequest) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteDeviceProfileRequest.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteDeviceProfileRequest proto.InternalMessageInfo
func (m *DeleteDeviceProfileRequest) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type DeviceProfileListItem struct {
// Device-profile ID (UUID string).
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// Device-profile name.
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// Organization ID.
OrganizationId int64 `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
// Network-server ID.
NetworkServerId int64 `protobuf:"varint,4,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,omitempty"`
// Created at timestamp.
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
// Last update timestamp.
UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
// Network-server name.
NetworkServerName string `protobuf:"bytes,7,opt,name=network_server_name,json=networkServerName,proto3" json:"network_server_name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeviceProfileListItem) Reset() { *m = DeviceProfileListItem{} }
func (m *DeviceProfileListItem) String() string { return proto.CompactTextString(m) }
func (*DeviceProfileListItem) ProtoMessage() {}
func (*DeviceProfileListItem) Descriptor() ([]byte, []int) {
return fileDescriptor_d0dcf865cca06987, []int{6}
}
func (m *DeviceProfileListItem) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeviceProfileListItem.Unmarshal(m, b)
}
func (m *DeviceProfileListItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeviceProfileListItem.Marshal(b, m, deterministic)
}
func (m *DeviceProfileListItem) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeviceProfileListItem.Merge(m, src)
}
func (m *DeviceProfileListItem) XXX_Size() int {
return xxx_messageInfo_DeviceProfileListItem.Size(m)
}
func (m *DeviceProfileListItem) XXX_DiscardUnknown() {
xxx_messageInfo_DeviceProfileListItem.DiscardUnknown(m)
}
var xxx_messageInfo_DeviceProfileListItem proto.InternalMessageInfo
func (m *DeviceProfileListItem) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *DeviceProfileListItem) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *DeviceProfileListItem) GetOrganizationId() int64 {
if m != nil {
return m.OrganizationId
}
return 0
}
func (m *DeviceProfileListItem) GetNetworkServerId() int64 {
if m != nil {
return m.NetworkServerId
}
return 0
}
func (m *DeviceProfileListItem) GetCreatedAt() *timestamppb.Timestamp {
if m != nil {
return m.CreatedAt
}
return nil
}
func (m *DeviceProfileListItem) GetUpdatedAt() *timestamppb.Timestamp {
if m != nil {
return m.UpdatedAt
}
return nil
}
func (m *DeviceProfileListItem) GetNetworkServerName() string {
if m != nil {
return m.NetworkServerName
}
return ""
}
type ListDeviceProfileRequest struct {
// Max number of items to return.
Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
// Offset in the result-set (for pagination).
Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
// Organization id to filter on.
OrganizationId int64 `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
// Application id to filter on.
ApplicationId int64 `protobuf:"varint,4,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListDeviceProfileRequest) Reset() { *m = ListDeviceProfileRequest{} }
func (m *ListDeviceProfileRequest) String() string { return proto.CompactTextString(m) }
func (*ListDeviceProfileRequest) ProtoMessage() {}
func (*ListDeviceProfileRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_d0dcf865cca06987, []int{7}
}
func (m *ListDeviceProfileRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListDeviceProfileRequest.Unmarshal(m, b)
}
func (m *ListDeviceProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListDeviceProfileRequest.Marshal(b, m, deterministic)
}
func (m *ListDeviceProfileRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListDeviceProfileRequest.Merge(m, src)
}
func (m *ListDeviceProfileRequest) XXX_Size() int {
return xxx_messageInfo_ListDeviceProfileRequest.Size(m)
}
func (m *ListDeviceProfileRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ListDeviceProfileRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ListDeviceProfileRequest proto.InternalMessageInfo
func (m *ListDeviceProfileRequest) GetLimit() int64 {
if m != nil {
return m.Limit
}
return 0
}
func (m *ListDeviceProfileRequest) GetOffset() int64 {
if m != nil {
return m.Offset
}
return 0
}
func (m *ListDeviceProfileRequest) GetOrganizationId() int64 {
if m != nil {
return m.OrganizationId
}
return 0
}
func (m *ListDeviceProfileRequest) GetApplicationId() int64 {
if m != nil {
return m.ApplicationId
}
return 0
}
type ListDeviceProfileResponse struct {
// Total number of device-profiles.
TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
Result []*DeviceProfileListItem `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListDeviceProfileResponse) Reset() { *m = ListDeviceProfileResponse{} }
func (m *ListDeviceProfileResponse) String() string { return proto.CompactTextString(m) }
func (*ListDeviceProfileResponse) ProtoMessage() {}
func (*ListDeviceProfileResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_d0dcf865cca06987, []int{8}
}
func (m *ListDeviceProfileResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListDeviceProfileResponse.Unmarshal(m, b)
}
func (m *ListDeviceProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListDeviceProfileResponse.Marshal(b, m, deterministic)
}
func (m *ListDeviceProfileResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListDeviceProfileResponse.Merge(m, src)
}
func (m *ListDeviceProfileResponse) XXX_Size() int {
return xxx_messageInfo_ListDeviceProfileResponse.Size(m)
}
func (m *ListDeviceProfileResponse) XXX_DiscardUnknown() {
xxx_messageInfo_ListDeviceProfileResponse.DiscardUnknown(m)
}
var xxx_messageInfo_ListDeviceProfileResponse proto.InternalMessageInfo
func (m *ListDeviceProfileResponse) GetTotalCount() int64 {
if m != nil {
return m.TotalCount
}
return 0
}
func (m *ListDeviceProfileResponse) GetResult() []*DeviceProfileListItem {
if m != nil {
return m.Result
}
return nil
}
func init() {
proto.RegisterType((*CreateDeviceProfileRequest)(nil), "api.CreateDeviceProfileRequest")
proto.RegisterType((*CreateDeviceProfileResponse)(nil), "api.CreateDeviceProfileResponse")
proto.RegisterType((*GetDeviceProfileRequest)(nil), "api.GetDeviceProfileRequest")
proto.RegisterType((*GetDeviceProfileResponse)(nil), "api.GetDeviceProfileResponse")
proto.RegisterType((*UpdateDeviceProfileRequest)(nil), "api.UpdateDeviceProfileRequest")
proto.RegisterType((*DeleteDeviceProfileRequest)(nil), "api.DeleteDeviceProfileRequest")
proto.RegisterType((*DeviceProfileListItem)(nil), "api.DeviceProfileListItem")
proto.RegisterType((*ListDeviceProfileRequest)(nil), "api.ListDeviceProfileRequest")
proto.RegisterType((*ListDeviceProfileResponse)(nil), "api.ListDeviceProfileResponse")
}
func init() {
proto.RegisterFile("as/external/api/deviceProfile.proto", fileDescriptor_d0dcf865cca06987)
}
var fileDescriptor_d0dcf865cca06987 = []byte{
// 697 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcd, 0x6e, 0xd3, 0x4a,
0x14, 0x56, 0xe2, 0xd4, 0x57, 0x3d, 0x55, 0x53, 0x75, 0x6e, 0x6f, 0x6f, 0xea, 0x96, 0xa6, 0x35,
0x42, 0x94, 0x8a, 0xd8, 0x52, 0x2b, 0x16, 0x65, 0x57, 0x1a, 0x54, 0x45, 0x42, 0x08, 0x19, 0x10,
0x52, 0x37, 0xd1, 0xd4, 0x3e, 0x09, 0xa3, 0xda, 0x9e, 0xc1, 0x9e, 0x94, 0x3f, 0x75, 0xc3, 0x2b,
0xb0, 0xe1, 0x29, 0x58, 0xf2, 0x12, 0x2c, 0x79, 0x05, 0x1e, 0x04, 0x79, 0x3c, 0x86, 0xc4, 0xb5,
0xf9, 0xa9, 0xd8, 0x79, 0x66, 0xbe, 0x73, 0xce, 0x77, 0xbe, 0xf3, 0x63, 0xb8, 0x4e, 0x53, 0x17,
0x5f, 0x49, 0x4c, 0x62, 0x1a, 0xba, 0x54, 0x30, 0x37, 0xc0, 0x73, 0xe6, 0xe3, 0xa3, 0x84, 0x8f,
0x58, 0x88, 0x8e, 0x48, 0xb8, 0xe4, 0xc4, 0xa0, 0x82, 0x59, 0x1b, 0x63, 0xce, 0xc7, 0x21, 0x2a,
0x10, 0x8d, 0x63, 0x2e, 0xa9, 0x64, 0x3c, 0x4e, 0x73, 0x88, 0xd5, 0xd5, 0xaf, 0xea, 0x74, 0x3a,
0x19, 0xb9, 0x92, 0x45, 0x98, 0x4a, 0x1a, 0x09, 0x0d, 0x58, 0x2f, 0x03, 0x30, 0x12, 0xf2, 0xb5,
0x7e, 0xdc, 0x2c, 0xb3, 0x10, 0x79, 0x7c, 0xed, 0xdd, 0x7e, 0x06, 0xd6, 0x51, 0x82, 0x54, 0x62,
0x7f, 0x9a, 0x9d, 0x87, 0x2f, 0x26, 0x98, 0x4a, 0x72, 0x00, 0xed, 0x9c, 0xf5, 0x50, 0x9b, 0x75,
0x1a, 0x5b, 0x8d, 0x9d, 0x85, 0x3d, 0xe2, 0x50, 0xc1, 0x9c, 0x59, 0x93, 0xc5, 0x99, 0xfc, 0xec,
0x1e, 0xac, 0x57, 0x3a, 0x4e, 0x05, 0x8f, 0x53, 0x24, 0x6d, 0x68, 0xb2, 0x40, 0x79, 0x9b, 0xf7,
0x9a, 0x2c, 0xb0, 0x6f, 0xc1, 0xff, 0xc7, 0x28, 0x2b, 0x49, 0x94, 0xa1, 0x9f, 0x1b, 0xd0, 0xb9,
0x8c, 0xd5, 0x7e, 0xaf, 0xce, 0x98, 0x1c, 0x00, 0xf8, 0x8a, 0x71, 0x30, 0xa4, 0xb2, 0xd3, 0x54,
0x66, 0x96, 0x93, 0x8b, 0xeb, 0x14, 0xe2, 0x3a, 0x4f, 0x0a, 0xf5, 0xbd, 0x79, 0x8d, 0x3e, 0xcc,
0x74, 0x82, 0x89, 0x08, 0x0a, 0x53, 0xe3, 0xd7, 0xa6, 0x1a, 0x7d, 0x28, 0xb3, 0x02, 0x3c, 0x55,
0x87, 0xbf, 0x5d, 0x80, 0xdb, 0x60, 0xf5, 0x31, 0xc4, 0x1a, 0xc7, 0x65, 0x51, 0x3f, 0x35, 0xe1,
0xbf, 0x19, 0xe0, 0x03, 0x96, 0xca, 0x81, 0xc4, 0xa8, 0x8c, 0x24, 0x04, 0x5a, 0x31, 0x8d, 0x50,
0x09, 0x34, 0xef, 0xa9, 0x6f, 0x72, 0x13, 0x96, 0x78, 0x32, 0xa6, 0x31, 0x7b, 0xa3, 0x5a, 0x77,
0xc8, 0x02, 0x25, 0x82, 0xe1, 0xb5, 0xa7, 0xaf, 0x07, 0x7d, 0xb2, 0x0b, 0xcb, 0x31, 0xca, 0x97,
0x3c, 0x39, 0x1b, 0xa6, 0x98, 0x9c, 0x63, 0x92, 0x41, 0x5b, 0x0a, 0xba, 0xa4, 0x1f, 0x1e, 0xab,
0xfb, 0x41, 0xbf, 0x54, 0x8f, 0xb9, 0xab, 0xd7, 0xc3, 0xfc, 0x83, 0x7a, 0x10, 0x07, 0xfe, 0x2d,
0x31, 0x54, 0xd9, 0xfe, 0xa3, 0xb2, 0x5d, 0x9e, 0xe1, 0xf8, 0x90, 0x46, 0x68, 0x7f, 0x68, 0x40,
0x27, 0xd3, 0xaa, 0x52, 0xe5, 0x15, 0x98, 0x0b, 0x59, 0xc4, 0xa4, 0x92, 0xcf, 0xf0, 0xf2, 0x03,
0x59, 0x05, 0x93, 0x8f, 0x46, 0x29, 0xe6, 0x4d, 0x66, 0x78, 0xfa, 0xf4, 0xfb, 0x2a, 0xde, 0x80,
0x36, 0x15, 0x22, 0x64, 0xfe, 0x77, 0x5c, 0x2e, 0xe1, 0xe2, 0xd4, 0xed, 0xa0, 0x6f, 0x0b, 0x58,
0xab, 0x60, 0xa6, 0x07, 0xa5, 0x0b, 0x0b, 0x92, 0x4b, 0x1a, 0x0e, 0x7d, 0x3e, 0x89, 0x0b, 0x82,
0xa0, 0xae, 0x8e, 0xb2, 0x1b, 0xb2, 0x07, 0x66, 0x82, 0xe9, 0x24, 0xcc, 0x58, 0x1a, 0x4a, 0xbf,
0x4b, 0x2d, 0x57, 0xf4, 0x88, 0xa7, 0x91, 0x7b, 0x1f, 0x5b, 0xb0, 0x32, 0x83, 0xc8, 0x84, 0x62,
0x3e, 0x92, 0x10, 0xcc, 0x7c, 0x1b, 0x90, 0xae, 0x72, 0x53, 0xbf, 0x73, 0xac, 0xad, 0x7a, 0x40,
0x4e, 0xdd, 0xee, 0xbe, 0xfb, 0xf2, 0xf5, 0x7d, 0x73, 0xcd, 0x5e, 0x99, 0x5a, 0xab, 0xbd, 0x62,
0xaf, 0xdd, 0x6d, 0xec, 0x12, 0x04, 0xe3, 0x18, 0x25, 0xd9, 0x50, 0x9e, 0x6a, 0xd6, 0x8a, 0x75,
0xad, 0xe6, 0x55, 0x07, 0xd9, 0x56, 0x41, 0xd6, 0xc9, 0x5a, 0x55, 0x10, 0xf7, 0x2d, 0x0b, 0x2e,
0xc8, 0x39, 0x98, 0xf9, 0xe8, 0xea, 0xa4, 0xea, 0xe7, 0xd8, 0x5a, 0xbd, 0xd4, 0x7c, 0xf7, 0xb3,
0x25, 0x6d, 0xef, 0xab, 0x28, 0x3d, 0x6b, 0xa7, 0x3a, 0xca, 0xec, 0xec, 0x3b, 0x2c, 0xb8, 0xc8,
0xd2, 0x0b, 0xc0, 0xcc, 0x27, 0x5b, 0xc7, 0xad, 0x1f, 0xf3, 0xda, 0xb8, 0x3a, 0xbb, 0xdd, 0x9f,
0x64, 0xe7, 0x43, 0x2b, 0xab, 0x2f, 0xc9, 0x75, 0xaa, 0x6b, 0x71, 0x6b, 0xb3, 0xee, 0x59, 0xeb,
0xb8, 0xa1, 0x22, 0xad, 0x92, 0xca, 0x62, 0xdd, 0x3b, 0x81, 0x6d, 0xc6, 0x1d, 0xff, 0x39, 0x4b,
0x44, 0x2a, 0xa9, 0x7f, 0xa6, 0x9c, 0xd1, 0xd4, 0x29, 0x7e, 0x59, 0xd9, 0xf9, 0xe4, 0xce, 0x98,
0x49, 0x44, 0xc7, 0xe7, 0x91, 0x1b, 0x8c, 0x12, 0x7e, 0xca, 0xa5, 0x1f, 0xb8, 0x3f, 0x6c, 0x7a,
0x99, 0xe3, 0x31, 0x77, 0x4b, 0x7f, 0xba, 0x53, 0x53, 0xe5, 0xbc, 0xff, 0x2d, 0x00, 0x00, 0xff,
0xff, 0xe9, 0x0f, 0xcb, 0xbd, 0x89, 0x07, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion6
// DeviceProfileServiceClient is the client API for DeviceProfileService service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type DeviceProfileServiceClient interface {
// Create creates the given device-profile.
Create(ctx context.Context, in *CreateDeviceProfileRequest, opts ...grpc.CallOption) (*CreateDeviceProfileResponse, error)
// Get returns the device-profile matching the given id.
Get(ctx context.Context, in *GetDeviceProfileRequest, opts ...grpc.CallOption) (*GetDeviceProfileResponse, error)
// Update updates the given device-profile.
Update(ctx context.Context, in *UpdateDeviceProfileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// Delete deletes the device-profile matching the given id.
Delete(ctx context.Context, in *DeleteDeviceProfileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// List lists the available device-profiles.
List(ctx context.Context, in *ListDeviceProfileRequest, opts ...grpc.CallOption) (*ListDeviceProfileResponse, error)
}
type deviceProfileServiceClient struct {
cc grpc.ClientConnInterface
}
func NewDeviceProfileServiceClient(cc grpc.ClientConnInterface) DeviceProfileServiceClient {
return &deviceProfileServiceClient{cc}
}
func (c *deviceProfileServiceClient) Create(ctx context.Context, in *CreateDeviceProfileRequest, opts ...grpc.CallOption) (*CreateDeviceProfileResponse, error) {
out := new(CreateDeviceProfileResponse)
err := c.cc.Invoke(ctx, "/api.DeviceProfileService/Create", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *deviceProfileServiceClient) Get(ctx context.Context, in *GetDeviceProfileRequest, opts ...grpc.CallOption) (*GetDeviceProfileResponse, error) {
out := new(GetDeviceProfileResponse)
err := c.cc.Invoke(ctx, "/api.DeviceProfileService/Get", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *deviceProfileServiceClient) Update(ctx context.Context, in *UpdateDeviceProfileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
out := new(emptypb.Empty)
err := c.cc.Invoke(ctx, "/api.DeviceProfileService/Update", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *deviceProfileServiceClient) Delete(ctx context.Context, in *DeleteDeviceProfileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
out := new(emptypb.Empty)
err := c.cc.Invoke(ctx, "/api.DeviceProfileService/Delete", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *deviceProfileServiceClient) List(ctx context.Context, in *ListDeviceProfileRequest, opts ...grpc.CallOption) (*ListDeviceProfileResponse, error) {
out := new(ListDeviceProfileResponse)
err := c.cc.Invoke(ctx, "/api.DeviceProfileService/List", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// DeviceProfileServiceServer is the server API for DeviceProfileService service.
type DeviceProfileServiceServer interface {
// Create creates the given device-profile.
Create(context.Context, *CreateDeviceProfileRequest) (*CreateDeviceProfileResponse, error)
// Get returns the device-profile matching the given id.
Get(context.Context, *GetDeviceProfileRequest) (*GetDeviceProfileResponse, error)
// Update updates the given device-profile.
Update(context.Context, *UpdateDeviceProfileRequest) (*emptypb.Empty, error)
// Delete deletes the device-profile matching the given id.
Delete(context.Context, *DeleteDeviceProfileRequest) (*emptypb.Empty, error)
// List lists the available device-profiles.
List(context.Context, *ListDeviceProfileRequest) (*ListDeviceProfileResponse, error)
}
// UnimplementedDeviceProfileServiceServer can be embedded to have forward compatible implementations.
type UnimplementedDeviceProfileServiceServer struct {
}
func (*UnimplementedDeviceProfileServiceServer) Create(ctx context.Context, req *CreateDeviceProfileRequest) (*CreateDeviceProfileResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method Create not implemented")
}
func (*UnimplementedDeviceProfileServiceServer) Get(ctx context.Context, req *GetDeviceProfileRequest) (*GetDeviceProfileResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method Get not implemented")
}
func (*UnimplementedDeviceProfileServiceServer) Update(ctx context.Context, req *UpdateDeviceProfileRequest) (*emptypb.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method Update not implemented")
}
func (*UnimplementedDeviceProfileServiceServer) Delete(ctx context.Context, req *DeleteDeviceProfileRequest) (*emptypb.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method Delete not implemented")
}
func (*UnimplementedDeviceProfileServiceServer) List(ctx context.Context, req *ListDeviceProfileRequest) (*ListDeviceProfileResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method List not implemented")
}
func RegisterDeviceProfileServiceServer(s *grpc.Server, srv DeviceProfileServiceServer) {
s.RegisterService(&_DeviceProfileService_serviceDesc, srv)
}
func _DeviceProfileService_Create_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(CreateDeviceProfileRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(DeviceProfileServiceServer).Create(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/api.DeviceProfileService/Create",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DeviceProfileServiceServer).Create(ctx, req.(*CreateDeviceProfileRequest))
}
return interceptor(ctx, in, info, handler)
}
func _DeviceProfileService_Get_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetDeviceProfileRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(DeviceProfileServiceServer).Get(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/api.DeviceProfileService/Get",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DeviceProfileServiceServer).Get(ctx, req.(*GetDeviceProfileRequest))
}
return interceptor(ctx, in, info, handler)
}
func _DeviceProfileService_Update_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(UpdateDeviceProfileRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(DeviceProfileServiceServer).Update(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/api.DeviceProfileService/Update",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DeviceProfileServiceServer).Update(ctx, req.(*UpdateDeviceProfileRequest))
}
return interceptor(ctx, in, info, handler)
}
func _DeviceProfileService_Delete_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteDeviceProfileRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(DeviceProfileServiceServer).Delete(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/api.DeviceProfileService/Delete",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DeviceProfileServiceServer).Delete(ctx, req.(*DeleteDeviceProfileRequest))
}
return interceptor(ctx, in, info, handler)
}
func _DeviceProfileService_List_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ListDeviceProfileRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(DeviceProfileServiceServer).List(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/api.DeviceProfileService/List",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DeviceProfileServiceServer).List(ctx, req.(*ListDeviceProfileRequest))
}
return interceptor(ctx, in, info, handler)
}
var _DeviceProfileService_serviceDesc = grpc.ServiceDesc{
ServiceName: "api.DeviceProfileService",
HandlerType: (*DeviceProfileServiceServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "Create",
Handler: _DeviceProfileService_Create_Handler,
},
{
MethodName: "Get",
Handler: _DeviceProfileService_Get_Handler,
},
{
MethodName: "Update",
Handler: _DeviceProfileService_Update_Handler,
},
{
MethodName: "Delete",
Handler: _DeviceProfileService_Delete_Handler,
},
{
MethodName: "List",
Handler: _DeviceProfileService_List_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "as/external/api/deviceProfile.proto",
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dfrobotcd/chirpstack-api.git
git@gitee.com:dfrobotcd/chirpstack-api.git
dfrobotcd
chirpstack-api
chirpstack-api
d91e8b8d685d

搜索帮助