diff --git a/go.mod b/go.mod index 0425d907..5dc0f4f1 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( golang.org/x/net v0.42.0 // indirect golang.org/x/sys v0.34.0 // indirect golang.org/x/text v0.30.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect google.golang.org/protobuf v1.36.10 // indirect ) diff --git a/go.sum b/go.sum index e6638a5e..1fcc5440 100644 --- a/go.sum +++ b/go.sum @@ -84,8 +84,8 @@ golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk= gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E= -google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f h1:1FTH6cpXFsENbPR5Bu8NQddPSaUUE6NA2XdZdDSAJK4= -google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk= +google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 h1:M1rk8KBnUsBDg1oPGHNCxG4vc1f49epmTO7xscSajMk= +google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk= google.golang.org/grpc v1.76.0 h1:UnVkv1+uMLYXoIz6o7chp59WfQUYA2ex/BXQ9rHZu7A= google.golang.org/grpc v1.76.0/go.mod h1:Ju12QI8M6iQJtbcsV+awF5a4hfJMLi4X0JLo94ULZ6c= google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE= diff --git a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go index fad6f584..fc41376a 100644 --- a/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go +++ b/rpc/nodeagent/compute/moc_nodeagent_virtualmachine.pb.go @@ -1418,6 +1418,84 @@ func (m *VirtualMachineHyperVVmId) GetHyperVVmId() string { return "" } +type VirtualMachineHyperVVmRequest struct { + HyperVVmName string `protobuf:"bytes,1,opt,name=hyperVVmName,proto3" json:"hyperVVmName,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VirtualMachineHyperVVmRequest) Reset() { *m = VirtualMachineHyperVVmRequest{} } +func (m *VirtualMachineHyperVVmRequest) String() string { return proto.CompactTextString(m) } +func (*VirtualMachineHyperVVmRequest) ProtoMessage() {} +func (*VirtualMachineHyperVVmRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_9f3eecb05bcac3b7, []int{24} +} + +func (m *VirtualMachineHyperVVmRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VirtualMachineHyperVVmRequest.Unmarshal(m, b) +} +func (m *VirtualMachineHyperVVmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VirtualMachineHyperVVmRequest.Marshal(b, m, deterministic) +} +func (m *VirtualMachineHyperVVmRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_VirtualMachineHyperVVmRequest.Merge(m, src) +} +func (m *VirtualMachineHyperVVmRequest) XXX_Size() int { + return xxx_messageInfo_VirtualMachineHyperVVmRequest.Size(m) +} +func (m *VirtualMachineHyperVVmRequest) XXX_DiscardUnknown() { + xxx_messageInfo_VirtualMachineHyperVVmRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_VirtualMachineHyperVVmRequest proto.InternalMessageInfo + +func (m *VirtualMachineHyperVVmRequest) GetHyperVVmName() string { + if m != nil { + return m.HyperVVmName + } + return "" +} + +type VirtualMachineHyperVVmResponse struct { + Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VirtualMachineHyperVVmResponse) Reset() { *m = VirtualMachineHyperVVmResponse{} } +func (m *VirtualMachineHyperVVmResponse) String() string { return proto.CompactTextString(m) } +func (*VirtualMachineHyperVVmResponse) ProtoMessage() {} +func (*VirtualMachineHyperVVmResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_9f3eecb05bcac3b7, []int{25} +} + +func (m *VirtualMachineHyperVVmResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VirtualMachineHyperVVmResponse.Unmarshal(m, b) +} +func (m *VirtualMachineHyperVVmResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VirtualMachineHyperVVmResponse.Marshal(b, m, deterministic) +} +func (m *VirtualMachineHyperVVmResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_VirtualMachineHyperVVmResponse.Merge(m, src) +} +func (m *VirtualMachineHyperVVmResponse) XXX_Size() int { + return xxx_messageInfo_VirtualMachineHyperVVmResponse.Size(m) +} +func (m *VirtualMachineHyperVVmResponse) XXX_DiscardUnknown() { + xxx_messageInfo_VirtualMachineHyperVVmResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_VirtualMachineHyperVVmResponse proto.InternalMessageInfo + +func (m *VirtualMachineHyperVVmResponse) GetExists() bool { + if m != nil { + return m.Exists + } + return false +} + func init() { proto.RegisterType((*VirtualMachineRequest)(nil), "moc.nodeagent.compute.VirtualMachineRequest") proto.RegisterType((*VirtualMachineResponse)(nil), "moc.nodeagent.compute.VirtualMachineResponse") @@ -1443,6 +1521,8 @@ func init() { proto.RegisterType((*VirtualMachineRunCommandRequest)(nil), "moc.nodeagent.compute.VirtualMachineRunCommandRequest") proto.RegisterType((*VirtualMachineRunCommandResponse)(nil), "moc.nodeagent.compute.VirtualMachineRunCommandResponse") proto.RegisterType((*VirtualMachineHyperVVmId)(nil), "moc.nodeagent.compute.VirtualMachineHyperVVmId") + proto.RegisterType((*VirtualMachineHyperVVmRequest)(nil), "moc.nodeagent.compute.VirtualMachineHyperVVmRequest") + proto.RegisterType((*VirtualMachineHyperVVmResponse)(nil), "moc.nodeagent.compute.VirtualMachineHyperVVmResponse") } func init() { @@ -1450,126 +1530,129 @@ func init() { } var fileDescriptor_9f3eecb05bcac3b7 = []byte{ - // 1891 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xdf, 0x6f, 0xe3, 0xc6, - 0xf1, 0x8f, 0x74, 0xb6, 0xcf, 0x1e, 0xff, 0xb8, 0x78, 0x63, 0xfb, 0x18, 0xe5, 0xee, 0x62, 0xf0, - 0xee, 0xfb, 0xad, 0xd3, 0x5c, 0xe5, 0x40, 0x97, 0xa4, 0x4d, 0x90, 0x16, 0xf0, 0xaf, 0xb3, 0x9d, - 0xd6, 0x3e, 0x75, 0x75, 0x76, 0xd0, 0xb4, 0x80, 0xb1, 0x26, 0xd7, 0xd2, 0xc2, 0x22, 0x97, 0xdd, - 0x5d, 0x5a, 0x91, 0x5f, 0x0a, 0xf4, 0xa5, 0x79, 0xea, 0x9f, 0xd1, 0x87, 0x3e, 0xf5, 0xa1, 0x79, - 0x2b, 0xd0, 0xbe, 0xf5, 0xbf, 0xe9, 0xdf, 0x50, 0xec, 0x72, 0x29, 0x91, 0x14, 0x69, 0xe8, 0x80, - 0xeb, 0x93, 0xc4, 0x99, 0xf9, 0xcc, 0x7e, 0x76, 0x76, 0x66, 0x76, 0x48, 0x70, 0x03, 0xee, 0x5d, - 0x84, 0xdc, 0xa7, 0xa4, 0x4b, 0x43, 0x75, 0x71, 0xc3, 0x84, 0x8a, 0x49, 0x3f, 0x20, 0x5e, 0x8f, - 0x85, 0xb4, 0x19, 0x09, 0xae, 0x38, 0x5a, 0x0f, 0xb8, 0xd7, 0x1c, 0xd9, 0x34, 0x3d, 0x1e, 0x44, - 0xb1, 0xa2, 0x8d, 0x0f, 0xba, 0x9c, 0x77, 0xfb, 0x74, 0xdb, 0x18, 0x5d, 0xc6, 0x57, 0xdb, 0x34, - 0x88, 0xd4, 0x30, 0xc1, 0x34, 0x9e, 0x14, 0x95, 0x03, 0x41, 0xa2, 0x88, 0x0a, 0x69, 0xf5, 0x0f, - 0xf5, 0xba, 0x1e, 0x0f, 0x02, 0x1e, 0xda, 0x9f, 0x14, 0x98, 0x57, 0xe8, 0x95, 0x72, 0xfa, 0xc7, - 0x19, 0x7d, 0xc8, 0x15, 0xbb, 0x62, 0x1e, 0x51, 0x2c, 0x55, 0xbb, 0x7f, 0xad, 0xc1, 0xfa, 0x79, - 0xb2, 0x89, 0x93, 0x64, 0x13, 0x98, 0xfe, 0x3e, 0xa6, 0x52, 0xa1, 0xdf, 0x16, 0x15, 0x9d, 0xa1, - 0x54, 0x34, 0x90, 0x4e, 0x6d, 0xf3, 0xde, 0xd6, 0x62, 0xeb, 0xff, 0x9a, 0xa5, 0xbb, 0x6c, 0x16, - 0x9c, 0x95, 0xfb, 0x40, 0x9f, 0xc2, 0xf2, 0xab, 0x88, 0x0a, 0xc3, 0xe4, 0xf5, 0x30, 0xa2, 0x4e, - 0x7d, 0xb3, 0xb6, 0xb5, 0xd2, 0x5a, 0x31, 0x4e, 0x47, 0x1a, 0x9c, 0x37, 0x72, 0xff, 0x59, 0x83, - 0x8d, 0x22, 0x59, 0x19, 0xf1, 0x50, 0xd2, 0xff, 0x2d, 0xdb, 0x16, 0xcc, 0x61, 0x2a, 0xe3, 0xbe, - 0x32, 0x34, 0x17, 0x5b, 0x8d, 0x66, 0x72, 0x5a, 0xcd, 0xf4, 0xb4, 0x9a, 0xbb, 0x9c, 0xf7, 0xcf, - 0x49, 0x3f, 0xa6, 0xd8, 0x5a, 0xa2, 0x35, 0x98, 0x3d, 0x10, 0x82, 0x0b, 0xe7, 0xde, 0x66, 0x6d, - 0x6b, 0x01, 0x27, 0x0f, 0x6e, 0x13, 0x96, 0x3a, 0x9d, 0xa3, 0x76, 0x7c, 0xd9, 0x67, 0xde, 0x2f, - 0xe9, 0x10, 0x3d, 0x81, 0xfb, 0xd7, 0x74, 0xe8, 0x13, 0x45, 0x9c, 0x9a, 0xb6, 0xdb, 0x9d, 0xf9, - 0xfe, 0x07, 0xa7, 0x86, 0x53, 0xa1, 0x1b, 0xc2, 0xcc, 0x3e, 0x93, 0xd7, 0xa8, 0x01, 0xf3, 0x3e, - 0x93, 0xd7, 0x21, 0x09, 0x68, 0x62, 0x88, 0x47, 0xcf, 0xe8, 0x6b, 0x58, 0x0c, 0x48, 0x48, 0xba, - 0xd4, 0xd7, 0xa6, 0x96, 0xe2, 0x96, 0xd9, 0x70, 0x7e, 0x3b, 0x27, 0x63, 0xab, 0x36, 0x11, 0x24, - 0xa0, 0x8a, 0x0a, 0x89, 0xb3, 0x60, 0xb7, 0x0f, 0x4b, 0x9d, 0x1e, 0x11, 0xd4, 0x7f, 0xc9, 0xfb, - 0x3e, 0x15, 0xe8, 0x53, 0x58, 0x97, 0xe6, 0xf9, 0xca, 0x3c, 0x0b, 0x7a, 0x45, 0x05, 0x0d, 0xbd, - 0x94, 0x44, 0xb9, 0x12, 0xfd, 0x3f, 0xac, 0x74, 0x75, 0x0e, 0x05, 0x3c, 0x0e, 0x55, 0x44, 0x54, - 0xcf, 0x90, 0x5a, 0xc0, 0x05, 0xa9, 0xfb, 0xa7, 0x3a, 0xac, 0x75, 0x14, 0x17, 0xa4, 0x4b, 0xf7, - 0x78, 0x78, 0xc5, 0xba, 0x71, 0x72, 0xd8, 0xe8, 0x05, 0xcc, 0x71, 0xa9, 0x37, 0x68, 0xd6, 0x59, - 0x6c, 0x7d, 0x50, 0x71, 0x7c, 0x9a, 0x33, 0xb6, 0xa6, 0xe8, 0x0b, 0x58, 0xd0, 0x31, 0xd3, 0xff, - 0xa5, 0x53, 0x37, 0xc7, 0x7e, 0x27, 0x6e, 0x6c, 0xad, 0xb7, 0x79, 0x13, 0x24, 0x14, 0xf6, 0x78, - 0xa8, 0x08, 0x0b, 0xa9, 0x38, 0xd5, 0xb1, 0x4e, 0x0e, 0xaf, 0x5c, 0x89, 0x8e, 0x61, 0x59, 0x66, - 0x82, 0x25, 0x9d, 0x19, 0xb3, 0xe8, 0xd3, 0x8a, 0x45, 0xb3, 0x81, 0xc5, 0x79, 0xa4, 0xfb, 0x12, - 0xde, 0x3d, 0xa5, 0x6a, 0xc0, 0xc5, 0xf5, 0x71, 0xa8, 0xa8, 0xb8, 0x22, 0x1e, 0x45, 0x2d, 0x58, - 0x0b, 0x0b, 0xb2, 0xd3, 0xf1, 0xf9, 0x97, 0xea, 0xdc, 0x0b, 0x58, 0xb3, 0x7e, 0xf2, 0x01, 0x3d, - 0x04, 0x60, 0xa9, 0x61, 0x5a, 0x13, 0x3f, 0xaa, 0xe0, 0x59, 0x24, 0x82, 0x33, 0x50, 0xf7, 0x8f, - 0x35, 0x58, 0x3d, 0x93, 0x54, 0xe4, 0xdd, 0x6f, 0xc2, 0x7c, 0x2c, 0xa9, 0x18, 0xa7, 0xa7, 0xcd, - 0xe3, 0x91, 0x54, 0x5b, 0x44, 0x44, 0xca, 0x01, 0x17, 0x7e, 0x92, 0x0c, 0xa9, 0x45, 0x2a, 0x45, - 0x1f, 0x25, 0x3e, 0x94, 0xee, 0x06, 0xf7, 0x4c, 0x37, 0x58, 0x36, 0x04, 0xf5, 0x6a, 0xba, 0xfa, - 0xf1, 0x48, 0xad, 0xa3, 0x85, 0xf7, 0xdb, 0x79, 0x0a, 0x4f, 0x00, 0x7c, 0x26, 0xc9, 0x65, 0x9f, - 0xe2, 0xfd, 0xb6, 0x21, 0x31, 0x8f, 0x33, 0x12, 0x84, 0x60, 0x26, 0xe2, 0x22, 0xa9, 0xe0, 0x65, - 0x6c, 0xfe, 0xbb, 0x7f, 0xa9, 0x01, 0xfa, 0x15, 0x0b, 0xe3, 0xef, 0xf2, 0xae, 0xf6, 0xe1, 0xb1, - 0x05, 0xb6, 0x2d, 0xb9, 0x9d, 0x58, 0xf5, 0x68, 0xa8, 0x6c, 0xeb, 0xb4, 0xde, 0xef, 0x36, 0x42, - 0x5f, 0xc3, 0x7b, 0x5e, 0x9f, 0xc7, 0xfe, 0x71, 0xc8, 0xd4, 0x3e, 0x51, 0xa4, 0xc3, 0x63, 0xe1, - 0xa5, 0x8d, 0xce, 0x31, 0x5b, 0xdb, 0x9b, 0xd4, 0xe3, 0x32, 0x90, 0xfb, 0x7d, 0x1d, 0xd6, 0xbe, - 0x61, 0xa1, 0xcf, 0x07, 0x32, 0x4f, 0xf5, 0x73, 0xd8, 0xa0, 0xa1, 0x26, 0xb1, 0x13, 0x2b, 0x1e, - 0x10, 0xc5, 0xbc, 0xb3, 0xc8, 0x27, 0xca, 0x9c, 0xb1, 0xe6, 0x58, 0xa1, 0xd5, 0xfd, 0x44, 0xb1, - 0x80, 0x7e, 0xcb, 0x43, 0x6a, 0x6b, 0x73, 0xf4, 0x8c, 0x3a, 0x93, 0xd1, 0x35, 0x07, 0x52, 0x9d, - 0x31, 0x45, 0x73, 0x3c, 0x79, 0x3c, 0x87, 0x80, 0xbe, 0x61, 0x21, 0x3e, 0xc9, 0xbb, 0x9d, 0x31, - 0x6e, 0x1f, 0x1a, 0xb7, 0x93, 0x6a, 0x5c, 0x02, 0x71, 0xff, 0x3d, 0x0b, 0x8f, 0xec, 0xad, 0x10, - 0x76, 0x93, 0x06, 0x9d, 0x5f, 0xc9, 0x85, 0x25, 0xcb, 0x4b, 0x64, 0xca, 0x25, 0x27, 0x43, 0xa7, - 0xb0, 0x4c, 0xfc, 0x80, 0x85, 0x4c, 0x2a, 0x41, 0x14, 0x17, 0xb9, 0xa6, 0x39, 0xb9, 0xbf, 0x89, - 0x84, 0xc7, 0x79, 0x38, 0xfa, 0x05, 0xcc, 0xea, 0xe4, 0x94, 0xce, 0x3d, 0x53, 0x59, 0xd3, 0xfb, - 0x49, 0x60, 0xe8, 0x19, 0x80, 0x17, 0x4b, 0xc5, 0x03, 0x7d, 0xe6, 0x26, 0x2a, 0x69, 0x7d, 0x64, - 0xe4, 0x68, 0x0f, 0x20, 0x32, 0x37, 0xc7, 0x35, 0x1d, 0x4a, 0x67, 0xf6, 0xee, 0x66, 0x93, 0xb9, - 0x65, 0x70, 0x06, 0x86, 0x3e, 0xd1, 0xad, 0xd5, 0x14, 0xd9, 0x5c, 0x26, 0x13, 0x0b, 0x11, 0x35, - 0xf5, 0x66, 0xed, 0xd0, 0xaf, 0x61, 0x95, 0xcb, 0x5d, 0xce, 0x95, 0xde, 0x6d, 0x74, 0x10, 0x76, - 0x59, 0x48, 0x9d, 0xfb, 0x06, 0xfc, 0xb4, 0x0c, 0x5c, 0x30, 0xc5, 0x93, 0x68, 0xf4, 0x1b, 0x40, - 0xfd, 0x89, 0xba, 0x73, 0xe6, 0xcd, 0x21, 0x7c, 0x54, 0xb1, 0xa3, 0xc9, 0x42, 0xc5, 0x25, 0x4e, - 0xd0, 0x05, 0xac, 0x0d, 0x4a, 0x2a, 0xc5, 0x59, 0x30, 0xce, 0x3f, 0xae, 0x70, 0x5e, 0x56, 0x5c, - 0xb8, 0xd4, 0x91, 0xce, 0xe4, 0x48, 0xf0, 0xef, 0x86, 0x79, 0xf7, 0x90, 0xc9, 0xe4, 0xf6, 0x84, - 0x1a, 0x97, 0x40, 0xdc, 0xbf, 0xd7, 0x61, 0xfd, 0x88, 0x08, 0x7f, 0x40, 0xc4, 0xe4, 0xf5, 0x77, - 0x7e, 0xd2, 0x61, 0xb7, 0x49, 0xf2, 0xae, 0xd8, 0x6b, 0xac, 0x30, 0x9b, 0xb0, 0x5b, 0x9a, 0x1c, - 0x53, 0x62, 0x8a, 0x7e, 0x9e, 0xe6, 0x90, 0x01, 0x26, 0x09, 0xfd, 0xb8, 0x04, 0xb8, 0x37, 0x32, - 0xc2, 0x19, 0x00, 0xba, 0x80, 0x86, 0x3f, 0x0c, 0x49, 0xc0, 0xbc, 0x13, 0x1a, 0x70, 0x31, 0x2c, - 0xab, 0xff, 0x0f, 0x8d, 0xbb, 0xfd, 0x4a, 0x33, 0x7c, 0x87, 0x0b, 0xf4, 0x12, 0xd0, 0x4d, 0x8e, - 0xc8, 0x61, 0xfb, 0x2c, 0xbd, 0x32, 0x37, 0x4a, 0x78, 0x1e, 0xb6, 0xcf, 0x70, 0x09, 0xc2, 0xfd, - 0x0a, 0x96, 0xce, 0xe8, 0x15, 0xeb, 0x50, 0xa5, 0x53, 0x4e, 0xa2, 0xe7, 0xb0, 0x2a, 0xa9, 0x17, - 0x0b, 0xaa, 0x93, 0xec, 0xc0, 0xb4, 0x3b, 0xdf, 0x76, 0xbf, 0x49, 0x85, 0xfb, 0x43, 0x0d, 0xd6, - 0x3b, 0x5a, 0xca, 0x54, 0x81, 0xdf, 0x23, 0x58, 0x48, 0x9a, 0xe5, 0xeb, 0xf6, 0x89, 0xc5, 0x8f, - 0x05, 0xe8, 0x10, 0x96, 0xe2, 0xcc, 0xaa, 0x36, 0xbe, 0x55, 0xd5, 0x97, 0x25, 0x88, 0x73, 0x40, - 0xf4, 0x19, 0x2c, 0x49, 0xbb, 0xfe, 0xeb, 0xf1, 0x55, 0xb7, 0x6a, 0x1c, 0x75, 0x32, 0x0a, 0x9c, - 0x33, 0x73, 0xbf, 0x80, 0x65, 0xdd, 0x9c, 0xf1, 0x68, 0xc6, 0x42, 0x30, 0x93, 0x99, 0x06, 0xcd, - 0x7f, 0x3d, 0x73, 0x6a, 0x2e, 0xc9, 0xf4, 0xb3, 0x80, 0x93, 0x07, 0x77, 0x08, 0xab, 0x1a, 0x9a, - 0xdf, 0xed, 0x97, 0x30, 0x7b, 0xcb, 0xc3, 0xd1, 0x2c, 0xf0, 0xac, 0x62, 0x23, 0xb9, 0x35, 0x71, - 0x02, 0x41, 0x5b, 0xf0, 0x40, 0x2a, 0xc1, 0x3c, 0xd5, 0xee, 0x13, 0x8f, 0x06, 0x34, 0x4c, 0x6e, - 0xd5, 0x79, 0x5c, 0x14, 0xbb, 0x7f, 0x9e, 0x87, 0x95, 0xfc, 0xa9, 0x96, 0xf2, 0x5e, 0x81, 0x3a, - 0xb3, 0x63, 0x01, 0xae, 0x33, 0x1f, 0x1d, 0xc0, 0x7d, 0x99, 0x8c, 0x85, 0x36, 0xf1, 0xaa, 0xca, - 0xb6, 0x6c, 0x78, 0xc4, 0x29, 0x16, 0xed, 0x41, 0x9d, 0x4b, 0x7b, 0xc7, 0xbc, 0xa8, 0xf0, 0x70, - 0xd7, 0x55, 0x82, 0xeb, 0x5c, 0x6a, 0x2e, 0x76, 0xd2, 0x72, 0x66, 0xef, 0xe4, 0x52, 0x36, 0x77, - 0xe1, 0x14, 0x8b, 0x8e, 0x60, 0xbe, 0x67, 0x6b, 0xdd, 0x34, 0xde, 0xc5, 0xd6, 0xf3, 0x0a, 0x3f, - 0xa5, 0x2d, 0x01, 0x8f, 0xd0, 0xe8, 0x29, 0xcc, 0x49, 0x45, 0x54, 0x2c, 0x4d, 0x0f, 0x5e, 0x6c, - 0x2d, 0x26, 0xa9, 0x63, 0x44, 0xd8, 0xaa, 0xd0, 0xcf, 0xe0, 0xa1, 0x9d, 0x4e, 0x8e, 0x58, 0xb7, - 0xb7, 0x73, 0x43, 0x58, 0x9f, 0x5c, 0xb2, 0x3e, 0x53, 0x43, 0xd3, 0x65, 0xe7, 0x71, 0x95, 0x5a, - 0x97, 0x13, 0xe9, 0xf7, 0xf9, 0x80, 0xfa, 0xaf, 0x06, 0x7a, 0xd0, 0x35, 0xf9, 0xb4, 0x60, 0xf2, - 0x69, 0x52, 0x81, 0xb6, 0x01, 0x22, 0x3e, 0xa0, 0x42, 0x2f, 0x4f, 0x4d, 0x13, 0x5c, 0x69, 0x3d, - 0x48, 0x9a, 0xe0, 0x48, 0x8c, 0x33, 0x26, 0x3a, 0x0e, 0x69, 0x5e, 0x3b, 0x8b, 0x77, 0xc6, 0xa1, - 0xb4, 0x4a, 0xf1, 0x08, 0xad, 0xe3, 0xa0, 0xa7, 0x2d, 0x35, 0x74, 0x96, 0x32, 0x71, 0x38, 0x30, - 0x22, 0x6c, 0x55, 0xa8, 0x0d, 0xeb, 0xbd, 0xc2, 0x0e, 0x13, 0xaa, 0xcb, 0x86, 0x6a, 0xc3, 0x60, - 0x8e, 0xca, 0x2c, 0x70, 0x39, 0x10, 0x3d, 0x86, 0x19, 0x45, 0xba, 0xd2, 0x59, 0x31, 0x8b, 0x2e, - 0x18, 0x07, 0xaf, 0x49, 0x57, 0x62, 0x23, 0x46, 0x5f, 0x01, 0x98, 0x97, 0x9c, 0x1d, 0xbd, 0x17, - 0xe7, 0x81, 0x31, 0x7a, 0x64, 0x8c, 0x0e, 0x47, 0xe2, 0xfc, 0x8e, 0x32, 0xf6, 0xe8, 0x77, 0xb0, - 0x31, 0x7e, 0x3a, 0x0e, 0xa5, 0x22, 0xa1, 0x47, 0xcf, 0x19, 0x1d, 0x38, 0xef, 0x1a, 0x4f, 0xcf, - 0x4a, 0xfa, 0xe4, 0x84, 0x2d, 0xae, 0xf0, 0x81, 0xce, 0x61, 0xf5, 0xb6, 0xd8, 0x08, 0x9c, 0xd5, - 0x3b, 0x27, 0x9f, 0x89, 0xc6, 0x81, 0x27, 0x5d, 0xe8, 0xc9, 0x3d, 0x12, 0x8c, 0x9b, 0x33, 0x45, - 0x99, 0xc9, 0xbd, 0x6d, 0x85, 0x78, 0xa4, 0xd6, 0xed, 0xf7, 0x49, 0x9e, 0xfe, 0xf8, 0x65, 0xdf, - 0x7e, 0x77, 0x78, 0x05, 0x0f, 0xf2, 0x16, 0x6f, 0xf8, 0x0e, 0x5f, 0x44, 0xa3, 0xdd, 0xf2, 0x6f, - 0x0d, 0x8f, 0x4a, 0x62, 0x59, 0xf9, 0xe5, 0xe1, 0x1f, 0x35, 0xf8, 0xb0, 0x92, 0xb7, 0xfd, 0x04, - 0xf1, 0xd6, 0x89, 0xbf, 0xbd, 0xcf, 0x0e, 0xff, 0xa9, 0x17, 0xe9, 0xe3, 0x38, 0xdc, 0xe3, 0x41, - 0x40, 0x42, 0x3f, 0x8d, 0xfb, 0x49, 0xb1, 0x55, 0xdb, 0x77, 0xef, 0x29, 0xd9, 0x17, 0xfb, 0xfc, - 0x0e, 0xcc, 0x65, 0xde, 0x78, 0xd2, 0xb1, 0xae, 0x8a, 0x44, 0xc7, 0x13, 0x2c, 0x52, 0xf6, 0x15, - 0xc8, 0x02, 0x11, 0x83, 0xf7, 0xc7, 0x16, 0xc7, 0x61, 0x14, 0xab, 0xf1, 0x67, 0x0b, 0x3b, 0x69, - 0x7f, 0x7c, 0xa7, 0xd7, 0x3c, 0x06, 0x57, 0x7b, 0x43, 0x2e, 0x2c, 0xe0, 0x38, 0xdc, 0x91, 0x7a, - 0x42, 0xcf, 0xcd, 0xdf, 0x63, 0x31, 0xfa, 0x31, 0x2c, 0x9b, 0x87, 0xf4, 0x7d, 0xcf, 0xdc, 0x07, - 0xa9, 0x5d, 0x5e, 0xe5, 0xfe, 0xab, 0x06, 0x9b, 0xd5, 0x01, 0xb7, 0x09, 0xf3, 0x96, 0x23, 0x7e, - 0x02, 0x4b, 0xb9, 0x96, 0x31, 0x4d, 0xdc, 0x73, 0x7d, 0x23, 0x07, 0x77, 0xbf, 0x04, 0x27, 0x8f, - 0x3a, 0x1a, 0x46, 0x54, 0x9c, 0x9f, 0x07, 0xc7, 0xbe, 0x7e, 0xd9, 0xee, 0x8d, 0x9e, 0xec, 0x55, - 0x9e, 0x91, 0xb4, 0xfe, 0x36, 0x03, 0xef, 0x95, 0x74, 0x29, 0xd4, 0x85, 0xb9, 0xe3, 0xf0, 0x86, - 0x5f, 0x53, 0xf4, 0x7c, 0xba, 0x3d, 0x26, 0xb9, 0xd9, 0xf8, 0xc9, 0x94, 0xd6, 0x49, 0x60, 0xdd, - 0x77, 0xd0, 0x2d, 0xdc, 0x4f, 0x0a, 0x94, 0xa2, 0xcf, 0xa6, 0xc2, 0x16, 0xdb, 0x50, 0xe3, 0xf3, - 0x37, 0x85, 0x8d, 0xd6, 0x3e, 0x82, 0xd5, 0xbd, 0x1e, 0xf5, 0xae, 0x4f, 0x33, 0x5f, 0x5b, 0xd1, - 0xc6, 0x44, 0xed, 0x1e, 0x04, 0x91, 0x1a, 0x36, 0xde, 0x37, 0xcb, 0x64, 0x4d, 0x33, 0x9e, 0xfe, - 0x00, 0x30, 0x3e, 0x2a, 0x34, 0x1d, 0xa3, 0x89, 0xc2, 0x6e, 0xfc, 0xf4, 0x8d, 0x71, 0x23, 0x02, - 0x0c, 0x96, 0x0f, 0xa9, 0xca, 0x1c, 0xfc, 0x74, 0xa9, 0xd9, 0xd8, 0x9e, 0xca, 0x6c, 0xec, 0xd7, - 0x7d, 0x67, 0xf7, 0x93, 0x6f, 0x9b, 0x5d, 0xa6, 0x7a, 0xf1, 0xa5, 0x36, 0xde, 0x0e, 0x98, 0x27, - 0xb8, 0xe4, 0x57, 0x6a, 0x3b, 0xe0, 0xde, 0xb6, 0x88, 0xbc, 0xed, 0x91, 0xb3, 0x6d, 0xeb, 0xec, - 0x72, 0xce, 0x84, 0xf2, 0xc5, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x1e, 0x4d, 0xec, 0x16, 0x93, - 0x17, 0x00, 0x00, + // 1946 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xdf, 0x6f, 0xdc, 0xc6, + 0xf1, 0xcf, 0x9d, 0x25, 0x59, 0x1a, 0xfd, 0x70, 0xb4, 0x91, 0x64, 0xe6, 0x62, 0x3b, 0x06, 0xed, + 0xef, 0xb7, 0x4a, 0xe3, 0x9e, 0x82, 0xb3, 0x9d, 0x26, 0x41, 0x5a, 0x40, 0xbf, 0x2c, 0x29, 0xad, + 0xe4, 0xeb, 0x9e, 0xa5, 0xa0, 0x69, 0x01, 0x61, 0x45, 0xae, 0xee, 0x16, 0x3a, 0x72, 0xd9, 0xdd, + 0xa5, 0xce, 0x27, 0x14, 0x28, 0xd0, 0x97, 0xe6, 0xa9, 0x7f, 0x46, 0x1f, 0xfa, 0xd0, 0xa7, 0xe6, + 0xad, 0x40, 0xfb, 0xd6, 0xff, 0xa6, 0x7f, 0x43, 0xb1, 0xcb, 0xe5, 0x1d, 0xc9, 0x23, 0x05, 0x09, + 0x70, 0x9f, 0xee, 0x38, 0x33, 0x9f, 0xd9, 0xcf, 0xce, 0xce, 0xcc, 0x0e, 0x09, 0x6e, 0xc0, 0xbd, + 0xd3, 0x90, 0xfb, 0x94, 0x74, 0x69, 0xa8, 0x4e, 0x2f, 0x99, 0x50, 0x31, 0xe9, 0x07, 0xc4, 0xeb, + 0xb1, 0x90, 0x36, 0x23, 0xc1, 0x15, 0x47, 0xab, 0x01, 0xf7, 0x9a, 0x23, 0x9b, 0xa6, 0xc7, 0x83, + 0x28, 0x56, 0xb4, 0xf1, 0x51, 0x97, 0xf3, 0x6e, 0x9f, 0x6e, 0x18, 0xa3, 0xb3, 0xf8, 0x7c, 0x83, + 0x06, 0x91, 0x1a, 0x26, 0x98, 0xc6, 0xa3, 0xa2, 0x72, 0x20, 0x48, 0x14, 0x51, 0x21, 0xad, 0xfe, + 0xbe, 0x5e, 0xd7, 0xe3, 0x41, 0xc0, 0x43, 0xfb, 0x93, 0x02, 0xf3, 0x0a, 0xbd, 0x52, 0x4e, 0xff, + 0x30, 0xa3, 0x0f, 0xb9, 0x62, 0xe7, 0xcc, 0x23, 0x8a, 0xa5, 0x6a, 0xf7, 0xaf, 0x35, 0x58, 0x3d, + 0x49, 0x36, 0x71, 0x98, 0x6c, 0x02, 0xd3, 0xdf, 0xc5, 0x54, 0x2a, 0xf4, 0x9b, 0xa2, 0xa2, 0x33, + 0x94, 0x8a, 0x06, 0xd2, 0xa9, 0x3d, 0xbe, 0xb3, 0x3e, 0xdf, 0xfa, 0xbf, 0x66, 0xe9, 0x2e, 0x9b, + 0x05, 0x67, 0xe5, 0x3e, 0xd0, 0x0b, 0x58, 0x7c, 0x1d, 0x51, 0x61, 0x98, 0xbc, 0x19, 0x46, 0xd4, + 0xa9, 0x3f, 0xae, 0xad, 0x2f, 0xb5, 0x96, 0x8c, 0xd3, 0x91, 0x06, 0xe7, 0x8d, 0xdc, 0x7f, 0xd6, + 0x60, 0xad, 0x48, 0x56, 0x46, 0x3c, 0x94, 0xf4, 0x7f, 0xcb, 0xb6, 0x05, 0x33, 0x98, 0xca, 0xb8, + 0xaf, 0x0c, 0xcd, 0xf9, 0x56, 0xa3, 0x99, 0x9c, 0x56, 0x33, 0x3d, 0xad, 0xe6, 0x16, 0xe7, 0xfd, + 0x13, 0xd2, 0x8f, 0x29, 0xb6, 0x96, 0x68, 0x05, 0xa6, 0x77, 0x85, 0xe0, 0xc2, 0xb9, 0xf3, 0xb8, + 0xb6, 0x3e, 0x87, 0x93, 0x07, 0xb7, 0x09, 0x0b, 0x9d, 0xce, 0x7e, 0x3b, 0x3e, 0xeb, 0x33, 0xef, + 0x17, 0x74, 0x88, 0x1e, 0xc1, 0xdd, 0x0b, 0x3a, 0xf4, 0x89, 0x22, 0x4e, 0x4d, 0xdb, 0x6d, 0x4d, + 0x7d, 0xff, 0x83, 0x53, 0xc3, 0xa9, 0xd0, 0x0d, 0x61, 0x6a, 0x87, 0xc9, 0x0b, 0xd4, 0x80, 0x59, + 0x9f, 0xc9, 0x8b, 0x90, 0x04, 0x34, 0x31, 0xc4, 0xa3, 0x67, 0xf4, 0x0d, 0xcc, 0x07, 0x24, 0x24, + 0x5d, 0xea, 0x6b, 0x53, 0x4b, 0x71, 0xdd, 0x6c, 0x38, 0xbf, 0x9d, 0xc3, 0xb1, 0x55, 0x9b, 0x08, + 0x12, 0x50, 0x45, 0x85, 0xc4, 0x59, 0xb0, 0xdb, 0x87, 0x85, 0x4e, 0x8f, 0x08, 0xea, 0xbf, 0xe2, + 0x7d, 0x9f, 0x0a, 0xf4, 0x02, 0x56, 0xa5, 0x79, 0x3e, 0x37, 0xcf, 0x82, 0x9e, 0x53, 0x41, 0x43, + 0x2f, 0x25, 0x51, 0xae, 0x44, 0xff, 0x0f, 0x4b, 0x5d, 0x9d, 0x43, 0x01, 0x8f, 0x43, 0x15, 0x11, + 0xd5, 0x33, 0xa4, 0xe6, 0x70, 0x41, 0xea, 0xfe, 0xa9, 0x0e, 0x2b, 0x1d, 0xc5, 0x05, 0xe9, 0xd2, + 0x6d, 0x1e, 0x9e, 0xb3, 0x6e, 0x9c, 0x1c, 0x36, 0x7a, 0x0e, 0x33, 0x5c, 0xea, 0x0d, 0x9a, 0x75, + 0xe6, 0x5b, 0x1f, 0x55, 0x1c, 0x9f, 0xe6, 0x8c, 0xad, 0x29, 0xfa, 0x12, 0xe6, 0x74, 0xcc, 0xf4, + 0x7f, 0xe9, 0xd4, 0xcd, 0xb1, 0x5f, 0x8b, 0x1b, 0x5b, 0xeb, 0x6d, 0x5e, 0x06, 0x09, 0x85, 0x6d, + 0x1e, 0x2a, 0xc2, 0x42, 0x2a, 0x8e, 0x74, 0xac, 0x93, 0xc3, 0x2b, 0x57, 0xa2, 0x03, 0x58, 0x94, + 0x99, 0x60, 0x49, 0x67, 0xca, 0x2c, 0xfa, 0xa4, 0x62, 0xd1, 0x6c, 0x60, 0x71, 0x1e, 0xe9, 0xbe, + 0x82, 0xf7, 0x8f, 0xa8, 0x1a, 0x70, 0x71, 0x71, 0x10, 0x2a, 0x2a, 0xce, 0x89, 0x47, 0x51, 0x0b, + 0x56, 0xc2, 0x82, 0xec, 0x68, 0x7c, 0xfe, 0xa5, 0x3a, 0xf7, 0x14, 0x56, 0xac, 0x9f, 0x7c, 0x40, + 0xf7, 0x00, 0x58, 0x6a, 0x98, 0xd6, 0xc4, 0x8f, 0x2a, 0x78, 0x16, 0x89, 0xe0, 0x0c, 0xd4, 0xfd, + 0x63, 0x0d, 0x96, 0x8f, 0x25, 0x15, 0x79, 0xf7, 0x8f, 0x61, 0x36, 0x96, 0x54, 0x8c, 0xd3, 0xd3, + 0xe6, 0xf1, 0x48, 0xaa, 0x2d, 0x22, 0x22, 0xe5, 0x80, 0x0b, 0x3f, 0x49, 0x86, 0xd4, 0x22, 0x95, + 0xa2, 0x4f, 0x12, 0x1f, 0x4a, 0x77, 0x83, 0x3b, 0xa6, 0x1b, 0x2c, 0x1a, 0x82, 0x7a, 0x35, 0x5d, + 0xfd, 0x78, 0xa4, 0xd6, 0xd1, 0xc2, 0x3b, 0xed, 0x3c, 0x85, 0x47, 0x00, 0x3e, 0x93, 0xe4, 0xac, + 0x4f, 0xf1, 0x4e, 0xdb, 0x90, 0x98, 0xc5, 0x19, 0x09, 0x42, 0x30, 0x15, 0x71, 0x91, 0x54, 0xf0, + 0x22, 0x36, 0xff, 0xdd, 0xbf, 0xd4, 0x00, 0xfd, 0x92, 0x85, 0xf1, 0xdb, 0xbc, 0xab, 0x1d, 0x78, + 0x68, 0x81, 0x6d, 0x4b, 0x6e, 0x33, 0x56, 0x3d, 0x1a, 0x2a, 0xdb, 0x3a, 0xad, 0xf7, 0xeb, 0x8d, + 0xd0, 0x37, 0xf0, 0x81, 0xd7, 0xe7, 0xb1, 0x7f, 0x10, 0x32, 0xb5, 0x43, 0x14, 0xe9, 0xf0, 0x58, + 0x78, 0x69, 0xa3, 0x73, 0xcc, 0xd6, 0xb6, 0x27, 0xf5, 0xb8, 0x0c, 0xe4, 0x7e, 0x5f, 0x87, 0x95, + 0x6f, 0x59, 0xe8, 0xf3, 0x81, 0xcc, 0x53, 0xfd, 0x1c, 0xd6, 0x68, 0xa8, 0x49, 0x6c, 0xc6, 0x8a, + 0x07, 0x44, 0x31, 0xef, 0x38, 0xf2, 0x89, 0x32, 0x67, 0xac, 0x39, 0x56, 0x68, 0x75, 0x3f, 0x51, + 0x2c, 0xa0, 0xdf, 0xf1, 0x90, 0xda, 0xda, 0x1c, 0x3d, 0xa3, 0xce, 0x64, 0x74, 0xcd, 0x81, 0x54, + 0x67, 0x4c, 0xd1, 0x1c, 0x4f, 0x1e, 0xcf, 0x1e, 0xa0, 0x6f, 0x59, 0x88, 0x0f, 0xf3, 0x6e, 0xa7, + 0x8c, 0xdb, 0xfb, 0xc6, 0xed, 0xa4, 0x1a, 0x97, 0x40, 0xdc, 0x7f, 0x4f, 0xc3, 0x03, 0x7b, 0x2b, + 0x84, 0xdd, 0xa4, 0x41, 0xe7, 0x57, 0x72, 0x61, 0xc1, 0xf2, 0x12, 0x99, 0x72, 0xc9, 0xc9, 0xd0, + 0x11, 0x2c, 0x12, 0x3f, 0x60, 0x21, 0x93, 0x4a, 0x10, 0xc5, 0x45, 0xae, 0x69, 0x4e, 0xee, 0x6f, + 0x22, 0xe1, 0x71, 0x1e, 0x8e, 0x7e, 0x0e, 0xd3, 0x3a, 0x39, 0xa5, 0x73, 0xc7, 0x54, 0xd6, 0xcd, + 0xfd, 0x24, 0x30, 0xf4, 0x14, 0xc0, 0x8b, 0xa5, 0xe2, 0x81, 0x3e, 0x73, 0x13, 0x95, 0xb4, 0x3e, + 0x32, 0x72, 0xb4, 0x0d, 0x10, 0x99, 0x9b, 0xe3, 0x82, 0x0e, 0xa5, 0x33, 0x7d, 0x7d, 0xb3, 0xc9, + 0xdc, 0x32, 0x38, 0x03, 0x43, 0x9f, 0xe9, 0xd6, 0x6a, 0x8a, 0x6c, 0x26, 0x93, 0x89, 0x85, 0x88, + 0x9a, 0x7a, 0xb3, 0x76, 0xe8, 0x57, 0xb0, 0xcc, 0xe5, 0x16, 0xe7, 0x4a, 0xef, 0x36, 0xda, 0x0d, + 0xbb, 0x2c, 0xa4, 0xce, 0x5d, 0x03, 0x7e, 0x52, 0x06, 0x2e, 0x98, 0xe2, 0x49, 0x34, 0xfa, 0x35, + 0xa0, 0xfe, 0x44, 0xdd, 0x39, 0xb3, 0xe6, 0x10, 0x3e, 0xa9, 0xd8, 0xd1, 0x64, 0xa1, 0xe2, 0x12, + 0x27, 0xe8, 0x14, 0x56, 0x06, 0x25, 0x95, 0xe2, 0xcc, 0x19, 0xe7, 0x9f, 0x56, 0x38, 0x2f, 0x2b, + 0x2e, 0x5c, 0xea, 0x48, 0x67, 0x72, 0x24, 0xf8, 0xdb, 0x61, 0xde, 0x3d, 0x64, 0x32, 0xb9, 0x3d, + 0xa1, 0xc6, 0x25, 0x10, 0xf7, 0xef, 0x75, 0x58, 0xdd, 0x27, 0xc2, 0x1f, 0x10, 0x31, 0x79, 0xfd, + 0x9d, 0x1c, 0x76, 0xd8, 0x55, 0x92, 0xbc, 0x4b, 0xf6, 0x1a, 0x2b, 0xcc, 0x26, 0xec, 0x8a, 0x26, + 0xc7, 0x94, 0x98, 0xa2, 0x9f, 0xa5, 0x39, 0x64, 0x80, 0x49, 0x42, 0x3f, 0x2c, 0x01, 0x6e, 0x8f, + 0x8c, 0x70, 0x06, 0x80, 0x4e, 0xa1, 0xe1, 0x0f, 0x43, 0x12, 0x30, 0xef, 0x90, 0x06, 0x5c, 0x0c, + 0xcb, 0xea, 0xff, 0x63, 0xe3, 0x6e, 0xa7, 0xd2, 0x0c, 0x5f, 0xe3, 0x02, 0xbd, 0x02, 0x74, 0x99, + 0x23, 0xb2, 0xd7, 0x3e, 0x4e, 0xaf, 0xcc, 0xb5, 0x12, 0x9e, 0x7b, 0xed, 0x63, 0x5c, 0x82, 0x70, + 0xbf, 0x86, 0x85, 0x63, 0x7a, 0xce, 0x3a, 0x54, 0xe9, 0x94, 0x93, 0xe8, 0x19, 0x2c, 0x4b, 0xea, + 0xc5, 0x82, 0xea, 0x24, 0xdb, 0x35, 0xed, 0xce, 0xb7, 0xdd, 0x6f, 0x52, 0xe1, 0xfe, 0x50, 0x83, + 0xd5, 0x8e, 0x96, 0x32, 0x55, 0xe0, 0xf7, 0x00, 0xe6, 0x92, 0x66, 0xf9, 0xa6, 0x7d, 0x68, 0xf1, + 0x63, 0x01, 0xda, 0x83, 0x85, 0x38, 0xb3, 0xaa, 0x8d, 0x6f, 0x55, 0xf5, 0x65, 0x09, 0xe2, 0x1c, + 0x10, 0xbd, 0x84, 0x05, 0x69, 0xd7, 0x7f, 0x33, 0xbe, 0xea, 0x96, 0x8d, 0xa3, 0x4e, 0x46, 0x81, + 0x73, 0x66, 0xee, 0x97, 0xb0, 0xa8, 0x9b, 0x33, 0x1e, 0xcd, 0x58, 0x08, 0xa6, 0x32, 0xd3, 0xa0, + 0xf9, 0xaf, 0x67, 0x4e, 0xcd, 0x25, 0x99, 0x7e, 0xe6, 0x70, 0xf2, 0xe0, 0x0e, 0x61, 0x59, 0x43, + 0xf3, 0xbb, 0xfd, 0x0a, 0xa6, 0xaf, 0x78, 0x38, 0x9a, 0x05, 0x9e, 0x56, 0x6c, 0x24, 0xb7, 0x26, + 0x4e, 0x20, 0x68, 0x1d, 0xee, 0x49, 0x25, 0x98, 0xa7, 0xda, 0x7d, 0xe2, 0xd1, 0x80, 0x86, 0xc9, + 0xad, 0x3a, 0x8b, 0x8b, 0x62, 0xf7, 0xcf, 0xb3, 0xb0, 0x94, 0x3f, 0xd5, 0x52, 0xde, 0x4b, 0x50, + 0x67, 0x76, 0x2c, 0xc0, 0x75, 0xe6, 0xa3, 0x5d, 0xb8, 0x2b, 0x93, 0xb1, 0xd0, 0x26, 0x5e, 0x55, + 0xd9, 0x96, 0x0d, 0x8f, 0x38, 0xc5, 0xa2, 0x6d, 0xa8, 0x73, 0x69, 0xef, 0x98, 0xe7, 0x15, 0x1e, + 0xae, 0xbb, 0x4a, 0x70, 0x9d, 0x4b, 0xcd, 0xc5, 0x4e, 0x5a, 0xce, 0xf4, 0xb5, 0x5c, 0xca, 0xe6, + 0x2e, 0x9c, 0x62, 0xd1, 0x3e, 0xcc, 0xf6, 0x6c, 0xad, 0x9b, 0xc6, 0x3b, 0xdf, 0x7a, 0x56, 0xe1, + 0xa7, 0xb4, 0x25, 0xe0, 0x11, 0x1a, 0x3d, 0x81, 0x19, 0xa9, 0x88, 0x8a, 0xa5, 0xe9, 0xc1, 0xf3, + 0xad, 0xf9, 0x24, 0x75, 0x8c, 0x08, 0x5b, 0x15, 0xfa, 0x02, 0xee, 0xdb, 0xe9, 0x64, 0x9f, 0x75, + 0x7b, 0x9b, 0x97, 0x84, 0xf5, 0xc9, 0x19, 0xeb, 0x33, 0x35, 0x34, 0x5d, 0x76, 0x16, 0x57, 0xa9, + 0x75, 0x39, 0x91, 0x7e, 0x9f, 0x0f, 0xa8, 0xff, 0x7a, 0xa0, 0x07, 0x5d, 0x93, 0x4f, 0x73, 0x26, + 0x9f, 0x26, 0x15, 0x68, 0x03, 0x20, 0xe2, 0x03, 0x2a, 0xf4, 0xf2, 0xd4, 0x34, 0xc1, 0xa5, 0xd6, + 0xbd, 0xa4, 0x09, 0x8e, 0xc4, 0x38, 0x63, 0xa2, 0xe3, 0x90, 0xe6, 0xb5, 0x33, 0x7f, 0x6d, 0x1c, + 0x4a, 0xab, 0x14, 0x8f, 0xd0, 0x3a, 0x0e, 0x7a, 0xda, 0x52, 0x43, 0x67, 0x21, 0x13, 0x87, 0x5d, + 0x23, 0xc2, 0x56, 0x85, 0xda, 0xb0, 0xda, 0x2b, 0xec, 0x30, 0xa1, 0xba, 0x68, 0xa8, 0x36, 0x0c, + 0x66, 0xbf, 0xcc, 0x02, 0x97, 0x03, 0xd1, 0x43, 0x98, 0x52, 0xa4, 0x2b, 0x9d, 0x25, 0xb3, 0xe8, + 0x9c, 0x71, 0xf0, 0x86, 0x74, 0x25, 0x36, 0x62, 0xf4, 0x35, 0x80, 0x79, 0xc9, 0xd9, 0xd4, 0x7b, + 0x71, 0xee, 0x19, 0xa3, 0x07, 0xc6, 0x68, 0x6f, 0x24, 0xce, 0xef, 0x28, 0x63, 0x8f, 0x7e, 0x0b, + 0x6b, 0xe3, 0xa7, 0x83, 0x50, 0x2a, 0x12, 0x7a, 0xf4, 0x84, 0xd1, 0x81, 0xf3, 0xbe, 0xf1, 0xf4, + 0xb4, 0xa4, 0x4f, 0x4e, 0xd8, 0xe2, 0x0a, 0x1f, 0xe8, 0x04, 0x96, 0xaf, 0x8a, 0x8d, 0xc0, 0x59, + 0xbe, 0x76, 0xf2, 0x99, 0x68, 0x1c, 0x78, 0xd2, 0x85, 0x9e, 0xdc, 0x23, 0xc1, 0xb8, 0x39, 0x53, + 0x94, 0x99, 0xdc, 0xdb, 0x56, 0x88, 0x47, 0x6a, 0xdd, 0x7e, 0x1f, 0xe5, 0xe9, 0x8f, 0x5f, 0xf6, + 0xed, 0x77, 0x87, 0xd7, 0x70, 0x2f, 0x6f, 0x71, 0xcb, 0x77, 0xf8, 0x22, 0x1a, 0x6d, 0x95, 0x7f, + 0x6b, 0x78, 0x50, 0x12, 0xcb, 0xca, 0x2f, 0x0f, 0xff, 0xa8, 0xc1, 0xc7, 0x95, 0xbc, 0xed, 0x27, + 0x88, 0x77, 0x4e, 0xfc, 0xdd, 0x7d, 0x76, 0xf8, 0x4f, 0xbd, 0x48, 0x1f, 0xc7, 0xe1, 0x36, 0x0f, + 0x02, 0x12, 0xfa, 0x69, 0xdc, 0x0f, 0x8b, 0xad, 0xda, 0xbe, 0x7b, 0xdf, 0x90, 0x7d, 0xb1, 0xcf, + 0x6f, 0xc2, 0x4c, 0xe6, 0x8d, 0x27, 0x1d, 0xeb, 0xaa, 0x48, 0x74, 0x3c, 0xc1, 0x22, 0x65, 0x5f, + 0x81, 0x2c, 0x10, 0x31, 0xf8, 0x70, 0x6c, 0x71, 0x10, 0x46, 0xb1, 0x1a, 0x7f, 0xb6, 0xb0, 0x93, + 0xf6, 0xa7, 0xd7, 0x7a, 0xcd, 0x63, 0x70, 0xb5, 0x37, 0xe4, 0xc2, 0x1c, 0x8e, 0xc3, 0x4d, 0xa9, + 0x27, 0xf4, 0xdc, 0xfc, 0x3d, 0x16, 0xa3, 0x1f, 0xc3, 0xa2, 0x79, 0x48, 0xdf, 0xf7, 0xcc, 0x7d, + 0x90, 0xda, 0xe5, 0x55, 0xee, 0xbf, 0x6a, 0xf0, 0xb8, 0x3a, 0xe0, 0x36, 0x61, 0xde, 0x71, 0xc4, + 0x0f, 0x61, 0x21, 0xd7, 0x32, 0x6e, 0x12, 0xf7, 0x5c, 0xdf, 0xc8, 0xc1, 0xdd, 0xaf, 0xc0, 0xc9, + 0xa3, 0xf6, 0x87, 0x11, 0x15, 0x27, 0x27, 0xc1, 0x81, 0xaf, 0x5f, 0xb6, 0x7b, 0xa3, 0x27, 0x7b, + 0x95, 0x67, 0x24, 0xee, 0x36, 0x3c, 0x2c, 0xc7, 0xa6, 0xc9, 0xe6, 0xc2, 0x42, 0x6a, 0x9e, 0x7d, + 0x49, 0xcb, 0xca, 0xdc, 0x2f, 0x8a, 0xad, 0x62, 0xec, 0xc4, 0x06, 0x70, 0x0d, 0x66, 0xe8, 0x5b, + 0x26, 0x55, 0xfa, 0xb6, 0x6b, 0x9f, 0x5a, 0x7f, 0x9b, 0x86, 0x0f, 0x4a, 0x9a, 0x24, 0xea, 0xc2, + 0xcc, 0x41, 0x78, 0xc9, 0x2f, 0x28, 0x7a, 0x76, 0xb3, 0x10, 0x27, 0x6c, 0x1b, 0x3f, 0xb9, 0xa1, + 0x75, 0x42, 0xcb, 0x7d, 0x0f, 0x5d, 0xc1, 0xdd, 0xa4, 0x3f, 0x50, 0xf4, 0xf2, 0x46, 0xd8, 0x62, + 0x17, 0x6c, 0x7c, 0x7e, 0x5b, 0xd8, 0x68, 0xed, 0x7d, 0x58, 0xde, 0xee, 0x51, 0xef, 0xe2, 0x28, + 0xf3, 0xb1, 0x17, 0xad, 0x4d, 0xb4, 0x8e, 0xdd, 0x20, 0x52, 0xc3, 0xc6, 0x87, 0x66, 0x99, 0xac, + 0x69, 0xc6, 0xd3, 0x1f, 0x00, 0xc6, 0x99, 0x82, 0x6e, 0xc6, 0x68, 0xa2, 0xaf, 0x34, 0x7e, 0x7a, + 0x6b, 0xdc, 0x88, 0x00, 0x83, 0xc5, 0x3d, 0xaa, 0x32, 0x79, 0x77, 0xb3, 0xca, 0x68, 0x6c, 0xdc, + 0xc8, 0x6c, 0xec, 0xd7, 0x7d, 0x0f, 0xfd, 0x1e, 0xe6, 0xf7, 0x89, 0x4c, 0x45, 0xe8, 0xc5, 0xad, + 0x3c, 0xa4, 0x5b, 0x7d, 0x79, 0x4b, 0x54, 0xba, 0xd1, 0xad, 0xcf, 0xbe, 0x6b, 0x76, 0x99, 0xea, + 0xc5, 0x67, 0x1a, 0xb2, 0x11, 0x30, 0x4f, 0x70, 0xc9, 0xcf, 0xd5, 0x46, 0xc0, 0xbd, 0x0d, 0x11, + 0x79, 0x1b, 0x23, 0x97, 0x1b, 0xd6, 0xe5, 0xd9, 0x8c, 0x39, 0xc8, 0xe7, 0xff, 0x0d, 0x00, 0x00, + 0xff, 0xff, 0x1d, 0x05, 0xd3, 0x9d, 0x90, 0x18, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1589,6 +1672,7 @@ type VirtualMachineAgentClient interface { CheckNotification(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*common.NotificationResponse, error) RunCommand(ctx context.Context, in *VirtualMachineRunCommandRequest, opts ...grpc.CallOption) (*VirtualMachineRunCommandResponse, error) GetHyperVVmId(ctx context.Context, in *VirtualMachine, opts ...grpc.CallOption) (*VirtualMachineHyperVVmId, error) + HasHyperVVm(ctx context.Context, in *VirtualMachineHyperVVmRequest, opts ...grpc.CallOption) (*VirtualMachineHyperVVmResponse, error) } type virtualMachineAgentClient struct { @@ -1644,6 +1728,15 @@ func (c *virtualMachineAgentClient) GetHyperVVmId(ctx context.Context, in *Virtu return out, nil } +func (c *virtualMachineAgentClient) HasHyperVVm(ctx context.Context, in *VirtualMachineHyperVVmRequest, opts ...grpc.CallOption) (*VirtualMachineHyperVVmResponse, error) { + out := new(VirtualMachineHyperVVmResponse) + err := c.cc.Invoke(ctx, "/moc.nodeagent.compute.VirtualMachineAgent/HasHyperVVm", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // VirtualMachineAgentServer is the server API for VirtualMachineAgent service. type VirtualMachineAgentServer interface { Invoke(context.Context, *VirtualMachineRequest) (*VirtualMachineResponse, error) @@ -1651,6 +1744,7 @@ type VirtualMachineAgentServer interface { CheckNotification(context.Context, *empty.Empty) (*common.NotificationResponse, error) RunCommand(context.Context, *VirtualMachineRunCommandRequest) (*VirtualMachineRunCommandResponse, error) GetHyperVVmId(context.Context, *VirtualMachine) (*VirtualMachineHyperVVmId, error) + HasHyperVVm(context.Context, *VirtualMachineHyperVVmRequest) (*VirtualMachineHyperVVmResponse, error) } // UnimplementedVirtualMachineAgentServer can be embedded to have forward compatible implementations. @@ -1672,6 +1766,9 @@ func (*UnimplementedVirtualMachineAgentServer) RunCommand(ctx context.Context, r func (*UnimplementedVirtualMachineAgentServer) GetHyperVVmId(ctx context.Context, req *VirtualMachine) (*VirtualMachineHyperVVmId, error) { return nil, status.Errorf(codes.Unimplemented, "method GetHyperVVmId not implemented") } +func (*UnimplementedVirtualMachineAgentServer) HasHyperVVm(ctx context.Context, req *VirtualMachineHyperVVmRequest) (*VirtualMachineHyperVVmResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method HasHyperVVm not implemented") +} func RegisterVirtualMachineAgentServer(s *grpc.Server, srv VirtualMachineAgentServer) { s.RegisterService(&_VirtualMachineAgent_serviceDesc, srv) @@ -1767,6 +1864,24 @@ func _VirtualMachineAgent_GetHyperVVmId_Handler(srv interface{}, ctx context.Con return interceptor(ctx, in, info, handler) } +func _VirtualMachineAgent_HasHyperVVm_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(VirtualMachineHyperVVmRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(VirtualMachineAgentServer).HasHyperVVm(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/moc.nodeagent.compute.VirtualMachineAgent/HasHyperVVm", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(VirtualMachineAgentServer).HasHyperVVm(ctx, req.(*VirtualMachineHyperVVmRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _VirtualMachineAgent_serviceDesc = grpc.ServiceDesc{ ServiceName: "moc.nodeagent.compute.VirtualMachineAgent", HandlerType: (*VirtualMachineAgentServer)(nil), @@ -1791,6 +1906,10 @@ var _VirtualMachineAgent_serviceDesc = grpc.ServiceDesc{ MethodName: "GetHyperVVmId", Handler: _VirtualMachineAgent_GetHyperVVmId_Handler, }, + { + MethodName: "HasHyperVVm", + Handler: _VirtualMachineAgent_HasHyperVVm_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "moc_nodeagent_virtualmachine.proto", diff --git a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto index 77ed97cf..d91a638e 100644 --- a/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto +++ b/rpc/nodeagent/compute/virtualmachine/moc_nodeagent_virtualmachine.proto @@ -170,11 +170,20 @@ message VirtualMachineHyperVVmId { string hyperVVmId = 1; } +message VirtualMachineHyperVVmRequest { + string hyperVVmName = 1; +} + +message VirtualMachineHyperVVmResponse { + bool exists = 1; +} + service VirtualMachineAgent { rpc Invoke(VirtualMachineRequest) returns (VirtualMachineResponse) {} rpc Operate(VirtualMachineOperationRequest) returns (VirtualMachineOperationResponse) {} rpc CheckNotification(google.protobuf.Empty) returns (NotificationResponse) {} rpc RunCommand(VirtualMachineRunCommandRequest) returns (VirtualMachineRunCommandResponse) {} rpc GetHyperVVmId(VirtualMachine) returns (VirtualMachineHyperVVmId) {} + rpc HasHyperVVm(VirtualMachineHyperVVmRequest) returns (VirtualMachineHyperVVmResponse) {} }