v1

package
v1.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ItemBlockAction_AppliesTo_FullMethodName       = "/v1.ItemBlockAction/AppliesTo"
	ItemBlockAction_GetRelatedItems_FullMethodName = "/v1.ItemBlockAction/GetRelatedItems"
)

Variables

View Source
var File_itemblockaction_v1_ItemBlockAction_proto protoreflect.FileDescriptor
View Source
var ItemBlockAction_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "v1.ItemBlockAction",
	HandlerType: (*ItemBlockActionServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AppliesTo",
			Handler:    _ItemBlockAction_AppliesTo_Handler,
		},
		{
			MethodName: "GetRelatedItems",
			Handler:    _ItemBlockAction_GetRelatedItems_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "itemblockaction/v1/ItemBlockAction.proto",
}

ItemBlockAction_ServiceDesc is the grpc.ServiceDesc for ItemBlockAction service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterItemBlockActionServer

func RegisterItemBlockActionServer(s grpc.ServiceRegistrar, srv ItemBlockActionServer)

Types

type ItemBlockActionAppliesToRequest

type ItemBlockActionAppliesToRequest struct {
	Plugin string `protobuf:"bytes,1,opt,name=plugin,proto3" json:"plugin,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemBlockActionAppliesToRequest) Descriptor deprecated

func (*ItemBlockActionAppliesToRequest) Descriptor() ([]byte, []int)

Deprecated: Use ItemBlockActionAppliesToRequest.ProtoReflect.Descriptor instead.

func (*ItemBlockActionAppliesToRequest) GetPlugin

func (x *ItemBlockActionAppliesToRequest) GetPlugin() string

func (*ItemBlockActionAppliesToRequest) ProtoMessage

func (*ItemBlockActionAppliesToRequest) ProtoMessage()

func (*ItemBlockActionAppliesToRequest) ProtoReflect

func (*ItemBlockActionAppliesToRequest) Reset

func (*ItemBlockActionAppliesToRequest) String

type ItemBlockActionAppliesToResponse

type ItemBlockActionAppliesToResponse struct {
	ResourceSelector *generated.ResourceSelector `protobuf:"bytes,1,opt,name=ResourceSelector,proto3" json:"ResourceSelector,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemBlockActionAppliesToResponse) Descriptor deprecated

func (*ItemBlockActionAppliesToResponse) Descriptor() ([]byte, []int)

Deprecated: Use ItemBlockActionAppliesToResponse.ProtoReflect.Descriptor instead.

func (*ItemBlockActionAppliesToResponse) GetResourceSelector

func (*ItemBlockActionAppliesToResponse) ProtoMessage

func (*ItemBlockActionAppliesToResponse) ProtoMessage()

func (*ItemBlockActionAppliesToResponse) ProtoReflect

func (*ItemBlockActionAppliesToResponse) Reset

func (*ItemBlockActionAppliesToResponse) String

type ItemBlockActionClient

ItemBlockActionClient is the client API for ItemBlockAction service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ItemBlockActionGetRelatedItemsRequest

type ItemBlockActionGetRelatedItemsRequest struct {
	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"`
	// contains filtered or unexported fields
}

func (*ItemBlockActionGetRelatedItemsRequest) Descriptor deprecated

func (*ItemBlockActionGetRelatedItemsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ItemBlockActionGetRelatedItemsRequest.ProtoReflect.Descriptor instead.

func (*ItemBlockActionGetRelatedItemsRequest) GetBackup

func (*ItemBlockActionGetRelatedItemsRequest) GetItem

func (*ItemBlockActionGetRelatedItemsRequest) GetPlugin

func (*ItemBlockActionGetRelatedItemsRequest) ProtoMessage

func (*ItemBlockActionGetRelatedItemsRequest) ProtoMessage()

func (*ItemBlockActionGetRelatedItemsRequest) ProtoReflect

func (*ItemBlockActionGetRelatedItemsRequest) Reset

func (*ItemBlockActionGetRelatedItemsRequest) String

type ItemBlockActionGetRelatedItemsResponse

type ItemBlockActionGetRelatedItemsResponse struct {
	RelatedItems []*generated.ResourceIdentifier `protobuf:"bytes,1,rep,name=relatedItems,proto3" json:"relatedItems,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemBlockActionGetRelatedItemsResponse) Descriptor deprecated

func (*ItemBlockActionGetRelatedItemsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ItemBlockActionGetRelatedItemsResponse.ProtoReflect.Descriptor instead.

func (*ItemBlockActionGetRelatedItemsResponse) GetRelatedItems

func (*ItemBlockActionGetRelatedItemsResponse) ProtoMessage

func (*ItemBlockActionGetRelatedItemsResponse) ProtoReflect

func (*ItemBlockActionGetRelatedItemsResponse) Reset

func (*ItemBlockActionGetRelatedItemsResponse) String

type ItemBlockActionServer

ItemBlockActionServer is the server API for ItemBlockAction service. All implementations should embed UnimplementedItemBlockActionServer for forward compatibility

type UnimplementedItemBlockActionServer

type UnimplementedItemBlockActionServer struct {
}

UnimplementedItemBlockActionServer should be embedded to have forward compatible implementations.

type UnsafeItemBlockActionServer

type UnsafeItemBlockActionServer interface {
	// contains filtered or unexported methods
}

UnsafeItemBlockActionServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ItemBlockActionServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL