// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.1 // protoc v5.26.1 // source: onprem/device/v1/device_config.proto package deviceproto 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 DeviceConfig struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` AgentId string `protobuf:"bytes,2,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` ChassisId *string `protobuf:"bytes,3,opt,name=chassis_id,json=chassisId,proto3,oneof" json:"chassis_id,omitempty"` ChassisTypeId *string `protobuf:"bytes,4,opt,name=chassis_type_id,json=chassisTypeId,proto3,oneof" json:"chassis_type_id,omitempty"` Subscriptions []*DeviceConfig_Subscription `protobuf:"bytes,5,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"` HatId *string `protobuf:"bytes,6,opt,name=hat_id,json=hatId,proto3,oneof" json:"hat_id,omitempty"` HatTypeId *string `protobuf:"bytes,7,opt,name=hat_type_id,json=hatTypeId,proto3,oneof" json:"hat_type_id,omitempty"` FileIds []string `protobuf:"bytes,9,rep,name=file_ids,json=fileIds,proto3" json:"file_ids,omitempty"` ServiceInstances []*DeviceConfig_ServiceInstance `protobuf:"bytes,10,rep,name=service_instances,json=serviceInstances,proto3" json:"service_instances,omitempty"` Bundles []*DeviceConfig_Bundle `protobuf:"bytes,11,rep,name=bundles,proto3" json:"bundles,omitempty"` SystemdServices []*DeviceConfig_SystemdService `protobuf:"bytes,12,rep,name=systemd_services,json=systemdServices,proto3" json:"systemd_services,omitempty"` Lambdas []*DeviceConfig_Lambda `protobuf:"bytes,15,rep,name=lambdas,proto3" json:"lambdas,omitempty"` Tags []string `protobuf:"bytes,16,rep,name=tags,proto3" json:"tags,omitempty"` LambdaTriggerTypes []*DeviceConfig_LambdaTriggerType `protobuf:"bytes,17,rep,name=lambda_trigger_types,json=lambdaTriggerTypes,proto3" json:"lambda_trigger_types,omitempty"` DeviceTypeId *string `protobuf:"bytes,18,opt,name=device_type_id,json=deviceTypeId,proto3,oneof" json:"device_type_id,omitempty"` AptKeyFileIds []string `protobuf:"bytes,19,rep,name=apt_key_file_ids,json=aptKeyFileIds,proto3" json:"apt_key_file_ids,omitempty"` AptSources []*DeviceConfig_AptSource `protobuf:"bytes,20,rep,name=apt_sources,json=aptSources,proto3" json:"apt_sources,omitempty"` FileInfos []*FileInfo `protobuf:"bytes,21,rep,name=file_infos,json=fileInfos,proto3" json:"file_infos,omitempty"` LuaModules []*DeviceConfig_LuaModule `protobuf:"bytes,22,rep,name=lua_modules,json=luaModules,proto3" json:"lua_modules,omitempty"` Endpoints []*DeviceConfig_Endpoint `protobuf:"bytes,23,rep,name=endpoints,proto3" json:"endpoints,omitempty"` } func (x *DeviceConfig) Reset() { *x = DeviceConfig{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig) ProtoMessage() {} func (x *DeviceConfig) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig.ProtoReflect.Descriptor instead. func (*DeviceConfig) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0} } func (x *DeviceConfig) GetId() string { if x != nil { return x.Id } return "" } func (x *DeviceConfig) GetAgentId() string { if x != nil { return x.AgentId } return "" } func (x *DeviceConfig) GetChassisId() string { if x != nil && x.ChassisId != nil { return *x.ChassisId } return "" } func (x *DeviceConfig) GetChassisTypeId() string { if x != nil && x.ChassisTypeId != nil { return *x.ChassisTypeId } return "" } func (x *DeviceConfig) GetSubscriptions() []*DeviceConfig_Subscription { if x != nil { return x.Subscriptions } return nil } func (x *DeviceConfig) GetHatId() string { if x != nil && x.HatId != nil { return *x.HatId } return "" } func (x *DeviceConfig) GetHatTypeId() string { if x != nil && x.HatTypeId != nil { return *x.HatTypeId } return "" } func (x *DeviceConfig) GetFileIds() []string { if x != nil { return x.FileIds } return nil } func (x *DeviceConfig) GetServiceInstances() []*DeviceConfig_ServiceInstance { if x != nil { return x.ServiceInstances } return nil } func (x *DeviceConfig) GetBundles() []*DeviceConfig_Bundle { if x != nil { return x.Bundles } return nil } func (x *DeviceConfig) GetSystemdServices() []*DeviceConfig_SystemdService { if x != nil { return x.SystemdServices } return nil } func (x *DeviceConfig) GetLambdas() []*DeviceConfig_Lambda { if x != nil { return x.Lambdas } return nil } func (x *DeviceConfig) GetTags() []string { if x != nil { return x.Tags } return nil } func (x *DeviceConfig) GetLambdaTriggerTypes() []*DeviceConfig_LambdaTriggerType { if x != nil { return x.LambdaTriggerTypes } return nil } func (x *DeviceConfig) GetDeviceTypeId() string { if x != nil && x.DeviceTypeId != nil { return *x.DeviceTypeId } return "" } func (x *DeviceConfig) GetAptKeyFileIds() []string { if x != nil { return x.AptKeyFileIds } return nil } func (x *DeviceConfig) GetAptSources() []*DeviceConfig_AptSource { if x != nil { return x.AptSources } return nil } func (x *DeviceConfig) GetFileInfos() []*FileInfo { if x != nil { return x.FileInfos } return nil } func (x *DeviceConfig) GetLuaModules() []*DeviceConfig_LuaModule { if x != nil { return x.LuaModules } return nil } func (x *DeviceConfig) GetEndpoints() []*DeviceConfig_Endpoint { if x != nil { return x.Endpoints } return nil } type DeviceConfig_AptSource struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ArchiveType string `protobuf:"bytes,1,opt,name=archive_type,json=archiveType,proto3" json:"archive_type,omitempty"` RepositoryUrl string `protobuf:"bytes,2,opt,name=repository_url,json=repositoryUrl,proto3" json:"repository_url,omitempty"` Distribution *string `protobuf:"bytes,3,opt,name=distribution,proto3,oneof" json:"distribution,omitempty"` Components []string `protobuf:"bytes,4,rep,name=components,proto3" json:"components,omitempty"` } func (x *DeviceConfig_AptSource) Reset() { *x = DeviceConfig_AptSource{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_AptSource) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_AptSource) ProtoMessage() {} func (x *DeviceConfig_AptSource) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_AptSource.ProtoReflect.Descriptor instead. func (*DeviceConfig_AptSource) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 0} } func (x *DeviceConfig_AptSource) GetArchiveType() string { if x != nil { return x.ArchiveType } return "" } func (x *DeviceConfig_AptSource) GetRepositoryUrl() string { if x != nil { return x.RepositoryUrl } return "" } func (x *DeviceConfig_AptSource) GetDistribution() string { if x != nil && x.Distribution != nil { return *x.Distribution } return "" } func (x *DeviceConfig_AptSource) GetComponents() []string { if x != nil { return x.Components } return nil } type DeviceConfig_Bundle struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` PackageDependencies []string `protobuf:"bytes,2,rep,name=package_dependencies,json=packageDependencies,proto3" json:"package_dependencies,omitempty"` FileDeploys map[string]*DeviceConfig_FileDeploy `protobuf:"bytes,3,rep,name=file_deploys,json=fileDeploys,proto3" json:"file_deploys,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` } func (x *DeviceConfig_Bundle) Reset() { *x = DeviceConfig_Bundle{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_Bundle) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_Bundle) ProtoMessage() {} func (x *DeviceConfig_Bundle) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_Bundle.ProtoReflect.Descriptor instead. func (*DeviceConfig_Bundle) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 1} } func (x *DeviceConfig_Bundle) GetName() string { if x != nil { return x.Name } return "" } func (x *DeviceConfig_Bundle) GetPackageDependencies() []string { if x != nil { return x.PackageDependencies } return nil } func (x *DeviceConfig_Bundle) GetFileDeploys() map[string]*DeviceConfig_FileDeploy { if x != nil { return x.FileDeploys } return nil } type DeviceConfig_Endpoint struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *string `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"` // Types that are assignable to Owner: // // *DeviceConfig_Endpoint_OwnerServiceInstanceId Owner isDeviceConfig_Endpoint_Owner `protobuf_oneof:"owner"` // Types that are assignable to Type: // // *DeviceConfig_Endpoint_Tcp_ // *DeviceConfig_Endpoint_Udp_ // *DeviceConfig_Endpoint_Uds Type isDeviceConfig_Endpoint_Type `protobuf_oneof:"type"` DeviceId *string `protobuf:"bytes,14,opt,name=device_id,json=deviceId,proto3,oneof" json:"device_id,omitempty"` ServiceInstanceId *string `protobuf:"bytes,15,opt,name=service_instance_id,json=serviceInstanceId,proto3,oneof" json:"service_instance_id,omitempty"` SupportedProtocolSchemes []string `protobuf:"bytes,16,rep,name=supported_protocol_schemes,json=supportedProtocolSchemes,proto3" json:"supported_protocol_schemes,omitempty"` } func (x *DeviceConfig_Endpoint) Reset() { *x = DeviceConfig_Endpoint{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_Endpoint) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_Endpoint) ProtoMessage() {} func (x *DeviceConfig_Endpoint) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_Endpoint.ProtoReflect.Descriptor instead. func (*DeviceConfig_Endpoint) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 2} } func (x *DeviceConfig_Endpoint) GetId() string { if x != nil { return x.Id } return "" } func (x *DeviceConfig_Endpoint) GetName() string { if x != nil { return x.Name } return "" } func (x *DeviceConfig_Endpoint) GetDescription() string { if x != nil && x.Description != nil { return *x.Description } return "" } func (m *DeviceConfig_Endpoint) GetOwner() isDeviceConfig_Endpoint_Owner { if m != nil { return m.Owner } return nil } func (x *DeviceConfig_Endpoint) GetOwnerServiceInstanceId() string { if x, ok := x.GetOwner().(*DeviceConfig_Endpoint_OwnerServiceInstanceId); ok { return x.OwnerServiceInstanceId } return "" } func (m *DeviceConfig_Endpoint) GetType() isDeviceConfig_Endpoint_Type { if m != nil { return m.Type } return nil } func (x *DeviceConfig_Endpoint) GetTcp() *DeviceConfig_Endpoint_Tcp { if x, ok := x.GetType().(*DeviceConfig_Endpoint_Tcp_); ok { return x.Tcp } return nil } func (x *DeviceConfig_Endpoint) GetUdp() *DeviceConfig_Endpoint_Udp { if x, ok := x.GetType().(*DeviceConfig_Endpoint_Udp_); ok { return x.Udp } return nil } func (x *DeviceConfig_Endpoint) GetUds() *DeviceConfig_Endpoint_UnixDomainSocket { if x, ok := x.GetType().(*DeviceConfig_Endpoint_Uds); ok { return x.Uds } return nil } func (x *DeviceConfig_Endpoint) GetDeviceId() string { if x != nil && x.DeviceId != nil { return *x.DeviceId } return "" } func (x *DeviceConfig_Endpoint) GetServiceInstanceId() string { if x != nil && x.ServiceInstanceId != nil { return *x.ServiceInstanceId } return "" } func (x *DeviceConfig_Endpoint) GetSupportedProtocolSchemes() []string { if x != nil { return x.SupportedProtocolSchemes } return nil } type isDeviceConfig_Endpoint_Owner interface { isDeviceConfig_Endpoint_Owner() } type DeviceConfig_Endpoint_OwnerServiceInstanceId struct { OwnerServiceInstanceId string `protobuf:"bytes,4,opt,name=owner_service_instance_id,json=ownerServiceInstanceId,proto3,oneof"` } func (*DeviceConfig_Endpoint_OwnerServiceInstanceId) isDeviceConfig_Endpoint_Owner() {} type isDeviceConfig_Endpoint_Type interface { isDeviceConfig_Endpoint_Type() } type DeviceConfig_Endpoint_Tcp_ struct { Tcp *DeviceConfig_Endpoint_Tcp `protobuf:"bytes,11,opt,name=tcp,proto3,oneof"` } type DeviceConfig_Endpoint_Udp_ struct { Udp *DeviceConfig_Endpoint_Udp `protobuf:"bytes,12,opt,name=udp,proto3,oneof"` } type DeviceConfig_Endpoint_Uds struct { Uds *DeviceConfig_Endpoint_UnixDomainSocket `protobuf:"bytes,13,opt,name=uds,proto3,oneof"` } func (*DeviceConfig_Endpoint_Tcp_) isDeviceConfig_Endpoint_Type() {} func (*DeviceConfig_Endpoint_Udp_) isDeviceConfig_Endpoint_Type() {} func (*DeviceConfig_Endpoint_Uds) isDeviceConfig_Endpoint_Type() {} type DeviceConfig_FileDeploy struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields DestPath string `protobuf:"bytes,1,opt,name=dest_path,json=destPath,proto3" json:"dest_path,omitempty"` UnixFileMode uint32 `protobuf:"varint,2,opt,name=unix_file_mode,json=unixFileMode,proto3" json:"unix_file_mode,omitempty"` Unarchive bool `protobuf:"varint,3,opt,name=unarchive,proto3" json:"unarchive,omitempty"` ExcludeDirs []string `protobuf:"bytes,4,rep,name=exclude_dirs,json=excludeDirs,proto3" json:"exclude_dirs,omitempty"` Size uint32 `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"` UnarchiveStripComponents *uint32 `protobuf:"varint,6,opt,name=unarchive_strip_components,json=unarchiveStripComponents,proto3,oneof" json:"unarchive_strip_components,omitempty"` } func (x *DeviceConfig_FileDeploy) Reset() { *x = DeviceConfig_FileDeploy{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_FileDeploy) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_FileDeploy) ProtoMessage() {} func (x *DeviceConfig_FileDeploy) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_FileDeploy.ProtoReflect.Descriptor instead. func (*DeviceConfig_FileDeploy) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 3} } func (x *DeviceConfig_FileDeploy) GetDestPath() string { if x != nil { return x.DestPath } return "" } func (x *DeviceConfig_FileDeploy) GetUnixFileMode() uint32 { if x != nil { return x.UnixFileMode } return 0 } func (x *DeviceConfig_FileDeploy) GetUnarchive() bool { if x != nil { return x.Unarchive } return false } func (x *DeviceConfig_FileDeploy) GetExcludeDirs() []string { if x != nil { return x.ExcludeDirs } return nil } func (x *DeviceConfig_FileDeploy) GetSize() uint32 { if x != nil { return x.Size } return 0 } func (x *DeviceConfig_FileDeploy) GetUnarchiveStripComponents() uint32 { if x != nil && x.UnarchiveStripComponents != nil { return *x.UnarchiveStripComponents } return 0 } type DeviceConfig_Lambda struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ScriptFileId string `protobuf:"bytes,2,opt,name=script_file_id,json=scriptFileId,proto3" json:"script_file_id,omitempty"` ScriptContentType string `protobuf:"bytes,3,opt,name=script_content_type,json=scriptContentType,proto3" json:"script_content_type,omitempty"` TriggerTypeId string `protobuf:"bytes,4,opt,name=trigger_type_id,json=triggerTypeId,proto3" json:"trigger_type_id,omitempty"` LuaModules []*DeviceConfig_LuaModule `protobuf:"bytes,5,rep,name=lua_modules,json=luaModules,proto3" json:"lua_modules,omitempty"` } func (x *DeviceConfig_Lambda) Reset() { *x = DeviceConfig_Lambda{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_Lambda) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_Lambda) ProtoMessage() {} func (x *DeviceConfig_Lambda) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_Lambda.ProtoReflect.Descriptor instead. func (*DeviceConfig_Lambda) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 4} } func (x *DeviceConfig_Lambda) GetId() string { if x != nil { return x.Id } return "" } func (x *DeviceConfig_Lambda) GetScriptFileId() string { if x != nil { return x.ScriptFileId } return "" } func (x *DeviceConfig_Lambda) GetScriptContentType() string { if x != nil { return x.ScriptContentType } return "" } func (x *DeviceConfig_Lambda) GetTriggerTypeId() string { if x != nil { return x.TriggerTypeId } return "" } func (x *DeviceConfig_Lambda) GetLuaModules() []*DeviceConfig_LuaModule { if x != nil { return x.LuaModules } return nil } type DeviceConfig_LambdaTriggerType struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ScriptFileId string `protobuf:"bytes,2,opt,name=script_file_id,json=scriptFileId,proto3" json:"script_file_id,omitempty"` ScriptContentType string `protobuf:"bytes,3,opt,name=script_content_type,json=scriptContentType,proto3" json:"script_content_type,omitempty"` LuaModules []*DeviceConfig_LuaModule `protobuf:"bytes,4,rep,name=lua_modules,json=luaModules,proto3" json:"lua_modules,omitempty"` } func (x *DeviceConfig_LambdaTriggerType) Reset() { *x = DeviceConfig_LambdaTriggerType{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_LambdaTriggerType) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_LambdaTriggerType) ProtoMessage() {} func (x *DeviceConfig_LambdaTriggerType) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_LambdaTriggerType.ProtoReflect.Descriptor instead. func (*DeviceConfig_LambdaTriggerType) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 5} } func (x *DeviceConfig_LambdaTriggerType) GetId() string { if x != nil { return x.Id } return "" } func (x *DeviceConfig_LambdaTriggerType) GetScriptFileId() string { if x != nil { return x.ScriptFileId } return "" } func (x *DeviceConfig_LambdaTriggerType) GetScriptContentType() string { if x != nil { return x.ScriptContentType } return "" } func (x *DeviceConfig_LambdaTriggerType) GetLuaModules() []*DeviceConfig_LuaModule { if x != nil { return x.LuaModules } return nil } type DeviceConfig_LuaModule struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` ScriptFileId string `protobuf:"bytes,2,opt,name=script_file_id,json=scriptFileId,proto3" json:"script_file_id,omitempty"` } func (x *DeviceConfig_LuaModule) Reset() { *x = DeviceConfig_LuaModule{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_LuaModule) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_LuaModule) ProtoMessage() {} func (x *DeviceConfig_LuaModule) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_LuaModule.ProtoReflect.Descriptor instead. func (*DeviceConfig_LuaModule) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 6} } func (x *DeviceConfig_LuaModule) GetModule() string { if x != nil { return x.Module } return "" } func (x *DeviceConfig_LuaModule) GetScriptFileId() string { if x != nil { return x.ScriptFileId } return "" } type DeviceConfig_ServiceInstance struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ServiceId string `protobuf:"bytes,2,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"` PlanId string `protobuf:"bytes,3,opt,name=plan_id,json=planId,proto3" json:"plan_id,omitempty"` Metadata map[string]string `protobuf:"bytes,4,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` DashboardUrl *string `protobuf:"bytes,5,opt,name=dashboard_url,json=dashboardUrl,proto3,oneof" json:"dashboard_url,omitempty"` } func (x *DeviceConfig_ServiceInstance) Reset() { *x = DeviceConfig_ServiceInstance{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_ServiceInstance) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_ServiceInstance) ProtoMessage() {} func (x *DeviceConfig_ServiceInstance) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_ServiceInstance.ProtoReflect.Descriptor instead. func (*DeviceConfig_ServiceInstance) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 7} } func (x *DeviceConfig_ServiceInstance) GetId() string { if x != nil { return x.Id } return "" } func (x *DeviceConfig_ServiceInstance) GetServiceId() string { if x != nil { return x.ServiceId } return "" } func (x *DeviceConfig_ServiceInstance) GetPlanId() string { if x != nil { return x.PlanId } return "" } func (x *DeviceConfig_ServiceInstance) GetMetadata() map[string]string { if x != nil { return x.Metadata } return nil } func (x *DeviceConfig_ServiceInstance) GetDashboardUrl() string { if x != nil && x.DashboardUrl != nil { return *x.DashboardUrl } return "" } type DeviceConfig_Subscription struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` MetricFamilyRegex string `protobuf:"bytes,2,opt,name=metric_family_regex,json=metricFamilyRegex,proto3" json:"metric_family_regex,omitempty"` CaptureIntervalMs uint32 `protobuf:"varint,3,opt,name=capture_interval_ms,json=captureIntervalMs,proto3" json:"capture_interval_ms,omitempty"` } func (x *DeviceConfig_Subscription) Reset() { *x = DeviceConfig_Subscription{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_Subscription) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_Subscription) ProtoMessage() {} func (x *DeviceConfig_Subscription) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_Subscription.ProtoReflect.Descriptor instead. func (*DeviceConfig_Subscription) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 8} } func (x *DeviceConfig_Subscription) GetId() string { if x != nil { return x.Id } return "" } func (x *DeviceConfig_Subscription) GetMetricFamilyRegex() string { if x != nil { return x.MetricFamilyRegex } return "" } func (x *DeviceConfig_Subscription) GetCaptureIntervalMs() uint32 { if x != nil { return x.CaptureIntervalMs } return 0 } type DeviceConfig_SystemdService struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ServiceFileId *string `protobuf:"bytes,2,opt,name=service_file_id,json=serviceFileId,proto3,oneof" json:"service_file_id,omitempty"` Started bool `protobuf:"varint,3,opt,name=started,proto3" json:"started,omitempty"` } func (x *DeviceConfig_SystemdService) Reset() { *x = DeviceConfig_SystemdService{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_SystemdService) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_SystemdService) ProtoMessage() {} func (x *DeviceConfig_SystemdService) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_SystemdService.ProtoReflect.Descriptor instead. func (*DeviceConfig_SystemdService) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 9} } func (x *DeviceConfig_SystemdService) GetName() string { if x != nil { return x.Name } return "" } func (x *DeviceConfig_SystemdService) GetServiceFileId() string { if x != nil && x.ServiceFileId != nil { return *x.ServiceFileId } return "" } func (x *DeviceConfig_SystemdService) GetStarted() bool { if x != nil { return x.Started } return false } type DeviceConfig_Endpoint_Tcp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Port uint32 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"` } func (x *DeviceConfig_Endpoint_Tcp) Reset() { *x = DeviceConfig_Endpoint_Tcp{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_Endpoint_Tcp) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_Endpoint_Tcp) ProtoMessage() {} func (x *DeviceConfig_Endpoint_Tcp) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_Endpoint_Tcp.ProtoReflect.Descriptor instead. func (*DeviceConfig_Endpoint_Tcp) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 2, 0} } func (x *DeviceConfig_Endpoint_Tcp) GetPort() uint32 { if x != nil { return x.Port } return 0 } type DeviceConfig_Endpoint_Udp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Port uint32 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"` } func (x *DeviceConfig_Endpoint_Udp) Reset() { *x = DeviceConfig_Endpoint_Udp{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_Endpoint_Udp) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_Endpoint_Udp) ProtoMessage() {} func (x *DeviceConfig_Endpoint_Udp) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_Endpoint_Udp.ProtoReflect.Descriptor instead. func (*DeviceConfig_Endpoint_Udp) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 2, 1} } func (x *DeviceConfig_Endpoint_Udp) GetPort() uint32 { if x != nil { return x.Port } return 0 } type DeviceConfig_Endpoint_UnixDomainSocket struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` } func (x *DeviceConfig_Endpoint_UnixDomainSocket) Reset() { *x = DeviceConfig_Endpoint_UnixDomainSocket{} if protoimpl.UnsafeEnabled { mi := &file_onprem_device_v1_device_config_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeviceConfig_Endpoint_UnixDomainSocket) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeviceConfig_Endpoint_UnixDomainSocket) ProtoMessage() {} func (x *DeviceConfig_Endpoint_UnixDomainSocket) ProtoReflect() protoreflect.Message { mi := &file_onprem_device_v1_device_config_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 DeviceConfig_Endpoint_UnixDomainSocket.ProtoReflect.Descriptor instead. func (*DeviceConfig_Endpoint_UnixDomainSocket) Descriptor() ([]byte, []int) { return file_onprem_device_v1_device_config_proto_rawDescGZIP(), []int{0, 2, 2} } func (x *DeviceConfig_Endpoint_UnixDomainSocket) GetPath() string { if x != nil { return x.Path } return "" } var File_onprem_device_v1_device_config_proto protoreflect.FileDescriptor var file_onprem_device_v1_device_config_proto_rawDesc = []byte{ 0x0a, 0x24, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x10, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x20, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd1, 0x1c, 0x0a, 0x0c, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x73, 0x73, 0x69, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x09, 0x63, 0x68, 0x61, 0x73, 0x73, 0x69, 0x73, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x63, 0x68, 0x61, 0x73, 0x73, 0x69, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0d, 0x63, 0x68, 0x61, 0x73, 0x73, 0x69, 0x73, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x51, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0d, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x0a, 0x06, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x05, 0x68, 0x61, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0b, 0x68, 0x61, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x09, 0x68, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x73, 0x12, 0x5b, 0x0a, 0x11, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x10, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x3f, 0x0a, 0x07, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x07, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x73, 0x12, 0x58, 0x0a, 0x10, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x0f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x3f, 0x0a, 0x07, 0x6c, 0x61, 0x6d, 0x62, 0x64, 0x61, 0x73, 0x18, 0x0f, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x4c, 0x61, 0x6d, 0x62, 0x64, 0x61, 0x52, 0x07, 0x6c, 0x61, 0x6d, 0x62, 0x64, 0x61, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12, 0x62, 0x0a, 0x14, 0x6c, 0x61, 0x6d, 0x62, 0x64, 0x61, 0x5f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x18, 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x4c, 0x61, 0x6d, 0x62, 0x64, 0x61, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x52, 0x12, 0x6c, 0x61, 0x6d, 0x62, 0x64, 0x61, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x73, 0x12, 0x29, 0x0a, 0x0e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0c, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x10, 0x61, 0x70, 0x74, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x13, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x70, 0x74, 0x4b, 0x65, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x73, 0x12, 0x49, 0x0a, 0x0b, 0x61, 0x70, 0x74, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x14, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x41, 0x70, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x0a, 0x61, 0x70, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x39, 0x0a, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x12, 0x49, 0x0a, 0x0b, 0x6c, 0x75, 0x61, 0x5f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x16, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x4c, 0x75, 0x61, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x52, 0x0a, 0x6c, 0x75, 0x61, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x45, 0x0a, 0x09, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x18, 0x17, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x09, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x1a, 0xaf, 0x01, 0x0a, 0x09, 0x41, 0x70, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x55, 0x72, 0x6c, 0x12, 0x27, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x95, 0x02, 0x0a, 0x06, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x14, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x63, 0x69, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x13, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x63, 0x69, 0x65, 0x73, 0x12, 0x59, 0x0a, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x66, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x73, 0x1a, 0x69, 0x0a, 0x10, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x3f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x9c, 0x05, 0x0a, 0x08, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x19, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x16, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x64, 0x12, 0x3f, 0x0a, 0x03, 0x74, 0x63, 0x70, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x54, 0x63, 0x70, 0x48, 0x01, 0x52, 0x03, 0x74, 0x63, 0x70, 0x12, 0x3f, 0x0a, 0x03, 0x75, 0x64, 0x70, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x55, 0x64, 0x70, 0x48, 0x01, 0x52, 0x03, 0x75, 0x64, 0x70, 0x12, 0x4c, 0x0a, 0x03, 0x75, 0x64, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x55, 0x6e, 0x69, 0x78, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x48, 0x01, 0x52, 0x03, 0x75, 0x64, 0x73, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x08, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x33, 0x0a, 0x13, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x11, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x3c, 0x0a, 0x1a, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x65, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x09, 0x52, 0x18, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x65, 0x73, 0x1a, 0x19, 0x0a, 0x03, 0x54, 0x63, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x1a, 0x19, 0x0a, 0x03, 0x55, 0x64, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x1a, 0x26, 0x0a, 0x10, 0x55, 0x6e, 0x69, 0x78, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x42, 0x07, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x1a, 0x86, 0x02, 0x0a, 0x0a, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x12, 0x1b, 0x0a, 0x09, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x64, 0x65, 0x73, 0x74, 0x50, 0x61, 0x74, 0x68, 0x12, 0x24, 0x0a, 0x0e, 0x75, 0x6e, 0x69, 0x78, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x75, 0x6e, 0x69, 0x78, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x6e, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x75, 0x6e, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x64, 0x69, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x44, 0x69, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x41, 0x0a, 0x1a, 0x75, 0x6e, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00, 0x52, 0x18, 0x75, 0x6e, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x53, 0x74, 0x72, 0x69, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x88, 0x01, 0x01, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x75, 0x6e, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x1a, 0xe1, 0x01, 0x0a, 0x06, 0x4c, 0x61, 0x6d, 0x62, 0x64, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x13, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, 0x0a, 0x0f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x0b, 0x6c, 0x75, 0x61, 0x5f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x4c, 0x75, 0x61, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x52, 0x0a, 0x6c, 0x75, 0x61, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x1a, 0xc4, 0x01, 0x0a, 0x11, 0x4c, 0x61, 0x6d, 0x62, 0x64, 0x61, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x13, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x49, 0x0a, 0x0b, 0x6c, 0x75, 0x61, 0x5f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x4c, 0x75, 0x61, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x52, 0x0a, 0x6c, 0x75, 0x61, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x1a, 0x49, 0x0a, 0x09, 0x4c, 0x75, 0x61, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x1a, 0xac, 0x02, 0x0a, 0x0f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x12, 0x58, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x0d, 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x55, 0x72, 0x6c, 0x88, 0x01, 0x01, 0x1a, 0x3b, 0x0a, 0x0d, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x5f, 0x75, 0x72, 0x6c, 0x1a, 0x7e, 0x0a, 0x0c, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2e, 0x0a, 0x13, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x72, 0x65, 0x67, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x46, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x52, 0x65, 0x67, 0x65, 0x78, 0x12, 0x2e, 0x0a, 0x13, 0x63, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x63, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x4d, 0x73, 0x1a, 0x7f, 0x0a, 0x0e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2b, 0x0a, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x63, 0x68, 0x61, 0x73, 0x73, 0x69, 0x73, 0x5f, 0x69, 0x64, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x63, 0x68, 0x61, 0x73, 0x73, 0x69, 0x73, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x68, 0x61, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x4a, 0x04, 0x08, 0x08, 0x10, 0x09, 0x4a, 0x04, 0x08, 0x0d, 0x10, 0x0e, 0x4a, 0x04, 0x08, 0x0e, 0x10, 0x0f, 0x42, 0x3e, 0x5a, 0x3c, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x6e, 0x2d, 0x70, 0x72, 0x65, 0x6d, 0x2d, 0x6e, 0x65, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_onprem_device_v1_device_config_proto_rawDescOnce sync.Once file_onprem_device_v1_device_config_proto_rawDescData = file_onprem_device_v1_device_config_proto_rawDesc ) func file_onprem_device_v1_device_config_proto_rawDescGZIP() []byte { file_onprem_device_v1_device_config_proto_rawDescOnce.Do(func() { file_onprem_device_v1_device_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_onprem_device_v1_device_config_proto_rawDescData) }) return file_onprem_device_v1_device_config_proto_rawDescData } var file_onprem_device_v1_device_config_proto_msgTypes = make([]protoimpl.MessageInfo, 16) var file_onprem_device_v1_device_config_proto_goTypes = []interface{}{ (*DeviceConfig)(nil), // 0: onprem.device.v1.DeviceConfig (*DeviceConfig_AptSource)(nil), // 1: onprem.device.v1.DeviceConfig.AptSource (*DeviceConfig_Bundle)(nil), // 2: onprem.device.v1.DeviceConfig.Bundle (*DeviceConfig_Endpoint)(nil), // 3: onprem.device.v1.DeviceConfig.Endpoint (*DeviceConfig_FileDeploy)(nil), // 4: onprem.device.v1.DeviceConfig.FileDeploy (*DeviceConfig_Lambda)(nil), // 5: onprem.device.v1.DeviceConfig.Lambda (*DeviceConfig_LambdaTriggerType)(nil), // 6: onprem.device.v1.DeviceConfig.LambdaTriggerType (*DeviceConfig_LuaModule)(nil), // 7: onprem.device.v1.DeviceConfig.LuaModule (*DeviceConfig_ServiceInstance)(nil), // 8: onprem.device.v1.DeviceConfig.ServiceInstance (*DeviceConfig_Subscription)(nil), // 9: onprem.device.v1.DeviceConfig.Subscription (*DeviceConfig_SystemdService)(nil), // 10: onprem.device.v1.DeviceConfig.SystemdService nil, // 11: onprem.device.v1.DeviceConfig.Bundle.FileDeploysEntry (*DeviceConfig_Endpoint_Tcp)(nil), // 12: onprem.device.v1.DeviceConfig.Endpoint.Tcp (*DeviceConfig_Endpoint_Udp)(nil), // 13: onprem.device.v1.DeviceConfig.Endpoint.Udp (*DeviceConfig_Endpoint_UnixDomainSocket)(nil), // 14: onprem.device.v1.DeviceConfig.Endpoint.UnixDomainSocket nil, // 15: onprem.device.v1.DeviceConfig.ServiceInstance.MetadataEntry (*FileInfo)(nil), // 16: onprem.device.v1.FileInfo } var file_onprem_device_v1_device_config_proto_depIdxs = []int32{ 9, // 0: onprem.device.v1.DeviceConfig.subscriptions:type_name -> onprem.device.v1.DeviceConfig.Subscription 8, // 1: onprem.device.v1.DeviceConfig.service_instances:type_name -> onprem.device.v1.DeviceConfig.ServiceInstance 2, // 2: onprem.device.v1.DeviceConfig.bundles:type_name -> onprem.device.v1.DeviceConfig.Bundle 10, // 3: onprem.device.v1.DeviceConfig.systemd_services:type_name -> onprem.device.v1.DeviceConfig.SystemdService 5, // 4: onprem.device.v1.DeviceConfig.lambdas:type_name -> onprem.device.v1.DeviceConfig.Lambda 6, // 5: onprem.device.v1.DeviceConfig.lambda_trigger_types:type_name -> onprem.device.v1.DeviceConfig.LambdaTriggerType 1, // 6: onprem.device.v1.DeviceConfig.apt_sources:type_name -> onprem.device.v1.DeviceConfig.AptSource 16, // 7: onprem.device.v1.DeviceConfig.file_infos:type_name -> onprem.device.v1.FileInfo 7, // 8: onprem.device.v1.DeviceConfig.lua_modules:type_name -> onprem.device.v1.DeviceConfig.LuaModule 3, // 9: onprem.device.v1.DeviceConfig.endpoints:type_name -> onprem.device.v1.DeviceConfig.Endpoint 11, // 10: onprem.device.v1.DeviceConfig.Bundle.file_deploys:type_name -> onprem.device.v1.DeviceConfig.Bundle.FileDeploysEntry 12, // 11: onprem.device.v1.DeviceConfig.Endpoint.tcp:type_name -> onprem.device.v1.DeviceConfig.Endpoint.Tcp 13, // 12: onprem.device.v1.DeviceConfig.Endpoint.udp:type_name -> onprem.device.v1.DeviceConfig.Endpoint.Udp 14, // 13: onprem.device.v1.DeviceConfig.Endpoint.uds:type_name -> onprem.device.v1.DeviceConfig.Endpoint.UnixDomainSocket 7, // 14: onprem.device.v1.DeviceConfig.Lambda.lua_modules:type_name -> onprem.device.v1.DeviceConfig.LuaModule 7, // 15: onprem.device.v1.DeviceConfig.LambdaTriggerType.lua_modules:type_name -> onprem.device.v1.DeviceConfig.LuaModule 15, // 16: onprem.device.v1.DeviceConfig.ServiceInstance.metadata:type_name -> onprem.device.v1.DeviceConfig.ServiceInstance.MetadataEntry 4, // 17: onprem.device.v1.DeviceConfig.Bundle.FileDeploysEntry.value:type_name -> onprem.device.v1.DeviceConfig.FileDeploy 18, // [18:18] is the sub-list for method output_type 18, // [18:18] is the sub-list for method input_type 18, // [18:18] is the sub-list for extension type_name 18, // [18:18] is the sub-list for extension extendee 0, // [0:18] is the sub-list for field type_name } func init() { file_onprem_device_v1_device_config_proto_init() } func file_onprem_device_v1_device_config_proto_init() { if File_onprem_device_v1_device_config_proto != nil { return } file_onprem_device_v1_file_info_proto_init() if !protoimpl.UnsafeEnabled { file_onprem_device_v1_device_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_AptSource); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_Bundle); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_Endpoint); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_FileDeploy); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_Lambda); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_LambdaTriggerType); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_LuaModule); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_ServiceInstance); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_Subscription); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_SystemdService); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_Endpoint_Tcp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_Endpoint_Udp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_onprem_device_v1_device_config_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeviceConfig_Endpoint_UnixDomainSocket); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } file_onprem_device_v1_device_config_proto_msgTypes[0].OneofWrappers = []interface{}{} file_onprem_device_v1_device_config_proto_msgTypes[1].OneofWrappers = []interface{}{} file_onprem_device_v1_device_config_proto_msgTypes[3].OneofWrappers = []interface{}{ (*DeviceConfig_Endpoint_OwnerServiceInstanceId)(nil), (*DeviceConfig_Endpoint_Tcp_)(nil), (*DeviceConfig_Endpoint_Udp_)(nil), (*DeviceConfig_Endpoint_Uds)(nil), } file_onprem_device_v1_device_config_proto_msgTypes[4].OneofWrappers = []interface{}{} file_onprem_device_v1_device_config_proto_msgTypes[8].OneofWrappers = []interface{}{} file_onprem_device_v1_device_config_proto_msgTypes[10].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_onprem_device_v1_device_config_proto_rawDesc, NumEnums: 0, NumMessages: 16, NumExtensions: 0, NumServices: 0, }, GoTypes: file_onprem_device_v1_device_config_proto_goTypes, DependencyIndexes: file_onprem_device_v1_device_config_proto_depIdxs, MessageInfos: file_onprem_device_v1_device_config_proto_msgTypes, }.Build() File_onprem_device_v1_device_config_proto = out.File file_onprem_device_v1_device_config_proto_rawDesc = nil file_onprem_device_v1_device_config_proto_goTypes = nil file_onprem_device_v1_device_config_proto_depIdxs = nil }