| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: dmi/hw_management_service.proto |
| |
| package dmi |
| |
| import ( |
| context "context" |
| fmt "fmt" |
| proto "github.com/golang/protobuf/proto" |
| empty "github.com/golang/protobuf/ptypes/empty" |
| grpc "google.golang.org/grpc" |
| 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 PhysicalInventoryRequest struct { |
| DeviceUuid *Uuid `protobuf:"bytes,1,opt,name=device_uuid,json=deviceUuid,proto3" json:"device_uuid,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *PhysicalInventoryRequest) Reset() { *m = PhysicalInventoryRequest{} } |
| func (m *PhysicalInventoryRequest) String() string { return proto.CompactTextString(m) } |
| func (*PhysicalInventoryRequest) ProtoMessage() {} |
| func (*PhysicalInventoryRequest) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{0} |
| } |
| |
| func (m *PhysicalInventoryRequest) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_PhysicalInventoryRequest.Unmarshal(m, b) |
| } |
| func (m *PhysicalInventoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_PhysicalInventoryRequest.Marshal(b, m, deterministic) |
| } |
| func (m *PhysicalInventoryRequest) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_PhysicalInventoryRequest.Merge(m, src) |
| } |
| func (m *PhysicalInventoryRequest) XXX_Size() int { |
| return xxx_messageInfo_PhysicalInventoryRequest.Size(m) |
| } |
| func (m *PhysicalInventoryRequest) XXX_DiscardUnknown() { |
| xxx_messageInfo_PhysicalInventoryRequest.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_PhysicalInventoryRequest proto.InternalMessageInfo |
| |
| func (m *PhysicalInventoryRequest) GetDeviceUuid() *Uuid { |
| if m != nil { |
| return m.DeviceUuid |
| } |
| return nil |
| } |
| |
| type PhysicalInventoryResponse struct { |
| Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"` |
| Reason Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.Reason" json:"reason,omitempty"` |
| Inventory *Hardware `protobuf:"bytes,3,opt,name=inventory,proto3" json:"inventory,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *PhysicalInventoryResponse) Reset() { *m = PhysicalInventoryResponse{} } |
| func (m *PhysicalInventoryResponse) String() string { return proto.CompactTextString(m) } |
| func (*PhysicalInventoryResponse) ProtoMessage() {} |
| func (*PhysicalInventoryResponse) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{1} |
| } |
| |
| func (m *PhysicalInventoryResponse) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_PhysicalInventoryResponse.Unmarshal(m, b) |
| } |
| func (m *PhysicalInventoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_PhysicalInventoryResponse.Marshal(b, m, deterministic) |
| } |
| func (m *PhysicalInventoryResponse) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_PhysicalInventoryResponse.Merge(m, src) |
| } |
| func (m *PhysicalInventoryResponse) XXX_Size() int { |
| return xxx_messageInfo_PhysicalInventoryResponse.Size(m) |
| } |
| func (m *PhysicalInventoryResponse) XXX_DiscardUnknown() { |
| xxx_messageInfo_PhysicalInventoryResponse.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_PhysicalInventoryResponse proto.InternalMessageInfo |
| |
| func (m *PhysicalInventoryResponse) GetStatus() Status { |
| if m != nil { |
| return m.Status |
| } |
| return Status_UNDEFINED_STATUS |
| } |
| |
| func (m *PhysicalInventoryResponse) GetReason() Reason { |
| if m != nil { |
| return m.Reason |
| } |
| return Reason_UNDEFINED_REASON |
| } |
| |
| func (m *PhysicalInventoryResponse) GetInventory() *Hardware { |
| if m != nil { |
| return m.Inventory |
| } |
| return nil |
| } |
| |
| type HWComponentInfoGetRequest struct { |
| DeviceUuid *Uuid `protobuf:"bytes,1,opt,name=device_uuid,json=deviceUuid,proto3" json:"device_uuid,omitempty"` |
| ComponentUuid *Uuid `protobuf:"bytes,2,opt,name=component_uuid,json=componentUuid,proto3" json:"component_uuid,omitempty"` |
| ComponentName string `protobuf:"bytes,3,opt,name=component_name,json=componentName,proto3" json:"component_name,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *HWComponentInfoGetRequest) Reset() { *m = HWComponentInfoGetRequest{} } |
| func (m *HWComponentInfoGetRequest) String() string { return proto.CompactTextString(m) } |
| func (*HWComponentInfoGetRequest) ProtoMessage() {} |
| func (*HWComponentInfoGetRequest) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{2} |
| } |
| |
| func (m *HWComponentInfoGetRequest) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_HWComponentInfoGetRequest.Unmarshal(m, b) |
| } |
| func (m *HWComponentInfoGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_HWComponentInfoGetRequest.Marshal(b, m, deterministic) |
| } |
| func (m *HWComponentInfoGetRequest) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_HWComponentInfoGetRequest.Merge(m, src) |
| } |
| func (m *HWComponentInfoGetRequest) XXX_Size() int { |
| return xxx_messageInfo_HWComponentInfoGetRequest.Size(m) |
| } |
| func (m *HWComponentInfoGetRequest) XXX_DiscardUnknown() { |
| xxx_messageInfo_HWComponentInfoGetRequest.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_HWComponentInfoGetRequest proto.InternalMessageInfo |
| |
| func (m *HWComponentInfoGetRequest) GetDeviceUuid() *Uuid { |
| if m != nil { |
| return m.DeviceUuid |
| } |
| return nil |
| } |
| |
| func (m *HWComponentInfoGetRequest) GetComponentUuid() *Uuid { |
| if m != nil { |
| return m.ComponentUuid |
| } |
| return nil |
| } |
| |
| func (m *HWComponentInfoGetRequest) GetComponentName() string { |
| if m != nil { |
| return m.ComponentName |
| } |
| return "" |
| } |
| |
| type HWComponentInfoGetResponse struct { |
| Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"` |
| Reason Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.Reason" json:"reason,omitempty"` |
| Component *Component `protobuf:"bytes,3,opt,name=component,proto3" json:"component,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *HWComponentInfoGetResponse) Reset() { *m = HWComponentInfoGetResponse{} } |
| func (m *HWComponentInfoGetResponse) String() string { return proto.CompactTextString(m) } |
| func (*HWComponentInfoGetResponse) ProtoMessage() {} |
| func (*HWComponentInfoGetResponse) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{3} |
| } |
| |
| func (m *HWComponentInfoGetResponse) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_HWComponentInfoGetResponse.Unmarshal(m, b) |
| } |
| func (m *HWComponentInfoGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_HWComponentInfoGetResponse.Marshal(b, m, deterministic) |
| } |
| func (m *HWComponentInfoGetResponse) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_HWComponentInfoGetResponse.Merge(m, src) |
| } |
| func (m *HWComponentInfoGetResponse) XXX_Size() int { |
| return xxx_messageInfo_HWComponentInfoGetResponse.Size(m) |
| } |
| func (m *HWComponentInfoGetResponse) XXX_DiscardUnknown() { |
| xxx_messageInfo_HWComponentInfoGetResponse.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_HWComponentInfoGetResponse proto.InternalMessageInfo |
| |
| func (m *HWComponentInfoGetResponse) GetStatus() Status { |
| if m != nil { |
| return m.Status |
| } |
| return Status_UNDEFINED_STATUS |
| } |
| |
| func (m *HWComponentInfoGetResponse) GetReason() Reason { |
| if m != nil { |
| return m.Reason |
| } |
| return Reason_UNDEFINED_REASON |
| } |
| |
| func (m *HWComponentInfoGetResponse) GetComponent() *Component { |
| if m != nil { |
| return m.Component |
| } |
| return nil |
| } |
| |
| type HWComponentInfoSetRequest struct { |
| DeviceUuid *Uuid `protobuf:"bytes,1,opt,name=device_uuid,json=deviceUuid,proto3" json:"device_uuid,omitempty"` |
| ComponentUuid *Uuid `protobuf:"bytes,2,opt,name=component_uuid,json=componentUuid,proto3" json:"component_uuid,omitempty"` |
| ComponentName string `protobuf:"bytes,3,opt,name=component_name,json=componentName,proto3" json:"component_name,omitempty"` |
| Changes *ModifiableComponent `protobuf:"bytes,4,opt,name=changes,proto3" json:"changes,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *HWComponentInfoSetRequest) Reset() { *m = HWComponentInfoSetRequest{} } |
| func (m *HWComponentInfoSetRequest) String() string { return proto.CompactTextString(m) } |
| func (*HWComponentInfoSetRequest) ProtoMessage() {} |
| func (*HWComponentInfoSetRequest) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{4} |
| } |
| |
| func (m *HWComponentInfoSetRequest) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_HWComponentInfoSetRequest.Unmarshal(m, b) |
| } |
| func (m *HWComponentInfoSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_HWComponentInfoSetRequest.Marshal(b, m, deterministic) |
| } |
| func (m *HWComponentInfoSetRequest) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_HWComponentInfoSetRequest.Merge(m, src) |
| } |
| func (m *HWComponentInfoSetRequest) XXX_Size() int { |
| return xxx_messageInfo_HWComponentInfoSetRequest.Size(m) |
| } |
| func (m *HWComponentInfoSetRequest) XXX_DiscardUnknown() { |
| xxx_messageInfo_HWComponentInfoSetRequest.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_HWComponentInfoSetRequest proto.InternalMessageInfo |
| |
| func (m *HWComponentInfoSetRequest) GetDeviceUuid() *Uuid { |
| if m != nil { |
| return m.DeviceUuid |
| } |
| return nil |
| } |
| |
| func (m *HWComponentInfoSetRequest) GetComponentUuid() *Uuid { |
| if m != nil { |
| return m.ComponentUuid |
| } |
| return nil |
| } |
| |
| func (m *HWComponentInfoSetRequest) GetComponentName() string { |
| if m != nil { |
| return m.ComponentName |
| } |
| return "" |
| } |
| |
| func (m *HWComponentInfoSetRequest) GetChanges() *ModifiableComponent { |
| if m != nil { |
| return m.Changes |
| } |
| return nil |
| } |
| |
| type HWComponentInfoSetResponse struct { |
| Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"` |
| Reason Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.Reason" json:"reason,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *HWComponentInfoSetResponse) Reset() { *m = HWComponentInfoSetResponse{} } |
| func (m *HWComponentInfoSetResponse) String() string { return proto.CompactTextString(m) } |
| func (*HWComponentInfoSetResponse) ProtoMessage() {} |
| func (*HWComponentInfoSetResponse) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{5} |
| } |
| |
| func (m *HWComponentInfoSetResponse) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_HWComponentInfoSetResponse.Unmarshal(m, b) |
| } |
| func (m *HWComponentInfoSetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_HWComponentInfoSetResponse.Marshal(b, m, deterministic) |
| } |
| func (m *HWComponentInfoSetResponse) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_HWComponentInfoSetResponse.Merge(m, src) |
| } |
| func (m *HWComponentInfoSetResponse) XXX_Size() int { |
| return xxx_messageInfo_HWComponentInfoSetResponse.Size(m) |
| } |
| func (m *HWComponentInfoSetResponse) XXX_DiscardUnknown() { |
| xxx_messageInfo_HWComponentInfoSetResponse.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_HWComponentInfoSetResponse proto.InternalMessageInfo |
| |
| func (m *HWComponentInfoSetResponse) GetStatus() Status { |
| if m != nil { |
| return m.Status |
| } |
| return Status_UNDEFINED_STATUS |
| } |
| |
| func (m *HWComponentInfoSetResponse) GetReason() Reason { |
| if m != nil { |
| return m.Reason |
| } |
| return Reason_UNDEFINED_REASON |
| } |
| |
| type StartManagingDeviceResponse struct { |
| Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"` |
| Reason Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.Reason" json:"reason,omitempty"` |
| DeviceUuid *Uuid `protobuf:"bytes,3,opt,name=device_uuid,json=deviceUuid,proto3" json:"device_uuid,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *StartManagingDeviceResponse) Reset() { *m = StartManagingDeviceResponse{} } |
| func (m *StartManagingDeviceResponse) String() string { return proto.CompactTextString(m) } |
| func (*StartManagingDeviceResponse) ProtoMessage() {} |
| func (*StartManagingDeviceResponse) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{6} |
| } |
| |
| func (m *StartManagingDeviceResponse) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_StartManagingDeviceResponse.Unmarshal(m, b) |
| } |
| func (m *StartManagingDeviceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_StartManagingDeviceResponse.Marshal(b, m, deterministic) |
| } |
| func (m *StartManagingDeviceResponse) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_StartManagingDeviceResponse.Merge(m, src) |
| } |
| func (m *StartManagingDeviceResponse) XXX_Size() int { |
| return xxx_messageInfo_StartManagingDeviceResponse.Size(m) |
| } |
| func (m *StartManagingDeviceResponse) XXX_DiscardUnknown() { |
| xxx_messageInfo_StartManagingDeviceResponse.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_StartManagingDeviceResponse proto.InternalMessageInfo |
| |
| func (m *StartManagingDeviceResponse) GetStatus() Status { |
| if m != nil { |
| return m.Status |
| } |
| return Status_UNDEFINED_STATUS |
| } |
| |
| func (m *StartManagingDeviceResponse) GetReason() Reason { |
| if m != nil { |
| return m.Reason |
| } |
| return Reason_UNDEFINED_REASON |
| } |
| |
| func (m *StartManagingDeviceResponse) GetDeviceUuid() *Uuid { |
| if m != nil { |
| return m.DeviceUuid |
| } |
| return nil |
| } |
| |
| type StopManagingDeviceRequest struct { |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *StopManagingDeviceRequest) Reset() { *m = StopManagingDeviceRequest{} } |
| func (m *StopManagingDeviceRequest) String() string { return proto.CompactTextString(m) } |
| func (*StopManagingDeviceRequest) ProtoMessage() {} |
| func (*StopManagingDeviceRequest) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{7} |
| } |
| |
| func (m *StopManagingDeviceRequest) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_StopManagingDeviceRequest.Unmarshal(m, b) |
| } |
| func (m *StopManagingDeviceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_StopManagingDeviceRequest.Marshal(b, m, deterministic) |
| } |
| func (m *StopManagingDeviceRequest) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_StopManagingDeviceRequest.Merge(m, src) |
| } |
| func (m *StopManagingDeviceRequest) XXX_Size() int { |
| return xxx_messageInfo_StopManagingDeviceRequest.Size(m) |
| } |
| func (m *StopManagingDeviceRequest) XXX_DiscardUnknown() { |
| xxx_messageInfo_StopManagingDeviceRequest.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_StopManagingDeviceRequest proto.InternalMessageInfo |
| |
| func (m *StopManagingDeviceRequest) GetName() string { |
| if m != nil { |
| return m.Name |
| } |
| return "" |
| } |
| |
| type StopManagingDeviceResponse struct { |
| Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"` |
| Reason Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.Reason" json:"reason,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *StopManagingDeviceResponse) Reset() { *m = StopManagingDeviceResponse{} } |
| func (m *StopManagingDeviceResponse) String() string { return proto.CompactTextString(m) } |
| func (*StopManagingDeviceResponse) ProtoMessage() {} |
| func (*StopManagingDeviceResponse) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{8} |
| } |
| |
| func (m *StopManagingDeviceResponse) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_StopManagingDeviceResponse.Unmarshal(m, b) |
| } |
| func (m *StopManagingDeviceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_StopManagingDeviceResponse.Marshal(b, m, deterministic) |
| } |
| func (m *StopManagingDeviceResponse) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_StopManagingDeviceResponse.Merge(m, src) |
| } |
| func (m *StopManagingDeviceResponse) XXX_Size() int { |
| return xxx_messageInfo_StopManagingDeviceResponse.Size(m) |
| } |
| func (m *StopManagingDeviceResponse) XXX_DiscardUnknown() { |
| xxx_messageInfo_StopManagingDeviceResponse.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_StopManagingDeviceResponse proto.InternalMessageInfo |
| |
| func (m *StopManagingDeviceResponse) GetStatus() Status { |
| if m != nil { |
| return m.Status |
| } |
| return Status_UNDEFINED_STATUS |
| } |
| |
| func (m *StopManagingDeviceResponse) GetReason() Reason { |
| if m != nil { |
| return m.Reason |
| } |
| return Reason_UNDEFINED_REASON |
| } |
| |
| type ManagedDevicesResponse struct { |
| Devices []*ModifiableComponent `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *ManagedDevicesResponse) Reset() { *m = ManagedDevicesResponse{} } |
| func (m *ManagedDevicesResponse) String() string { return proto.CompactTextString(m) } |
| func (*ManagedDevicesResponse) ProtoMessage() {} |
| func (*ManagedDevicesResponse) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{9} |
| } |
| |
| func (m *ManagedDevicesResponse) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_ManagedDevicesResponse.Unmarshal(m, b) |
| } |
| func (m *ManagedDevicesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_ManagedDevicesResponse.Marshal(b, m, deterministic) |
| } |
| func (m *ManagedDevicesResponse) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_ManagedDevicesResponse.Merge(m, src) |
| } |
| func (m *ManagedDevicesResponse) XXX_Size() int { |
| return xxx_messageInfo_ManagedDevicesResponse.Size(m) |
| } |
| func (m *ManagedDevicesResponse) XXX_DiscardUnknown() { |
| xxx_messageInfo_ManagedDevicesResponse.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_ManagedDevicesResponse proto.InternalMessageInfo |
| |
| func (m *ManagedDevicesResponse) GetDevices() []*ModifiableComponent { |
| if m != nil { |
| return m.Devices |
| } |
| return nil |
| } |
| |
| type SetLoggingEndpointRequest struct { |
| DeviceUuid *Uuid `protobuf:"bytes,1,opt,name=device_uuid,json=deviceUuid,proto3" json:"device_uuid,omitempty"` |
| LoggingEndpoint string `protobuf:"bytes,2,opt,name=logging_endpoint,json=loggingEndpoint,proto3" json:"logging_endpoint,omitempty"` |
| LoggingProtocol string `protobuf:"bytes,3,opt,name=logging_protocol,json=loggingProtocol,proto3" json:"logging_protocol,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *SetLoggingEndpointRequest) Reset() { *m = SetLoggingEndpointRequest{} } |
| func (m *SetLoggingEndpointRequest) String() string { return proto.CompactTextString(m) } |
| func (*SetLoggingEndpointRequest) ProtoMessage() {} |
| func (*SetLoggingEndpointRequest) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{10} |
| } |
| |
| func (m *SetLoggingEndpointRequest) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_SetLoggingEndpointRequest.Unmarshal(m, b) |
| } |
| func (m *SetLoggingEndpointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_SetLoggingEndpointRequest.Marshal(b, m, deterministic) |
| } |
| func (m *SetLoggingEndpointRequest) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_SetLoggingEndpointRequest.Merge(m, src) |
| } |
| func (m *SetLoggingEndpointRequest) XXX_Size() int { |
| return xxx_messageInfo_SetLoggingEndpointRequest.Size(m) |
| } |
| func (m *SetLoggingEndpointRequest) XXX_DiscardUnknown() { |
| xxx_messageInfo_SetLoggingEndpointRequest.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_SetLoggingEndpointRequest proto.InternalMessageInfo |
| |
| func (m *SetLoggingEndpointRequest) GetDeviceUuid() *Uuid { |
| if m != nil { |
| return m.DeviceUuid |
| } |
| return nil |
| } |
| |
| func (m *SetLoggingEndpointRequest) GetLoggingEndpoint() string { |
| if m != nil { |
| return m.LoggingEndpoint |
| } |
| return "" |
| } |
| |
| func (m *SetLoggingEndpointRequest) GetLoggingProtocol() string { |
| if m != nil { |
| return m.LoggingProtocol |
| } |
| return "" |
| } |
| |
| type SetRemoteEndpointResponse struct { |
| Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"` |
| Reason Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.Reason" json:"reason,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *SetRemoteEndpointResponse) Reset() { *m = SetRemoteEndpointResponse{} } |
| func (m *SetRemoteEndpointResponse) String() string { return proto.CompactTextString(m) } |
| func (*SetRemoteEndpointResponse) ProtoMessage() {} |
| func (*SetRemoteEndpointResponse) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{11} |
| } |
| |
| func (m *SetRemoteEndpointResponse) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_SetRemoteEndpointResponse.Unmarshal(m, b) |
| } |
| func (m *SetRemoteEndpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_SetRemoteEndpointResponse.Marshal(b, m, deterministic) |
| } |
| func (m *SetRemoteEndpointResponse) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_SetRemoteEndpointResponse.Merge(m, src) |
| } |
| func (m *SetRemoteEndpointResponse) XXX_Size() int { |
| return xxx_messageInfo_SetRemoteEndpointResponse.Size(m) |
| } |
| func (m *SetRemoteEndpointResponse) XXX_DiscardUnknown() { |
| xxx_messageInfo_SetRemoteEndpointResponse.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_SetRemoteEndpointResponse proto.InternalMessageInfo |
| |
| func (m *SetRemoteEndpointResponse) GetStatus() Status { |
| if m != nil { |
| return m.Status |
| } |
| return Status_UNDEFINED_STATUS |
| } |
| |
| func (m *SetRemoteEndpointResponse) GetReason() Reason { |
| if m != nil { |
| return m.Reason |
| } |
| return Reason_UNDEFINED_REASON |
| } |
| |
| type GetLoggingEndpointResponse struct { |
| Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"` |
| Reason Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.Reason" json:"reason,omitempty"` |
| LoggingEndpoint string `protobuf:"bytes,3,opt,name=logging_endpoint,json=loggingEndpoint,proto3" json:"logging_endpoint,omitempty"` |
| LoggingProtocol string `protobuf:"bytes,4,opt,name=logging_protocol,json=loggingProtocol,proto3" json:"logging_protocol,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *GetLoggingEndpointResponse) Reset() { *m = GetLoggingEndpointResponse{} } |
| func (m *GetLoggingEndpointResponse) String() string { return proto.CompactTextString(m) } |
| func (*GetLoggingEndpointResponse) ProtoMessage() {} |
| func (*GetLoggingEndpointResponse) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{12} |
| } |
| |
| func (m *GetLoggingEndpointResponse) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_GetLoggingEndpointResponse.Unmarshal(m, b) |
| } |
| func (m *GetLoggingEndpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_GetLoggingEndpointResponse.Marshal(b, m, deterministic) |
| } |
| func (m *GetLoggingEndpointResponse) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_GetLoggingEndpointResponse.Merge(m, src) |
| } |
| func (m *GetLoggingEndpointResponse) XXX_Size() int { |
| return xxx_messageInfo_GetLoggingEndpointResponse.Size(m) |
| } |
| func (m *GetLoggingEndpointResponse) XXX_DiscardUnknown() { |
| xxx_messageInfo_GetLoggingEndpointResponse.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_GetLoggingEndpointResponse proto.InternalMessageInfo |
| |
| func (m *GetLoggingEndpointResponse) GetStatus() Status { |
| if m != nil { |
| return m.Status |
| } |
| return Status_UNDEFINED_STATUS |
| } |
| |
| func (m *GetLoggingEndpointResponse) GetReason() Reason { |
| if m != nil { |
| return m.Reason |
| } |
| return Reason_UNDEFINED_REASON |
| } |
| |
| func (m *GetLoggingEndpointResponse) GetLoggingEndpoint() string { |
| if m != nil { |
| return m.LoggingEndpoint |
| } |
| return "" |
| } |
| |
| func (m *GetLoggingEndpointResponse) GetLoggingProtocol() string { |
| if m != nil { |
| return m.LoggingProtocol |
| } |
| return "" |
| } |
| |
| type SetMsgBusEndpointRequest struct { |
| MsgbusEndpoint string `protobuf:"bytes,1,opt,name=msgbus_endpoint,json=msgbusEndpoint,proto3" json:"msgbus_endpoint,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *SetMsgBusEndpointRequest) Reset() { *m = SetMsgBusEndpointRequest{} } |
| func (m *SetMsgBusEndpointRequest) String() string { return proto.CompactTextString(m) } |
| func (*SetMsgBusEndpointRequest) ProtoMessage() {} |
| func (*SetMsgBusEndpointRequest) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{13} |
| } |
| |
| func (m *SetMsgBusEndpointRequest) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_SetMsgBusEndpointRequest.Unmarshal(m, b) |
| } |
| func (m *SetMsgBusEndpointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_SetMsgBusEndpointRequest.Marshal(b, m, deterministic) |
| } |
| func (m *SetMsgBusEndpointRequest) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_SetMsgBusEndpointRequest.Merge(m, src) |
| } |
| func (m *SetMsgBusEndpointRequest) XXX_Size() int { |
| return xxx_messageInfo_SetMsgBusEndpointRequest.Size(m) |
| } |
| func (m *SetMsgBusEndpointRequest) XXX_DiscardUnknown() { |
| xxx_messageInfo_SetMsgBusEndpointRequest.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_SetMsgBusEndpointRequest proto.InternalMessageInfo |
| |
| func (m *SetMsgBusEndpointRequest) GetMsgbusEndpoint() string { |
| if m != nil { |
| return m.MsgbusEndpoint |
| } |
| return "" |
| } |
| |
| type GetMsgBusEndpointResponse struct { |
| Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"` |
| Reason Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.Reason" json:"reason,omitempty"` |
| MsgbusEndpoint string `protobuf:"bytes,3,opt,name=msgbus_endpoint,json=msgbusEndpoint,proto3" json:"msgbus_endpoint,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *GetMsgBusEndpointResponse) Reset() { *m = GetMsgBusEndpointResponse{} } |
| func (m *GetMsgBusEndpointResponse) String() string { return proto.CompactTextString(m) } |
| func (*GetMsgBusEndpointResponse) ProtoMessage() {} |
| func (*GetMsgBusEndpointResponse) Descriptor() ([]byte, []int) { |
| return fileDescriptor_eae902e73066286d, []int{14} |
| } |
| |
| func (m *GetMsgBusEndpointResponse) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_GetMsgBusEndpointResponse.Unmarshal(m, b) |
| } |
| func (m *GetMsgBusEndpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_GetMsgBusEndpointResponse.Marshal(b, m, deterministic) |
| } |
| func (m *GetMsgBusEndpointResponse) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_GetMsgBusEndpointResponse.Merge(m, src) |
| } |
| func (m *GetMsgBusEndpointResponse) XXX_Size() int { |
| return xxx_messageInfo_GetMsgBusEndpointResponse.Size(m) |
| } |
| func (m *GetMsgBusEndpointResponse) XXX_DiscardUnknown() { |
| xxx_messageInfo_GetMsgBusEndpointResponse.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_GetMsgBusEndpointResponse proto.InternalMessageInfo |
| |
| func (m *GetMsgBusEndpointResponse) GetStatus() Status { |
| if m != nil { |
| return m.Status |
| } |
| return Status_UNDEFINED_STATUS |
| } |
| |
| func (m *GetMsgBusEndpointResponse) GetReason() Reason { |
| if m != nil { |
| return m.Reason |
| } |
| return Reason_UNDEFINED_REASON |
| } |
| |
| func (m *GetMsgBusEndpointResponse) GetMsgbusEndpoint() string { |
| if m != nil { |
| return m.MsgbusEndpoint |
| } |
| return "" |
| } |
| |
| func init() { |
| proto.RegisterType((*PhysicalInventoryRequest)(nil), "dmi.PhysicalInventoryRequest") |
| proto.RegisterType((*PhysicalInventoryResponse)(nil), "dmi.PhysicalInventoryResponse") |
| proto.RegisterType((*HWComponentInfoGetRequest)(nil), "dmi.HWComponentInfoGetRequest") |
| proto.RegisterType((*HWComponentInfoGetResponse)(nil), "dmi.HWComponentInfoGetResponse") |
| proto.RegisterType((*HWComponentInfoSetRequest)(nil), "dmi.HWComponentInfoSetRequest") |
| proto.RegisterType((*HWComponentInfoSetResponse)(nil), "dmi.HWComponentInfoSetResponse") |
| proto.RegisterType((*StartManagingDeviceResponse)(nil), "dmi.StartManagingDeviceResponse") |
| proto.RegisterType((*StopManagingDeviceRequest)(nil), "dmi.StopManagingDeviceRequest") |
| proto.RegisterType((*StopManagingDeviceResponse)(nil), "dmi.StopManagingDeviceResponse") |
| proto.RegisterType((*ManagedDevicesResponse)(nil), "dmi.ManagedDevicesResponse") |
| proto.RegisterType((*SetLoggingEndpointRequest)(nil), "dmi.SetLoggingEndpointRequest") |
| proto.RegisterType((*SetRemoteEndpointResponse)(nil), "dmi.SetRemoteEndpointResponse") |
| proto.RegisterType((*GetLoggingEndpointResponse)(nil), "dmi.GetLoggingEndpointResponse") |
| proto.RegisterType((*SetMsgBusEndpointRequest)(nil), "dmi.SetMsgBusEndpointRequest") |
| proto.RegisterType((*GetMsgBusEndpointResponse)(nil), "dmi.GetMsgBusEndpointResponse") |
| } |
| |
| func init() { proto.RegisterFile("dmi/hw_management_service.proto", fileDescriptor_eae902e73066286d) } |
| |
| var fileDescriptor_eae902e73066286d = []byte{ |
| // 797 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xcf, 0x4e, 0xdb, 0x4e, |
| 0x10, 0x96, 0x09, 0x02, 0x65, 0xf8, 0x11, 0x7e, 0xb8, 0x15, 0x4a, 0x8c, 0x0a, 0xc8, 0x55, 0xd5, |
| 0xbf, 0xc4, 0x28, 0x9c, 0xaa, 0x5e, 0x2a, 0x28, 0x4d, 0x50, 0x09, 0x42, 0x76, 0x51, 0xa4, 0x5e, |
| 0x22, 0xc7, 0x9e, 0x38, 0x2b, 0xc5, 0xbb, 0xa9, 0xbd, 0x0e, 0xe2, 0x25, 0x7a, 0x68, 0x7b, 0xad, |
| 0xd4, 0x07, 0xe9, 0x5b, 0xb4, 0x0f, 0x54, 0x79, 0xd7, 0x4e, 0x42, 0x62, 0x03, 0x42, 0x41, 0xea, |
| 0xcd, 0xde, 0xf9, 0xf6, 0x9b, 0x99, 0x6f, 0x77, 0x66, 0x07, 0xb6, 0x5d, 0x9f, 0x18, 0xbd, 0x8b, |
| 0xb6, 0x6f, 0x53, 0xdb, 0x43, 0x1f, 0x29, 0x6f, 0x87, 0x18, 0x0c, 0x89, 0x83, 0xd5, 0x41, 0xc0, |
| 0x38, 0x53, 0x0b, 0xae, 0x4f, 0xb4, 0xf5, 0x18, 0xe5, 0x30, 0xdf, 0x67, 0x34, 0x94, 0xeb, 0xda, |
| 0x7f, 0x72, 0x63, 0xf2, 0xb7, 0xe9, 0x31, 0xe6, 0xf5, 0xd1, 0x10, 0x7f, 0x9d, 0xa8, 0x6b, 0xa0, |
| 0x3f, 0xe0, 0x97, 0xd2, 0xa8, 0xbf, 0x87, 0xf2, 0x59, 0xef, 0x32, 0x24, 0x8e, 0xdd, 0x3f, 0xa6, |
| 0x43, 0xa4, 0x9c, 0x05, 0x97, 0x26, 0x7e, 0x8e, 0x30, 0xe4, 0xea, 0x0b, 0x58, 0x71, 0x31, 0x76, |
| 0xd7, 0x8e, 0x22, 0xe2, 0x96, 0x95, 0x1d, 0xe5, 0xd9, 0x4a, 0xad, 0x58, 0x75, 0x7d, 0x52, 0x3d, |
| 0x8f, 0x88, 0x6b, 0x82, 0xb4, 0xc6, 0xdf, 0xfa, 0x57, 0x05, 0x2a, 0x19, 0x44, 0xe1, 0x80, 0xd1, |
| 0x10, 0xd5, 0xc7, 0xb0, 0x14, 0x72, 0x9b, 0x47, 0xa1, 0x20, 0x29, 0xd5, 0x56, 0x04, 0x89, 0x25, |
| 0x96, 0xcc, 0xc4, 0x14, 0x83, 0x02, 0xb4, 0x43, 0x46, 0xcb, 0x0b, 0x13, 0x20, 0x53, 0x2c, 0x99, |
| 0x89, 0x49, 0x7d, 0x09, 0x45, 0x92, 0xd2, 0x97, 0x0b, 0x22, 0xa2, 0x55, 0x81, 0x6b, 0xd8, 0x81, |
| 0x7b, 0x61, 0x07, 0x68, 0x8e, 0xed, 0xfa, 0x4f, 0x05, 0x2a, 0x8d, 0xd6, 0x21, 0xf3, 0x07, 0x8c, |
| 0x22, 0xe5, 0xc7, 0xb4, 0xcb, 0xea, 0xc8, 0xef, 0x90, 0x9e, 0xba, 0x07, 0x25, 0x27, 0xa5, 0x91, |
| 0xf0, 0x85, 0x69, 0xf8, 0xea, 0x08, 0x20, 0x76, 0x3c, 0x99, 0xdc, 0x41, 0x6d, 0x1f, 0x45, 0xb4, |
| 0xc5, 0x09, 0xd8, 0xa9, 0xed, 0xa3, 0xfe, 0x5d, 0x01, 0x2d, 0x2b, 0xc4, 0xb9, 0x0b, 0xf7, 0x0a, |
| 0x8a, 0x23, 0xcf, 0x89, 0x70, 0x25, 0x81, 0x1b, 0xf9, 0x36, 0xc7, 0x00, 0xfd, 0xcf, 0xac, 0x72, |
| 0xd6, 0xbf, 0xa5, 0x9c, 0x5a, 0x83, 0x65, 0xa7, 0x67, 0x53, 0x0f, 0xc3, 0xf2, 0xa2, 0x60, 0x2c, |
| 0x0b, 0xc6, 0x26, 0x73, 0x49, 0x97, 0xd8, 0x9d, 0x3e, 0x8e, 0x13, 0x4b, 0x81, 0x7a, 0x77, 0x46, |
| 0x6c, 0xeb, 0x3e, 0xc4, 0xd6, 0xbf, 0x29, 0xb0, 0x69, 0x71, 0x3b, 0xe0, 0xcd, 0xb8, 0x74, 0x09, |
| 0xf5, 0xde, 0x09, 0x41, 0xee, 0xe1, 0x58, 0xa7, 0x8e, 0xa2, 0x70, 0x5d, 0x8d, 0x1a, 0x50, 0xb1, |
| 0x38, 0x1b, 0x4c, 0xc7, 0x24, 0xcf, 0x54, 0x85, 0x45, 0xa1, 0xb5, 0x22, 0xb4, 0x16, 0xdf, 0xb1, |
| 0x5c, 0x59, 0x1b, 0xe6, 0x2e, 0xd7, 0x09, 0x6c, 0x08, 0x1f, 0xe8, 0x4a, 0x17, 0xe1, 0xc8, 0x47, |
| 0x0d, 0x96, 0x65, 0x02, 0xb1, 0x93, 0xc2, 0xf5, 0x87, 0x9c, 0x00, 0xf5, 0x1f, 0x0a, 0x54, 0x2c, |
| 0xe4, 0x27, 0xcc, 0x8b, 0x83, 0x3e, 0xa2, 0xee, 0x80, 0x11, 0x7a, 0xa7, 0xbb, 0xfb, 0x1c, 0xfe, |
| 0xef, 0x4b, 0x96, 0x36, 0x26, 0x34, 0x22, 0x8d, 0xa2, 0xb9, 0xd6, 0xbf, 0xca, 0x3e, 0x09, 0x15, |
| 0x8d, 0xd5, 0x61, 0xfd, 0xe4, 0xda, 0xa6, 0xd0, 0xb3, 0x64, 0x59, 0x47, 0x11, 0x9e, 0x89, 0x3e, |
| 0xe3, 0x38, 0x8e, 0x6e, 0xee, 0xa2, 0xfe, 0x52, 0x40, 0xab, 0x67, 0xc8, 0x30, 0xf7, 0x2b, 0x98, |
| 0xa5, 0x52, 0xe1, 0xf6, 0x2a, 0x2d, 0x66, 0xab, 0x74, 0x08, 0x65, 0x0b, 0x79, 0x33, 0xf4, 0x0e, |
| 0xa2, 0x70, 0xfa, 0x0c, 0x9f, 0xc2, 0x9a, 0x1f, 0x7a, 0x9d, 0x28, 0x1c, 0x3b, 0x94, 0xd7, 0xb6, |
| 0x24, 0x97, 0x53, 0xbc, 0xfe, 0x45, 0x81, 0x4a, 0x7d, 0x96, 0x65, 0xee, 0x12, 0x64, 0x04, 0x54, |
| 0xc8, 0x0a, 0xa8, 0xf6, 0x7b, 0x09, 0x2a, 0xa7, 0x36, 0x27, 0x43, 0x6c, 0xb4, 0x9a, 0xa3, 0x67, |
| 0xdd, 0x92, 0xaf, 0xba, 0x6a, 0xc1, 0x83, 0x8c, 0xae, 0xa1, 0xe6, 0xde, 0x79, 0x6d, 0x27, 0x8d, |
| 0x38, 0xaf, 0xd3, 0xec, 0x29, 0xea, 0x39, 0xa8, 0xb3, 0x45, 0xac, 0x6e, 0x25, 0x3b, 0x73, 0xda, |
| 0x81, 0xb6, 0x9d, 0x6b, 0x4f, 0xc4, 0x6b, 0xc0, 0x7a, 0xac, 0xec, 0x95, 0xb2, 0x55, 0x37, 0xaa, |
| 0x72, 0xd6, 0xa8, 0xa6, 0xb3, 0x46, 0xf5, 0x28, 0x9e, 0x35, 0xb4, 0x4d, 0x99, 0x41, 0x76, 0x8d, |
| 0xb7, 0xe0, 0x61, 0x1d, 0xf9, 0xcc, 0xf0, 0xa0, 0x3e, 0x12, 0x9b, 0xf2, 0xa6, 0x13, 0x6d, 0x2b, |
| 0xcf, 0x3c, 0xca, 0xbc, 0x05, 0x6a, 0x1d, 0xf9, 0x54, 0xc3, 0x4f, 0x32, 0xcf, 0x1d, 0x0b, 0x92, |
| 0xcc, 0xf3, 0xdf, 0xe4, 0x44, 0xd2, 0x5b, 0x12, 0x5b, 0x37, 0x10, 0x4f, 0xbe, 0x3f, 0x1f, 0x05, |
| 0xed, 0x54, 0xc1, 0xa6, 0x27, 0x95, 0xd7, 0xd0, 0xb4, 0x91, 0x3d, 0xa7, 0xa3, 0xbc, 0x15, 0x2a, |
| 0x4c, 0xb3, 0x8e, 0x3b, 0x5e, 0x12, 0xd7, 0x35, 0xad, 0xc2, 0x84, 0xf5, 0x99, 0x52, 0x4c, 0x4e, |
| 0x27, 0xaf, 0x44, 0x6f, 0x8c, 0xea, 0x83, 0xbc, 0x3e, 0x57, 0x39, 0xf3, 0xae, 0xcf, 0x56, 0x1a, |
| 0x61, 0x76, 0x21, 0x1f, 0xbc, 0xf9, 0xf4, 0xda, 0x23, 0xbc, 0x17, 0x75, 0xaa, 0x0e, 0xf3, 0x0d, |
| 0x36, 0x40, 0xea, 0xb0, 0xc0, 0x35, 0x64, 0x27, 0xdf, 0x1d, 0x8f, 0xcf, 0xbb, 0x84, 0x72, 0x0c, |
| 0xba, 0xb6, 0x83, 0xc6, 0x70, 0xdf, 0xf0, 0x98, 0xe1, 0xfa, 0xa4, 0xb3, 0x24, 0x9c, 0xed, 0xff, |
| 0x0d, 0x00, 0x00, 0xff, 0xff, 0xb0, 0x43, 0x0d, 0x3e, 0x6e, 0x0b, 0x00, 0x00, |
| } |
| |
| // Reference imports to suppress errors if they are not otherwise used. |
| var _ context.Context |
| var _ grpc.ClientConn |
| |
| // 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.SupportPackageIsVersion4 |
| |
| // NativeHWManagementServiceClient is the client API for NativeHWManagementService service. |
| // |
| // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| type NativeHWManagementServiceClient interface { |
| // Initializes context for a device and sets up required states |
| // In the call to StartManagingDevice, the fields of ModifiableComponent which are relevant |
| // and their meanings in this context is mentioned below: |
| // name = The unique name that needs to be assigned to this hardware; |
| // class = COMPONENT_TYPE_UNDEFINED; |
| // parent = nil; |
| // alias = Optional; |
| // asset_id = Optional; |
| // uri = IP Address of the Hardware; |
| StartManagingDevice(ctx context.Context, in *ModifiableComponent, opts ...grpc.CallOption) (NativeHWManagementService_StartManagingDeviceClient, error) |
| // Stop management of a device and clean up any context and caches for that device |
| StopManagingDevice(ctx context.Context, in *StopManagingDeviceRequest, opts ...grpc.CallOption) (*StopManagingDeviceResponse, error) |
| // Returns an object containing a list of devices managed by this entity |
| GetManagedDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ManagedDevicesResponse, error) |
| // Get the HW inventory details of the Device |
| GetPhysicalInventory(ctx context.Context, in *PhysicalInventoryRequest, opts ...grpc.CallOption) (NativeHWManagementService_GetPhysicalInventoryClient, error) |
| // Get the details of a particular HW component |
| GetHWComponentInfo(ctx context.Context, in *HWComponentInfoGetRequest, opts ...grpc.CallOption) (NativeHWManagementService_GetHWComponentInfoClient, error) |
| // Sets the permissible attributes of a HW component |
| SetHWComponentInfo(ctx context.Context, in *HWComponentInfoSetRequest, opts ...grpc.CallOption) (*HWComponentInfoSetResponse, error) |
| // Sets the location to which logs need to be shipped |
| SetLoggingEndpoint(ctx context.Context, in *SetLoggingEndpointRequest, opts ...grpc.CallOption) (*SetRemoteEndpointResponse, error) |
| // Gets the configured location to which the logs are being shipped |
| GetLoggingEndpoint(ctx context.Context, in *Uuid, opts ...grpc.CallOption) (*GetLoggingEndpointResponse, error) |
| // Sets the location of the Message Bus to which events and metrics are shipped |
| SetMsgBusEndpoint(ctx context.Context, in *SetMsgBusEndpointRequest, opts ...grpc.CallOption) (*SetRemoteEndpointResponse, error) |
| // Gets the configured location to which the events and metrics are being shipped |
| GetMsgBusEndpoint(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetMsgBusEndpointResponse, error) |
| } |
| |
| type nativeHWManagementServiceClient struct { |
| cc *grpc.ClientConn |
| } |
| |
| func NewNativeHWManagementServiceClient(cc *grpc.ClientConn) NativeHWManagementServiceClient { |
| return &nativeHWManagementServiceClient{cc} |
| } |
| |
| func (c *nativeHWManagementServiceClient) StartManagingDevice(ctx context.Context, in *ModifiableComponent, opts ...grpc.CallOption) (NativeHWManagementService_StartManagingDeviceClient, error) { |
| stream, err := c.cc.NewStream(ctx, &_NativeHWManagementService_serviceDesc.Streams[0], "/dmi.NativeHWManagementService/StartManagingDevice", opts...) |
| if err != nil { |
| return nil, err |
| } |
| x := &nativeHWManagementServiceStartManagingDeviceClient{stream} |
| if err := x.ClientStream.SendMsg(in); err != nil { |
| return nil, err |
| } |
| if err := x.ClientStream.CloseSend(); err != nil { |
| return nil, err |
| } |
| return x, nil |
| } |
| |
| type NativeHWManagementService_StartManagingDeviceClient interface { |
| Recv() (*StartManagingDeviceResponse, error) |
| grpc.ClientStream |
| } |
| |
| type nativeHWManagementServiceStartManagingDeviceClient struct { |
| grpc.ClientStream |
| } |
| |
| func (x *nativeHWManagementServiceStartManagingDeviceClient) Recv() (*StartManagingDeviceResponse, error) { |
| m := new(StartManagingDeviceResponse) |
| if err := x.ClientStream.RecvMsg(m); err != nil { |
| return nil, err |
| } |
| return m, nil |
| } |
| |
| func (c *nativeHWManagementServiceClient) StopManagingDevice(ctx context.Context, in *StopManagingDeviceRequest, opts ...grpc.CallOption) (*StopManagingDeviceResponse, error) { |
| out := new(StopManagingDeviceResponse) |
| err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/StopManagingDevice", in, out, opts...) |
| if err != nil { |
| return nil, err |
| } |
| return out, nil |
| } |
| |
| func (c *nativeHWManagementServiceClient) GetManagedDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ManagedDevicesResponse, error) { |
| out := new(ManagedDevicesResponse) |
| err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/GetManagedDevices", in, out, opts...) |
| if err != nil { |
| return nil, err |
| } |
| return out, nil |
| } |
| |
| func (c *nativeHWManagementServiceClient) GetPhysicalInventory(ctx context.Context, in *PhysicalInventoryRequest, opts ...grpc.CallOption) (NativeHWManagementService_GetPhysicalInventoryClient, error) { |
| stream, err := c.cc.NewStream(ctx, &_NativeHWManagementService_serviceDesc.Streams[1], "/dmi.NativeHWManagementService/GetPhysicalInventory", opts...) |
| if err != nil { |
| return nil, err |
| } |
| x := &nativeHWManagementServiceGetPhysicalInventoryClient{stream} |
| if err := x.ClientStream.SendMsg(in); err != nil { |
| return nil, err |
| } |
| if err := x.ClientStream.CloseSend(); err != nil { |
| return nil, err |
| } |
| return x, nil |
| } |
| |
| type NativeHWManagementService_GetPhysicalInventoryClient interface { |
| Recv() (*PhysicalInventoryResponse, error) |
| grpc.ClientStream |
| } |
| |
| type nativeHWManagementServiceGetPhysicalInventoryClient struct { |
| grpc.ClientStream |
| } |
| |
| func (x *nativeHWManagementServiceGetPhysicalInventoryClient) Recv() (*PhysicalInventoryResponse, error) { |
| m := new(PhysicalInventoryResponse) |
| if err := x.ClientStream.RecvMsg(m); err != nil { |
| return nil, err |
| } |
| return m, nil |
| } |
| |
| func (c *nativeHWManagementServiceClient) GetHWComponentInfo(ctx context.Context, in *HWComponentInfoGetRequest, opts ...grpc.CallOption) (NativeHWManagementService_GetHWComponentInfoClient, error) { |
| stream, err := c.cc.NewStream(ctx, &_NativeHWManagementService_serviceDesc.Streams[2], "/dmi.NativeHWManagementService/GetHWComponentInfo", opts...) |
| if err != nil { |
| return nil, err |
| } |
| x := &nativeHWManagementServiceGetHWComponentInfoClient{stream} |
| if err := x.ClientStream.SendMsg(in); err != nil { |
| return nil, err |
| } |
| if err := x.ClientStream.CloseSend(); err != nil { |
| return nil, err |
| } |
| return x, nil |
| } |
| |
| type NativeHWManagementService_GetHWComponentInfoClient interface { |
| Recv() (*HWComponentInfoGetResponse, error) |
| grpc.ClientStream |
| } |
| |
| type nativeHWManagementServiceGetHWComponentInfoClient struct { |
| grpc.ClientStream |
| } |
| |
| func (x *nativeHWManagementServiceGetHWComponentInfoClient) Recv() (*HWComponentInfoGetResponse, error) { |
| m := new(HWComponentInfoGetResponse) |
| if err := x.ClientStream.RecvMsg(m); err != nil { |
| return nil, err |
| } |
| return m, nil |
| } |
| |
| func (c *nativeHWManagementServiceClient) SetHWComponentInfo(ctx context.Context, in *HWComponentInfoSetRequest, opts ...grpc.CallOption) (*HWComponentInfoSetResponse, error) { |
| out := new(HWComponentInfoSetResponse) |
| err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/SetHWComponentInfo", in, out, opts...) |
| if err != nil { |
| return nil, err |
| } |
| return out, nil |
| } |
| |
| func (c *nativeHWManagementServiceClient) SetLoggingEndpoint(ctx context.Context, in *SetLoggingEndpointRequest, opts ...grpc.CallOption) (*SetRemoteEndpointResponse, error) { |
| out := new(SetRemoteEndpointResponse) |
| err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/SetLoggingEndpoint", in, out, opts...) |
| if err != nil { |
| return nil, err |
| } |
| return out, nil |
| } |
| |
| func (c *nativeHWManagementServiceClient) GetLoggingEndpoint(ctx context.Context, in *Uuid, opts ...grpc.CallOption) (*GetLoggingEndpointResponse, error) { |
| out := new(GetLoggingEndpointResponse) |
| err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/GetLoggingEndpoint", in, out, opts...) |
| if err != nil { |
| return nil, err |
| } |
| return out, nil |
| } |
| |
| func (c *nativeHWManagementServiceClient) SetMsgBusEndpoint(ctx context.Context, in *SetMsgBusEndpointRequest, opts ...grpc.CallOption) (*SetRemoteEndpointResponse, error) { |
| out := new(SetRemoteEndpointResponse) |
| err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/SetMsgBusEndpoint", in, out, opts...) |
| if err != nil { |
| return nil, err |
| } |
| return out, nil |
| } |
| |
| func (c *nativeHWManagementServiceClient) GetMsgBusEndpoint(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetMsgBusEndpointResponse, error) { |
| out := new(GetMsgBusEndpointResponse) |
| err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/GetMsgBusEndpoint", in, out, opts...) |
| if err != nil { |
| return nil, err |
| } |
| return out, nil |
| } |
| |
| // NativeHWManagementServiceServer is the server API for NativeHWManagementService service. |
| type NativeHWManagementServiceServer interface { |
| // Initializes context for a device and sets up required states |
| // In the call to StartManagingDevice, the fields of ModifiableComponent which are relevant |
| // and their meanings in this context is mentioned below: |
| // name = The unique name that needs to be assigned to this hardware; |
| // class = COMPONENT_TYPE_UNDEFINED; |
| // parent = nil; |
| // alias = Optional; |
| // asset_id = Optional; |
| // uri = IP Address of the Hardware; |
| StartManagingDevice(*ModifiableComponent, NativeHWManagementService_StartManagingDeviceServer) error |
| // Stop management of a device and clean up any context and caches for that device |
| StopManagingDevice(context.Context, *StopManagingDeviceRequest) (*StopManagingDeviceResponse, error) |
| // Returns an object containing a list of devices managed by this entity |
| GetManagedDevices(context.Context, *empty.Empty) (*ManagedDevicesResponse, error) |
| // Get the HW inventory details of the Device |
| GetPhysicalInventory(*PhysicalInventoryRequest, NativeHWManagementService_GetPhysicalInventoryServer) error |
| // Get the details of a particular HW component |
| GetHWComponentInfo(*HWComponentInfoGetRequest, NativeHWManagementService_GetHWComponentInfoServer) error |
| // Sets the permissible attributes of a HW component |
| SetHWComponentInfo(context.Context, *HWComponentInfoSetRequest) (*HWComponentInfoSetResponse, error) |
| // Sets the location to which logs need to be shipped |
| SetLoggingEndpoint(context.Context, *SetLoggingEndpointRequest) (*SetRemoteEndpointResponse, error) |
| // Gets the configured location to which the logs are being shipped |
| GetLoggingEndpoint(context.Context, *Uuid) (*GetLoggingEndpointResponse, error) |
| // Sets the location of the Message Bus to which events and metrics are shipped |
| SetMsgBusEndpoint(context.Context, *SetMsgBusEndpointRequest) (*SetRemoteEndpointResponse, error) |
| // Gets the configured location to which the events and metrics are being shipped |
| GetMsgBusEndpoint(context.Context, *empty.Empty) (*GetMsgBusEndpointResponse, error) |
| } |
| |
| func RegisterNativeHWManagementServiceServer(s *grpc.Server, srv NativeHWManagementServiceServer) { |
| s.RegisterService(&_NativeHWManagementService_serviceDesc, srv) |
| } |
| |
| func _NativeHWManagementService_StartManagingDevice_Handler(srv interface{}, stream grpc.ServerStream) error { |
| m := new(ModifiableComponent) |
| if err := stream.RecvMsg(m); err != nil { |
| return err |
| } |
| return srv.(NativeHWManagementServiceServer).StartManagingDevice(m, &nativeHWManagementServiceStartManagingDeviceServer{stream}) |
| } |
| |
| type NativeHWManagementService_StartManagingDeviceServer interface { |
| Send(*StartManagingDeviceResponse) error |
| grpc.ServerStream |
| } |
| |
| type nativeHWManagementServiceStartManagingDeviceServer struct { |
| grpc.ServerStream |
| } |
| |
| func (x *nativeHWManagementServiceStartManagingDeviceServer) Send(m *StartManagingDeviceResponse) error { |
| return x.ServerStream.SendMsg(m) |
| } |
| |
| func _NativeHWManagementService_StopManagingDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| in := new(StopManagingDeviceRequest) |
| if err := dec(in); err != nil { |
| return nil, err |
| } |
| if interceptor == nil { |
| return srv.(NativeHWManagementServiceServer).StopManagingDevice(ctx, in) |
| } |
| info := &grpc.UnaryServerInfo{ |
| Server: srv, |
| FullMethod: "/dmi.NativeHWManagementService/StopManagingDevice", |
| } |
| handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| return srv.(NativeHWManagementServiceServer).StopManagingDevice(ctx, req.(*StopManagingDeviceRequest)) |
| } |
| return interceptor(ctx, in, info, handler) |
| } |
| |
| func _NativeHWManagementService_GetManagedDevices_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| in := new(empty.Empty) |
| if err := dec(in); err != nil { |
| return nil, err |
| } |
| if interceptor == nil { |
| return srv.(NativeHWManagementServiceServer).GetManagedDevices(ctx, in) |
| } |
| info := &grpc.UnaryServerInfo{ |
| Server: srv, |
| FullMethod: "/dmi.NativeHWManagementService/GetManagedDevices", |
| } |
| handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| return srv.(NativeHWManagementServiceServer).GetManagedDevices(ctx, req.(*empty.Empty)) |
| } |
| return interceptor(ctx, in, info, handler) |
| } |
| |
| func _NativeHWManagementService_GetPhysicalInventory_Handler(srv interface{}, stream grpc.ServerStream) error { |
| m := new(PhysicalInventoryRequest) |
| if err := stream.RecvMsg(m); err != nil { |
| return err |
| } |
| return srv.(NativeHWManagementServiceServer).GetPhysicalInventory(m, &nativeHWManagementServiceGetPhysicalInventoryServer{stream}) |
| } |
| |
| type NativeHWManagementService_GetPhysicalInventoryServer interface { |
| Send(*PhysicalInventoryResponse) error |
| grpc.ServerStream |
| } |
| |
| type nativeHWManagementServiceGetPhysicalInventoryServer struct { |
| grpc.ServerStream |
| } |
| |
| func (x *nativeHWManagementServiceGetPhysicalInventoryServer) Send(m *PhysicalInventoryResponse) error { |
| return x.ServerStream.SendMsg(m) |
| } |
| |
| func _NativeHWManagementService_GetHWComponentInfo_Handler(srv interface{}, stream grpc.ServerStream) error { |
| m := new(HWComponentInfoGetRequest) |
| if err := stream.RecvMsg(m); err != nil { |
| return err |
| } |
| return srv.(NativeHWManagementServiceServer).GetHWComponentInfo(m, &nativeHWManagementServiceGetHWComponentInfoServer{stream}) |
| } |
| |
| type NativeHWManagementService_GetHWComponentInfoServer interface { |
| Send(*HWComponentInfoGetResponse) error |
| grpc.ServerStream |
| } |
| |
| type nativeHWManagementServiceGetHWComponentInfoServer struct { |
| grpc.ServerStream |
| } |
| |
| func (x *nativeHWManagementServiceGetHWComponentInfoServer) Send(m *HWComponentInfoGetResponse) error { |
| return x.ServerStream.SendMsg(m) |
| } |
| |
| func _NativeHWManagementService_SetHWComponentInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| in := new(HWComponentInfoSetRequest) |
| if err := dec(in); err != nil { |
| return nil, err |
| } |
| if interceptor == nil { |
| return srv.(NativeHWManagementServiceServer).SetHWComponentInfo(ctx, in) |
| } |
| info := &grpc.UnaryServerInfo{ |
| Server: srv, |
| FullMethod: "/dmi.NativeHWManagementService/SetHWComponentInfo", |
| } |
| handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| return srv.(NativeHWManagementServiceServer).SetHWComponentInfo(ctx, req.(*HWComponentInfoSetRequest)) |
| } |
| return interceptor(ctx, in, info, handler) |
| } |
| |
| func _NativeHWManagementService_SetLoggingEndpoint_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| in := new(SetLoggingEndpointRequest) |
| if err := dec(in); err != nil { |
| return nil, err |
| } |
| if interceptor == nil { |
| return srv.(NativeHWManagementServiceServer).SetLoggingEndpoint(ctx, in) |
| } |
| info := &grpc.UnaryServerInfo{ |
| Server: srv, |
| FullMethod: "/dmi.NativeHWManagementService/SetLoggingEndpoint", |
| } |
| handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| return srv.(NativeHWManagementServiceServer).SetLoggingEndpoint(ctx, req.(*SetLoggingEndpointRequest)) |
| } |
| return interceptor(ctx, in, info, handler) |
| } |
| |
| func _NativeHWManagementService_GetLoggingEndpoint_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| in := new(Uuid) |
| if err := dec(in); err != nil { |
| return nil, err |
| } |
| if interceptor == nil { |
| return srv.(NativeHWManagementServiceServer).GetLoggingEndpoint(ctx, in) |
| } |
| info := &grpc.UnaryServerInfo{ |
| Server: srv, |
| FullMethod: "/dmi.NativeHWManagementService/GetLoggingEndpoint", |
| } |
| handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| return srv.(NativeHWManagementServiceServer).GetLoggingEndpoint(ctx, req.(*Uuid)) |
| } |
| return interceptor(ctx, in, info, handler) |
| } |
| |
| func _NativeHWManagementService_SetMsgBusEndpoint_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| in := new(SetMsgBusEndpointRequest) |
| if err := dec(in); err != nil { |
| return nil, err |
| } |
| if interceptor == nil { |
| return srv.(NativeHWManagementServiceServer).SetMsgBusEndpoint(ctx, in) |
| } |
| info := &grpc.UnaryServerInfo{ |
| Server: srv, |
| FullMethod: "/dmi.NativeHWManagementService/SetMsgBusEndpoint", |
| } |
| handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| return srv.(NativeHWManagementServiceServer).SetMsgBusEndpoint(ctx, req.(*SetMsgBusEndpointRequest)) |
| } |
| return interceptor(ctx, in, info, handler) |
| } |
| |
| func _NativeHWManagementService_GetMsgBusEndpoint_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| in := new(empty.Empty) |
| if err := dec(in); err != nil { |
| return nil, err |
| } |
| if interceptor == nil { |
| return srv.(NativeHWManagementServiceServer).GetMsgBusEndpoint(ctx, in) |
| } |
| info := &grpc.UnaryServerInfo{ |
| Server: srv, |
| FullMethod: "/dmi.NativeHWManagementService/GetMsgBusEndpoint", |
| } |
| handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| return srv.(NativeHWManagementServiceServer).GetMsgBusEndpoint(ctx, req.(*empty.Empty)) |
| } |
| return interceptor(ctx, in, info, handler) |
| } |
| |
| var _NativeHWManagementService_serviceDesc = grpc.ServiceDesc{ |
| ServiceName: "dmi.NativeHWManagementService", |
| HandlerType: (*NativeHWManagementServiceServer)(nil), |
| Methods: []grpc.MethodDesc{ |
| { |
| MethodName: "StopManagingDevice", |
| Handler: _NativeHWManagementService_StopManagingDevice_Handler, |
| }, |
| { |
| MethodName: "GetManagedDevices", |
| Handler: _NativeHWManagementService_GetManagedDevices_Handler, |
| }, |
| { |
| MethodName: "SetHWComponentInfo", |
| Handler: _NativeHWManagementService_SetHWComponentInfo_Handler, |
| }, |
| { |
| MethodName: "SetLoggingEndpoint", |
| Handler: _NativeHWManagementService_SetLoggingEndpoint_Handler, |
| }, |
| { |
| MethodName: "GetLoggingEndpoint", |
| Handler: _NativeHWManagementService_GetLoggingEndpoint_Handler, |
| }, |
| { |
| MethodName: "SetMsgBusEndpoint", |
| Handler: _NativeHWManagementService_SetMsgBusEndpoint_Handler, |
| }, |
| { |
| MethodName: "GetMsgBusEndpoint", |
| Handler: _NativeHWManagementService_GetMsgBusEndpoint_Handler, |
| }, |
| }, |
| Streams: []grpc.StreamDesc{ |
| { |
| StreamName: "StartManagingDevice", |
| Handler: _NativeHWManagementService_StartManagingDevice_Handler, |
| ServerStreams: true, |
| }, |
| { |
| StreamName: "GetPhysicalInventory", |
| Handler: _NativeHWManagementService_GetPhysicalInventory_Handler, |
| ServerStreams: true, |
| }, |
| { |
| StreamName: "GetHWComponentInfo", |
| Handler: _NativeHWManagementService_GetHWComponentInfo_Handler, |
| ServerStreams: true, |
| }, |
| }, |
| Metadata: "dmi/hw_management_service.proto", |
| } |