Files
yatm/entity/service.pb.go
2023-10-20 20:22:07 +08:00

3086 lines
98 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc v3.21.10
// source: service.proto
package entity
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 FileGetRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
NeedSize *bool `protobuf:"varint,17,opt,name=needSize,proto3,oneof" json:"needSize,omitempty"`
}
func (x *FileGetRequest) Reset() {
*x = FileGetRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileGetRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileGetRequest) ProtoMessage() {}
func (x *FileGetRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileGetRequest.ProtoReflect.Descriptor instead.
func (*FileGetRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{0}
}
func (x *FileGetRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *FileGetRequest) GetNeedSize() bool {
if x != nil && x.NeedSize != nil {
return *x.NeedSize
}
return false
}
type FileGetReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
File *File `protobuf:"bytes,1,opt,name=file,proto3,oneof" json:"file,omitempty"`
Positions []*Position `protobuf:"bytes,2,rep,name=positions,proto3" json:"positions,omitempty"`
Children []*File `protobuf:"bytes,17,rep,name=children,proto3" json:"children,omitempty"`
}
func (x *FileGetReply) Reset() {
*x = FileGetReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileGetReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileGetReply) ProtoMessage() {}
func (x *FileGetReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileGetReply.ProtoReflect.Descriptor instead.
func (*FileGetReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{1}
}
func (x *FileGetReply) GetFile() *File {
if x != nil {
return x.File
}
return nil
}
func (x *FileGetReply) GetPositions() []*Position {
if x != nil {
return x.Positions
}
return nil
}
func (x *FileGetReply) GetChildren() []*File {
if x != nil {
return x.Children
}
return nil
}
type FileEditRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
File *EditedFile `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
}
func (x *FileEditRequest) Reset() {
*x = FileEditRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileEditRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileEditRequest) ProtoMessage() {}
func (x *FileEditRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileEditRequest.ProtoReflect.Descriptor instead.
func (*FileEditRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{2}
}
func (x *FileEditRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *FileEditRequest) GetFile() *EditedFile {
if x != nil {
return x.File
}
return nil
}
type FileEditReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
File *File `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
}
func (x *FileEditReply) Reset() {
*x = FileEditReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileEditReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileEditReply) ProtoMessage() {}
func (x *FileEditReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileEditReply.ProtoReflect.Descriptor instead.
func (*FileEditReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{3}
}
func (x *FileEditReply) GetFile() *File {
if x != nil {
return x.File
}
return nil
}
type FileMkdirRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ParentId int64 `protobuf:"varint,1,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
}
func (x *FileMkdirRequest) Reset() {
*x = FileMkdirRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileMkdirRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileMkdirRequest) ProtoMessage() {}
func (x *FileMkdirRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileMkdirRequest.ProtoReflect.Descriptor instead.
func (*FileMkdirRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{4}
}
func (x *FileMkdirRequest) GetParentId() int64 {
if x != nil {
return x.ParentId
}
return 0
}
func (x *FileMkdirRequest) GetPath() string {
if x != nil {
return x.Path
}
return ""
}
type FileMkdirReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
File *File `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
}
func (x *FileMkdirReply) Reset() {
*x = FileMkdirReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileMkdirReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileMkdirReply) ProtoMessage() {}
func (x *FileMkdirReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileMkdirReply.ProtoReflect.Descriptor instead.
func (*FileMkdirReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{5}
}
func (x *FileMkdirReply) GetFile() *File {
if x != nil {
return x.File
}
return nil
}
type FileDeleteRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
}
func (x *FileDeleteRequest) Reset() {
*x = FileDeleteRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileDeleteRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileDeleteRequest) ProtoMessage() {}
func (x *FileDeleteRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileDeleteRequest.ProtoReflect.Descriptor instead.
func (*FileDeleteRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{6}
}
func (x *FileDeleteRequest) GetIds() []int64 {
if x != nil {
return x.Ids
}
return nil
}
type FileDeleteReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *FileDeleteReply) Reset() {
*x = FileDeleteReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileDeleteReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileDeleteReply) ProtoMessage() {}
func (x *FileDeleteReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileDeleteReply.ProtoReflect.Descriptor instead.
func (*FileDeleteReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{7}
}
type FileListParentsRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (x *FileListParentsRequest) Reset() {
*x = FileListParentsRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileListParentsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileListParentsRequest) ProtoMessage() {}
func (x *FileListParentsRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileListParentsRequest.ProtoReflect.Descriptor instead.
func (*FileListParentsRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{8}
}
func (x *FileListParentsRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
type FileListParentsReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Parents []*File `protobuf:"bytes,1,rep,name=parents,proto3" json:"parents,omitempty"`
}
func (x *FileListParentsReply) Reset() {
*x = FileListParentsReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FileListParentsReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FileListParentsReply) ProtoMessage() {}
func (x *FileListParentsReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 FileListParentsReply.ProtoReflect.Descriptor instead.
func (*FileListParentsReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{9}
}
func (x *FileListParentsReply) GetParents() []*File {
if x != nil {
return x.Parents
}
return nil
}
type TapeListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Param:
// *TapeListRequest_Mget
// *TapeListRequest_List
Param isTapeListRequest_Param `protobuf_oneof:"param"`
}
func (x *TapeListRequest) Reset() {
*x = TapeListRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TapeListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TapeListRequest) ProtoMessage() {}
func (x *TapeListRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 TapeListRequest.ProtoReflect.Descriptor instead.
func (*TapeListRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{10}
}
func (m *TapeListRequest) GetParam() isTapeListRequest_Param {
if m != nil {
return m.Param
}
return nil
}
func (x *TapeListRequest) GetMget() *TapeMGetRequest {
if x, ok := x.GetParam().(*TapeListRequest_Mget); ok {
return x.Mget
}
return nil
}
func (x *TapeListRequest) GetList() *TapeFilter {
if x, ok := x.GetParam().(*TapeListRequest_List); ok {
return x.List
}
return nil
}
type isTapeListRequest_Param interface {
isTapeListRequest_Param()
}
type TapeListRequest_Mget struct {
Mget *TapeMGetRequest `protobuf:"bytes,1,opt,name=mget,proto3,oneof"`
}
type TapeListRequest_List struct {
List *TapeFilter `protobuf:"bytes,2,opt,name=list,proto3,oneof"`
}
func (*TapeListRequest_Mget) isTapeListRequest_Param() {}
func (*TapeListRequest_List) isTapeListRequest_Param() {}
type TapeMGetRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
}
func (x *TapeMGetRequest) Reset() {
*x = TapeMGetRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TapeMGetRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TapeMGetRequest) ProtoMessage() {}
func (x *TapeMGetRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 TapeMGetRequest.ProtoReflect.Descriptor instead.
func (*TapeMGetRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{11}
}
func (x *TapeMGetRequest) GetIds() []int64 {
if x != nil {
return x.Ids
}
return nil
}
type TapeListReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Tapes []*Tape `protobuf:"bytes,1,rep,name=tapes,proto3" json:"tapes,omitempty"`
}
func (x *TapeListReply) Reset() {
*x = TapeListReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TapeListReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TapeListReply) ProtoMessage() {}
func (x *TapeListReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 TapeListReply.ProtoReflect.Descriptor instead.
func (*TapeListReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{12}
}
func (x *TapeListReply) GetTapes() []*Tape {
if x != nil {
return x.Tapes
}
return nil
}
type TapeDeleteRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
}
func (x *TapeDeleteRequest) Reset() {
*x = TapeDeleteRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TapeDeleteRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TapeDeleteRequest) ProtoMessage() {}
func (x *TapeDeleteRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 TapeDeleteRequest.ProtoReflect.Descriptor instead.
func (*TapeDeleteRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{13}
}
func (x *TapeDeleteRequest) GetIds() []int64 {
if x != nil {
return x.Ids
}
return nil
}
type TapeDeleteReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *TapeDeleteReply) Reset() {
*x = TapeDeleteReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TapeDeleteReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TapeDeleteReply) ProtoMessage() {}
func (x *TapeDeleteReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 TapeDeleteReply.ProtoReflect.Descriptor instead.
func (*TapeDeleteReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{14}
}
type TapeGetPositionsRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Directory string `protobuf:"bytes,2,opt,name=directory,proto3" json:"directory,omitempty"`
}
func (x *TapeGetPositionsRequest) Reset() {
*x = TapeGetPositionsRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TapeGetPositionsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TapeGetPositionsRequest) ProtoMessage() {}
func (x *TapeGetPositionsRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 TapeGetPositionsRequest.ProtoReflect.Descriptor instead.
func (*TapeGetPositionsRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{15}
}
func (x *TapeGetPositionsRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *TapeGetPositionsRequest) GetDirectory() string {
if x != nil {
return x.Directory
}
return ""
}
type TapeGetPositionsReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Positions []*Position `protobuf:"bytes,1,rep,name=positions,proto3" json:"positions,omitempty"`
}
func (x *TapeGetPositionsReply) Reset() {
*x = TapeGetPositionsReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *TapeGetPositionsReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*TapeGetPositionsReply) ProtoMessage() {}
func (x *TapeGetPositionsReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 TapeGetPositionsReply.ProtoReflect.Descriptor instead.
func (*TapeGetPositionsReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{16}
}
func (x *TapeGetPositionsReply) GetPositions() []*Position {
if x != nil {
return x.Positions
}
return nil
}
type JobListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Types that are assignable to Param:
// *JobListRequest_Mget
// *JobListRequest_List
// *JobListRequest_RecentlyUpdate
Param isJobListRequest_Param `protobuf_oneof:"param"`
}
func (x *JobListRequest) Reset() {
*x = JobListRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobListRequest) ProtoMessage() {}
func (x *JobListRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 JobListRequest.ProtoReflect.Descriptor instead.
func (*JobListRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{17}
}
func (m *JobListRequest) GetParam() isJobListRequest_Param {
if m != nil {
return m.Param
}
return nil
}
func (x *JobListRequest) GetMget() *JobMGetRequest {
if x, ok := x.GetParam().(*JobListRequest_Mget); ok {
return x.Mget
}
return nil
}
func (x *JobListRequest) GetList() *JobFilter {
if x, ok := x.GetParam().(*JobListRequest_List); ok {
return x.List
}
return nil
}
func (x *JobListRequest) GetRecentlyUpdate() *JobRecentlyUpdateFilter {
if x, ok := x.GetParam().(*JobListRequest_RecentlyUpdate); ok {
return x.RecentlyUpdate
}
return nil
}
type isJobListRequest_Param interface {
isJobListRequest_Param()
}
type JobListRequest_Mget struct {
Mget *JobMGetRequest `protobuf:"bytes,1,opt,name=mget,proto3,oneof"`
}
type JobListRequest_List struct {
List *JobFilter `protobuf:"bytes,2,opt,name=list,proto3,oneof"`
}
type JobListRequest_RecentlyUpdate struct {
RecentlyUpdate *JobRecentlyUpdateFilter `protobuf:"bytes,3,opt,name=recently_update,json=recentlyUpdate,proto3,oneof"`
}
func (*JobListRequest_Mget) isJobListRequest_Param() {}
func (*JobListRequest_List) isJobListRequest_Param() {}
func (*JobListRequest_RecentlyUpdate) isJobListRequest_Param() {}
type JobMGetRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
}
func (x *JobMGetRequest) Reset() {
*x = JobMGetRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobMGetRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobMGetRequest) ProtoMessage() {}
func (x *JobMGetRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 JobMGetRequest.ProtoReflect.Descriptor instead.
func (*JobMGetRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{18}
}
func (x *JobMGetRequest) GetIds() []int64 {
if x != nil {
return x.Ids
}
return nil
}
type JobListReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Jobs []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"`
}
func (x *JobListReply) Reset() {
*x = JobListReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobListReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobListReply) ProtoMessage() {}
func (x *JobListReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 JobListReply.ProtoReflect.Descriptor instead.
func (*JobListReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{19}
}
func (x *JobListReply) GetJobs() []*Job {
if x != nil {
return x.Jobs
}
return nil
}
type JobCreateRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Job *CreatableJob `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
}
func (x *JobCreateRequest) Reset() {
*x = JobCreateRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobCreateRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobCreateRequest) ProtoMessage() {}
func (x *JobCreateRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 JobCreateRequest.ProtoReflect.Descriptor instead.
func (*JobCreateRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{20}
}
func (x *JobCreateRequest) GetJob() *CreatableJob {
if x != nil {
return x.Job
}
return nil
}
type JobCreateReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
}
func (x *JobCreateReply) Reset() {
*x = JobCreateReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobCreateReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobCreateReply) ProtoMessage() {}
func (x *JobCreateReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 JobCreateReply.ProtoReflect.Descriptor instead.
func (*JobCreateReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{21}
}
func (x *JobCreateReply) GetJob() *Job {
if x != nil {
return x.Job
}
return nil
}
type JobEditStateRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Status *JobStatus `protobuf:"varint,2,opt,name=status,proto3,enum=job.JobStatus,oneof" json:"status,omitempty"`
State *JobState `protobuf:"bytes,3,opt,name=state,proto3,oneof" json:"state,omitempty"`
}
func (x *JobEditStateRequest) Reset() {
*x = JobEditStateRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobEditStateRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobEditStateRequest) ProtoMessage() {}
func (x *JobEditStateRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 JobEditStateRequest.ProtoReflect.Descriptor instead.
func (*JobEditStateRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{22}
}
func (x *JobEditStateRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *JobEditStateRequest) GetStatus() JobStatus {
if x != nil && x.Status != nil {
return *x.Status
}
return JobStatus_DRAFT
}
func (x *JobEditStateRequest) GetState() *JobState {
if x != nil {
return x.State
}
return nil
}
type JobEditStateReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *JobEditStateReply) Reset() {
*x = JobEditStateReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobEditStateReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobEditStateReply) ProtoMessage() {}
func (x *JobEditStateReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 JobEditStateReply.ProtoReflect.Descriptor instead.
func (*JobEditStateReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{23}
}
type JobDeleteRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
}
func (x *JobDeleteRequest) Reset() {
*x = JobDeleteRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobDeleteRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobDeleteRequest) ProtoMessage() {}
func (x *JobDeleteRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_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 JobDeleteRequest.ProtoReflect.Descriptor instead.
func (*JobDeleteRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{24}
}
func (x *JobDeleteRequest) GetIds() []int64 {
if x != nil {
return x.Ids
}
return nil
}
type JobDeleteReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *JobDeleteReply) Reset() {
*x = JobDeleteReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobDeleteReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobDeleteReply) ProtoMessage() {}
func (x *JobDeleteReply) ProtoReflect() protoreflect.Message {
mi := &file_service_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 JobDeleteReply.ProtoReflect.Descriptor instead.
func (*JobDeleteReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{25}
}
type JobDispatchRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Param *JobDispatchParam `protobuf:"bytes,2,opt,name=param,proto3" json:"param,omitempty"`
}
func (x *JobDispatchRequest) Reset() {
*x = JobDispatchRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[26]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobDispatchRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobDispatchRequest) ProtoMessage() {}
func (x *JobDispatchRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[26]
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 JobDispatchRequest.ProtoReflect.Descriptor instead.
func (*JobDispatchRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{26}
}
func (x *JobDispatchRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *JobDispatchRequest) GetParam() *JobDispatchParam {
if x != nil {
return x.Param
}
return nil
}
type JobDispatchReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *JobDispatchReply) Reset() {
*x = JobDispatchReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[27]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobDispatchReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobDispatchReply) ProtoMessage() {}
func (x *JobDispatchReply) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[27]
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 JobDispatchReply.ProtoReflect.Descriptor instead.
func (*JobDispatchReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{27}
}
type JobDisplayRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (x *JobDisplayRequest) Reset() {
*x = JobDisplayRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[28]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobDisplayRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobDisplayRequest) ProtoMessage() {}
func (x *JobDisplayRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[28]
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 JobDisplayRequest.ProtoReflect.Descriptor instead.
func (*JobDisplayRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{28}
}
func (x *JobDisplayRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
type JobDisplayReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Display *JobDisplay `protobuf:"bytes,1,opt,name=display,proto3" json:"display,omitempty"`
}
func (x *JobDisplayReply) Reset() {
*x = JobDisplayReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[29]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobDisplayReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobDisplayReply) ProtoMessage() {}
func (x *JobDisplayReply) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[29]
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 JobDisplayReply.ProtoReflect.Descriptor instead.
func (*JobDisplayReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{29}
}
func (x *JobDisplayReply) GetDisplay() *JobDisplay {
if x != nil {
return x.Display
}
return nil
}
type JobGetLogRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
JobId int64 `protobuf:"varint,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
Offset *int64 `protobuf:"varint,2,opt,name=offset,proto3,oneof" json:"offset,omitempty"`
}
func (x *JobGetLogRequest) Reset() {
*x = JobGetLogRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[30]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobGetLogRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobGetLogRequest) ProtoMessage() {}
func (x *JobGetLogRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[30]
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 JobGetLogRequest.ProtoReflect.Descriptor instead.
func (*JobGetLogRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{30}
}
func (x *JobGetLogRequest) GetJobId() int64 {
if x != nil {
return x.JobId
}
return 0
}
func (x *JobGetLogRequest) GetOffset() int64 {
if x != nil && x.Offset != nil {
return *x.Offset
}
return 0
}
type JobGetLogReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Logs []byte `protobuf:"bytes,1,opt,name=logs,proto3" json:"logs,omitempty"`
Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
}
func (x *JobGetLogReply) Reset() {
*x = JobGetLogReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[31]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *JobGetLogReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JobGetLogReply) ProtoMessage() {}
func (x *JobGetLogReply) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[31]
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 JobGetLogReply.ProtoReflect.Descriptor instead.
func (*JobGetLogReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{31}
}
func (x *JobGetLogReply) GetLogs() []byte {
if x != nil {
return x.Logs
}
return nil
}
func (x *JobGetLogReply) GetOffset() int64 {
if x != nil {
return x.Offset
}
return 0
}
type SourceListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
}
func (x *SourceListRequest) Reset() {
*x = SourceListRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[32]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SourceListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SourceListRequest) ProtoMessage() {}
func (x *SourceListRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[32]
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 SourceListRequest.ProtoReflect.Descriptor instead.
func (*SourceListRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{32}
}
func (x *SourceListRequest) GetPath() string {
if x != nil {
return x.Path
}
return ""
}
type SourceListReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
File *SourceFile `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
Chain []*SourceFile `protobuf:"bytes,2,rep,name=chain,proto3" json:"chain,omitempty"`
Children []*SourceFile `protobuf:"bytes,17,rep,name=children,proto3" json:"children,omitempty"`
}
func (x *SourceListReply) Reset() {
*x = SourceListReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[33]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SourceListReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SourceListReply) ProtoMessage() {}
func (x *SourceListReply) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[33]
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 SourceListReply.ProtoReflect.Descriptor instead.
func (*SourceListReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{33}
}
func (x *SourceListReply) GetFile() *SourceFile {
if x != nil {
return x.File
}
return nil
}
func (x *SourceListReply) GetChain() []*SourceFile {
if x != nil {
return x.Chain
}
return nil
}
func (x *SourceListReply) GetChildren() []*SourceFile {
if x != nil {
return x.Children
}
return nil
}
type SourceGetSizeRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
}
func (x *SourceGetSizeRequest) Reset() {
*x = SourceGetSizeRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[34]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SourceGetSizeRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SourceGetSizeRequest) ProtoMessage() {}
func (x *SourceGetSizeRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[34]
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 SourceGetSizeRequest.ProtoReflect.Descriptor instead.
func (*SourceGetSizeRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{34}
}
func (x *SourceGetSizeRequest) GetPath() string {
if x != nil {
return x.Path
}
return ""
}
type SourceGetSizeReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Size int64 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
}
func (x *SourceGetSizeReply) Reset() {
*x = SourceGetSizeReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[35]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SourceGetSizeReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SourceGetSizeReply) ProtoMessage() {}
func (x *SourceGetSizeReply) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[35]
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 SourceGetSizeReply.ProtoReflect.Descriptor instead.
func (*SourceGetSizeReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{35}
}
func (x *SourceGetSizeReply) GetSize() int64 {
if x != nil {
return x.Size
}
return 0
}
type DeviceListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *DeviceListRequest) Reset() {
*x = DeviceListRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[36]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DeviceListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeviceListRequest) ProtoMessage() {}
func (x *DeviceListRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[36]
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 DeviceListRequest.ProtoReflect.Descriptor instead.
func (*DeviceListRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{36}
}
type DeviceListReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Devices []string `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty"`
}
func (x *DeviceListReply) Reset() {
*x = DeviceListReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[37]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DeviceListReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeviceListReply) ProtoMessage() {}
func (x *DeviceListReply) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[37]
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 DeviceListReply.ProtoReflect.Descriptor instead.
func (*DeviceListReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{37}
}
func (x *DeviceListReply) GetDevices() []string {
if x != nil {
return x.Devices
}
return nil
}
type LibraryExportRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Types []LibraryEntityType `protobuf:"varint,1,rep,packed,name=types,proto3,enum=library_entity_type.LibraryEntityType" json:"types,omitempty"`
}
func (x *LibraryExportRequest) Reset() {
*x = LibraryExportRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[38]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LibraryExportRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LibraryExportRequest) ProtoMessage() {}
func (x *LibraryExportRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[38]
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 LibraryExportRequest.ProtoReflect.Descriptor instead.
func (*LibraryExportRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{38}
}
func (x *LibraryExportRequest) GetTypes() []LibraryEntityType {
if x != nil {
return x.Types
}
return nil
}
type LibraryExportReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Json []byte `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"`
}
func (x *LibraryExportReply) Reset() {
*x = LibraryExportReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[39]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LibraryExportReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LibraryExportReply) ProtoMessage() {}
func (x *LibraryExportReply) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[39]
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 LibraryExportReply.ProtoReflect.Descriptor instead.
func (*LibraryExportReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{39}
}
func (x *LibraryExportReply) GetJson() []byte {
if x != nil {
return x.Json
}
return nil
}
type LibraryTrimRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
TrimPosition bool `protobuf:"varint,1,opt,name=trim_position,json=trimPosition,proto3" json:"trim_position,omitempty"`
TrimFile bool `protobuf:"varint,2,opt,name=trim_file,json=trimFile,proto3" json:"trim_file,omitempty"`
}
func (x *LibraryTrimRequest) Reset() {
*x = LibraryTrimRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[40]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LibraryTrimRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LibraryTrimRequest) ProtoMessage() {}
func (x *LibraryTrimRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[40]
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 LibraryTrimRequest.ProtoReflect.Descriptor instead.
func (*LibraryTrimRequest) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{40}
}
func (x *LibraryTrimRequest) GetTrimPosition() bool {
if x != nil {
return x.TrimPosition
}
return false
}
func (x *LibraryTrimRequest) GetTrimFile() bool {
if x != nil {
return x.TrimFile
}
return false
}
type LibraryTrimReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LibraryTrimReply) Reset() {
*x = LibraryTrimReply{}
if protoimpl.UnsafeEnabled {
mi := &file_service_proto_msgTypes[41]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LibraryTrimReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LibraryTrimReply) ProtoMessage() {}
func (x *LibraryTrimReply) ProtoReflect() protoreflect.Message {
mi := &file_service_proto_msgTypes[41]
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 LibraryTrimReply.ProtoReflect.Descriptor instead.
func (*LibraryTrimReply) Descriptor() ([]byte, []int) {
return file_service_proto_rawDescGZIP(), []int{41}
}
var File_service_proto protoreflect.FileDescriptor
var file_service_proto_rawDesc = []byte{
0x0a, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x1a, 0x09, 0x6a, 0x6f, 0x62, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
0x0e, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
0x0a, 0x74, 0x61, 0x70, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0c, 0x73, 0x6f, 0x75,
0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x6c, 0x69, 0x62, 0x72, 0x61,
0x72, 0x79, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4e, 0x0a, 0x0e, 0x46, 0x69, 0x6c, 0x65, 0x47, 0x65, 0x74, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x08, 0x6e, 0x65, 0x65, 0x64, 0x53, 0x69,
0x7a, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x08, 0x6e, 0x65, 0x65, 0x64,
0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6e, 0x65, 0x65, 0x64,
0x53, 0x69, 0x7a, 0x65, 0x22, 0x96, 0x01, 0x0a, 0x0c, 0x46, 0x69, 0x6c, 0x65, 0x47, 0x65, 0x74,
0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x23, 0x0a, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x48,
0x00, 0x52, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x09, 0x70, 0x6f,
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e,
0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f,
0x6e, 0x52, 0x09, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x26, 0x0a, 0x08,
0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x18, 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a,
0x2e, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x08, 0x63, 0x68, 0x69, 0x6c,
0x64, 0x72, 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x47, 0x0a,
0x0f, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x64, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
0x12, 0x24, 0x0a, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10,
0x2e, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x65, 0x64, 0x46, 0x69, 0x6c, 0x65,
0x52, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x2f, 0x0a, 0x0d, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x64,
0x69, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x18,
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x46, 0x69, 0x6c,
0x65, 0x52, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x43, 0x0a, 0x10, 0x46, 0x69, 0x6c, 0x65, 0x4d,
0x6b, 0x64, 0x69, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x70,
0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08,
0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x30, 0x0a, 0x0e,
0x46, 0x69, 0x6c, 0x65, 0x4d, 0x6b, 0x64, 0x69, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1e,
0x0a, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x66,
0x69, 0x6c, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x25,
0x0a, 0x11, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03,
0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x11, 0x0a, 0x0f, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x6c,
0x65, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x28, 0x0a, 0x16, 0x46, 0x69, 0x6c, 0x65,
0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
0x69, 0x64, 0x22, 0x3c, 0x0a, 0x14, 0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61,
0x72, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x24, 0x0a, 0x07, 0x70, 0x61,
0x72, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x66, 0x69,
0x6c, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x07, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x73,
0x22, 0x72, 0x0a, 0x0f, 0x54, 0x61, 0x70, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x04, 0x6d, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x18, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x61, 0x70, 0x65,
0x4d, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x04, 0x6d,
0x67, 0x65, 0x74, 0x12, 0x26, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x10, 0x2e, 0x74, 0x61, 0x70, 0x65, 0x2e, 0x54, 0x61, 0x70, 0x65, 0x46, 0x69, 0x6c,
0x74, 0x65, 0x72, 0x48, 0x00, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x42, 0x07, 0x0a, 0x05, 0x70,
0x61, 0x72, 0x61, 0x6d, 0x22, 0x23, 0x0a, 0x0f, 0x54, 0x61, 0x70, 0x65, 0x4d, 0x47, 0x65, 0x74,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x01,
0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x31, 0x0a, 0x0d, 0x54, 0x61, 0x70,
0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x20, 0x0a, 0x05, 0x74, 0x61,
0x70, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x74, 0x61, 0x70, 0x65,
0x2e, 0x54, 0x61, 0x70, 0x65, 0x52, 0x05, 0x74, 0x61, 0x70, 0x65, 0x73, 0x22, 0x25, 0x0a, 0x11,
0x54, 0x61, 0x70, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03,
0x69, 0x64, 0x73, 0x22, 0x11, 0x0a, 0x0f, 0x54, 0x61, 0x70, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74,
0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x47, 0x0a, 0x17, 0x54, 0x61, 0x70, 0x65, 0x47, 0x65,
0x74, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
0x64, 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x02,
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x22,
0x49, 0x0a, 0x15, 0x54, 0x61, 0x70, 0x65, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69,
0x6f, 0x6e, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x30, 0x0a, 0x09, 0x70, 0x6f, 0x73, 0x69,
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x70, 0x6f,
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52,
0x09, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xb7, 0x01, 0x0a, 0x0e, 0x4a,
0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a,
0x04, 0x6d, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x73, 0x65,
0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x4d, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x04, 0x6d, 0x67, 0x65, 0x74, 0x12, 0x24, 0x0a, 0x04,
0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x6a, 0x6f, 0x62,
0x2e, 0x4a, 0x6f, 0x62, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x48, 0x00, 0x52, 0x04, 0x6c, 0x69,
0x73, 0x74, 0x12, 0x47, 0x0a, 0x0f, 0x72, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x6c, 0x79, 0x5f, 0x75,
0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6a, 0x6f,
0x62, 0x2e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x6c, 0x79, 0x55, 0x70, 0x64,
0x61, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x48, 0x00, 0x52, 0x0e, 0x72, 0x65, 0x63,
0x65, 0x6e, 0x74, 0x6c, 0x79, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x70,
0x61, 0x72, 0x61, 0x6d, 0x22, 0x22, 0x0a, 0x0e, 0x4a, 0x6f, 0x62, 0x4d, 0x47, 0x65, 0x74, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20,
0x03, 0x28, 0x03, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x2c, 0x0a, 0x0c, 0x4a, 0x6f, 0x62, 0x4c,
0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x04, 0x6a, 0x6f, 0x62, 0x73,
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x6a, 0x6f, 0x62, 0x2e, 0x4a, 0x6f, 0x62,
0x52, 0x04, 0x6a, 0x6f, 0x62, 0x73, 0x22, 0x37, 0x0a, 0x10, 0x4a, 0x6f, 0x62, 0x43, 0x72, 0x65,
0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x03, 0x6a, 0x6f,
0x62, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6a, 0x6f, 0x62, 0x2e, 0x43, 0x72,
0x65, 0x61, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4a, 0x6f, 0x62, 0x52, 0x03, 0x6a, 0x6f, 0x62, 0x22,
0x2c, 0x0a, 0x0e, 0x4a, 0x6f, 0x62, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c,
0x79, 0x12, 0x1a, 0x0a, 0x03, 0x6a, 0x6f, 0x62, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08,
0x2e, 0x6a, 0x6f, 0x62, 0x2e, 0x4a, 0x6f, 0x62, 0x52, 0x03, 0x6a, 0x6f, 0x62, 0x22, 0x91, 0x01,
0x0a, 0x13, 0x4a, 0x6f, 0x62, 0x45, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2b, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0e, 0x2e, 0x6a, 0x6f, 0x62, 0x2e, 0x4a, 0x6f, 0x62, 0x53,
0x74, 0x61, 0x74, 0x75, 0x73, 0x48, 0x00, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88,
0x01, 0x01, 0x12, 0x28, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x0d, 0x2e, 0x6a, 0x6f, 0x62, 0x2e, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x65,
0x48, 0x01, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07,
0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x74, 0x61, 0x74,
0x65, 0x22, 0x13, 0x0a, 0x11, 0x4a, 0x6f, 0x62, 0x45, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74,
0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x24, 0x0a, 0x10, 0x4a, 0x6f, 0x62, 0x44, 0x65, 0x6c,
0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64,
0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x10, 0x0a, 0x0e,
0x4a, 0x6f, 0x62, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x51,
0x0a, 0x12, 0x4a, 0x6f, 0x62, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
0x52, 0x02, 0x69, 0x64, 0x12, 0x2b, 0x0a, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x02, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6a, 0x6f, 0x62, 0x2e, 0x4a, 0x6f, 0x62, 0x44, 0x69, 0x73,
0x70, 0x61, 0x74, 0x63, 0x68, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x05, 0x70, 0x61, 0x72, 0x61,
0x6d, 0x22, 0x12, 0x0a, 0x10, 0x4a, 0x6f, 0x62, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68,
0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x23, 0x0a, 0x11, 0x4a, 0x6f, 0x62, 0x44, 0x69, 0x73, 0x70,
0x6c, 0x61, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x3c, 0x0a, 0x0f, 0x4a, 0x6f,
0x62, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, 0x0a,
0x07, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f,
0x2e, 0x6a, 0x6f, 0x62, 0x2e, 0x4a, 0x6f, 0x62, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52,
0x07, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x22, 0x51, 0x0a, 0x10, 0x4a, 0x6f, 0x62, 0x47,
0x65, 0x74, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x15, 0x0a, 0x06,
0x6a, 0x6f, 0x62, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6a, 0x6f,
0x62, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20,
0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x88, 0x01, 0x01,
0x42, 0x09, 0x0a, 0x07, 0x5f, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x3c, 0x0a, 0x0e, 0x4a,
0x6f, 0x62, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x0a,
0x04, 0x6c, 0x6f, 0x67, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6c, 0x6f, 0x67,
0x73, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x27, 0x0a, 0x11, 0x53, 0x6f, 0x75,
0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12,
0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61,
0x74, 0x68, 0x22, 0x93, 0x01, 0x0a, 0x0f, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73,
0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x26, 0x0a, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x01,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x53, 0x6f,
0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x28,
0x0a, 0x05, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e,
0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x6c,
0x65, 0x52, 0x05, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x12, 0x2e, 0x0a, 0x08, 0x63, 0x68, 0x69, 0x6c,
0x64, 0x72, 0x65, 0x6e, 0x18, 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x73, 0x6f, 0x75,
0x72, 0x63, 0x65, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x08,
0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x22, 0x2a, 0x0a, 0x14, 0x53, 0x6f, 0x75, 0x72,
0x63, 0x65, 0x47, 0x65, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
0x70, 0x61, 0x74, 0x68, 0x22, 0x28, 0x0a, 0x12, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x47, 0x65,
0x74, 0x53, 0x69, 0x7a, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69,
0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x22, 0x13,
0x0a, 0x11, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x22, 0x2b, 0x0a, 0x0f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73,
0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73,
0x22, 0x54, 0x0a, 0x14, 0x4c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x45, 0x78, 0x70, 0x6f, 0x72,
0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3c, 0x0a, 0x05, 0x74, 0x79, 0x70, 0x65,
0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72,
0x79, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x4c, 0x69,
0x62, 0x72, 0x61, 0x72, 0x79, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, 0x52,
0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x22, 0x28, 0x0a, 0x12, 0x4c, 0x69, 0x62, 0x72, 0x61, 0x72,
0x79, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x0a, 0x04,
0x6a, 0x73, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6a, 0x73, 0x6f, 0x6e,
0x22, 0x56, 0x0a, 0x12, 0x4c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x54, 0x72, 0x69, 0x6d, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x74, 0x72, 0x69, 0x6d, 0x5f, 0x70,
0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x74,
0x72, 0x69, 0x6d, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x0a, 0x09, 0x74,
0x72, 0x69, 0x6d, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08,
0x74, 0x72, 0x69, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x22, 0x12, 0x0a, 0x10, 0x4c, 0x69, 0x62, 0x72,
0x61, 0x72, 0x79, 0x54, 0x72, 0x69, 0x6d, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x32, 0x96, 0x0b, 0x0a,
0x07, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x3b, 0x0a, 0x07, 0x46, 0x69, 0x6c, 0x65,
0x47, 0x65, 0x74, 0x12, 0x17, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x46, 0x69,
0x6c, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x73,
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65,
0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3e, 0x0a, 0x08, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x64, 0x69,
0x74, 0x12, 0x18, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65,
0x45, 0x64, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x73, 0x65,
0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x64, 0x69, 0x74, 0x52, 0x65,
0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x41, 0x0a, 0x09, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x6b, 0x64,
0x69, 0x72, 0x12, 0x19, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x46, 0x69, 0x6c,
0x65, 0x4d, 0x6b, 0x64, 0x69, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e,
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x6b, 0x64, 0x69,
0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x44, 0x0a, 0x0a, 0x46, 0x69, 0x6c, 0x65,
0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1a, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x2e, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x18, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x46, 0x69, 0x6c,
0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x53,
0x0a, 0x0f, 0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74,
0x73, 0x12, 0x1f, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65,
0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x46, 0x69, 0x6c,
0x65, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x70, 0x6c,
0x79, 0x22, 0x00, 0x12, 0x3e, 0x0a, 0x08, 0x54, 0x61, 0x70, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12,
0x18, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x61, 0x70, 0x65, 0x4c, 0x69,
0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x73, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x2e, 0x54, 0x61, 0x70, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c,
0x79, 0x22, 0x00, 0x12, 0x44, 0x0a, 0x0a, 0x54, 0x61, 0x70, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74,
0x65, 0x12, 0x1a, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x61, 0x70, 0x65,
0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e,
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x61, 0x70, 0x65, 0x44, 0x65, 0x6c, 0x65,
0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x56, 0x0a, 0x10, 0x54, 0x61, 0x70,
0x65, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x20, 0x2e,
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x61, 0x70, 0x65, 0x47, 0x65, 0x74, 0x50,
0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x1e, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54, 0x61, 0x70, 0x65, 0x47, 0x65,
0x74, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
0x00, 0x12, 0x3b, 0x0a, 0x07, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x17, 0x2e, 0x73,
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e,
0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x41,
0x0a, 0x09, 0x4a, 0x6f, 0x62, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x19, 0x2e, 0x73, 0x65,
0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x2e, 0x4a, 0x6f, 0x62, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
0x00, 0x12, 0x4a, 0x0a, 0x0c, 0x4a, 0x6f, 0x62, 0x45, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74,
0x65, 0x12, 0x1c, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x45,
0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x1a, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x45, 0x64, 0x69,
0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x41, 0x0a,
0x09, 0x4a, 0x6f, 0x62, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x19, 0x2e, 0x73, 0x65, 0x72,
0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e,
0x4a, 0x6f, 0x62, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00,
0x12, 0x47, 0x0a, 0x0b, 0x4a, 0x6f, 0x62, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x12,
0x1b, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x44, 0x69, 0x73,
0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x73,
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74,
0x63, 0x68, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x44, 0x0a, 0x0a, 0x4a, 0x6f, 0x62,
0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x12, 0x1a, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f,
0x62, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12,
0x41, 0x0a, 0x09, 0x4a, 0x6f, 0x62, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x12, 0x19, 0x2e, 0x73,
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79,
0x22, 0x00, 0x12, 0x44, 0x0a, 0x0a, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74,
0x12, 0x1a, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63,
0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x73,
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73,
0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4d, 0x0a, 0x0d, 0x53, 0x6f, 0x75, 0x72,
0x63, 0x65, 0x47, 0x65, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1d, 0x2e, 0x73, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x47, 0x65, 0x74, 0x53, 0x69, 0x7a,
0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69,
0x63, 0x65, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x47, 0x65, 0x74, 0x53, 0x69, 0x7a, 0x65,
0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x44, 0x0a, 0x0a, 0x44, 0x65, 0x76, 0x69, 0x63,
0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e,
0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x1a, 0x18, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x76, 0x69,
0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4d, 0x0a,
0x0d, 0x4c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1d,
0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79,
0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e,
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x45,
0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x47, 0x0a, 0x0b,
0x4c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x54, 0x72, 0x69, 0x6d, 0x12, 0x1b, 0x2e, 0x73, 0x65,
0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x4c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x54, 0x72, 0x69,
0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69,
0x63, 0x65, 0x2e, 0x4c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x54, 0x72, 0x69, 0x6d, 0x52, 0x65,
0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x23, 0x5a, 0x21, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x61, 0x6d, 0x75, 0x65, 0x6c, 0x6e, 0x63, 0x75, 0x69, 0x2f, 0x79,
0x61, 0x74, 0x6d, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
var (
file_service_proto_rawDescOnce sync.Once
file_service_proto_rawDescData = file_service_proto_rawDesc
)
func file_service_proto_rawDescGZIP() []byte {
file_service_proto_rawDescOnce.Do(func() {
file_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_service_proto_rawDescData)
})
return file_service_proto_rawDescData
}
var file_service_proto_msgTypes = make([]protoimpl.MessageInfo, 42)
var file_service_proto_goTypes = []interface{}{
(*FileGetRequest)(nil), // 0: service.FileGetRequest
(*FileGetReply)(nil), // 1: service.FileGetReply
(*FileEditRequest)(nil), // 2: service.FileEditRequest
(*FileEditReply)(nil), // 3: service.FileEditReply
(*FileMkdirRequest)(nil), // 4: service.FileMkdirRequest
(*FileMkdirReply)(nil), // 5: service.FileMkdirReply
(*FileDeleteRequest)(nil), // 6: service.FileDeleteRequest
(*FileDeleteReply)(nil), // 7: service.FileDeleteReply
(*FileListParentsRequest)(nil), // 8: service.FileListParentsRequest
(*FileListParentsReply)(nil), // 9: service.FileListParentsReply
(*TapeListRequest)(nil), // 10: service.TapeListRequest
(*TapeMGetRequest)(nil), // 11: service.TapeMGetRequest
(*TapeListReply)(nil), // 12: service.TapeListReply
(*TapeDeleteRequest)(nil), // 13: service.TapeDeleteRequest
(*TapeDeleteReply)(nil), // 14: service.TapeDeleteReply
(*TapeGetPositionsRequest)(nil), // 15: service.TapeGetPositionsRequest
(*TapeGetPositionsReply)(nil), // 16: service.TapeGetPositionsReply
(*JobListRequest)(nil), // 17: service.JobListRequest
(*JobMGetRequest)(nil), // 18: service.JobMGetRequest
(*JobListReply)(nil), // 19: service.JobListReply
(*JobCreateRequest)(nil), // 20: service.JobCreateRequest
(*JobCreateReply)(nil), // 21: service.JobCreateReply
(*JobEditStateRequest)(nil), // 22: service.JobEditStateRequest
(*JobEditStateReply)(nil), // 23: service.JobEditStateReply
(*JobDeleteRequest)(nil), // 24: service.JobDeleteRequest
(*JobDeleteReply)(nil), // 25: service.JobDeleteReply
(*JobDispatchRequest)(nil), // 26: service.JobDispatchRequest
(*JobDispatchReply)(nil), // 27: service.JobDispatchReply
(*JobDisplayRequest)(nil), // 28: service.JobDisplayRequest
(*JobDisplayReply)(nil), // 29: service.JobDisplayReply
(*JobGetLogRequest)(nil), // 30: service.JobGetLogRequest
(*JobGetLogReply)(nil), // 31: service.JobGetLogReply
(*SourceListRequest)(nil), // 32: service.SourceListRequest
(*SourceListReply)(nil), // 33: service.SourceListReply
(*SourceGetSizeRequest)(nil), // 34: service.SourceGetSizeRequest
(*SourceGetSizeReply)(nil), // 35: service.SourceGetSizeReply
(*DeviceListRequest)(nil), // 36: service.DeviceListRequest
(*DeviceListReply)(nil), // 37: service.DeviceListReply
(*LibraryExportRequest)(nil), // 38: service.LibraryExportRequest
(*LibraryExportReply)(nil), // 39: service.LibraryExportReply
(*LibraryTrimRequest)(nil), // 40: service.LibraryTrimRequest
(*LibraryTrimReply)(nil), // 41: service.LibraryTrimReply
(*File)(nil), // 42: file.File
(*Position)(nil), // 43: position.Position
(*EditedFile)(nil), // 44: file.EditedFile
(*TapeFilter)(nil), // 45: tape.TapeFilter
(*Tape)(nil), // 46: tape.Tape
(*JobFilter)(nil), // 47: job.JobFilter
(*JobRecentlyUpdateFilter)(nil), // 48: job.JobRecentlyUpdateFilter
(*Job)(nil), // 49: job.Job
(*CreatableJob)(nil), // 50: job.CreatableJob
(JobStatus)(0), // 51: job.JobStatus
(*JobState)(nil), // 52: job.JobState
(*JobDispatchParam)(nil), // 53: job.JobDispatchParam
(*JobDisplay)(nil), // 54: job.JobDisplay
(*SourceFile)(nil), // 55: source.SourceFile
(LibraryEntityType)(0), // 56: library_entity_type.LibraryEntityType
}
var file_service_proto_depIdxs = []int32{
42, // 0: service.FileGetReply.file:type_name -> file.File
43, // 1: service.FileGetReply.positions:type_name -> position.Position
42, // 2: service.FileGetReply.children:type_name -> file.File
44, // 3: service.FileEditRequest.file:type_name -> file.EditedFile
42, // 4: service.FileEditReply.file:type_name -> file.File
42, // 5: service.FileMkdirReply.file:type_name -> file.File
42, // 6: service.FileListParentsReply.parents:type_name -> file.File
11, // 7: service.TapeListRequest.mget:type_name -> service.TapeMGetRequest
45, // 8: service.TapeListRequest.list:type_name -> tape.TapeFilter
46, // 9: service.TapeListReply.tapes:type_name -> tape.Tape
43, // 10: service.TapeGetPositionsReply.positions:type_name -> position.Position
18, // 11: service.JobListRequest.mget:type_name -> service.JobMGetRequest
47, // 12: service.JobListRequest.list:type_name -> job.JobFilter
48, // 13: service.JobListRequest.recently_update:type_name -> job.JobRecentlyUpdateFilter
49, // 14: service.JobListReply.jobs:type_name -> job.Job
50, // 15: service.JobCreateRequest.job:type_name -> job.CreatableJob
49, // 16: service.JobCreateReply.job:type_name -> job.Job
51, // 17: service.JobEditStateRequest.status:type_name -> job.JobStatus
52, // 18: service.JobEditStateRequest.state:type_name -> job.JobState
53, // 19: service.JobDispatchRequest.param:type_name -> job.JobDispatchParam
54, // 20: service.JobDisplayReply.display:type_name -> job.JobDisplay
55, // 21: service.SourceListReply.file:type_name -> source.SourceFile
55, // 22: service.SourceListReply.chain:type_name -> source.SourceFile
55, // 23: service.SourceListReply.children:type_name -> source.SourceFile
56, // 24: service.LibraryExportRequest.types:type_name -> library_entity_type.LibraryEntityType
0, // 25: service.Service.FileGet:input_type -> service.FileGetRequest
2, // 26: service.Service.FileEdit:input_type -> service.FileEditRequest
4, // 27: service.Service.FileMkdir:input_type -> service.FileMkdirRequest
6, // 28: service.Service.FileDelete:input_type -> service.FileDeleteRequest
8, // 29: service.Service.FileListParents:input_type -> service.FileListParentsRequest
10, // 30: service.Service.TapeList:input_type -> service.TapeListRequest
13, // 31: service.Service.TapeDelete:input_type -> service.TapeDeleteRequest
15, // 32: service.Service.TapeGetPositions:input_type -> service.TapeGetPositionsRequest
17, // 33: service.Service.JobList:input_type -> service.JobListRequest
20, // 34: service.Service.JobCreate:input_type -> service.JobCreateRequest
22, // 35: service.Service.JobEditState:input_type -> service.JobEditStateRequest
24, // 36: service.Service.JobDelete:input_type -> service.JobDeleteRequest
26, // 37: service.Service.JobDispatch:input_type -> service.JobDispatchRequest
28, // 38: service.Service.JobDisplay:input_type -> service.JobDisplayRequest
30, // 39: service.Service.JobGetLog:input_type -> service.JobGetLogRequest
32, // 40: service.Service.SourceList:input_type -> service.SourceListRequest
34, // 41: service.Service.SourceGetSize:input_type -> service.SourceGetSizeRequest
36, // 42: service.Service.DeviceList:input_type -> service.DeviceListRequest
38, // 43: service.Service.LibraryExport:input_type -> service.LibraryExportRequest
40, // 44: service.Service.LibraryTrim:input_type -> service.LibraryTrimRequest
1, // 45: service.Service.FileGet:output_type -> service.FileGetReply
3, // 46: service.Service.FileEdit:output_type -> service.FileEditReply
5, // 47: service.Service.FileMkdir:output_type -> service.FileMkdirReply
7, // 48: service.Service.FileDelete:output_type -> service.FileDeleteReply
9, // 49: service.Service.FileListParents:output_type -> service.FileListParentsReply
12, // 50: service.Service.TapeList:output_type -> service.TapeListReply
14, // 51: service.Service.TapeDelete:output_type -> service.TapeDeleteReply
16, // 52: service.Service.TapeGetPositions:output_type -> service.TapeGetPositionsReply
19, // 53: service.Service.JobList:output_type -> service.JobListReply
21, // 54: service.Service.JobCreate:output_type -> service.JobCreateReply
23, // 55: service.Service.JobEditState:output_type -> service.JobEditStateReply
25, // 56: service.Service.JobDelete:output_type -> service.JobDeleteReply
27, // 57: service.Service.JobDispatch:output_type -> service.JobDispatchReply
29, // 58: service.Service.JobDisplay:output_type -> service.JobDisplayReply
31, // 59: service.Service.JobGetLog:output_type -> service.JobGetLogReply
33, // 60: service.Service.SourceList:output_type -> service.SourceListReply
35, // 61: service.Service.SourceGetSize:output_type -> service.SourceGetSizeReply
37, // 62: service.Service.DeviceList:output_type -> service.DeviceListReply
39, // 63: service.Service.LibraryExport:output_type -> service.LibraryExportReply
41, // 64: service.Service.LibraryTrim:output_type -> service.LibraryTrimReply
45, // [45:65] is the sub-list for method output_type
25, // [25:45] 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_service_proto_init() }
func file_service_proto_init() {
if File_service_proto != nil {
return
}
file_job_proto_init()
file_file_proto_init()
file_position_proto_init()
file_tape_proto_init()
file_source_proto_init()
file_library_entity_type_proto_init()
if !protoimpl.UnsafeEnabled {
file_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileGetRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileGetReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileEditRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileEditReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileMkdirRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileMkdirReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileDeleteRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileDeleteReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileListParentsRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FileListParentsReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TapeListRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TapeMGetRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TapeListReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TapeDeleteRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TapeDeleteReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TapeGetPositionsRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*TapeGetPositionsReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobListRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobMGetRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobListReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobCreateRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobCreateReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobEditStateRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobEditStateReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobDeleteRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobDeleteReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobDispatchRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobDispatchReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobDisplayRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobDisplayReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobGetLogRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*JobGetLogReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SourceListRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SourceListReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SourceGetSizeRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SourceGetSizeReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DeviceListRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DeviceListReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LibraryExportRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LibraryExportReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LibraryTrimRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_service_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LibraryTrimReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
file_service_proto_msgTypes[0].OneofWrappers = []interface{}{}
file_service_proto_msgTypes[1].OneofWrappers = []interface{}{}
file_service_proto_msgTypes[10].OneofWrappers = []interface{}{
(*TapeListRequest_Mget)(nil),
(*TapeListRequest_List)(nil),
}
file_service_proto_msgTypes[17].OneofWrappers = []interface{}{
(*JobListRequest_Mget)(nil),
(*JobListRequest_List)(nil),
(*JobListRequest_RecentlyUpdate)(nil),
}
file_service_proto_msgTypes[22].OneofWrappers = []interface{}{}
file_service_proto_msgTypes[30].OneofWrappers = []interface{}{}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_service_proto_rawDesc,
NumEnums: 0,
NumMessages: 42,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_service_proto_goTypes,
DependencyIndexes: file_service_proto_depIdxs,
MessageInfos: file_service_proto_msgTypes,
}.Build()
File_service_proto = out.File
file_service_proto_rawDesc = nil
file_service_proto_goTypes = nil
file_service_proto_depIdxs = nil
}