123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.2
- // protoc v5.29.3
- // source: gRPC_Model/NetworkManager.proto
- package gRPC_Model
- 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 NetworkManagerDeviceStatus struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Device string `protobuf:"bytes,1,opt,name=Device,proto3" json:"Device,omitempty"`
- Type string `protobuf:"bytes,2,opt,name=Type,proto3" json:"Type,omitempty"`
- State string `protobuf:"bytes,3,opt,name=State,proto3" json:"State,omitempty"`
- IP4Connectivity string `protobuf:"bytes,4,opt,name=IP4Connectivity,proto3" json:"IP4Connectivity,omitempty"`
- IP6Connectivity string `protobuf:"bytes,5,opt,name=IP6Connectivity,proto3" json:"IP6Connectivity,omitempty"`
- Connection string `protobuf:"bytes,6,opt,name=Connection,proto3" json:"Connection,omitempty"`
- ConUUID string `protobuf:"bytes,7,opt,name=ConUUID,proto3" json:"ConUUID,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *NetworkManagerDeviceStatus) Reset() {
- *x = NetworkManagerDeviceStatus{}
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *NetworkManagerDeviceStatus) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*NetworkManagerDeviceStatus) ProtoMessage() {}
- func (x *NetworkManagerDeviceStatus) ProtoReflect() protoreflect.Message {
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[0]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use NetworkManagerDeviceStatus.ProtoReflect.Descriptor instead.
- func (*NetworkManagerDeviceStatus) Descriptor() ([]byte, []int) {
- return file_gRPC_Model_NetworkManager_proto_rawDescGZIP(), []int{0}
- }
- func (x *NetworkManagerDeviceStatus) GetDevice() string {
- if x != nil {
- return x.Device
- }
- return ""
- }
- func (x *NetworkManagerDeviceStatus) GetType() string {
- if x != nil {
- return x.Type
- }
- return ""
- }
- func (x *NetworkManagerDeviceStatus) GetState() string {
- if x != nil {
- return x.State
- }
- return ""
- }
- func (x *NetworkManagerDeviceStatus) GetIP4Connectivity() string {
- if x != nil {
- return x.IP4Connectivity
- }
- return ""
- }
- func (x *NetworkManagerDeviceStatus) GetIP6Connectivity() string {
- if x != nil {
- return x.IP6Connectivity
- }
- return ""
- }
- func (x *NetworkManagerDeviceStatus) GetConnection() string {
- if x != nil {
- return x.Connection
- }
- return ""
- }
- func (x *NetworkManagerDeviceStatus) GetConUUID() string {
- if x != nil {
- return x.ConUUID
- }
- return ""
- }
- type NetworkManagerDeviceStatusList struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Value []*NetworkManagerDeviceStatus `protobuf:"bytes,1,rep,name=Value,proto3" json:"Value,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *NetworkManagerDeviceStatusList) Reset() {
- *x = NetworkManagerDeviceStatusList{}
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *NetworkManagerDeviceStatusList) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*NetworkManagerDeviceStatusList) ProtoMessage() {}
- func (x *NetworkManagerDeviceStatusList) ProtoReflect() protoreflect.Message {
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[1]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use NetworkManagerDeviceStatusList.ProtoReflect.Descriptor instead.
- func (*NetworkManagerDeviceStatusList) Descriptor() ([]byte, []int) {
- return file_gRPC_Model_NetworkManager_proto_rawDescGZIP(), []int{1}
- }
- func (x *NetworkManagerDeviceStatusList) GetValue() []*NetworkManagerDeviceStatus {
- if x != nil {
- return x.Value
- }
- return nil
- }
- type Ethernet struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- MacAddress *string `protobuf:"bytes,1,opt,name=MacAddress,proto3,oneof" json:"MacAddress,omitempty"`
- Id *string `protobuf:"bytes,2,opt,name=Id,proto3,oneof" json:"Id,omitempty"`
- Ipv4Addresses string `protobuf:"bytes,3,opt,name=Ipv4Addresses,proto3" json:"Ipv4Addresses,omitempty"`
- Ipv4Method *string `protobuf:"bytes,4,opt,name=Ipv4Method,proto3,oneof" json:"Ipv4Method,omitempty"`
- DNS []string `protobuf:"bytes,5,rep,name=DNS,proto3" json:"DNS,omitempty"`
- Gateway string `protobuf:"bytes,6,opt,name=Gateway,proto3" json:"Gateway,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Ethernet) Reset() {
- *x = Ethernet{}
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *Ethernet) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*Ethernet) ProtoMessage() {}
- func (x *Ethernet) ProtoReflect() protoreflect.Message {
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[2]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use Ethernet.ProtoReflect.Descriptor instead.
- func (*Ethernet) Descriptor() ([]byte, []int) {
- return file_gRPC_Model_NetworkManager_proto_rawDescGZIP(), []int{2}
- }
- func (x *Ethernet) GetMacAddress() string {
- if x != nil && x.MacAddress != nil {
- return *x.MacAddress
- }
- return ""
- }
- func (x *Ethernet) GetId() string {
- if x != nil && x.Id != nil {
- return *x.Id
- }
- return ""
- }
- func (x *Ethernet) GetIpv4Addresses() string {
- if x != nil {
- return x.Ipv4Addresses
- }
- return ""
- }
- func (x *Ethernet) GetIpv4Method() string {
- if x != nil && x.Ipv4Method != nil {
- return *x.Ipv4Method
- }
- return ""
- }
- func (x *Ethernet) GetDNS() []string {
- if x != nil {
- return x.DNS
- }
- return nil
- }
- func (x *Ethernet) GetGateway() string {
- if x != nil {
- return x.Gateway
- }
- return ""
- }
- type Hotspot struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- IfName string `protobuf:"bytes,1,opt,name=IfName,proto3" json:"IfName,omitempty"`
- SSID string `protobuf:"bytes,2,opt,name=SSID,proto3" json:"SSID,omitempty"`
- Password string `protobuf:"bytes,3,opt,name=Password,proto3" json:"Password,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Hotspot) Reset() {
- *x = Hotspot{}
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *Hotspot) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*Hotspot) ProtoMessage() {}
- func (x *Hotspot) ProtoReflect() protoreflect.Message {
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[3]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use Hotspot.ProtoReflect.Descriptor instead.
- func (*Hotspot) Descriptor() ([]byte, []int) {
- return file_gRPC_Model_NetworkManager_proto_rawDescGZIP(), []int{3}
- }
- func (x *Hotspot) GetIfName() string {
- if x != nil {
- return x.IfName
- }
- return ""
- }
- func (x *Hotspot) GetSSID() string {
- if x != nil {
- return x.SSID
- }
- return ""
- }
- func (x *Hotspot) GetPassword() string {
- if x != nil {
- return x.Password
- }
- return ""
- }
- type DeviceInterfaceName struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Value string `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *DeviceInterfaceName) Reset() {
- *x = DeviceInterfaceName{}
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *DeviceInterfaceName) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DeviceInterfaceName) ProtoMessage() {}
- func (x *DeviceInterfaceName) ProtoReflect() protoreflect.Message {
- mi := &file_gRPC_Model_NetworkManager_proto_msgTypes[4]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use DeviceInterfaceName.ProtoReflect.Descriptor instead.
- func (*DeviceInterfaceName) Descriptor() ([]byte, []int) {
- return file_gRPC_Model_NetworkManager_proto_rawDescGZIP(), []int{4}
- }
- func (x *DeviceInterfaceName) GetValue() string {
- if x != nil {
- return x.Value
- }
- return ""
- }
- var File_gRPC_Model_NetworkManager_proto protoreflect.FileDescriptor
- var file_gRPC_Model_NetworkManager_proto_rawDesc = []byte{
- 0x0a, 0x1f, 0x67, 0x52, 0x50, 0x43, 0x5f, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x2f, 0x4e, 0x65, 0x74,
- 0x77, 0x6f, 0x72, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74,
- 0x6f, 0x1a, 0x18, 0x67, 0x52, 0x50, 0x43, 0x5f, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x2f, 0x67, 0x65,
- 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xec, 0x01, 0x0a, 0x1a,
- 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x44, 0x65,
- 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x44, 0x65,
- 0x76, 0x69, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x44, 0x65, 0x76, 0x69,
- 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18,
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x28, 0x0a, 0x0f,
- 0x49, 0x50, 0x34, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x18,
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x49, 0x50, 0x34, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63,
- 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x49, 0x50, 0x36, 0x43, 0x6f, 0x6e,
- 0x6e, 0x65, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x0f, 0x49, 0x50, 0x36, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79,
- 0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x12, 0x18, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x55, 0x55, 0x49, 0x44, 0x18, 0x07, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x07, 0x43, 0x6f, 0x6e, 0x55, 0x55, 0x49, 0x44, 0x22, 0x53, 0x0a, 0x1e, 0x4e, 0x65,
- 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69,
- 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x31, 0x0a, 0x05,
- 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x4e, 0x65,
- 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69,
- 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22,
- 0xe0, 0x01, 0x0a, 0x08, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x12, 0x23, 0x0a, 0x0a,
- 0x4d, 0x61, 0x63, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
- 0x48, 0x00, 0x52, 0x0a, 0x4d, 0x61, 0x63, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x88, 0x01,
- 0x01, 0x12, 0x13, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52,
- 0x02, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0d, 0x49, 0x70, 0x76, 0x34, 0x41, 0x64,
- 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x49,
- 0x70, 0x76, 0x34, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x23, 0x0a, 0x0a,
- 0x49, 0x70, 0x76, 0x34, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
- 0x48, 0x02, 0x52, 0x0a, 0x49, 0x70, 0x76, 0x34, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x88, 0x01,
- 0x01, 0x12, 0x10, 0x0a, 0x03, 0x44, 0x4e, 0x53, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03,
- 0x44, 0x4e, 0x53, 0x12, 0x18, 0x0a, 0x07, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x18, 0x06,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x42, 0x0d, 0x0a,
- 0x0b, 0x5f, 0x4d, 0x61, 0x63, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x05, 0x0a, 0x03,
- 0x5f, 0x49, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x49, 0x70, 0x76, 0x34, 0x4d, 0x65, 0x74, 0x68,
- 0x6f, 0x64, 0x22, 0x51, 0x0a, 0x07, 0x48, 0x6f, 0x74, 0x73, 0x70, 0x6f, 0x74, 0x12, 0x16, 0x0a,
- 0x06, 0x49, 0x66, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x49,
- 0x66, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x53, 0x53, 0x49, 0x44, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x52, 0x04, 0x53, 0x53, 0x49, 0x44, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x73,
- 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x61, 0x73,
- 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x2b, 0x0a, 0x13, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49,
- 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05,
- 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x56, 0x61, 0x6c,
- 0x75, 0x65, 0x32, 0xaa, 0x02, 0x0a, 0x0e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4d, 0x61,
- 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x37, 0x0a, 0x0c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x53,
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x06, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1f, 0x2e,
- 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x44, 0x65,
- 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x28,
- 0x0a, 0x13, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61,
- 0x74, 0x69, 0x63, 0x49, 0x50, 0x12, 0x09, 0x2e, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6e, 0x65, 0x74,
- 0x1a, 0x06, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x2f, 0x0a, 0x0c, 0x45, 0x74, 0x68, 0x65,
- 0x72, 0x6e, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63,
- 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x1a, 0x09,
- 0x2e, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x12, 0x21, 0x0a, 0x0d, 0x43, 0x72, 0x65,
- 0x61, 0x74, 0x65, 0x48, 0x6f, 0x74, 0x73, 0x70, 0x6f, 0x74, 0x12, 0x08, 0x2e, 0x48, 0x6f, 0x74,
- 0x73, 0x70, 0x6f, 0x74, 0x1a, 0x06, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x21, 0x0a, 0x0d,
- 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x48, 0x6f, 0x74, 0x73, 0x70, 0x6f, 0x74, 0x12, 0x08, 0x2e,
- 0x48, 0x6f, 0x74, 0x73, 0x70, 0x6f, 0x74, 0x1a, 0x06, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12,
- 0x1d, 0x0a, 0x0b, 0x4f, 0x70, 0x65, 0x6e, 0x48, 0x6f, 0x74, 0x73, 0x70, 0x6f, 0x74, 0x12, 0x06,
- 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x06, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x1f,
- 0x0a, 0x0b, 0x48, 0x6f, 0x74, 0x73, 0x70, 0x6f, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x06, 0x2e,
- 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x08, 0x2e, 0x48, 0x6f, 0x74, 0x73, 0x70, 0x6f, 0x74, 0x42,
- 0x0e, 0x5a, 0x0c, 0x2e, 0x2f, 0x67, 0x52, 0x50, 0x43, 0x5f, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x62,
- 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
- }
- var (
- file_gRPC_Model_NetworkManager_proto_rawDescOnce sync.Once
- file_gRPC_Model_NetworkManager_proto_rawDescData = file_gRPC_Model_NetworkManager_proto_rawDesc
- )
- func file_gRPC_Model_NetworkManager_proto_rawDescGZIP() []byte {
- file_gRPC_Model_NetworkManager_proto_rawDescOnce.Do(func() {
- file_gRPC_Model_NetworkManager_proto_rawDescData = protoimpl.X.CompressGZIP(file_gRPC_Model_NetworkManager_proto_rawDescData)
- })
- return file_gRPC_Model_NetworkManager_proto_rawDescData
- }
- var file_gRPC_Model_NetworkManager_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
- var file_gRPC_Model_NetworkManager_proto_goTypes = []any{
- (*NetworkManagerDeviceStatus)(nil), // 0: NetworkManagerDeviceStatus
- (*NetworkManagerDeviceStatusList)(nil), // 1: NetworkManagerDeviceStatusList
- (*Ethernet)(nil), // 2: Ethernet
- (*Hotspot)(nil), // 3: Hotspot
- (*DeviceInterfaceName)(nil), // 4: DeviceInterfaceName
- (*Empty)(nil), // 5: Empty
- }
- var file_gRPC_Model_NetworkManager_proto_depIdxs = []int32{
- 0, // 0: NetworkManagerDeviceStatusList.Value:type_name -> NetworkManagerDeviceStatus
- 5, // 1: NetworkManager.DeviceStatus:input_type -> Empty
- 2, // 2: NetworkManager.EthernetSetStaticIP:input_type -> Ethernet
- 4, // 3: NetworkManager.EthernetInfo:input_type -> DeviceInterfaceName
- 3, // 4: NetworkManager.CreateHotspot:input_type -> Hotspot
- 3, // 5: NetworkManager.ChangeHotspot:input_type -> Hotspot
- 5, // 6: NetworkManager.OpenHotspot:input_type -> Empty
- 5, // 7: NetworkManager.HotspotInfo:input_type -> Empty
- 1, // 8: NetworkManager.DeviceStatus:output_type -> NetworkManagerDeviceStatusList
- 5, // 9: NetworkManager.EthernetSetStaticIP:output_type -> Empty
- 2, // 10: NetworkManager.EthernetInfo:output_type -> Ethernet
- 5, // 11: NetworkManager.CreateHotspot:output_type -> Empty
- 5, // 12: NetworkManager.ChangeHotspot:output_type -> Empty
- 5, // 13: NetworkManager.OpenHotspot:output_type -> Empty
- 3, // 14: NetworkManager.HotspotInfo:output_type -> Hotspot
- 8, // [8:15] is the sub-list for method output_type
- 1, // [1:8] is the sub-list for method input_type
- 1, // [1:1] is the sub-list for extension type_name
- 1, // [1:1] is the sub-list for extension extendee
- 0, // [0:1] is the sub-list for field type_name
- }
- func init() { file_gRPC_Model_NetworkManager_proto_init() }
- func file_gRPC_Model_NetworkManager_proto_init() {
- if File_gRPC_Model_NetworkManager_proto != nil {
- return
- }
- file_gRPC_Model_general_proto_init()
- file_gRPC_Model_NetworkManager_proto_msgTypes[2].OneofWrappers = []any{}
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: file_gRPC_Model_NetworkManager_proto_rawDesc,
- NumEnums: 0,
- NumMessages: 5,
- NumExtensions: 0,
- NumServices: 1,
- },
- GoTypes: file_gRPC_Model_NetworkManager_proto_goTypes,
- DependencyIndexes: file_gRPC_Model_NetworkManager_proto_depIdxs,
- MessageInfos: file_gRPC_Model_NetworkManager_proto_msgTypes,
- }.Build()
- File_gRPC_Model_NetworkManager_proto = out.File
- file_gRPC_Model_NetworkManager_proto_rawDesc = nil
- file_gRPC_Model_NetworkManager_proto_goTypes = nil
- file_gRPC_Model_NetworkManager_proto_depIdxs = nil
- }
|