mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 11:46:06 +00:00
246 lines
8.4 KiB
Go
246 lines
8.4 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11-devel
|
|
// protoc v4.25.2
|
|
// source: DeleteItemAction.proto
|
|
|
|
package generated
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
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 DeleteItemActionExecuteRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Plugin string `protobuf:"bytes,1,opt,name=plugin,proto3" json:"plugin,omitempty"`
|
|
Item []byte `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
|
|
Backup []byte `protobuf:"bytes,3,opt,name=backup,proto3" json:"backup,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteItemActionExecuteRequest) Reset() {
|
|
*x = DeleteItemActionExecuteRequest{}
|
|
mi := &file_DeleteItemAction_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteItemActionExecuteRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteItemActionExecuteRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteItemActionExecuteRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_DeleteItemAction_proto_msgTypes[0]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteItemActionExecuteRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteItemActionExecuteRequest) Descriptor() ([]byte, []int) {
|
|
return file_DeleteItemAction_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *DeleteItemActionExecuteRequest) GetPlugin() string {
|
|
if x != nil {
|
|
return x.Plugin
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeleteItemActionExecuteRequest) GetItem() []byte {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DeleteItemActionExecuteRequest) GetBackup() []byte {
|
|
if x != nil {
|
|
return x.Backup
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteItemActionAppliesToRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Plugin string `protobuf:"bytes,1,opt,name=plugin,proto3" json:"plugin,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteItemActionAppliesToRequest) Reset() {
|
|
*x = DeleteItemActionAppliesToRequest{}
|
|
mi := &file_DeleteItemAction_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteItemActionAppliesToRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteItemActionAppliesToRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteItemActionAppliesToRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_DeleteItemAction_proto_msgTypes[1]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteItemActionAppliesToRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteItemActionAppliesToRequest) Descriptor() ([]byte, []int) {
|
|
return file_DeleteItemAction_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *DeleteItemActionAppliesToRequest) GetPlugin() string {
|
|
if x != nil {
|
|
return x.Plugin
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeleteItemActionAppliesToResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ResourceSelector *ResourceSelector `protobuf:"bytes,1,opt,name=ResourceSelector,proto3" json:"ResourceSelector,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteItemActionAppliesToResponse) Reset() {
|
|
*x = DeleteItemActionAppliesToResponse{}
|
|
mi := &file_DeleteItemAction_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteItemActionAppliesToResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteItemActionAppliesToResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteItemActionAppliesToResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_DeleteItemAction_proto_msgTypes[2]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteItemActionAppliesToResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteItemActionAppliesToResponse) Descriptor() ([]byte, []int) {
|
|
return file_DeleteItemAction_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *DeleteItemActionAppliesToResponse) GetResourceSelector() *ResourceSelector {
|
|
if x != nil {
|
|
return x.ResourceSelector
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_DeleteItemAction_proto protoreflect.FileDescriptor
|
|
|
|
const file_DeleteItemAction_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x16DeleteItemAction.proto\x12\tgenerated\x1a\fShared.proto\"d\n" +
|
|
"\x1eDeleteItemActionExecuteRequest\x12\x16\n" +
|
|
"\x06plugin\x18\x01 \x01(\tR\x06plugin\x12\x12\n" +
|
|
"\x04item\x18\x02 \x01(\fR\x04item\x12\x16\n" +
|
|
"\x06backup\x18\x03 \x01(\fR\x06backup\":\n" +
|
|
" DeleteItemActionAppliesToRequest\x12\x16\n" +
|
|
"\x06plugin\x18\x01 \x01(\tR\x06plugin\"l\n" +
|
|
"!DeleteItemActionAppliesToResponse\x12G\n" +
|
|
"\x10ResourceSelector\x18\x01 \x01(\v2\x1b.generated.ResourceSelectorR\x10ResourceSelector2\xc2\x01\n" +
|
|
"\x10DeleteItemAction\x12f\n" +
|
|
"\tAppliesTo\x12+.generated.DeleteItemActionAppliesToRequest\x1a,.generated.DeleteItemActionAppliesToResponse\x12F\n" +
|
|
"\aExecute\x12).generated.DeleteItemActionExecuteRequest\x1a\x10.generated.EmptyB5Z3github.com/vmware-tanzu/velero/pkg/plugin/generatedb\x06proto3"
|
|
|
|
var (
|
|
file_DeleteItemAction_proto_rawDescOnce sync.Once
|
|
file_DeleteItemAction_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_DeleteItemAction_proto_rawDescGZIP() []byte {
|
|
file_DeleteItemAction_proto_rawDescOnce.Do(func() {
|
|
file_DeleteItemAction_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_DeleteItemAction_proto_rawDesc), len(file_DeleteItemAction_proto_rawDesc)))
|
|
})
|
|
return file_DeleteItemAction_proto_rawDescData
|
|
}
|
|
|
|
var file_DeleteItemAction_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
|
var file_DeleteItemAction_proto_goTypes = []any{
|
|
(*DeleteItemActionExecuteRequest)(nil), // 0: generated.DeleteItemActionExecuteRequest
|
|
(*DeleteItemActionAppliesToRequest)(nil), // 1: generated.DeleteItemActionAppliesToRequest
|
|
(*DeleteItemActionAppliesToResponse)(nil), // 2: generated.DeleteItemActionAppliesToResponse
|
|
(*ResourceSelector)(nil), // 3: generated.ResourceSelector
|
|
(*Empty)(nil), // 4: generated.Empty
|
|
}
|
|
var file_DeleteItemAction_proto_depIdxs = []int32{
|
|
3, // 0: generated.DeleteItemActionAppliesToResponse.ResourceSelector:type_name -> generated.ResourceSelector
|
|
1, // 1: generated.DeleteItemAction.AppliesTo:input_type -> generated.DeleteItemActionAppliesToRequest
|
|
0, // 2: generated.DeleteItemAction.Execute:input_type -> generated.DeleteItemActionExecuteRequest
|
|
2, // 3: generated.DeleteItemAction.AppliesTo:output_type -> generated.DeleteItemActionAppliesToResponse
|
|
4, // 4: generated.DeleteItemAction.Execute:output_type -> generated.Empty
|
|
3, // [3:5] is the sub-list for method output_type
|
|
1, // [1:3] is the sub-list for method input_type
|
|
1, // [1:1] is the sub-list for extension type_name
|
|
1, // [1:1] is the sub-list for extension extendee
|
|
0, // [0:1] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_DeleteItemAction_proto_init() }
|
|
func file_DeleteItemAction_proto_init() {
|
|
if File_DeleteItemAction_proto != nil {
|
|
return
|
|
}
|
|
file_Shared_proto_init()
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_DeleteItemAction_proto_rawDesc), len(file_DeleteItemAction_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 3,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_DeleteItemAction_proto_goTypes,
|
|
DependencyIndexes: file_DeleteItemAction_proto_depIdxs,
|
|
MessageInfos: file_DeleteItemAction_proto_msgTypes,
|
|
}.Build()
|
|
File_DeleteItemAction_proto = out.File
|
|
file_DeleteItemAction_proto_goTypes = nil
|
|
file_DeleteItemAction_proto_depIdxs = nil
|
|
}
|