forked from JointCloud/pcm-hpc
2193 lines
61 KiB
Go
2193 lines
61 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.31.0
|
|
// protoc v3.19.4
|
|
// source: qos.proto
|
|
|
|
package slurm
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type Qos struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
|
|
Flags []string `protobuf:"bytes,2,rep,name=flags,proto3" json:"flags,omitempty"`
|
|
Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
Limits *Qos_Limits `protobuf:"bytes,4,opt,name=limits,proto3" json:"limits,omitempty"`
|
|
Preempt *Qos_Preempt `protobuf:"bytes,5,opt,name=preempt,proto3" json:"preempt,omitempty"`
|
|
Priority uint32 `protobuf:"varint,6,opt,name=priority,proto3" json:"priority,omitempty"`
|
|
UsageFactor uint32 `protobuf:"varint,7,opt,name=usage_factor,json=usageFactor,proto3" json:"usage_factor,omitempty"`
|
|
UsageThreshold uint32 `protobuf:"varint,8,opt,name=usage_threshold,json=usageThreshold,proto3" json:"usage_threshold,omitempty"`
|
|
}
|
|
|
|
func (x *Qos) Reset() {
|
|
*x = Qos{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos) ProtoMessage() {}
|
|
|
|
func (x *Qos) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos.ProtoReflect.Descriptor instead.
|
|
func (*Qos) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *Qos) GetDescription() string {
|
|
if x != nil {
|
|
return x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos) GetFlags() []string {
|
|
if x != nil {
|
|
return x.Flags
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos) GetLimits() *Qos_Limits {
|
|
if x != nil {
|
|
return x.Limits
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos) GetPreempt() *Qos_Preempt {
|
|
if x != nil {
|
|
return x.Preempt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos) GetPriority() uint32 {
|
|
if x != nil {
|
|
return x.Priority
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos) GetUsageFactor() uint32 {
|
|
if x != nil {
|
|
return x.UsageFactor
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos) GetUsageThreshold() uint32 {
|
|
if x != nil {
|
|
return x.UsageThreshold
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_Per struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Qos uint32 `protobuf:"varint,1,opt,name=qos,proto3" json:"qos,omitempty"`
|
|
Job uint32 `protobuf:"varint,2,opt,name=job,proto3" json:"job,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Per) Reset() {
|
|
*x = Qos_Per{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Per) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Per) ProtoMessage() {}
|
|
|
|
func (x *Qos_Per) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[1]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_Per.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Per) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 0}
|
|
}
|
|
|
|
func (x *Qos_Per) GetQos() uint32 {
|
|
if x != nil {
|
|
return x.Qos
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Per) GetJob() uint32 {
|
|
if x != nil {
|
|
return x.Job
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_WallClock struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Per *Qos_Per `protobuf:"bytes,1,opt,name=per,proto3" json:"per,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_WallClock) Reset() {
|
|
*x = Qos_WallClock{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_WallClock) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_WallClock) ProtoMessage() {}
|
|
|
|
func (x *Qos_WallClock) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[2]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_WallClock.ProtoReflect.Descriptor instead.
|
|
func (*Qos_WallClock) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 1}
|
|
}
|
|
|
|
func (x *Qos_WallClock) GetPer() *Qos_Per {
|
|
if x != nil {
|
|
return x.Per
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Per1 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
|
|
User uint32 `protobuf:"varint,2,opt,name=user,proto3" json:"user,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Per1) Reset() {
|
|
*x = Qos_Per1{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Per1) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Per1) ProtoMessage() {}
|
|
|
|
func (x *Qos_Per1) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_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 Qos_Per1.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Per1) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 2}
|
|
}
|
|
|
|
func (x *Qos_Per1) GetAccount() uint32 {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Per1) GetUser() uint32 {
|
|
if x != nil {
|
|
return x.User
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_ActiveJobs struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Per *Qos_Per1 `protobuf:"bytes,1,opt,name=per,proto3" json:"per,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_ActiveJobs) Reset() {
|
|
*x = Qos_ActiveJobs{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_ActiveJobs) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_ActiveJobs) ProtoMessage() {}
|
|
|
|
func (x *Qos_ActiveJobs) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[4]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_ActiveJobs.ProtoReflect.Descriptor instead.
|
|
func (*Qos_ActiveJobs) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 3}
|
|
}
|
|
|
|
func (x *Qos_ActiveJobs) GetPer() *Qos_Per1 {
|
|
if x != nil {
|
|
return x.Per
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Jobs struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ActiveJobs *Qos_ActiveJobs `protobuf:"bytes,1,opt,name=active_jobs,json=activeJobs,proto3" json:"active_jobs,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Jobs) Reset() {
|
|
*x = Qos_Jobs{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Jobs) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Jobs) ProtoMessage() {}
|
|
|
|
func (x *Qos_Jobs) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[5]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_Jobs.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Jobs) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 4}
|
|
}
|
|
|
|
func (x *Qos_Jobs) GetActiveJobs() *Qos_ActiveJobs {
|
|
if x != nil {
|
|
return x.ActiveJobs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Per2 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
|
|
User uint32 `protobuf:"varint,2,opt,name=user,proto3" json:"user,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Per2) Reset() {
|
|
*x = Qos_Per2{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Per2) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Per2) ProtoMessage() {}
|
|
|
|
func (x *Qos_Per2) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[6]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_Per2.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Per2) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 5}
|
|
}
|
|
|
|
func (x *Qos_Per2) GetAccount() uint32 {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Per2) GetUser() uint32 {
|
|
if x != nil {
|
|
return x.User
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_Accruing struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Per *Qos_Per2 `protobuf:"bytes,1,opt,name=per,proto3" json:"per,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Accruing) Reset() {
|
|
*x = Qos_Accruing{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Accruing) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Accruing) ProtoMessage() {}
|
|
|
|
func (x *Qos_Accruing) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[7]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_Accruing.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Accruing) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 6}
|
|
}
|
|
|
|
func (x *Qos_Accruing) GetPer() *Qos_Per2 {
|
|
if x != nil {
|
|
return x.Per
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Job struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
Count uint32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Job) Reset() {
|
|
*x = Qos_Job{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Job) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Job) ProtoMessage() {}
|
|
|
|
func (x *Qos_Job) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[8]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_Job.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Job) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 7}
|
|
}
|
|
|
|
func (x *Qos_Job) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Job) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Job) GetId() uint32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Job) GetCount() uint32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_Account struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
Count uint32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Account) Reset() {
|
|
*x = Qos_Account{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Account) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Account) ProtoMessage() {}
|
|
|
|
func (x *Qos_Account) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_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 Qos_Account.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Account) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 8}
|
|
}
|
|
|
|
func (x *Qos_Account) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Account) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Account) GetId() uint32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Account) GetCount() uint32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_User struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
Count uint32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_User) Reset() {
|
|
*x = Qos_User{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_User) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_User) ProtoMessage() {}
|
|
|
|
func (x *Qos_User) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[10]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_User.ProtoReflect.Descriptor instead.
|
|
func (*Qos_User) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 9}
|
|
}
|
|
|
|
func (x *Qos_User) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_User) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_User) GetId() uint32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_User) GetCount() uint32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_Per3 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Job []*Qos_Job `protobuf:"bytes,1,rep,name=job,proto3" json:"job,omitempty"`
|
|
Account []*Qos_Account `protobuf:"bytes,2,rep,name=account,proto3" json:"account,omitempty"`
|
|
User []*Qos_User `protobuf:"bytes,3,rep,name=user,proto3" json:"user,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Per3) Reset() {
|
|
*x = Qos_Per3{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Per3) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Per3) ProtoMessage() {}
|
|
|
|
func (x *Qos_Per3) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[11]
|
|
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 Qos_Per3.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Per3) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 10}
|
|
}
|
|
|
|
func (x *Qos_Per3) GetJob() []*Qos_Job {
|
|
if x != nil {
|
|
return x.Job
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Per3) GetAccount() []*Qos_Account {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Per3) GetUser() []*Qos_User {
|
|
if x != nil {
|
|
return x.User
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Minutes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Per *Qos_Per3 `protobuf:"bytes,1,opt,name=per,proto3" json:"per,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Minutes) Reset() {
|
|
*x = Qos_Minutes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Minutes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Minutes) ProtoMessage() {}
|
|
|
|
func (x *Qos_Minutes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[12]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_Minutes.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Minutes) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 11}
|
|
}
|
|
|
|
func (x *Qos_Minutes) GetPer() *Qos_Per3 {
|
|
if x != nil {
|
|
return x.Per
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Account1 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
Count uint32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Account1) Reset() {
|
|
*x = Qos_Account1{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Account1) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Account1) ProtoMessage() {}
|
|
|
|
func (x *Qos_Account1) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[13]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_Account1.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Account1) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 12}
|
|
}
|
|
|
|
func (x *Qos_Account1) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Account1) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Account1) GetId() uint32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Account1) GetCount() uint32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_Job1 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
Count uint32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Job1) Reset() {
|
|
*x = Qos_Job1{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Job1) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Job1) ProtoMessage() {}
|
|
|
|
func (x *Qos_Job1) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[14]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Qos_Job1.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Job1) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 13}
|
|
}
|
|
|
|
func (x *Qos_Job1) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Job1) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Job1) GetId() uint32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Job1) GetCount() uint32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_Node struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
Count uint32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Node) Reset() {
|
|
*x = Qos_Node{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Node) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Node) ProtoMessage() {}
|
|
|
|
func (x *Qos_Node) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[15]
|
|
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 Qos_Node.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Node) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 14}
|
|
}
|
|
|
|
func (x *Qos_Node) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Node) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Node) GetId() uint32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Node) GetCount() uint32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_User1 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
Count uint32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_User1) Reset() {
|
|
*x = Qos_User1{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_User1) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_User1) ProtoMessage() {}
|
|
|
|
func (x *Qos_User1) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[16]
|
|
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 Qos_User1.ProtoReflect.Descriptor instead.
|
|
func (*Qos_User1) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 15}
|
|
}
|
|
|
|
func (x *Qos_User1) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_User1) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_User1) GetId() uint32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_User1) GetCount() uint32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_Per4 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Account []*Qos_Account1 `protobuf:"bytes,1,rep,name=account,proto3" json:"account,omitempty"`
|
|
Job []*Qos_Job1 `protobuf:"bytes,2,rep,name=job,proto3" json:"job,omitempty"`
|
|
Node []*Qos_Node `protobuf:"bytes,3,rep,name=node,proto3" json:"node,omitempty"`
|
|
User []*Qos_User1 `protobuf:"bytes,4,rep,name=user,proto3" json:"user,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Per4) Reset() {
|
|
*x = Qos_Per4{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Per4) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Per4) ProtoMessage() {}
|
|
|
|
func (x *Qos_Per4) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[17]
|
|
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 Qos_Per4.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Per4) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 16}
|
|
}
|
|
|
|
func (x *Qos_Per4) GetAccount() []*Qos_Account1 {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Per4) GetJob() []*Qos_Job1 {
|
|
if x != nil {
|
|
return x.Job
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Per4) GetNode() []*Qos_Node {
|
|
if x != nil {
|
|
return x.Node
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Per4) GetUser() []*Qos_User1 {
|
|
if x != nil {
|
|
return x.User
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Tres struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Minutes *Qos_Minutes `protobuf:"bytes,1,opt,name=minutes,proto3" json:"minutes,omitempty"`
|
|
Per *Qos_Per4 `protobuf:"bytes,2,opt,name=per,proto3" json:"per,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Tres) Reset() {
|
|
*x = Qos_Tres{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Tres) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Tres) ProtoMessage() {}
|
|
|
|
func (x *Qos_Tres) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[18]
|
|
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 Qos_Tres.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Tres) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 17}
|
|
}
|
|
|
|
func (x *Qos_Tres) GetMinutes() *Qos_Minutes {
|
|
if x != nil {
|
|
return x.Minutes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Tres) GetPer() *Qos_Per4 {
|
|
if x != nil {
|
|
return x.Per
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Max struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
WallClock *Qos_WallClock `protobuf:"bytes,1,opt,name=wall_clock,json=wallClock,proto3" json:"wall_clock,omitempty"`
|
|
Jobs *Qos_Jobs `protobuf:"bytes,2,opt,name=jobs,proto3" json:"jobs,omitempty"`
|
|
Accruing *Qos_Accruing `protobuf:"bytes,3,opt,name=accruing,proto3" json:"accruing,omitempty"`
|
|
Tres *Qos_Tres `protobuf:"bytes,4,opt,name=tres,proto3" json:"tres,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Max) Reset() {
|
|
*x = Qos_Max{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Max) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Max) ProtoMessage() {}
|
|
|
|
func (x *Qos_Max) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[19]
|
|
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 Qos_Max.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Max) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 18}
|
|
}
|
|
|
|
func (x *Qos_Max) GetWallClock() *Qos_WallClock {
|
|
if x != nil {
|
|
return x.WallClock
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Max) GetJobs() *Qos_Jobs {
|
|
if x != nil {
|
|
return x.Jobs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Max) GetAccruing() *Qos_Accruing {
|
|
if x != nil {
|
|
return x.Accruing
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Max) GetTres() *Qos_Tres {
|
|
if x != nil {
|
|
return x.Tres
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Job2 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
|
|
Count uint32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Job2) Reset() {
|
|
*x = Qos_Job2{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Job2) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Job2) ProtoMessage() {}
|
|
|
|
func (x *Qos_Job2) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[20]
|
|
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 Qos_Job2.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Job2) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 19}
|
|
}
|
|
|
|
func (x *Qos_Job2) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Job2) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Qos_Job2) GetId() uint32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Job2) GetCount() uint32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Qos_Per5 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Job []*Qos_Job2 `protobuf:"bytes,1,rep,name=job,proto3" json:"job,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Per5) Reset() {
|
|
*x = Qos_Per5{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Per5) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Per5) ProtoMessage() {}
|
|
|
|
func (x *Qos_Per5) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[21]
|
|
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 Qos_Per5.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Per5) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 20}
|
|
}
|
|
|
|
func (x *Qos_Per5) GetJob() []*Qos_Job2 {
|
|
if x != nil {
|
|
return x.Job
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Tres1 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Per *Qos_Per5 `protobuf:"bytes,1,opt,name=per,proto3" json:"per,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Tres1) Reset() {
|
|
*x = Qos_Tres1{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Tres1) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Tres1) ProtoMessage() {}
|
|
|
|
func (x *Qos_Tres1) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[22]
|
|
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 Qos_Tres1.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Tres1) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 21}
|
|
}
|
|
|
|
func (x *Qos_Tres1) GetPer() *Qos_Per5 {
|
|
if x != nil {
|
|
return x.Per
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Min struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
PriorityThreshold uint32 `protobuf:"varint,1,opt,name=priority_threshold,json=priorityThreshold,proto3" json:"priority_threshold,omitempty"`
|
|
Tres *Qos_Tres1 `protobuf:"bytes,2,opt,name=tres,proto3" json:"tres,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Min) Reset() {
|
|
*x = Qos_Min{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Min) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Min) ProtoMessage() {}
|
|
|
|
func (x *Qos_Min) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[23]
|
|
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 Qos_Min.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Min) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 22}
|
|
}
|
|
|
|
func (x *Qos_Min) GetPriorityThreshold() uint32 {
|
|
if x != nil {
|
|
return x.PriorityThreshold
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Min) GetTres() *Qos_Tres1 {
|
|
if x != nil {
|
|
return x.Tres
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Limits struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Factor uint32 `protobuf:"varint,1,opt,name=factor,proto3" json:"factor,omitempty"`
|
|
Max *Qos_Max `protobuf:"bytes,2,opt,name=max,proto3" json:"max,omitempty"`
|
|
Min *Qos_Min `protobuf:"bytes,3,opt,name=min,proto3" json:"min,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Limits) Reset() {
|
|
*x = Qos_Limits{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Limits) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Limits) ProtoMessage() {}
|
|
|
|
func (x *Qos_Limits) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[24]
|
|
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 Qos_Limits.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Limits) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 23}
|
|
}
|
|
|
|
func (x *Qos_Limits) GetFactor() uint32 {
|
|
if x != nil {
|
|
return x.Factor
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Qos_Limits) GetMax() *Qos_Max {
|
|
if x != nil {
|
|
return x.Max
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Limits) GetMin() *Qos_Min {
|
|
if x != nil {
|
|
return x.Min
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Qos_Preempt struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
Mode []string `protobuf:"bytes,2,rep,name=mode,proto3" json:"mode,omitempty"`
|
|
ExemptTime uint32 `protobuf:"varint,3,opt,name=exempt_time,json=exemptTime,proto3" json:"exempt_time,omitempty"`
|
|
}
|
|
|
|
func (x *Qos_Preempt) Reset() {
|
|
*x = Qos_Preempt{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_qos_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Qos_Preempt) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Qos_Preempt) ProtoMessage() {}
|
|
|
|
func (x *Qos_Preempt) ProtoReflect() protoreflect.Message {
|
|
mi := &file_qos_proto_msgTypes[25]
|
|
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 Qos_Preempt.ProtoReflect.Descriptor instead.
|
|
func (*Qos_Preempt) Descriptor() ([]byte, []int) {
|
|
return file_qos_proto_rawDescGZIP(), []int{0, 24}
|
|
}
|
|
|
|
func (x *Qos_Preempt) GetList() []string {
|
|
if x != nil {
|
|
return x.List
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Preempt) GetMode() []string {
|
|
if x != nil {
|
|
return x.Mode
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Qos_Preempt) GetExemptTime() uint32 {
|
|
if x != nil {
|
|
return x.ExemptTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
var File_qos_proto protoreflect.FileDescriptor
|
|
|
|
var file_qos_proto_rawDesc = []byte{
|
|
0x0a, 0x09, 0x71, 0x6f, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x73, 0x6c, 0x75,
|
|
0x72, 0x6d, 0x22, 0xfe, 0x11, 0x0a, 0x03, 0x71, 0x6f, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65,
|
|
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05,
|
|
0x66, 0x6c, 0x61, 0x67, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x66, 0x6c, 0x61,
|
|
0x67, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
|
|
0x69, 0x64, 0x12, 0x29, 0x0a, 0x06, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x18, 0x04, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x11, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x4c,
|
|
0x69, 0x6d, 0x69, 0x74, 0x73, 0x52, 0x06, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x12, 0x2c, 0x0a,
|
|
0x07, 0x70, 0x72, 0x65, 0x65, 0x6d, 0x70, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12,
|
|
0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x50, 0x72, 0x65, 0x65, 0x6d,
|
|
0x70, 0x74, 0x52, 0x07, 0x70, 0x72, 0x65, 0x65, 0x6d, 0x70, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70,
|
|
0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70,
|
|
0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x73, 0x61, 0x67, 0x65,
|
|
0x5f, 0x66, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x75,
|
|
0x73, 0x61, 0x67, 0x65, 0x46, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x27, 0x0a, 0x0f, 0x75, 0x73,
|
|
0x61, 0x67, 0x65, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x08, 0x20,
|
|
0x01, 0x28, 0x0d, 0x52, 0x0e, 0x75, 0x73, 0x61, 0x67, 0x65, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68,
|
|
0x6f, 0x6c, 0x64, 0x1a, 0x29, 0x0a, 0x03, 0x50, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x71, 0x6f,
|
|
0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x71, 0x6f, 0x73, 0x12, 0x10, 0x0a, 0x03,
|
|
0x6a, 0x6f, 0x62, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x6a, 0x6f, 0x62, 0x1a, 0x2e,
|
|
0x0a, 0x0a, 0x57, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x03,
|
|
0x70, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x73, 0x6c, 0x75, 0x72,
|
|
0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x52, 0x03, 0x70, 0x65, 0x72, 0x1a, 0x34,
|
|
0x0a, 0x04, 0x50, 0x65, 0x72, 0x31, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04,
|
|
0x75, 0x73, 0x65, 0x72, 0x1a, 0x30, 0x0a, 0x0b, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x6a,
|
|
0x6f, 0x62, 0x73, 0x12, 0x21, 0x0a, 0x03, 0x70, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x0f, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x50, 0x65, 0x72,
|
|
0x31, 0x52, 0x03, 0x70, 0x65, 0x72, 0x1a, 0x3f, 0x0a, 0x04, 0x4a, 0x6f, 0x62, 0x73, 0x12, 0x37,
|
|
0x0a, 0x0b, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x6a, 0x6f, 0x62, 0x73, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e,
|
|
0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x6a, 0x6f, 0x62, 0x73, 0x52, 0x0a, 0x61, 0x63, 0x74,
|
|
0x69, 0x76, 0x65, 0x4a, 0x6f, 0x62, 0x73, 0x1a, 0x34, 0x0a, 0x04, 0x50, 0x65, 0x72, 0x32, 0x12,
|
|
0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d,
|
|
0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65,
|
|
0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x1a, 0x2d, 0x0a,
|
|
0x08, 0x41, 0x63, 0x63, 0x72, 0x75, 0x69, 0x6e, 0x67, 0x12, 0x21, 0x0a, 0x03, 0x70, 0x65, 0x72,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71,
|
|
0x6f, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x32, 0x52, 0x03, 0x70, 0x65, 0x72, 0x1a, 0x53, 0x0a, 0x03,
|
|
0x4a, 0x6f, 0x62, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e,
|
|
0x74, 0x1a, 0x57, 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04,
|
|
0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d,
|
|
0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20,
|
|
0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x54, 0x0a, 0x04, 0x55, 0x73,
|
|
0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f,
|
|
0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
0x1a, 0x7b, 0x0a, 0x04, 0x50, 0x65, 0x72, 0x33, 0x12, 0x20, 0x0a, 0x03, 0x6a, 0x6f, 0x62, 0x18,
|
|
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f,
|
|
0x73, 0x2e, 0x4a, 0x6f, 0x62, 0x52, 0x03, 0x6a, 0x6f, 0x62, 0x12, 0x2c, 0x0a, 0x07, 0x61, 0x63,
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x73, 0x6c,
|
|
0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52,
|
|
0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x23, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72,
|
|
0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71,
|
|
0x6f, 0x73, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x1a, 0x2c, 0x0a,
|
|
0x07, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x12, 0x21, 0x0a, 0x03, 0x70, 0x65, 0x72, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f,
|
|
0x73, 0x2e, 0x50, 0x65, 0x72, 0x33, 0x52, 0x03, 0x70, 0x65, 0x72, 0x1a, 0x58, 0x0a, 0x08, 0x41,
|
|
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x31, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e,
|
|
0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
|
|
0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x12,
|
|
0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05,
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x54, 0x0a, 0x04, 0x4a, 0x6f, 0x62, 0x31, 0x12, 0x12, 0x0a,
|
|
0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70,
|
|
0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
0x0d, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04,
|
|
0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x54, 0x0a, 0x04, 0x4e,
|
|
0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e,
|
|
0x74, 0x1a, 0x55, 0x0a, 0x05, 0x55, 0x73, 0x65, 0x72, 0x31, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79,
|
|
0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12,
|
|
0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
|
|
0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02,
|
|
0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
0x0d, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0xa3, 0x01, 0x0a, 0x04, 0x50, 0x65, 0x72,
|
|
0x34, 0x12, 0x2d, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x03,
|
|
0x28, 0x0b, 0x32, 0x13, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x41,
|
|
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x31, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
0x12, 0x21, 0x0a, 0x03, 0x6a, 0x6f, 0x62, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e,
|
|
0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x4a, 0x6f, 0x62, 0x31, 0x52, 0x03,
|
|
0x6a, 0x6f, 0x62, 0x12, 0x23, 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x03, 0x28,
|
|
0x0b, 0x32, 0x0f, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x4e, 0x6f,
|
|
0x64, 0x65, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x12, 0x24, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72,
|
|
0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71,
|
|
0x6f, 0x73, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x31, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x1a, 0x57,
|
|
0x0a, 0x04, 0x54, 0x72, 0x65, 0x73, 0x12, 0x2c, 0x0a, 0x07, 0x6d, 0x69, 0x6e, 0x75, 0x74, 0x65,
|
|
0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e,
|
|
0x71, 0x6f, 0x73, 0x2e, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x52, 0x07, 0x6d, 0x69, 0x6e,
|
|
0x75, 0x74, 0x65, 0x73, 0x12, 0x21, 0x0a, 0x03, 0x70, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x0f, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x50, 0x65,
|
|
0x72, 0x34, 0x52, 0x03, 0x70, 0x65, 0x72, 0x1a, 0xb6, 0x01, 0x0a, 0x03, 0x4d, 0x61, 0x78, 0x12,
|
|
0x34, 0x0a, 0x0a, 0x77, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e,
|
|
0x57, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x09, 0x77, 0x61, 0x6c, 0x6c,
|
|
0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x23, 0x0a, 0x04, 0x6a, 0x6f, 0x62, 0x73, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e,
|
|
0x4a, 0x6f, 0x62, 0x73, 0x52, 0x04, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0x2f, 0x0a, 0x08, 0x61, 0x63,
|
|
0x63, 0x72, 0x75, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x73,
|
|
0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x72, 0x75, 0x69, 0x6e,
|
|
0x67, 0x52, 0x08, 0x61, 0x63, 0x63, 0x72, 0x75, 0x69, 0x6e, 0x67, 0x12, 0x23, 0x0a, 0x04, 0x74,
|
|
0x72, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x73, 0x6c, 0x75, 0x72,
|
|
0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x54, 0x72, 0x65, 0x73, 0x52, 0x04, 0x74, 0x72, 0x65, 0x73,
|
|
0x1a, 0x54, 0x0a, 0x04, 0x4a, 0x6f, 0x62, 0x32, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04,
|
|
0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64,
|
|
0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52,
|
|
0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x29, 0x0a, 0x04, 0x50, 0x65, 0x72, 0x35, 0x12, 0x21,
|
|
0x0a, 0x03, 0x6a, 0x6f, 0x62, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x73, 0x6c,
|
|
0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x4a, 0x6f, 0x62, 0x32, 0x52, 0x03, 0x6a, 0x6f,
|
|
0x62, 0x1a, 0x2a, 0x0a, 0x05, 0x54, 0x72, 0x65, 0x73, 0x31, 0x12, 0x21, 0x0a, 0x03, 0x70, 0x65,
|
|
0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e,
|
|
0x71, 0x6f, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x35, 0x52, 0x03, 0x70, 0x65, 0x72, 0x1a, 0x5a, 0x0a,
|
|
0x03, 0x4d, 0x69, 0x6e, 0x12, 0x2d, 0x0a, 0x12, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79,
|
|
0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d,
|
|
0x52, 0x11, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68,
|
|
0x6f, 0x6c, 0x64, 0x12, 0x24, 0x0a, 0x04, 0x74, 0x72, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x10, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x54, 0x72,
|
|
0x65, 0x73, 0x31, 0x52, 0x04, 0x74, 0x72, 0x65, 0x73, 0x1a, 0x64, 0x0a, 0x06, 0x4c, 0x69, 0x6d,
|
|
0x69, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x0d, 0x52, 0x06, 0x66, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x20, 0x0a, 0x03, 0x6d,
|
|
0x61, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x73, 0x6c, 0x75, 0x72, 0x6d,
|
|
0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x4d, 0x61, 0x78, 0x52, 0x03, 0x6d, 0x61, 0x78, 0x12, 0x20, 0x0a,
|
|
0x03, 0x6d, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x73, 0x6c, 0x75,
|
|
0x72, 0x6d, 0x2e, 0x71, 0x6f, 0x73, 0x2e, 0x4d, 0x69, 0x6e, 0x52, 0x03, 0x6d, 0x69, 0x6e, 0x1a,
|
|
0x52, 0x0a, 0x07, 0x50, 0x72, 0x65, 0x65, 0x6d, 0x70, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69,
|
|
0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x12,
|
|
0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6d, 0x6f,
|
|
0x64, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x65, 0x78, 0x65, 0x6d, 0x70, 0x74, 0x5f, 0x74, 0x69, 0x6d,
|
|
0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x65, 0x78, 0x65, 0x6d, 0x70, 0x74, 0x54,
|
|
0x69, 0x6d, 0x65, 0x42, 0x08, 0x5a, 0x06, 0x2f, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x62, 0x06, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_qos_proto_rawDescOnce sync.Once
|
|
file_qos_proto_rawDescData = file_qos_proto_rawDesc
|
|
)
|
|
|
|
func file_qos_proto_rawDescGZIP() []byte {
|
|
file_qos_proto_rawDescOnce.Do(func() {
|
|
file_qos_proto_rawDescData = protoimpl.X.CompressGZIP(file_qos_proto_rawDescData)
|
|
})
|
|
return file_qos_proto_rawDescData
|
|
}
|
|
|
|
var file_qos_proto_msgTypes = make([]protoimpl.MessageInfo, 26)
|
|
var file_qos_proto_goTypes = []interface{}{
|
|
(*Qos)(nil), // 0: slurm.qos
|
|
(*Qos_Per)(nil), // 1: slurm.qos.Per
|
|
(*Qos_WallClock)(nil), // 2: slurm.qos.Wall_clock
|
|
(*Qos_Per1)(nil), // 3: slurm.qos.Per1
|
|
(*Qos_ActiveJobs)(nil), // 4: slurm.qos.Active_jobs
|
|
(*Qos_Jobs)(nil), // 5: slurm.qos.Jobs
|
|
(*Qos_Per2)(nil), // 6: slurm.qos.Per2
|
|
(*Qos_Accruing)(nil), // 7: slurm.qos.Accruing
|
|
(*Qos_Job)(nil), // 8: slurm.qos.Job
|
|
(*Qos_Account)(nil), // 9: slurm.qos.Account
|
|
(*Qos_User)(nil), // 10: slurm.qos.User
|
|
(*Qos_Per3)(nil), // 11: slurm.qos.Per3
|
|
(*Qos_Minutes)(nil), // 12: slurm.qos.Minutes
|
|
(*Qos_Account1)(nil), // 13: slurm.qos.Account1
|
|
(*Qos_Job1)(nil), // 14: slurm.qos.Job1
|
|
(*Qos_Node)(nil), // 15: slurm.qos.Node
|
|
(*Qos_User1)(nil), // 16: slurm.qos.User1
|
|
(*Qos_Per4)(nil), // 17: slurm.qos.Per4
|
|
(*Qos_Tres)(nil), // 18: slurm.qos.Tres
|
|
(*Qos_Max)(nil), // 19: slurm.qos.Max
|
|
(*Qos_Job2)(nil), // 20: slurm.qos.Job2
|
|
(*Qos_Per5)(nil), // 21: slurm.qos.Per5
|
|
(*Qos_Tres1)(nil), // 22: slurm.qos.Tres1
|
|
(*Qos_Min)(nil), // 23: slurm.qos.Min
|
|
(*Qos_Limits)(nil), // 24: slurm.qos.Limits
|
|
(*Qos_Preempt)(nil), // 25: slurm.qos.Preempt
|
|
}
|
|
var file_qos_proto_depIdxs = []int32{
|
|
24, // 0: slurm.qos.limits:type_name -> slurm.qos.Limits
|
|
25, // 1: slurm.qos.preempt:type_name -> slurm.qos.Preempt
|
|
1, // 2: slurm.qos.Wall_clock.per:type_name -> slurm.qos.Per
|
|
3, // 3: slurm.qos.Active_jobs.per:type_name -> slurm.qos.Per1
|
|
4, // 4: slurm.qos.Jobs.active_jobs:type_name -> slurm.qos.Active_jobs
|
|
6, // 5: slurm.qos.Accruing.per:type_name -> slurm.qos.Per2
|
|
8, // 6: slurm.qos.Per3.job:type_name -> slurm.qos.Job
|
|
9, // 7: slurm.qos.Per3.account:type_name -> slurm.qos.Account
|
|
10, // 8: slurm.qos.Per3.user:type_name -> slurm.qos.User
|
|
11, // 9: slurm.qos.Minutes.per:type_name -> slurm.qos.Per3
|
|
13, // 10: slurm.qos.Per4.account:type_name -> slurm.qos.Account1
|
|
14, // 11: slurm.qos.Per4.job:type_name -> slurm.qos.Job1
|
|
15, // 12: slurm.qos.Per4.node:type_name -> slurm.qos.Node
|
|
16, // 13: slurm.qos.Per4.user:type_name -> slurm.qos.User1
|
|
12, // 14: slurm.qos.Tres.minutes:type_name -> slurm.qos.Minutes
|
|
17, // 15: slurm.qos.Tres.per:type_name -> slurm.qos.Per4
|
|
2, // 16: slurm.qos.Max.wall_clock:type_name -> slurm.qos.Wall_clock
|
|
5, // 17: slurm.qos.Max.jobs:type_name -> slurm.qos.Jobs
|
|
7, // 18: slurm.qos.Max.accruing:type_name -> slurm.qos.Accruing
|
|
18, // 19: slurm.qos.Max.tres:type_name -> slurm.qos.Tres
|
|
20, // 20: slurm.qos.Per5.job:type_name -> slurm.qos.Job2
|
|
21, // 21: slurm.qos.Tres1.per:type_name -> slurm.qos.Per5
|
|
22, // 22: slurm.qos.Min.tres:type_name -> slurm.qos.Tres1
|
|
19, // 23: slurm.qos.Limits.max:type_name -> slurm.qos.Max
|
|
23, // 24: slurm.qos.Limits.min:type_name -> slurm.qos.Min
|
|
25, // [25:25] is the sub-list for method output_type
|
|
25, // [25:25] is the sub-list for method input_type
|
|
25, // [25:25] is the sub-list for extension type_name
|
|
25, // [25:25] is the sub-list for extension extendee
|
|
0, // [0:25] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_qos_proto_init() }
|
|
func file_qos_proto_init() {
|
|
if File_qos_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_qos_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Per); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_WallClock); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Per1); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_ActiveJobs); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Jobs); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Per2); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Accruing); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Job); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Account); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_User); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Per3); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Minutes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Account1); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Job1); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Node); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_User1); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Per4); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Tres); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Max); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Job2); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Per5); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Tres1); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Min); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Limits); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_qos_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Qos_Preempt); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_qos_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 26,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_qos_proto_goTypes,
|
|
DependencyIndexes: file_qos_proto_depIdxs,
|
|
MessageInfos: file_qos_proto_msgTypes,
|
|
}.Build()
|
|
File_qos_proto = out.File
|
|
file_qos_proto_rawDesc = nil
|
|
file_qos_proto_goTypes = nil
|
|
file_qos_proto_depIdxs = nil
|
|
}
|