|
|
|
@@ -173,6 +173,61 @@ func (x *RunResponse) GetComputationId() string {
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type BackendInfo struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Info []byte `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
|
|
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BackendInfo) Reset() {
|
|
|
|
|
*x = BackendInfo{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[3]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BackendInfo) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*BackendInfo) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *BackendInfo) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_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 BackendInfo.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*BackendInfo) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BackendInfo) GetInfo() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Info
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BackendInfo) GetId() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Id
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type AgentEvent struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
@@ -189,7 +244,7 @@ type AgentEvent struct {
|
|
|
|
|
func (x *AgentEvent) Reset() {
|
|
|
|
|
*x = AgentEvent{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[3]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[4]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@@ -202,7 +257,7 @@ func (x *AgentEvent) String() string {
|
|
|
|
|
func (*AgentEvent) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *AgentEvent) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[3]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[4]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@@ -215,7 +270,7 @@ func (x *AgentEvent) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use AgentEvent.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*AgentEvent) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *AgentEvent) GetEventType() string {
|
|
|
|
@@ -274,7 +329,7 @@ type AgentLog struct {
|
|
|
|
|
func (x *AgentLog) Reset() {
|
|
|
|
|
*x = AgentLog{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[4]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[5]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@@ -287,7 +342,7 @@ func (x *AgentLog) String() string {
|
|
|
|
|
func (*AgentLog) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *AgentLog) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[4]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[5]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@@ -300,7 +355,7 @@ func (x *AgentLog) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use AgentLog.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*AgentLog) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *AgentLog) GetMessage() string {
|
|
|
|
@@ -341,13 +396,14 @@ type ClientStreamMessage struct {
|
|
|
|
|
// *ClientStreamMessage_AgentLog
|
|
|
|
|
// *ClientStreamMessage_AgentEvent
|
|
|
|
|
// *ClientStreamMessage_RunRes
|
|
|
|
|
// *ClientStreamMessage_BackendInfo
|
|
|
|
|
Message isClientStreamMessage_Message `protobuf_oneof:"message"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ClientStreamMessage) Reset() {
|
|
|
|
|
*x = ClientStreamMessage{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[5]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[6]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@@ -360,7 +416,7 @@ func (x *ClientStreamMessage) String() string {
|
|
|
|
|
func (*ClientStreamMessage) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ClientStreamMessage) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[5]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[6]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@@ -373,7 +429,7 @@ func (x *ClientStreamMessage) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ClientStreamMessage.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ClientStreamMessage) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *ClientStreamMessage) GetMessage() isClientStreamMessage_Message {
|
|
|
|
@@ -404,6 +460,13 @@ func (x *ClientStreamMessage) GetRunRes() *RunResponse {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ClientStreamMessage) GetBackendInfo() *BackendInfo {
|
|
|
|
|
if x, ok := x.GetMessage().(*ClientStreamMessage_BackendInfo); ok {
|
|
|
|
|
return x.BackendInfo
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type isClientStreamMessage_Message interface {
|
|
|
|
|
isClientStreamMessage_Message()
|
|
|
|
|
}
|
|
|
|
@@ -420,12 +483,18 @@ type ClientStreamMessage_RunRes struct {
|
|
|
|
|
RunRes *RunResponse `protobuf:"bytes,3,opt,name=run_res,json=runRes,proto3,oneof"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ClientStreamMessage_BackendInfo struct {
|
|
|
|
|
BackendInfo *BackendInfo `protobuf:"bytes,4,opt,name=backendInfo,proto3,oneof"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*ClientStreamMessage_AgentLog) isClientStreamMessage_Message() {}
|
|
|
|
|
|
|
|
|
|
func (*ClientStreamMessage_AgentEvent) isClientStreamMessage_Message() {}
|
|
|
|
|
|
|
|
|
|
func (*ClientStreamMessage_RunRes) isClientStreamMessage_Message() {}
|
|
|
|
|
|
|
|
|
|
func (*ClientStreamMessage_BackendInfo) isClientStreamMessage_Message() {}
|
|
|
|
|
|
|
|
|
|
type ServerStreamMessage struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
@@ -436,13 +505,14 @@ type ServerStreamMessage struct {
|
|
|
|
|
// *ServerStreamMessage_RunReq
|
|
|
|
|
// *ServerStreamMessage_TerminateReq
|
|
|
|
|
// *ServerStreamMessage_StopComputation
|
|
|
|
|
// *ServerStreamMessage_BackendInfoReq
|
|
|
|
|
Message isServerStreamMessage_Message `protobuf_oneof:"message"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ServerStreamMessage) Reset() {
|
|
|
|
|
*x = ServerStreamMessage{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[6]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[7]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@@ -455,7 +525,7 @@ func (x *ServerStreamMessage) String() string {
|
|
|
|
|
func (*ServerStreamMessage) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ServerStreamMessage) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[6]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[7]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@@ -468,7 +538,7 @@ func (x *ServerStreamMessage) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ServerStreamMessage.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ServerStreamMessage) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *ServerStreamMessage) GetMessage() isServerStreamMessage_Message {
|
|
|
|
@@ -499,6 +569,13 @@ func (x *ServerStreamMessage) GetStopComputation() *StopComputation {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ServerStreamMessage) GetBackendInfoReq() *BackendInfoReq {
|
|
|
|
|
if x, ok := x.GetMessage().(*ServerStreamMessage_BackendInfoReq); ok {
|
|
|
|
|
return x.BackendInfoReq
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type isServerStreamMessage_Message interface {
|
|
|
|
|
isServerStreamMessage_Message()
|
|
|
|
|
}
|
|
|
|
@@ -515,12 +592,18 @@ type ServerStreamMessage_StopComputation struct {
|
|
|
|
|
StopComputation *StopComputation `protobuf:"bytes,3,opt,name=stopComputation,proto3,oneof"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ServerStreamMessage_BackendInfoReq struct {
|
|
|
|
|
BackendInfoReq *BackendInfoReq `protobuf:"bytes,4,opt,name=backendInfoReq,proto3,oneof"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*ServerStreamMessage_RunReq) isServerStreamMessage_Message() {}
|
|
|
|
|
|
|
|
|
|
func (*ServerStreamMessage_TerminateReq) isServerStreamMessage_Message() {}
|
|
|
|
|
|
|
|
|
|
func (*ServerStreamMessage_StopComputation) isServerStreamMessage_Message() {}
|
|
|
|
|
|
|
|
|
|
func (*ServerStreamMessage_BackendInfoReq) isServerStreamMessage_Message() {}
|
|
|
|
|
|
|
|
|
|
type ComputationRunReq struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
@@ -538,7 +621,7 @@ type ComputationRunReq struct {
|
|
|
|
|
func (x *ComputationRunReq) Reset() {
|
|
|
|
|
*x = ComputationRunReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[7]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[8]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@@ -551,7 +634,7 @@ func (x *ComputationRunReq) String() string {
|
|
|
|
|
func (*ComputationRunReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ComputationRunReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[7]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[8]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@@ -564,7 +647,7 @@ func (x *ComputationRunReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ComputationRunReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ComputationRunReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ComputationRunReq) GetId() string {
|
|
|
|
@@ -616,6 +699,53 @@ func (x *ComputationRunReq) GetAgentConfig() *AgentConfig {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type BackendInfoReq struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BackendInfoReq) Reset() {
|
|
|
|
|
*x = BackendInfoReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[9]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BackendInfoReq) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*BackendInfoReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *BackendInfoReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_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 BackendInfoReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*BackendInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BackendInfoReq) GetId() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Id
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ResultConsumer struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
@@ -627,7 +757,7 @@ type ResultConsumer struct {
|
|
|
|
|
func (x *ResultConsumer) Reset() {
|
|
|
|
|
*x = ResultConsumer{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[8]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[10]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@@ -640,7 +770,7 @@ func (x *ResultConsumer) String() string {
|
|
|
|
|
func (*ResultConsumer) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ResultConsumer) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[8]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[10]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@@ -653,7 +783,7 @@ func (x *ResultConsumer) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ResultConsumer.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ResultConsumer) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ResultConsumer) GetUserKey() []byte {
|
|
|
|
@@ -675,7 +805,7 @@ type Dataset struct {
|
|
|
|
|
func (x *Dataset) Reset() {
|
|
|
|
|
*x = Dataset{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[9]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[11]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@@ -688,7 +818,7 @@ func (x *Dataset) String() string {
|
|
|
|
|
func (*Dataset) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *Dataset) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[9]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[11]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@@ -701,7 +831,7 @@ func (x *Dataset) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use Dataset.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*Dataset) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{11}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *Dataset) GetHash() []byte {
|
|
|
|
@@ -730,7 +860,7 @@ type Algorithm struct {
|
|
|
|
|
func (x *Algorithm) Reset() {
|
|
|
|
|
*x = Algorithm{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[10]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[12]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@@ -743,7 +873,7 @@ func (x *Algorithm) String() string {
|
|
|
|
|
func (*Algorithm) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *Algorithm) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[10]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[12]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@@ -756,7 +886,7 @@ func (x *Algorithm) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use Algorithm.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*Algorithm) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{12}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *Algorithm) GetHash() []byte {
|
|
|
|
@@ -791,7 +921,7 @@ type AgentConfig struct {
|
|
|
|
|
func (x *AgentConfig) Reset() {
|
|
|
|
|
*x = AgentConfig{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[11]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[13]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@@ -804,7 +934,7 @@ func (x *AgentConfig) String() string {
|
|
|
|
|
func (*AgentConfig) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *AgentConfig) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[11]
|
|
|
|
|
mi := &file_manager_manager_proto_msgTypes[13]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@@ -817,7 +947,7 @@ func (x *AgentConfig) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use AgentConfig.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*AgentConfig) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{11}
|
|
|
|
|
return file_manager_manager_proto_rawDescGZIP(), []int{13}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *AgentConfig) GetPort() string {
|
|
|
|
@@ -894,56 +1024,67 @@ var file_manager_manager_proto_rawDesc = []byte{
|
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74,
|
|
|
|
|
0x12, 0x25, 0x0a, 0x0e, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
|
|
|
|
|
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74,
|
|
|
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0xde, 0x01, 0x0a, 0x0a, 0x41, 0x67, 0x65, 0x6e,
|
|
|
|
|
0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f,
|
|
|
|
|
0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x76, 0x65, 0x6e,
|
|
|
|
|
0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
|
|
|
|
|
0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
|
|
|
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73,
|
|
|
|
|
0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12,
|
|
|
|
|
0x25, 0x0a, 0x0e, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
|
|
|
|
|
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
|
|
|
0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73,
|
|
|
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x05,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72,
|
|
|
|
|
0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x9b, 0x01, 0x0a, 0x08, 0x41, 0x67, 0x65,
|
|
|
|
|
0x6e, 0x74, 0x4c, 0x6f, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
|
|
|
|
|
0x25, 0x0a, 0x0e, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
|
|
|
|
|
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18,
|
|
|
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x38, 0x0a, 0x09,
|
|
|
|
|
0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
|
|
0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
|
|
|
0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d,
|
|
|
|
|
0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0xbb, 0x01, 0x0a, 0x13, 0x43, 0x6c, 0x69, 0x65, 0x6e,
|
|
|
|
|
0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x30,
|
|
|
|
|
0x0a, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x41, 0x67, 0x65, 0x6e,
|
|
|
|
|
0x74, 0x4c, 0x6f, 0x67, 0x48, 0x00, 0x52, 0x08, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x4c, 0x6f, 0x67,
|
|
|
|
|
0x12, 0x36, 0x0a, 0x0b, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x18,
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e,
|
|
|
|
|
0x41, 0x67, 0x65, 0x6e, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x61, 0x67,
|
|
|
|
|
0x65, 0x6e, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x72, 0x75, 0x6e, 0x5f,
|
|
|
|
|
0x72, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x61, 0x6e, 0x61,
|
|
|
|
|
0x67, 0x65, 0x72, 0x2e, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x48,
|
|
|
|
|
0x00, 0x52, 0x06, 0x72, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x42, 0x09, 0x0a, 0x07, 0x6d, 0x65, 0x73,
|
|
|
|
|
0x73, 0x61, 0x67, 0x65, 0x22, 0xd6, 0x01, 0x0a, 0x13, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53,
|
|
|
|
|
0x74, 0x72, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x34, 0x0a, 0x06,
|
|
|
|
|
0x72, 0x75, 0x6e, 0x52, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6d,
|
|
|
|
|
0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x71, 0x48, 0x00, 0x52, 0x06, 0x72, 0x75, 0x6e, 0x52,
|
|
|
|
|
0x65, 0x71, 0x12, 0x38, 0x0a, 0x0c, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x52,
|
|
|
|
|
0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67,
|
|
|
|
|
0x65, 0x72, 0x2e, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x48, 0x00, 0x52, 0x0c,
|
|
|
|
|
0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x44, 0x0a, 0x0f,
|
|
|
|
|
0x73, 0x74, 0x6f, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
|
|
|
|
|
0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e,
|
|
|
|
|
0x53, 0x74, 0x6f, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48,
|
|
|
|
|
0x00, 0x52, 0x0f, 0x73, 0x74, 0x6f, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x42, 0x09, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0xb6, 0x02,
|
|
|
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x31, 0x0a, 0x0b, 0x42, 0x61, 0x63, 0x6b, 0x65,
|
|
|
|
|
0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0xde, 0x01, 0x0a, 0x0a, 0x41,
|
|
|
|
|
0x67, 0x65, 0x6e, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x76, 0x65,
|
|
|
|
|
0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65,
|
|
|
|
|
0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65,
|
|
|
|
|
0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
|
|
|
|
|
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69,
|
|
|
|
|
0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
|
|
|
|
|
0x6d, 0x70, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6d, 0x70,
|
|
|
|
|
0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x65, 0x74,
|
|
|
|
|
0x61, 0x69, 0x6c, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x64, 0x65, 0x74, 0x61,
|
|
|
|
|
0x69, 0x6c, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x6f,
|
|
|
|
|
0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61,
|
|
|
|
|
0x74, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x9b, 0x01, 0x0a, 0x08,
|
|
|
|
|
0x41, 0x67, 0x65, 0x6e, 0x74, 0x4c, 0x6f, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
|
|
|
|
|
0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
|
|
|
0x67, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6d, 0x70,
|
|
|
|
|
0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76,
|
|
|
|
|
0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12,
|
|
|
|
|
0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01,
|
|
|
|
|
0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
|
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09,
|
|
|
|
|
0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0xf5, 0x01, 0x0a, 0x13, 0x43, 0x6c,
|
|
|
|
|
0x69, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
|
|
0x65, 0x12, 0x30, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x41,
|
|
|
|
|
0x67, 0x65, 0x6e, 0x74, 0x4c, 0x6f, 0x67, 0x48, 0x00, 0x52, 0x08, 0x61, 0x67, 0x65, 0x6e, 0x74,
|
|
|
|
|
0x4c, 0x6f, 0x67, 0x12, 0x36, 0x0a, 0x0b, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x5f, 0x65, 0x76, 0x65,
|
|
|
|
|
0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67,
|
|
|
|
|
0x65, 0x72, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x48, 0x00, 0x52,
|
|
|
|
|
0x0a, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x72,
|
|
|
|
|
0x75, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d,
|
|
|
|
|
0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
|
0x73, 0x65, 0x48, 0x00, 0x52, 0x06, 0x72, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x38, 0x0a, 0x0b,
|
|
|
|
|
0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
|
0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x42, 0x61, 0x63, 0x6b,
|
|
|
|
|
0x65, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x0b, 0x62, 0x61, 0x63, 0x6b, 0x65,
|
|
|
|
|
0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x09, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
|
|
0x65, 0x22, 0x99, 0x02, 0x0a, 0x13, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x72, 0x65,
|
|
|
|
|
0x61, 0x6d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x34, 0x0a, 0x06, 0x72, 0x75, 0x6e,
|
|
|
|
|
0x52, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6d, 0x61, 0x6e, 0x61,
|
|
|
|
|
0x67, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
|
|
|
|
|
0x75, 0x6e, 0x52, 0x65, 0x71, 0x48, 0x00, 0x52, 0x06, 0x72, 0x75, 0x6e, 0x52, 0x65, 0x71, 0x12,
|
|
|
|
|
0x38, 0x0a, 0x0c, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x18,
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e,
|
|
|
|
|
0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x65, 0x72,
|
|
|
|
|
0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x44, 0x0a, 0x0f, 0x73, 0x74, 0x6f,
|
|
|
|
|
0x70, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01,
|
|
|
|
|
0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x53, 0x74, 0x6f,
|
|
|
|
|
0x70, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x0f,
|
|
|
|
|
0x73, 0x74, 0x6f, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
|
|
|
0x41, 0x0a, 0x0e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
|
|
|
0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
|
|
|
|
|
0x72, 0x2e, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71,
|
|
|
|
|
0x48, 0x00, 0x52, 0x0e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52,
|
|
|
|
|
0x65, 0x71, 0x42, 0x09, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0xb6, 0x02,
|
|
|
|
|
0x0a, 0x11, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x75, 0x6e,
|
|
|
|
|
0x52, 0x65, 0x71, 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,
|
|
|
|
@@ -963,40 +1104,42 @@ var file_manager_manager_proto_rawDesc = []byte{
|
|
|
|
|
0x0c, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x07, 0x20,
|
|
|
|
|
0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x41, 0x67,
|
|
|
|
|
0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x0b, 0x61, 0x67, 0x65, 0x6e, 0x74,
|
|
|
|
|
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x2a, 0x0a, 0x0e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74,
|
|
|
|
|
0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72,
|
|
|
|
|
0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x4b,
|
|
|
|
|
0x65, 0x79, 0x22, 0x37, 0x0a, 0x07, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12, 0x12, 0x0a,
|
|
|
|
|
0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x68, 0x61, 0x73,
|
|
|
|
|
0x68, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
|
0x28, 0x0c, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x22, 0x39, 0x0a, 0x09, 0x41,
|
|
|
|
|
0x6c, 0x67, 0x6f, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x61, 0x73, 0x68,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x68, 0x61, 0x73, 0x68, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
|
0x75, 0x73, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x75,
|
|
|
|
|
0x73, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x22, 0xf9, 0x01, 0x0a, 0x0b, 0x41, 0x67, 0x65, 0x6e, 0x74,
|
|
|
|
|
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f,
|
|
|
|
|
0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x1b,
|
|
|
|
|
0x0a, 0x09, 0x63, 0x65, 0x72, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x08, 0x63, 0x65, 0x72, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6b,
|
|
|
|
|
0x65, 0x79, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b,
|
|
|
|
|
0x65, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x0e, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
|
|
|
0x5f, 0x63, 0x61, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
|
|
|
|
|
0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x0e,
|
|
|
|
|
0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x06,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x43, 0x61, 0x46, 0x69,
|
|
|
|
|
0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18,
|
|
|
|
|
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12,
|
|
|
|
|
0x21, 0x0a, 0x0c, 0x61, 0x74, 0x74, 0x65, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x74, 0x6c, 0x73, 0x18,
|
|
|
|
|
0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x61, 0x74, 0x74, 0x65, 0x73, 0x74, 0x65, 0x64, 0x54,
|
|
|
|
|
0x6c, 0x73, 0x32, 0x5d, 0x0a, 0x0e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x53, 0x65, 0x72,
|
|
|
|
|
0x76, 0x69, 0x63, 0x65, 0x12, 0x4b, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x12,
|
|
|
|
|
0x1c, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
|
|
|
0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x1c, 0x2e,
|
|
|
|
|
0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74,
|
|
|
|
|
0x72, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x00, 0x28, 0x01, 0x30,
|
|
|
|
|
0x01, 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x62, 0x06,
|
|
|
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x20, 0x0a, 0x0e, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e,
|
|
|
|
|
0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x2a, 0x0a, 0x0e, 0x52, 0x65, 0x73, 0x75,
|
|
|
|
|
0x6c, 0x74, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73,
|
|
|
|
|
0x65, 0x72, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x75, 0x73, 0x65,
|
|
|
|
|
0x72, 0x4b, 0x65, 0x79, 0x22, 0x37, 0x0a, 0x07, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12,
|
|
|
|
|
0x12, 0x0a, 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x68,
|
|
|
|
|
0x61, 0x73, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x18, 0x02,
|
|
|
|
|
0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x22, 0x39, 0x0a,
|
|
|
|
|
0x09, 0x41, 0x6c, 0x67, 0x6f, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x61,
|
|
|
|
|
0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x68, 0x61, 0x73, 0x68, 0x12, 0x18,
|
|
|
|
|
0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52,
|
|
|
|
|
0x07, 0x75, 0x73, 0x65, 0x72, 0x4b, 0x65, 0x79, 0x22, 0xf9, 0x01, 0x0a, 0x0b, 0x41, 0x67, 0x65,
|
|
|
|
|
0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04,
|
|
|
|
|
0x68, 0x6f, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74,
|
|
|
|
|
0x12, 0x1b, 0x0a, 0x09, 0x63, 0x65, 0x72, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x03, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x65, 0x72, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x19, 0x0a,
|
|
|
|
|
0x08, 0x6b, 0x65, 0x79, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x07, 0x6b, 0x65, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x0e, 0x63, 0x6c, 0x69, 0x65,
|
|
|
|
|
0x6e, 0x74, 0x5f, 0x63, 0x61, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x24,
|
|
|
|
|
0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x5f, 0x66, 0x69, 0x6c, 0x65,
|
|
|
|
|
0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x43, 0x61,
|
|
|
|
|
0x46, 0x69, 0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x5f, 0x6c, 0x65, 0x76, 0x65,
|
|
|
|
|
0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65,
|
|
|
|
|
0x6c, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x74, 0x74, 0x65, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x74, 0x6c,
|
|
|
|
|
0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x61, 0x74, 0x74, 0x65, 0x73, 0x74, 0x65,
|
|
|
|
|
0x64, 0x54, 0x6c, 0x73, 0x32, 0x5d, 0x0a, 0x0e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x53,
|
|
|
|
|
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x4b, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73,
|
|
|
|
|
0x73, 0x12, 0x1c, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x43, 0x6c, 0x69, 0x65,
|
|
|
|
|
0x6e, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a,
|
|
|
|
|
0x1c, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72,
|
|
|
|
|
0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x00, 0x28,
|
|
|
|
|
0x01, 0x30, 0x01, 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
|
|
|
|
|
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@@ -1011,42 +1154,46 @@ func file_manager_manager_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_manager_manager_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_manager_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
|
|
|
|
|
var file_manager_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
|
|
|
|
|
var file_manager_manager_proto_goTypes = []any{
|
|
|
|
|
(*Terminate)(nil), // 0: manager.Terminate
|
|
|
|
|
(*StopComputation)(nil), // 1: manager.StopComputation
|
|
|
|
|
(*RunResponse)(nil), // 2: manager.RunResponse
|
|
|
|
|
(*AgentEvent)(nil), // 3: manager.AgentEvent
|
|
|
|
|
(*AgentLog)(nil), // 4: manager.AgentLog
|
|
|
|
|
(*ClientStreamMessage)(nil), // 5: manager.ClientStreamMessage
|
|
|
|
|
(*ServerStreamMessage)(nil), // 6: manager.ServerStreamMessage
|
|
|
|
|
(*ComputationRunReq)(nil), // 7: manager.ComputationRunReq
|
|
|
|
|
(*ResultConsumer)(nil), // 8: manager.ResultConsumer
|
|
|
|
|
(*Dataset)(nil), // 9: manager.Dataset
|
|
|
|
|
(*Algorithm)(nil), // 10: manager.Algorithm
|
|
|
|
|
(*AgentConfig)(nil), // 11: manager.AgentConfig
|
|
|
|
|
(*timestamppb.Timestamp)(nil), // 12: google.protobuf.Timestamp
|
|
|
|
|
(*BackendInfo)(nil), // 3: manager.BackendInfo
|
|
|
|
|
(*AgentEvent)(nil), // 4: manager.AgentEvent
|
|
|
|
|
(*AgentLog)(nil), // 5: manager.AgentLog
|
|
|
|
|
(*ClientStreamMessage)(nil), // 6: manager.ClientStreamMessage
|
|
|
|
|
(*ServerStreamMessage)(nil), // 7: manager.ServerStreamMessage
|
|
|
|
|
(*ComputationRunReq)(nil), // 8: manager.ComputationRunReq
|
|
|
|
|
(*BackendInfoReq)(nil), // 9: manager.BackendInfoReq
|
|
|
|
|
(*ResultConsumer)(nil), // 10: manager.ResultConsumer
|
|
|
|
|
(*Dataset)(nil), // 11: manager.Dataset
|
|
|
|
|
(*Algorithm)(nil), // 12: manager.Algorithm
|
|
|
|
|
(*AgentConfig)(nil), // 13: manager.AgentConfig
|
|
|
|
|
(*timestamppb.Timestamp)(nil), // 14: google.protobuf.Timestamp
|
|
|
|
|
}
|
|
|
|
|
var file_manager_manager_proto_depIdxs = []int32{
|
|
|
|
|
12, // 0: manager.AgentEvent.timestamp:type_name -> google.protobuf.Timestamp
|
|
|
|
|
12, // 1: manager.AgentLog.timestamp:type_name -> google.protobuf.Timestamp
|
|
|
|
|
4, // 2: manager.ClientStreamMessage.agent_log:type_name -> manager.AgentLog
|
|
|
|
|
3, // 3: manager.ClientStreamMessage.agent_event:type_name -> manager.AgentEvent
|
|
|
|
|
14, // 0: manager.AgentEvent.timestamp:type_name -> google.protobuf.Timestamp
|
|
|
|
|
14, // 1: manager.AgentLog.timestamp:type_name -> google.protobuf.Timestamp
|
|
|
|
|
5, // 2: manager.ClientStreamMessage.agent_log:type_name -> manager.AgentLog
|
|
|
|
|
4, // 3: manager.ClientStreamMessage.agent_event:type_name -> manager.AgentEvent
|
|
|
|
|
2, // 4: manager.ClientStreamMessage.run_res:type_name -> manager.RunResponse
|
|
|
|
|
7, // 5: manager.ServerStreamMessage.runReq:type_name -> manager.ComputationRunReq
|
|
|
|
|
0, // 6: manager.ServerStreamMessage.terminateReq:type_name -> manager.Terminate
|
|
|
|
|
1, // 7: manager.ServerStreamMessage.stopComputation:type_name -> manager.StopComputation
|
|
|
|
|
9, // 8: manager.ComputationRunReq.datasets:type_name -> manager.Dataset
|
|
|
|
|
10, // 9: manager.ComputationRunReq.algorithm:type_name -> manager.Algorithm
|
|
|
|
|
8, // 10: manager.ComputationRunReq.result_consumers:type_name -> manager.ResultConsumer
|
|
|
|
|
11, // 11: manager.ComputationRunReq.agent_config:type_name -> manager.AgentConfig
|
|
|
|
|
5, // 12: manager.ManagerService.Process:input_type -> manager.ClientStreamMessage
|
|
|
|
|
6, // 13: manager.ManagerService.Process:output_type -> manager.ServerStreamMessage
|
|
|
|
|
13, // [13:14] is the sub-list for method output_type
|
|
|
|
|
12, // [12:13] is the sub-list for method input_type
|
|
|
|
|
12, // [12:12] is the sub-list for extension type_name
|
|
|
|
|
12, // [12:12] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:12] is the sub-list for field type_name
|
|
|
|
|
3, // 5: manager.ClientStreamMessage.backendInfo:type_name -> manager.BackendInfo
|
|
|
|
|
8, // 6: manager.ServerStreamMessage.runReq:type_name -> manager.ComputationRunReq
|
|
|
|
|
0, // 7: manager.ServerStreamMessage.terminateReq:type_name -> manager.Terminate
|
|
|
|
|
1, // 8: manager.ServerStreamMessage.stopComputation:type_name -> manager.StopComputation
|
|
|
|
|
9, // 9: manager.ServerStreamMessage.backendInfoReq:type_name -> manager.BackendInfoReq
|
|
|
|
|
11, // 10: manager.ComputationRunReq.datasets:type_name -> manager.Dataset
|
|
|
|
|
12, // 11: manager.ComputationRunReq.algorithm:type_name -> manager.Algorithm
|
|
|
|
|
10, // 12: manager.ComputationRunReq.result_consumers:type_name -> manager.ResultConsumer
|
|
|
|
|
13, // 13: manager.ComputationRunReq.agent_config:type_name -> manager.AgentConfig
|
|
|
|
|
6, // 14: manager.ManagerService.Process:input_type -> manager.ClientStreamMessage
|
|
|
|
|
7, // 15: manager.ManagerService.Process:output_type -> manager.ServerStreamMessage
|
|
|
|
|
15, // [15:16] is the sub-list for method output_type
|
|
|
|
|
14, // [14:15] is the sub-list for method input_type
|
|
|
|
|
14, // [14:14] is the sub-list for extension type_name
|
|
|
|
|
14, // [14:14] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:14] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_manager_manager_proto_init() }
|
|
|
|
@@ -1092,7 +1239,7 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*AgentEvent); i {
|
|
|
|
|
switch v := v.(*BackendInfo); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@@ -1104,7 +1251,7 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*AgentLog); i {
|
|
|
|
|
switch v := v.(*AgentEvent); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@@ -1116,7 +1263,7 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*ClientStreamMessage); i {
|
|
|
|
|
switch v := v.(*AgentLog); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@@ -1128,7 +1275,7 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*ServerStreamMessage); i {
|
|
|
|
|
switch v := v.(*ClientStreamMessage); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@@ -1140,7 +1287,7 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*ComputationRunReq); i {
|
|
|
|
|
switch v := v.(*ServerStreamMessage); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@@ -1152,7 +1299,7 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*ResultConsumer); i {
|
|
|
|
|
switch v := v.(*ComputationRunReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@@ -1164,7 +1311,7 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*Dataset); i {
|
|
|
|
|
switch v := v.(*BackendInfoReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@@ -1176,7 +1323,7 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*Algorithm); i {
|
|
|
|
|
switch v := v.(*ResultConsumer); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@@ -1188,6 +1335,30 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*Dataset); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*Algorithm); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
|
|
|
|
switch v := v.(*AgentConfig); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@@ -1200,15 +1371,17 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[5].OneofWrappers = []any{
|
|
|
|
|
file_manager_manager_proto_msgTypes[6].OneofWrappers = []any{
|
|
|
|
|
(*ClientStreamMessage_AgentLog)(nil),
|
|
|
|
|
(*ClientStreamMessage_AgentEvent)(nil),
|
|
|
|
|
(*ClientStreamMessage_RunRes)(nil),
|
|
|
|
|
(*ClientStreamMessage_BackendInfo)(nil),
|
|
|
|
|
}
|
|
|
|
|
file_manager_manager_proto_msgTypes[6].OneofWrappers = []any{
|
|
|
|
|
file_manager_manager_proto_msgTypes[7].OneofWrappers = []any{
|
|
|
|
|
(*ServerStreamMessage_RunReq)(nil),
|
|
|
|
|
(*ServerStreamMessage_TerminateReq)(nil),
|
|
|
|
|
(*ServerStreamMessage_StopComputation)(nil),
|
|
|
|
|
(*ServerStreamMessage_BackendInfoReq)(nil),
|
|
|
|
|
}
|
|
|
|
|
type x struct{}
|
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
@@ -1216,7 +1389,7 @@ func file_manager_manager_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_manager_manager_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 12,
|
|
|
|
|
NumMessages: 14,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
|