github.com/yandex-cloud/geesefs@v0.40.9/internal/pb/recovery.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.27.1 4 // protoc v3.12.4 5 // source: internal/pb/recovery.proto 6 7 package pb 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 reflect "reflect" 13 sync "sync" 14 ) 15 16 const ( 17 // Verify that this generated code is sufficiently up-to-date. 18 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 19 // Verify that runtime/protoimpl is sufficiently up-to-date. 20 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 21 ) 22 23 type UnmountRequest struct { 24 state protoimpl.MessageState 25 sizeCache protoimpl.SizeCache 26 unknownFields protoimpl.UnknownFields 27 } 28 29 func (x *UnmountRequest) Reset() { 30 *x = UnmountRequest{} 31 if protoimpl.UnsafeEnabled { 32 mi := &file_internal_pb_recovery_proto_msgTypes[0] 33 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 34 ms.StoreMessageInfo(mi) 35 } 36 } 37 38 func (x *UnmountRequest) String() string { 39 return protoimpl.X.MessageStringOf(x) 40 } 41 42 func (*UnmountRequest) ProtoMessage() {} 43 44 func (x *UnmountRequest) ProtoReflect() protoreflect.Message { 45 mi := &file_internal_pb_recovery_proto_msgTypes[0] 46 if protoimpl.UnsafeEnabled && x != nil { 47 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 48 if ms.LoadMessageInfo() == nil { 49 ms.StoreMessageInfo(mi) 50 } 51 return ms 52 } 53 return mi.MessageOf(x) 54 } 55 56 // Deprecated: Use UnmountRequest.ProtoReflect.Descriptor instead. 57 func (*UnmountRequest) Descriptor() ([]byte, []int) { 58 return file_internal_pb_recovery_proto_rawDescGZIP(), []int{0} 59 } 60 61 type UnmountResponse struct { 62 state protoimpl.MessageState 63 sizeCache protoimpl.SizeCache 64 unknownFields protoimpl.UnknownFields 65 } 66 67 func (x *UnmountResponse) Reset() { 68 *x = UnmountResponse{} 69 if protoimpl.UnsafeEnabled { 70 mi := &file_internal_pb_recovery_proto_msgTypes[1] 71 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 72 ms.StoreMessageInfo(mi) 73 } 74 } 75 76 func (x *UnmountResponse) String() string { 77 return protoimpl.X.MessageStringOf(x) 78 } 79 80 func (*UnmountResponse) ProtoMessage() {} 81 82 func (x *UnmountResponse) ProtoReflect() protoreflect.Message { 83 mi := &file_internal_pb_recovery_proto_msgTypes[1] 84 if protoimpl.UnsafeEnabled && x != nil { 85 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 86 if ms.LoadMessageInfo() == nil { 87 ms.StoreMessageInfo(mi) 88 } 89 return ms 90 } 91 return mi.MessageOf(x) 92 } 93 94 // Deprecated: Use UnmountResponse.ProtoReflect.Descriptor instead. 95 func (*UnmountResponse) Descriptor() ([]byte, []int) { 96 return file_internal_pb_recovery_proto_rawDescGZIP(), []int{1} 97 } 98 99 var File_internal_pb_recovery_proto protoreflect.FileDescriptor 100 101 var file_internal_pb_recovery_proto_rawDesc = []byte{ 102 0x0a, 0x1a, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x70, 0x62, 0x2f, 0x72, 0x65, 103 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x10, 0x0a, 0x0e, 104 0x55, 0x6e, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x11, 105 0x0a, 0x0f, 0x55, 0x6e, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 106 0x65, 0x32, 0x38, 0x0a, 0x08, 0x52, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x12, 0x2c, 0x0a, 107 0x07, 0x55, 0x6e, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x0f, 0x2e, 0x55, 0x6e, 0x6d, 0x6f, 0x75, 108 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e, 0x55, 0x6e, 0x6d, 0x6f, 109 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x2d, 0x5a, 0x2b, 0x67, 110 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x79, 0x61, 0x6e, 0x64, 0x65, 0x78, 111 0x2d, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x67, 0x65, 0x65, 0x73, 0x65, 0x66, 0x73, 0x2f, 0x69, 112 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 113 0x6f, 0x33, 114 } 115 116 var ( 117 file_internal_pb_recovery_proto_rawDescOnce sync.Once 118 file_internal_pb_recovery_proto_rawDescData = file_internal_pb_recovery_proto_rawDesc 119 ) 120 121 func file_internal_pb_recovery_proto_rawDescGZIP() []byte { 122 file_internal_pb_recovery_proto_rawDescOnce.Do(func() { 123 file_internal_pb_recovery_proto_rawDescData = protoimpl.X.CompressGZIP(file_internal_pb_recovery_proto_rawDescData) 124 }) 125 return file_internal_pb_recovery_proto_rawDescData 126 } 127 128 var file_internal_pb_recovery_proto_msgTypes = make([]protoimpl.MessageInfo, 2) 129 var file_internal_pb_recovery_proto_goTypes = []interface{}{ 130 (*UnmountRequest)(nil), // 0: UnmountRequest 131 (*UnmountResponse)(nil), // 1: UnmountResponse 132 } 133 var file_internal_pb_recovery_proto_depIdxs = []int32{ 134 0, // 0: Recovery.Unmount:input_type -> UnmountRequest 135 1, // 1: Recovery.Unmount:output_type -> UnmountResponse 136 1, // [1:2] is the sub-list for method output_type 137 0, // [0:1] is the sub-list for method input_type 138 0, // [0:0] is the sub-list for extension type_name 139 0, // [0:0] is the sub-list for extension extendee 140 0, // [0:0] is the sub-list for field type_name 141 } 142 143 func init() { file_internal_pb_recovery_proto_init() } 144 func file_internal_pb_recovery_proto_init() { 145 if File_internal_pb_recovery_proto != nil { 146 return 147 } 148 if !protoimpl.UnsafeEnabled { 149 file_internal_pb_recovery_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 150 switch v := v.(*UnmountRequest); i { 151 case 0: 152 return &v.state 153 case 1: 154 return &v.sizeCache 155 case 2: 156 return &v.unknownFields 157 default: 158 return nil 159 } 160 } 161 file_internal_pb_recovery_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 162 switch v := v.(*UnmountResponse); i { 163 case 0: 164 return &v.state 165 case 1: 166 return &v.sizeCache 167 case 2: 168 return &v.unknownFields 169 default: 170 return nil 171 } 172 } 173 } 174 type x struct{} 175 out := protoimpl.TypeBuilder{ 176 File: protoimpl.DescBuilder{ 177 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 178 RawDescriptor: file_internal_pb_recovery_proto_rawDesc, 179 NumEnums: 0, 180 NumMessages: 2, 181 NumExtensions: 0, 182 NumServices: 1, 183 }, 184 GoTypes: file_internal_pb_recovery_proto_goTypes, 185 DependencyIndexes: file_internal_pb_recovery_proto_depIdxs, 186 MessageInfos: file_internal_pb_recovery_proto_msgTypes, 187 }.Build() 188 File_internal_pb_recovery_proto = out.File 189 file_internal_pb_recovery_proto_rawDesc = nil 190 file_internal_pb_recovery_proto_goTypes = nil 191 file_internal_pb_recovery_proto_depIdxs = nil 192 }