// Code generated by protoc-gen-go. DO NOT EDIT.
// source: config.proto

package config

import (
	fmt "fmt"
	proto "github.com/golang/protobuf/proto"
	math "math"
)

// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf

// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package

type Status struct {
	Code                 int32    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Info                 string   `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *Status) Reset()         { *m = Status{} }
func (m *Status) String() string { return proto.CompactTextString(m) }
func (*Status) ProtoMessage()    {}
func (*Status) Descriptor() ([]byte, []int) {
	return fileDescriptor_3eaf2c85e69e9ea4, []int{0}
}

func (m *Status) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_Status.Unmarshal(m, b)
}
func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_Status.Marshal(b, m, deterministic)
}
func (m *Status) XXX_Merge(src proto.Message) {
	xxx_messageInfo_Status.Merge(m, src)
}
func (m *Status) XXX_Size() int {
	return xxx_messageInfo_Status.Size(m)
}
func (m *Status) XXX_DiscardUnknown() {
	xxx_messageInfo_Status.DiscardUnknown(m)
}

var xxx_messageInfo_Status proto.InternalMessageInfo

func (m *Status) GetCode() int32 {
	if m != nil {
		return m.Code
	}
	return 0
}

func (m *Status) GetInfo() string {
	if m != nil {
		return m.Info
	}
	return ""
}

type ClientInfo struct {
	JobId                string   `protobuf:"bytes,1,opt,name=jobId,proto3" json:"jobId,omitempty"`
	Role                 string   `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ClientInfo) Reset()         { *m = ClientInfo{} }
func (m *ClientInfo) String() string { return proto.CompactTextString(m) }
func (*ClientInfo) ProtoMessage()    {}
func (*ClientInfo) Descriptor() ([]byte, []int) {
	return fileDescriptor_3eaf2c85e69e9ea4, []int{1}
}

func (m *ClientInfo) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ClientInfo.Unmarshal(m, b)
}
func (m *ClientInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ClientInfo.Marshal(b, m, deterministic)
}
func (m *ClientInfo) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ClientInfo.Merge(m, src)
}
func (m *ClientInfo) XXX_Size() int {
	return xxx_messageInfo_ClientInfo.Size(m)
}
func (m *ClientInfo) XXX_DiscardUnknown() {
	xxx_messageInfo_ClientInfo.DiscardUnknown(m)
}

var xxx_messageInfo_ClientInfo proto.InternalMessageInfo

func (m *ClientInfo) GetJobId() string {
	if m != nil {
		return m.JobId
	}
	return ""
}

func (m *ClientInfo) GetRole() string {
	if m != nil {
		return m.Role
	}
	return ""
}

type RankTableStream struct {
	JobId                string   `protobuf:"bytes,1,opt,name=jobId,proto3" json:"jobId,omitempty"`
	RankTable            string   `protobuf:"bytes,2,opt,name=rankTable,proto3" json:"rankTable,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *RankTableStream) Reset()         { *m = RankTableStream{} }
func (m *RankTableStream) String() string { return proto.CompactTextString(m) }
func (*RankTableStream) ProtoMessage()    {}
func (*RankTableStream) Descriptor() ([]byte, []int) {
	return fileDescriptor_3eaf2c85e69e9ea4, []int{2}
}

func (m *RankTableStream) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_RankTableStream.Unmarshal(m, b)
}
func (m *RankTableStream) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_RankTableStream.Marshal(b, m, deterministic)
}
func (m *RankTableStream) XXX_Merge(src proto.Message) {
	xxx_messageInfo_RankTableStream.Merge(m, src)
}
func (m *RankTableStream) XXX_Size() int {
	return xxx_messageInfo_RankTableStream.Size(m)
}
func (m *RankTableStream) XXX_DiscardUnknown() {
	xxx_messageInfo_RankTableStream.DiscardUnknown(m)
}

var xxx_messageInfo_RankTableStream proto.InternalMessageInfo

func (m *RankTableStream) GetJobId() string {
	if m != nil {
		return m.JobId
	}
	return ""
}

func (m *RankTableStream) GetRankTable() string {
	if m != nil {
		return m.RankTable
	}
	return ""
}

func init() {
	proto.RegisterType((*Status)(nil), "config.Status")
	proto.RegisterType((*ClientInfo)(nil), "config.ClientInfo")
	proto.RegisterType((*RankTableStream)(nil), "config.RankTableStream")
}

func init() {
	proto.RegisterFile("config.proto", fileDescriptor_3eaf2c85e69e9ea4)
}

var fileDescriptor_3eaf2c85e69e9ea4 = []byte{
	// 229 bytes of a gzipped FileDescriptorProto
	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0xc1, 0x4a, 0x03, 0x31,
	0x10, 0x86, 0x1b, 0xb1, 0x4b, 0x77, 0x10, 0x85, 0x41, 0xb0, 0x88, 0x87, 0x92, 0x53, 0x4f, 0xcb,
	0xa2, 0xe0, 0xc5, 0x9b, 0xa5, 0x87, 0x5e, 0xb3, 0x9e, 0xbc, 0x25, 0xdb, 0xd9, 0x12, 0x5d, 0x33,
	0x92, 0x4d, 0x1f, 0xc0, 0x37, 0x97, 0x4d, 0x1a, 0x17, 0x44, 0x6f, 0xff, 0xfc, 0xc9, 0x17, 0xbe,
	0x09, 0x5c, 0xb4, 0xec, 0x3a, 0x7b, 0xa8, 0x3e, 0x3d, 0x07, 0xc6, 0x22, 0x4d, 0xb2, 0x86, 0xa2,
	0x09, 0x3a, 0x1c, 0x07, 0x44, 0x38, 0x6f, 0x79, 0x4f, 0x4b, 0xb1, 0x12, 0xeb, 0xb9, 0x8a, 0x79,
	0xec, 0xac, 0xeb, 0x78, 0x79, 0xb6, 0x12, 0xeb, 0x52, 0xc5, 0x2c, 0x1f, 0x01, 0x36, 0xbd, 0x25,
	0x17, 0x76, 0xae, 0x63, 0xbc, 0x86, 0xf9, 0x1b, 0x9b, 0xdd, 0x3e, 0x62, 0xa5, 0x4a, 0xc3, 0xc8,
	0x79, 0xee, 0x29, 0x73, 0x63, 0x96, 0x5b, 0xb8, 0x52, 0xda, 0xbd, 0xbf, 0x68, 0xd3, 0x53, 0x13,
	0x3c, 0xe9, 0x8f, 0x7f, 0xe0, 0x3b, 0x28, 0x7d, 0xbe, 0x78, 0x7a, 0x61, 0x2a, 0xee, 0xbf, 0x04,
	0x14, 0x9b, 0xe8, 0x8e, 0x35, 0x2c, 0x14, 0x1d, 0xec, 0x10, 0xc8, 0x23, 0x56, 0xa7, 0xf5, 0x26,
	0xb7, 0xdb, 0xcb, 0xdc, 0xa5, 0x0d, 0xe5, 0x0c, 0xb7, 0x80, 0xcd, 0xd1, 0x0c, 0xad, 0xb7, 0x86,
	0x7e, 0x64, 0xfe, 0x64, 0x6f, 0x72, 0xf7, 0xcb, 0x59, 0xce, 0x6a, 0xf1, 0x0c, 0xaf, 0x8b, 0xea,
	0x29, 0x9d, 0x9b, 0x22, 0xfe, 0xe7, 0xc3, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa5, 0xf5, 0x5b,
	0x82, 0x5f, 0x01, 0x00, 0x00,
}