download

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ManagerService_AddCompletedDownload7_FullMethodName            = "/download.ManagerService/AddCompletedDownload7"
	ManagerService_AddCompletedDownload9_1_FullMethodName          = "/download.ManagerService/AddCompletedDownload9_1"
	ManagerService_Enqueue_FullMethodName                          = "/download.ManagerService/Enqueue"
	ManagerService_GetMimeTypeForDownloadedFile_FullMethodName     = "/download.ManagerService/GetMimeTypeForDownloadedFile"
	ManagerService_GetUriForDownloadedFile_FullMethodName          = "/download.ManagerService/GetUriForDownloadedFile"
	ManagerService_OpenDownloadedFile_FullMethodName               = "/download.ManagerService/OpenDownloadedFile"
	ManagerService_Query_FullMethodName                            = "/download.ManagerService/Query"
	ManagerService_Remove_FullMethodName                           = "/download.ManagerService/Remove"
	ManagerService_GetMaxBytesOverMobile_FullMethodName            = "/download.ManagerService/GetMaxBytesOverMobile"
	ManagerService_GetRecommendedMaxBytesOverMobile_FullMethodName = "/download.ManagerService/GetRecommendedMaxBytesOverMobile"
)
View Source
const (
	ManagerQueryService_SetFilterById_FullMethodName     = "/download.ManagerQueryService/SetFilterById"
	ManagerQueryService_SetFilterByStatus_FullMethodName = "/download.ManagerQueryService/SetFilterByStatus"
)
View Source
const (
	ManagerRequestService_AddRequestHeader_FullMethodName                  = "/download.ManagerRequestService/AddRequestHeader"
	ManagerRequestService_AllowScanningByMediaScanner_FullMethodName       = "/download.ManagerRequestService/AllowScanningByMediaScanner"
	ManagerRequestService_SetAllowedNetworkTypes_FullMethodName            = "/download.ManagerRequestService/SetAllowedNetworkTypes"
	ManagerRequestService_SetAllowedOverMetered_FullMethodName             = "/download.ManagerRequestService/SetAllowedOverMetered"
	ManagerRequestService_SetAllowedOverRoaming_FullMethodName             = "/download.ManagerRequestService/SetAllowedOverRoaming"
	ManagerRequestService_SetDescription_FullMethodName                    = "/download.ManagerRequestService/SetDescription"
	ManagerRequestService_SetDestinationInExternalFilesDir_FullMethodName  = "/download.ManagerRequestService/SetDestinationInExternalFilesDir"
	ManagerRequestService_SetDestinationInExternalPublicDir_FullMethodName = "/download.ManagerRequestService/SetDestinationInExternalPublicDir"
	ManagerRequestService_SetDestinationUri_FullMethodName                 = "/download.ManagerRequestService/SetDestinationUri"
	ManagerRequestService_SetMimeType_FullMethodName                       = "/download.ManagerRequestService/SetMimeType"
	ManagerRequestService_SetNotificationVisibility_FullMethodName         = "/download.ManagerRequestService/SetNotificationVisibility"
	ManagerRequestService_SetRequiresCharging_FullMethodName               = "/download.ManagerRequestService/SetRequiresCharging"
	ManagerRequestService_SetRequiresDeviceIdle_FullMethodName             = "/download.ManagerRequestService/SetRequiresDeviceIdle"
	ManagerRequestService_SetShowRunningNotification_FullMethodName        = "/download.ManagerRequestService/SetShowRunningNotification"
	ManagerRequestService_SetTitle_FullMethodName                          = "/download.ManagerRequestService/SetTitle"
	ManagerRequestService_SetVisibleInDownloadsUi_FullMethodName           = "/download.ManagerRequestService/SetVisibleInDownloadsUi"
)

Variables

View Source
var File_proto_download_download_proto protoreflect.FileDescriptor
View Source
var ManagerQueryService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "download.ManagerQueryService",
	HandlerType: (*ManagerQueryServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SetFilterById",
			Handler:    _ManagerQueryService_SetFilterById_Handler,
		},
		{
			MethodName: "SetFilterByStatus",
			Handler:    _ManagerQueryService_SetFilterByStatus_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/download/download.proto",
}

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

View Source
var ManagerRequestService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "download.ManagerRequestService",
	HandlerType: (*ManagerRequestServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddRequestHeader",
			Handler:    _ManagerRequestService_AddRequestHeader_Handler,
		},
		{
			MethodName: "AllowScanningByMediaScanner",
			Handler:    _ManagerRequestService_AllowScanningByMediaScanner_Handler,
		},
		{
			MethodName: "SetAllowedNetworkTypes",
			Handler:    _ManagerRequestService_SetAllowedNetworkTypes_Handler,
		},
		{
			MethodName: "SetAllowedOverMetered",
			Handler:    _ManagerRequestService_SetAllowedOverMetered_Handler,
		},
		{
			MethodName: "SetAllowedOverRoaming",
			Handler:    _ManagerRequestService_SetAllowedOverRoaming_Handler,
		},
		{
			MethodName: "SetDescription",
			Handler:    _ManagerRequestService_SetDescription_Handler,
		},
		{
			MethodName: "SetDestinationInExternalFilesDir",
			Handler:    _ManagerRequestService_SetDestinationInExternalFilesDir_Handler,
		},
		{
			MethodName: "SetDestinationInExternalPublicDir",
			Handler:    _ManagerRequestService_SetDestinationInExternalPublicDir_Handler,
		},
		{
			MethodName: "SetDestinationUri",
			Handler:    _ManagerRequestService_SetDestinationUri_Handler,
		},
		{
			MethodName: "SetMimeType",
			Handler:    _ManagerRequestService_SetMimeType_Handler,
		},
		{
			MethodName: "SetNotificationVisibility",
			Handler:    _ManagerRequestService_SetNotificationVisibility_Handler,
		},
		{
			MethodName: "SetRequiresCharging",
			Handler:    _ManagerRequestService_SetRequiresCharging_Handler,
		},
		{
			MethodName: "SetRequiresDeviceIdle",
			Handler:    _ManagerRequestService_SetRequiresDeviceIdle_Handler,
		},
		{
			MethodName: "SetShowRunningNotification",
			Handler:    _ManagerRequestService_SetShowRunningNotification_Handler,
		},
		{
			MethodName: "SetTitle",
			Handler:    _ManagerRequestService_SetTitle_Handler,
		},
		{
			MethodName: "SetVisibleInDownloadsUi",
			Handler:    _ManagerRequestService_SetVisibleInDownloadsUi_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/download/download.proto",
}

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

View Source
var ManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "download.ManagerService",
	HandlerType: (*ManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddCompletedDownload7",
			Handler:    _ManagerService_AddCompletedDownload7_Handler,
		},
		{
			MethodName: "AddCompletedDownload9_1",
			Handler:    _ManagerService_AddCompletedDownload9_1_Handler,
		},
		{
			MethodName: "Enqueue",
			Handler:    _ManagerService_Enqueue_Handler,
		},
		{
			MethodName: "GetMimeTypeForDownloadedFile",
			Handler:    _ManagerService_GetMimeTypeForDownloadedFile_Handler,
		},
		{
			MethodName: "GetUriForDownloadedFile",
			Handler:    _ManagerService_GetUriForDownloadedFile_Handler,
		},
		{
			MethodName: "OpenDownloadedFile",
			Handler:    _ManagerService_OpenDownloadedFile_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _ManagerService_Query_Handler,
		},
		{
			MethodName: "Remove",
			Handler:    _ManagerService_Remove_Handler,
		},
		{
			MethodName: "GetMaxBytesOverMobile",
			Handler:    _ManagerService_GetMaxBytesOverMobile_Handler,
		},
		{
			MethodName: "GetRecommendedMaxBytesOverMobile",
			Handler:    _ManagerService_GetRecommendedMaxBytesOverMobile_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/download/download.proto",
}

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

Functions

func RegisterManagerQueryServiceServer added in v0.0.4

func RegisterManagerQueryServiceServer(s grpc.ServiceRegistrar, srv ManagerQueryServiceServer)

func RegisterManagerRequestServiceServer added in v0.0.4

func RegisterManagerRequestServiceServer(s grpc.ServiceRegistrar, srv ManagerRequestServiceServer)

func RegisterManagerServiceServer added in v0.0.4

func RegisterManagerServiceServer(s grpc.ServiceRegistrar, srv ManagerServiceServer)

Types

type AddCompletedDownload7Request

type AddCompletedDownload7Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 bool   `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 string `protobuf:"bytes,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	Arg4 string `protobuf:"bytes,5,opt,name=arg4,proto3" json:"arg4,omitempty"`
	Arg5 int64  `protobuf:"varint,6,opt,name=arg5,proto3" json:"arg5,omitempty"`
	Arg6 bool   `protobuf:"varint,7,opt,name=arg6,proto3" json:"arg6,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCompletedDownload7Request) Descriptor deprecated

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

Deprecated: Use AddCompletedDownload7Request.ProtoReflect.Descriptor instead.

func (*AddCompletedDownload7Request) GetArg0

func (x *AddCompletedDownload7Request) GetArg0() string

func (*AddCompletedDownload7Request) GetArg1

func (x *AddCompletedDownload7Request) GetArg1() string

func (*AddCompletedDownload7Request) GetArg2

func (x *AddCompletedDownload7Request) GetArg2() bool

func (*AddCompletedDownload7Request) GetArg3

func (x *AddCompletedDownload7Request) GetArg3() string

func (*AddCompletedDownload7Request) GetArg4

func (x *AddCompletedDownload7Request) GetArg4() string

func (*AddCompletedDownload7Request) GetArg5

func (x *AddCompletedDownload7Request) GetArg5() int64

func (*AddCompletedDownload7Request) GetArg6

func (x *AddCompletedDownload7Request) GetArg6() bool

func (*AddCompletedDownload7Request) ProtoMessage

func (*AddCompletedDownload7Request) ProtoMessage()

func (*AddCompletedDownload7Request) ProtoReflect

func (*AddCompletedDownload7Request) Reset

func (x *AddCompletedDownload7Request) Reset()

func (*AddCompletedDownload7Request) String

type AddCompletedDownload7Response

type AddCompletedDownload7Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCompletedDownload7Response) Descriptor deprecated

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

Deprecated: Use AddCompletedDownload7Response.ProtoReflect.Descriptor instead.

func (*AddCompletedDownload7Response) GetResult

func (x *AddCompletedDownload7Response) GetResult() int64

func (*AddCompletedDownload7Response) ProtoMessage

func (*AddCompletedDownload7Response) ProtoMessage()

func (*AddCompletedDownload7Response) ProtoReflect

func (*AddCompletedDownload7Response) Reset

func (x *AddCompletedDownload7Response) Reset()

func (*AddCompletedDownload7Response) String

type AddCompletedDownload9_1Request

type AddCompletedDownload9_1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 bool   `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 string `protobuf:"bytes,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	Arg4 string `protobuf:"bytes,5,opt,name=arg4,proto3" json:"arg4,omitempty"`
	Arg5 int64  `protobuf:"varint,6,opt,name=arg5,proto3" json:"arg5,omitempty"`
	Arg6 bool   `protobuf:"varint,7,opt,name=arg6,proto3" json:"arg6,omitempty"`
	Arg7 int64  `protobuf:"varint,8,opt,name=arg7,proto3" json:"arg7,omitempty"`
	Arg8 int64  `protobuf:"varint,9,opt,name=arg8,proto3" json:"arg8,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCompletedDownload9_1Request) Descriptor deprecated

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

Deprecated: Use AddCompletedDownload9_1Request.ProtoReflect.Descriptor instead.

func (*AddCompletedDownload9_1Request) GetArg0

func (*AddCompletedDownload9_1Request) GetArg1

func (*AddCompletedDownload9_1Request) GetArg2

func (x *AddCompletedDownload9_1Request) GetArg2() bool

func (*AddCompletedDownload9_1Request) GetArg3

func (*AddCompletedDownload9_1Request) GetArg4

func (*AddCompletedDownload9_1Request) GetArg5

func (*AddCompletedDownload9_1Request) GetArg6

func (x *AddCompletedDownload9_1Request) GetArg6() bool

func (*AddCompletedDownload9_1Request) GetArg7

func (*AddCompletedDownload9_1Request) GetArg8

func (*AddCompletedDownload9_1Request) ProtoMessage

func (*AddCompletedDownload9_1Request) ProtoMessage()

func (*AddCompletedDownload9_1Request) ProtoReflect

func (*AddCompletedDownload9_1Request) Reset

func (x *AddCompletedDownload9_1Request) Reset()

func (*AddCompletedDownload9_1Request) String

type AddCompletedDownload9_1Response

type AddCompletedDownload9_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCompletedDownload9_1Response) Descriptor deprecated

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

Deprecated: Use AddCompletedDownload9_1Response.ProtoReflect.Descriptor instead.

func (*AddCompletedDownload9_1Response) GetResult

func (x *AddCompletedDownload9_1Response) GetResult() int64

func (*AddCompletedDownload9_1Response) ProtoMessage

func (*AddCompletedDownload9_1Response) ProtoMessage()

func (*AddCompletedDownload9_1Response) ProtoReflect

func (*AddCompletedDownload9_1Response) Reset

func (*AddCompletedDownload9_1Response) String

type AddRequestHeaderRequest

type AddRequestHeaderRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*AddRequestHeaderRequest) Descriptor deprecated

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

Deprecated: Use AddRequestHeaderRequest.ProtoReflect.Descriptor instead.

func (*AddRequestHeaderRequest) GetArg0

func (x *AddRequestHeaderRequest) GetArg0() string

func (*AddRequestHeaderRequest) GetArg1

func (x *AddRequestHeaderRequest) GetArg1() string

func (*AddRequestHeaderRequest) ProtoMessage

func (*AddRequestHeaderRequest) ProtoMessage()

func (*AddRequestHeaderRequest) ProtoReflect

func (x *AddRequestHeaderRequest) ProtoReflect() protoreflect.Message

func (*AddRequestHeaderRequest) Reset

func (x *AddRequestHeaderRequest) Reset()

func (*AddRequestHeaderRequest) String

func (x *AddRequestHeaderRequest) String() string

type AddRequestHeaderResponse

type AddRequestHeaderResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AddRequestHeaderResponse) Descriptor deprecated

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

Deprecated: Use AddRequestHeaderResponse.ProtoReflect.Descriptor instead.

func (*AddRequestHeaderResponse) GetResult

func (x *AddRequestHeaderResponse) GetResult() int64

func (*AddRequestHeaderResponse) ProtoMessage

func (*AddRequestHeaderResponse) ProtoMessage()

func (*AddRequestHeaderResponse) ProtoReflect

func (x *AddRequestHeaderResponse) ProtoReflect() protoreflect.Message

func (*AddRequestHeaderResponse) Reset

func (x *AddRequestHeaderResponse) Reset()

func (*AddRequestHeaderResponse) String

func (x *AddRequestHeaderResponse) String() string

type AllowScanningByMediaScannerRequest

type AllowScanningByMediaScannerRequest struct {
	// contains filtered or unexported fields
}

func (*AllowScanningByMediaScannerRequest) Descriptor deprecated

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

Deprecated: Use AllowScanningByMediaScannerRequest.ProtoReflect.Descriptor instead.

func (*AllowScanningByMediaScannerRequest) ProtoMessage

func (*AllowScanningByMediaScannerRequest) ProtoMessage()

func (*AllowScanningByMediaScannerRequest) ProtoReflect

func (*AllowScanningByMediaScannerRequest) Reset

func (*AllowScanningByMediaScannerRequest) String

type AllowScanningByMediaScannerResponse

type AllowScanningByMediaScannerResponse struct {
	// contains filtered or unexported fields
}

func (*AllowScanningByMediaScannerResponse) Descriptor deprecated

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

Deprecated: Use AllowScanningByMediaScannerResponse.ProtoReflect.Descriptor instead.

func (*AllowScanningByMediaScannerResponse) ProtoMessage

func (*AllowScanningByMediaScannerResponse) ProtoMessage()

func (*AllowScanningByMediaScannerResponse) ProtoReflect

func (*AllowScanningByMediaScannerResponse) Reset

func (*AllowScanningByMediaScannerResponse) String

type EnqueueRequest

type EnqueueRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EnqueueRequest) Descriptor deprecated

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

Deprecated: Use EnqueueRequest.ProtoReflect.Descriptor instead.

func (*EnqueueRequest) GetArg0

func (x *EnqueueRequest) GetArg0() int64

func (*EnqueueRequest) ProtoMessage

func (*EnqueueRequest) ProtoMessage()

func (*EnqueueRequest) ProtoReflect

func (x *EnqueueRequest) ProtoReflect() protoreflect.Message

func (*EnqueueRequest) Reset

func (x *EnqueueRequest) Reset()

func (*EnqueueRequest) String

func (x *EnqueueRequest) String() string

type EnqueueResponse

type EnqueueResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EnqueueResponse) Descriptor deprecated

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

Deprecated: Use EnqueueResponse.ProtoReflect.Descriptor instead.

func (*EnqueueResponse) GetResult

func (x *EnqueueResponse) GetResult() int64

func (*EnqueueResponse) ProtoMessage

func (*EnqueueResponse) ProtoMessage()

func (*EnqueueResponse) ProtoReflect

func (x *EnqueueResponse) ProtoReflect() protoreflect.Message

func (*EnqueueResponse) Reset

func (x *EnqueueResponse) Reset()

func (*EnqueueResponse) String

func (x *EnqueueResponse) String() string

type GetMaxBytesOverMobileRequest

type GetMaxBytesOverMobileRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMaxBytesOverMobileRequest) Descriptor deprecated

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

Deprecated: Use GetMaxBytesOverMobileRequest.ProtoReflect.Descriptor instead.

func (*GetMaxBytesOverMobileRequest) GetArg0

func (x *GetMaxBytesOverMobileRequest) GetArg0() int64

func (*GetMaxBytesOverMobileRequest) ProtoMessage

func (*GetMaxBytesOverMobileRequest) ProtoMessage()

func (*GetMaxBytesOverMobileRequest) ProtoReflect

func (*GetMaxBytesOverMobileRequest) Reset

func (x *GetMaxBytesOverMobileRequest) Reset()

func (*GetMaxBytesOverMobileRequest) String

type GetMaxBytesOverMobileResponse

type GetMaxBytesOverMobileResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMaxBytesOverMobileResponse) Descriptor deprecated

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

Deprecated: Use GetMaxBytesOverMobileResponse.ProtoReflect.Descriptor instead.

func (*GetMaxBytesOverMobileResponse) GetResult

func (x *GetMaxBytesOverMobileResponse) GetResult() int64

func (*GetMaxBytesOverMobileResponse) ProtoMessage

func (*GetMaxBytesOverMobileResponse) ProtoMessage()

func (*GetMaxBytesOverMobileResponse) ProtoReflect

func (*GetMaxBytesOverMobileResponse) Reset

func (x *GetMaxBytesOverMobileResponse) Reset()

func (*GetMaxBytesOverMobileResponse) String

type GetMimeTypeForDownloadedFileRequest

type GetMimeTypeForDownloadedFileRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMimeTypeForDownloadedFileRequest) Descriptor deprecated

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

Deprecated: Use GetMimeTypeForDownloadedFileRequest.ProtoReflect.Descriptor instead.

func (*GetMimeTypeForDownloadedFileRequest) GetArg0

func (*GetMimeTypeForDownloadedFileRequest) ProtoMessage

func (*GetMimeTypeForDownloadedFileRequest) ProtoMessage()

func (*GetMimeTypeForDownloadedFileRequest) ProtoReflect

func (*GetMimeTypeForDownloadedFileRequest) Reset

func (*GetMimeTypeForDownloadedFileRequest) String

type GetMimeTypeForDownloadedFileResponse

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

func (*GetMimeTypeForDownloadedFileResponse) Descriptor deprecated

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

Deprecated: Use GetMimeTypeForDownloadedFileResponse.ProtoReflect.Descriptor instead.

func (*GetMimeTypeForDownloadedFileResponse) GetResult

func (*GetMimeTypeForDownloadedFileResponse) ProtoMessage

func (*GetMimeTypeForDownloadedFileResponse) ProtoMessage()

func (*GetMimeTypeForDownloadedFileResponse) ProtoReflect

func (*GetMimeTypeForDownloadedFileResponse) Reset

func (*GetMimeTypeForDownloadedFileResponse) String

type GetRecommendedMaxBytesOverMobileRequest

type GetRecommendedMaxBytesOverMobileRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecommendedMaxBytesOverMobileRequest) Descriptor deprecated

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

Deprecated: Use GetRecommendedMaxBytesOverMobileRequest.ProtoReflect.Descriptor instead.

func (*GetRecommendedMaxBytesOverMobileRequest) GetArg0

func (*GetRecommendedMaxBytesOverMobileRequest) ProtoMessage

func (*GetRecommendedMaxBytesOverMobileRequest) ProtoReflect

func (*GetRecommendedMaxBytesOverMobileRequest) Reset

func (*GetRecommendedMaxBytesOverMobileRequest) String

type GetRecommendedMaxBytesOverMobileResponse

type GetRecommendedMaxBytesOverMobileResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecommendedMaxBytesOverMobileResponse) Descriptor deprecated

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

Deprecated: Use GetRecommendedMaxBytesOverMobileResponse.ProtoReflect.Descriptor instead.

func (*GetRecommendedMaxBytesOverMobileResponse) GetResult

func (*GetRecommendedMaxBytesOverMobileResponse) ProtoMessage

func (*GetRecommendedMaxBytesOverMobileResponse) ProtoReflect

func (*GetRecommendedMaxBytesOverMobileResponse) Reset

func (*GetRecommendedMaxBytesOverMobileResponse) String

type GetUriForDownloadedFileRequest

type GetUriForDownloadedFileRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUriForDownloadedFileRequest) Descriptor deprecated

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

Deprecated: Use GetUriForDownloadedFileRequest.ProtoReflect.Descriptor instead.

func (*GetUriForDownloadedFileRequest) GetArg0

func (*GetUriForDownloadedFileRequest) ProtoMessage

func (*GetUriForDownloadedFileRequest) ProtoMessage()

func (*GetUriForDownloadedFileRequest) ProtoReflect

func (*GetUriForDownloadedFileRequest) Reset

func (x *GetUriForDownloadedFileRequest) Reset()

func (*GetUriForDownloadedFileRequest) String

type GetUriForDownloadedFileResponse

type GetUriForDownloadedFileResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUriForDownloadedFileResponse) Descriptor deprecated

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

Deprecated: Use GetUriForDownloadedFileResponse.ProtoReflect.Descriptor instead.

func (*GetUriForDownloadedFileResponse) GetResult

func (x *GetUriForDownloadedFileResponse) GetResult() int64

func (*GetUriForDownloadedFileResponse) ProtoMessage

func (*GetUriForDownloadedFileResponse) ProtoMessage()

func (*GetUriForDownloadedFileResponse) ProtoReflect

func (*GetUriForDownloadedFileResponse) Reset

func (*GetUriForDownloadedFileResponse) String

type ManagerQueryServiceClient added in v0.0.4

type ManagerQueryServiceClient interface {
	SetFilterById(ctx context.Context, in *SetFilterByIdRequest, opts ...grpc.CallOption) (*SetFilterByIdResponse, error)
	SetFilterByStatus(ctx context.Context, in *SetFilterByStatusRequest, opts ...grpc.CallOption) (*SetFilterByStatusResponse, error)
}

ManagerQueryServiceClient is the client API for ManagerQueryService 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.

func NewManagerQueryServiceClient added in v0.0.4

func NewManagerQueryServiceClient(cc grpc.ClientConnInterface) ManagerQueryServiceClient

type ManagerQueryServiceServer added in v0.0.4

type ManagerQueryServiceServer interface {
	SetFilterById(context.Context, *SetFilterByIdRequest) (*SetFilterByIdResponse, error)
	SetFilterByStatus(context.Context, *SetFilterByStatusRequest) (*SetFilterByStatusResponse, error)
	// contains filtered or unexported methods
}

ManagerQueryServiceServer is the server API for ManagerQueryService service. All implementations must embed UnimplementedManagerQueryServiceServer for forward compatibility.

type ManagerRequestServiceClient added in v0.0.4

type ManagerRequestServiceClient interface {
	AddRequestHeader(ctx context.Context, in *AddRequestHeaderRequest, opts ...grpc.CallOption) (*AddRequestHeaderResponse, error)
	AllowScanningByMediaScanner(ctx context.Context, in *AllowScanningByMediaScannerRequest, opts ...grpc.CallOption) (*AllowScanningByMediaScannerResponse, error)
	SetAllowedNetworkTypes(ctx context.Context, in *SetAllowedNetworkTypesRequest, opts ...grpc.CallOption) (*SetAllowedNetworkTypesResponse, error)
	SetAllowedOverMetered(ctx context.Context, in *SetAllowedOverMeteredRequest, opts ...grpc.CallOption) (*SetAllowedOverMeteredResponse, error)
	SetAllowedOverRoaming(ctx context.Context, in *SetAllowedOverRoamingRequest, opts ...grpc.CallOption) (*SetAllowedOverRoamingResponse, error)
	SetDescription(ctx context.Context, in *SetDescriptionRequest, opts ...grpc.CallOption) (*SetDescriptionResponse, error)
	SetDestinationInExternalFilesDir(ctx context.Context, in *SetDestinationInExternalFilesDirRequest, opts ...grpc.CallOption) (*SetDestinationInExternalFilesDirResponse, error)
	SetDestinationInExternalPublicDir(ctx context.Context, in *SetDestinationInExternalPublicDirRequest, opts ...grpc.CallOption) (*SetDestinationInExternalPublicDirResponse, error)
	SetDestinationUri(ctx context.Context, in *SetDestinationUriRequest, opts ...grpc.CallOption) (*SetDestinationUriResponse, error)
	SetMimeType(ctx context.Context, in *SetMimeTypeRequest, opts ...grpc.CallOption) (*SetMimeTypeResponse, error)
	SetNotificationVisibility(ctx context.Context, in *SetNotificationVisibilityRequest, opts ...grpc.CallOption) (*SetNotificationVisibilityResponse, error)
	SetRequiresCharging(ctx context.Context, in *SetRequiresChargingRequest, opts ...grpc.CallOption) (*SetRequiresChargingResponse, error)
	SetRequiresDeviceIdle(ctx context.Context, in *SetRequiresDeviceIdleRequest, opts ...grpc.CallOption) (*SetRequiresDeviceIdleResponse, error)
	SetShowRunningNotification(ctx context.Context, in *SetShowRunningNotificationRequest, opts ...grpc.CallOption) (*SetShowRunningNotificationResponse, error)
	SetTitle(ctx context.Context, in *SetTitleRequest, opts ...grpc.CallOption) (*SetTitleResponse, error)
	SetVisibleInDownloadsUi(ctx context.Context, in *SetVisibleInDownloadsUiRequest, opts ...grpc.CallOption) (*SetVisibleInDownloadsUiResponse, error)
}

ManagerRequestServiceClient is the client API for ManagerRequestService 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.

func NewManagerRequestServiceClient added in v0.0.4

func NewManagerRequestServiceClient(cc grpc.ClientConnInterface) ManagerRequestServiceClient

type ManagerRequestServiceServer added in v0.0.4

type ManagerRequestServiceServer interface {
	AddRequestHeader(context.Context, *AddRequestHeaderRequest) (*AddRequestHeaderResponse, error)
	AllowScanningByMediaScanner(context.Context, *AllowScanningByMediaScannerRequest) (*AllowScanningByMediaScannerResponse, error)
	SetAllowedNetworkTypes(context.Context, *SetAllowedNetworkTypesRequest) (*SetAllowedNetworkTypesResponse, error)
	SetAllowedOverMetered(context.Context, *SetAllowedOverMeteredRequest) (*SetAllowedOverMeteredResponse, error)
	SetAllowedOverRoaming(context.Context, *SetAllowedOverRoamingRequest) (*SetAllowedOverRoamingResponse, error)
	SetDescription(context.Context, *SetDescriptionRequest) (*SetDescriptionResponse, error)
	SetDestinationInExternalFilesDir(context.Context, *SetDestinationInExternalFilesDirRequest) (*SetDestinationInExternalFilesDirResponse, error)
	SetDestinationInExternalPublicDir(context.Context, *SetDestinationInExternalPublicDirRequest) (*SetDestinationInExternalPublicDirResponse, error)
	SetDestinationUri(context.Context, *SetDestinationUriRequest) (*SetDestinationUriResponse, error)
	SetMimeType(context.Context, *SetMimeTypeRequest) (*SetMimeTypeResponse, error)
	SetNotificationVisibility(context.Context, *SetNotificationVisibilityRequest) (*SetNotificationVisibilityResponse, error)
	SetRequiresCharging(context.Context, *SetRequiresChargingRequest) (*SetRequiresChargingResponse, error)
	SetRequiresDeviceIdle(context.Context, *SetRequiresDeviceIdleRequest) (*SetRequiresDeviceIdleResponse, error)
	SetShowRunningNotification(context.Context, *SetShowRunningNotificationRequest) (*SetShowRunningNotificationResponse, error)
	SetTitle(context.Context, *SetTitleRequest) (*SetTitleResponse, error)
	SetVisibleInDownloadsUi(context.Context, *SetVisibleInDownloadsUiRequest) (*SetVisibleInDownloadsUiResponse, error)
	// contains filtered or unexported methods
}

ManagerRequestServiceServer is the server API for ManagerRequestService service. All implementations must embed UnimplementedManagerRequestServiceServer for forward compatibility.

type ManagerServiceClient added in v0.0.4

ManagerServiceClient is the client API for ManagerService 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.

func NewManagerServiceClient added in v0.0.4

func NewManagerServiceClient(cc grpc.ClientConnInterface) ManagerServiceClient

type ManagerServiceServer added in v0.0.4

ManagerServiceServer is the server API for ManagerService service. All implementations must embed UnimplementedManagerServiceServer for forward compatibility.

type OpenDownloadedFileRequest

type OpenDownloadedFileRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenDownloadedFileRequest) Descriptor deprecated

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

Deprecated: Use OpenDownloadedFileRequest.ProtoReflect.Descriptor instead.

func (*OpenDownloadedFileRequest) GetArg0

func (x *OpenDownloadedFileRequest) GetArg0() int64

func (*OpenDownloadedFileRequest) ProtoMessage

func (*OpenDownloadedFileRequest) ProtoMessage()

func (*OpenDownloadedFileRequest) ProtoReflect

func (*OpenDownloadedFileRequest) Reset

func (x *OpenDownloadedFileRequest) Reset()

func (*OpenDownloadedFileRequest) String

func (x *OpenDownloadedFileRequest) String() string

type OpenDownloadedFileResponse

type OpenDownloadedFileResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenDownloadedFileResponse) Descriptor deprecated

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

Deprecated: Use OpenDownloadedFileResponse.ProtoReflect.Descriptor instead.

func (*OpenDownloadedFileResponse) GetResult

func (x *OpenDownloadedFileResponse) GetResult() int64

func (*OpenDownloadedFileResponse) ProtoMessage

func (*OpenDownloadedFileResponse) ProtoMessage()

func (*OpenDownloadedFileResponse) ProtoReflect

func (*OpenDownloadedFileResponse) Reset

func (x *OpenDownloadedFileResponse) Reset()

func (*OpenDownloadedFileResponse) String

func (x *OpenDownloadedFileResponse) String() string

type QueryRequest

type QueryRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryRequest) Descriptor deprecated

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

Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.

func (*QueryRequest) GetArg0

func (x *QueryRequest) GetArg0() int64

func (*QueryRequest) ProtoMessage

func (*QueryRequest) ProtoMessage()

func (*QueryRequest) ProtoReflect

func (x *QueryRequest) ProtoReflect() protoreflect.Message

func (*QueryRequest) Reset

func (x *QueryRequest) Reset()

func (*QueryRequest) String

func (x *QueryRequest) String() string

type QueryResponse

type QueryResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryResponse) Descriptor deprecated

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

Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.

func (*QueryResponse) GetResult

func (x *QueryResponse) GetResult() int64

func (*QueryResponse) ProtoMessage

func (*QueryResponse) ProtoMessage()

func (*QueryResponse) ProtoReflect

func (x *QueryResponse) ProtoReflect() protoreflect.Message

func (*QueryResponse) Reset

func (x *QueryResponse) Reset()

func (*QueryResponse) String

func (x *QueryResponse) String() string

type RemoveRequest

type RemoveRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveRequest) Descriptor deprecated

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

Deprecated: Use RemoveRequest.ProtoReflect.Descriptor instead.

func (*RemoveRequest) GetArg0

func (x *RemoveRequest) GetArg0() int64

func (*RemoveRequest) ProtoMessage

func (*RemoveRequest) ProtoMessage()

func (*RemoveRequest) ProtoReflect

func (x *RemoveRequest) ProtoReflect() protoreflect.Message

func (*RemoveRequest) Reset

func (x *RemoveRequest) Reset()

func (*RemoveRequest) String

func (x *RemoveRequest) String() string

type RemoveResponse

type RemoveResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveResponse) Descriptor deprecated

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

Deprecated: Use RemoveResponse.ProtoReflect.Descriptor instead.

func (*RemoveResponse) GetResult

func (x *RemoveResponse) GetResult() int32

func (*RemoveResponse) ProtoMessage

func (*RemoveResponse) ProtoMessage()

func (*RemoveResponse) ProtoReflect

func (x *RemoveResponse) ProtoReflect() protoreflect.Message

func (*RemoveResponse) Reset

func (x *RemoveResponse) Reset()

func (*RemoveResponse) String

func (x *RemoveResponse) String() string

type SetAllowedNetworkTypesRequest

type SetAllowedNetworkTypesRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAllowedNetworkTypesRequest) Descriptor deprecated

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

Deprecated: Use SetAllowedNetworkTypesRequest.ProtoReflect.Descriptor instead.

func (*SetAllowedNetworkTypesRequest) GetArg0

func (x *SetAllowedNetworkTypesRequest) GetArg0() int32

func (*SetAllowedNetworkTypesRequest) ProtoMessage

func (*SetAllowedNetworkTypesRequest) ProtoMessage()

func (*SetAllowedNetworkTypesRequest) ProtoReflect

func (*SetAllowedNetworkTypesRequest) Reset

func (x *SetAllowedNetworkTypesRequest) Reset()

func (*SetAllowedNetworkTypesRequest) String

type SetAllowedNetworkTypesResponse

type SetAllowedNetworkTypesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAllowedNetworkTypesResponse) Descriptor deprecated

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

Deprecated: Use SetAllowedNetworkTypesResponse.ProtoReflect.Descriptor instead.

func (*SetAllowedNetworkTypesResponse) GetResult

func (x *SetAllowedNetworkTypesResponse) GetResult() int64

func (*SetAllowedNetworkTypesResponse) ProtoMessage

func (*SetAllowedNetworkTypesResponse) ProtoMessage()

func (*SetAllowedNetworkTypesResponse) ProtoReflect

func (*SetAllowedNetworkTypesResponse) Reset

func (x *SetAllowedNetworkTypesResponse) Reset()

func (*SetAllowedNetworkTypesResponse) String

type SetAllowedOverMeteredRequest

type SetAllowedOverMeteredRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAllowedOverMeteredRequest) Descriptor deprecated

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

Deprecated: Use SetAllowedOverMeteredRequest.ProtoReflect.Descriptor instead.

func (*SetAllowedOverMeteredRequest) GetArg0

func (x *SetAllowedOverMeteredRequest) GetArg0() bool

func (*SetAllowedOverMeteredRequest) ProtoMessage

func (*SetAllowedOverMeteredRequest) ProtoMessage()

func (*SetAllowedOverMeteredRequest) ProtoReflect

func (*SetAllowedOverMeteredRequest) Reset

func (x *SetAllowedOverMeteredRequest) Reset()

func (*SetAllowedOverMeteredRequest) String

type SetAllowedOverMeteredResponse

type SetAllowedOverMeteredResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAllowedOverMeteredResponse) Descriptor deprecated

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

Deprecated: Use SetAllowedOverMeteredResponse.ProtoReflect.Descriptor instead.

func (*SetAllowedOverMeteredResponse) GetResult

func (x *SetAllowedOverMeteredResponse) GetResult() int64

func (*SetAllowedOverMeteredResponse) ProtoMessage

func (*SetAllowedOverMeteredResponse) ProtoMessage()

func (*SetAllowedOverMeteredResponse) ProtoReflect

func (*SetAllowedOverMeteredResponse) Reset

func (x *SetAllowedOverMeteredResponse) Reset()

func (*SetAllowedOverMeteredResponse) String

type SetAllowedOverRoamingRequest

type SetAllowedOverRoamingRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAllowedOverRoamingRequest) Descriptor deprecated

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

Deprecated: Use SetAllowedOverRoamingRequest.ProtoReflect.Descriptor instead.

func (*SetAllowedOverRoamingRequest) GetArg0

func (x *SetAllowedOverRoamingRequest) GetArg0() bool

func (*SetAllowedOverRoamingRequest) ProtoMessage

func (*SetAllowedOverRoamingRequest) ProtoMessage()

func (*SetAllowedOverRoamingRequest) ProtoReflect

func (*SetAllowedOverRoamingRequest) Reset

func (x *SetAllowedOverRoamingRequest) Reset()

func (*SetAllowedOverRoamingRequest) String

type SetAllowedOverRoamingResponse

type SetAllowedOverRoamingResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAllowedOverRoamingResponse) Descriptor deprecated

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

Deprecated: Use SetAllowedOverRoamingResponse.ProtoReflect.Descriptor instead.

func (*SetAllowedOverRoamingResponse) GetResult

func (x *SetAllowedOverRoamingResponse) GetResult() int64

func (*SetAllowedOverRoamingResponse) ProtoMessage

func (*SetAllowedOverRoamingResponse) ProtoMessage()

func (*SetAllowedOverRoamingResponse) ProtoReflect

func (*SetAllowedOverRoamingResponse) Reset

func (x *SetAllowedOverRoamingResponse) Reset()

func (*SetAllowedOverRoamingResponse) String

type SetDescriptionRequest

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

func (*SetDescriptionRequest) Descriptor deprecated

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

Deprecated: Use SetDescriptionRequest.ProtoReflect.Descriptor instead.

func (*SetDescriptionRequest) GetArg0

func (x *SetDescriptionRequest) GetArg0() string

func (*SetDescriptionRequest) ProtoMessage

func (*SetDescriptionRequest) ProtoMessage()

func (*SetDescriptionRequest) ProtoReflect

func (x *SetDescriptionRequest) ProtoReflect() protoreflect.Message

func (*SetDescriptionRequest) Reset

func (x *SetDescriptionRequest) Reset()

func (*SetDescriptionRequest) String

func (x *SetDescriptionRequest) String() string

type SetDescriptionResponse

type SetDescriptionResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDescriptionResponse) Descriptor deprecated

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

Deprecated: Use SetDescriptionResponse.ProtoReflect.Descriptor instead.

func (*SetDescriptionResponse) GetResult

func (x *SetDescriptionResponse) GetResult() int64

func (*SetDescriptionResponse) ProtoMessage

func (*SetDescriptionResponse) ProtoMessage()

func (*SetDescriptionResponse) ProtoReflect

func (x *SetDescriptionResponse) ProtoReflect() protoreflect.Message

func (*SetDescriptionResponse) Reset

func (x *SetDescriptionResponse) Reset()

func (*SetDescriptionResponse) String

func (x *SetDescriptionResponse) String() string

type SetDestinationInExternalFilesDirRequest

type SetDestinationInExternalFilesDirRequest struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 string `protobuf:"bytes,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDestinationInExternalFilesDirRequest) Descriptor deprecated

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

Deprecated: Use SetDestinationInExternalFilesDirRequest.ProtoReflect.Descriptor instead.

func (*SetDestinationInExternalFilesDirRequest) GetArg0

func (*SetDestinationInExternalFilesDirRequest) GetArg1

func (*SetDestinationInExternalFilesDirRequest) GetArg2

func (*SetDestinationInExternalFilesDirRequest) ProtoMessage

func (*SetDestinationInExternalFilesDirRequest) ProtoReflect

func (*SetDestinationInExternalFilesDirRequest) Reset

func (*SetDestinationInExternalFilesDirRequest) String

type SetDestinationInExternalFilesDirResponse

type SetDestinationInExternalFilesDirResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDestinationInExternalFilesDirResponse) Descriptor deprecated

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

Deprecated: Use SetDestinationInExternalFilesDirResponse.ProtoReflect.Descriptor instead.

func (*SetDestinationInExternalFilesDirResponse) GetResult

func (*SetDestinationInExternalFilesDirResponse) ProtoMessage

func (*SetDestinationInExternalFilesDirResponse) ProtoReflect

func (*SetDestinationInExternalFilesDirResponse) Reset

func (*SetDestinationInExternalFilesDirResponse) String

type SetDestinationInExternalPublicDirRequest

type SetDestinationInExternalPublicDirRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDestinationInExternalPublicDirRequest) Descriptor deprecated

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

Deprecated: Use SetDestinationInExternalPublicDirRequest.ProtoReflect.Descriptor instead.

func (*SetDestinationInExternalPublicDirRequest) GetArg0

func (*SetDestinationInExternalPublicDirRequest) GetArg1

func (*SetDestinationInExternalPublicDirRequest) ProtoMessage

func (*SetDestinationInExternalPublicDirRequest) ProtoReflect

func (*SetDestinationInExternalPublicDirRequest) Reset

func (*SetDestinationInExternalPublicDirRequest) String

type SetDestinationInExternalPublicDirResponse

type SetDestinationInExternalPublicDirResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDestinationInExternalPublicDirResponse) Descriptor deprecated

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

Deprecated: Use SetDestinationInExternalPublicDirResponse.ProtoReflect.Descriptor instead.

func (*SetDestinationInExternalPublicDirResponse) GetResult

func (*SetDestinationInExternalPublicDirResponse) ProtoMessage

func (*SetDestinationInExternalPublicDirResponse) ProtoReflect

func (*SetDestinationInExternalPublicDirResponse) Reset

func (*SetDestinationInExternalPublicDirResponse) String

type SetDestinationUriRequest

type SetDestinationUriRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDestinationUriRequest) Descriptor deprecated

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

Deprecated: Use SetDestinationUriRequest.ProtoReflect.Descriptor instead.

func (*SetDestinationUriRequest) GetArg0

func (x *SetDestinationUriRequest) GetArg0() int64

func (*SetDestinationUriRequest) ProtoMessage

func (*SetDestinationUriRequest) ProtoMessage()

func (*SetDestinationUriRequest) ProtoReflect

func (x *SetDestinationUriRequest) ProtoReflect() protoreflect.Message

func (*SetDestinationUriRequest) Reset

func (x *SetDestinationUriRequest) Reset()

func (*SetDestinationUriRequest) String

func (x *SetDestinationUriRequest) String() string

type SetDestinationUriResponse

type SetDestinationUriResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDestinationUriResponse) Descriptor deprecated

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

Deprecated: Use SetDestinationUriResponse.ProtoReflect.Descriptor instead.

func (*SetDestinationUriResponse) GetResult

func (x *SetDestinationUriResponse) GetResult() int64

func (*SetDestinationUriResponse) ProtoMessage

func (*SetDestinationUriResponse) ProtoMessage()

func (*SetDestinationUriResponse) ProtoReflect

func (*SetDestinationUriResponse) Reset

func (x *SetDestinationUriResponse) Reset()

func (*SetDestinationUriResponse) String

func (x *SetDestinationUriResponse) String() string

type SetFilterByIdRequest

type SetFilterByIdRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFilterByIdRequest) Descriptor deprecated

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

Deprecated: Use SetFilterByIdRequest.ProtoReflect.Descriptor instead.

func (*SetFilterByIdRequest) GetArg0

func (x *SetFilterByIdRequest) GetArg0() int64

func (*SetFilterByIdRequest) ProtoMessage

func (*SetFilterByIdRequest) ProtoMessage()

func (*SetFilterByIdRequest) ProtoReflect

func (x *SetFilterByIdRequest) ProtoReflect() protoreflect.Message

func (*SetFilterByIdRequest) Reset

func (x *SetFilterByIdRequest) Reset()

func (*SetFilterByIdRequest) String

func (x *SetFilterByIdRequest) String() string

type SetFilterByIdResponse

type SetFilterByIdResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFilterByIdResponse) Descriptor deprecated

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

Deprecated: Use SetFilterByIdResponse.ProtoReflect.Descriptor instead.

func (*SetFilterByIdResponse) GetResult

func (x *SetFilterByIdResponse) GetResult() int64

func (*SetFilterByIdResponse) ProtoMessage

func (*SetFilterByIdResponse) ProtoMessage()

func (*SetFilterByIdResponse) ProtoReflect

func (x *SetFilterByIdResponse) ProtoReflect() protoreflect.Message

func (*SetFilterByIdResponse) Reset

func (x *SetFilterByIdResponse) Reset()

func (*SetFilterByIdResponse) String

func (x *SetFilterByIdResponse) String() string

type SetFilterByStatusRequest

type SetFilterByStatusRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFilterByStatusRequest) Descriptor deprecated

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

Deprecated: Use SetFilterByStatusRequest.ProtoReflect.Descriptor instead.

func (*SetFilterByStatusRequest) GetArg0

func (x *SetFilterByStatusRequest) GetArg0() int32

func (*SetFilterByStatusRequest) ProtoMessage

func (*SetFilterByStatusRequest) ProtoMessage()

func (*SetFilterByStatusRequest) ProtoReflect

func (x *SetFilterByStatusRequest) ProtoReflect() protoreflect.Message

func (*SetFilterByStatusRequest) Reset

func (x *SetFilterByStatusRequest) Reset()

func (*SetFilterByStatusRequest) String

func (x *SetFilterByStatusRequest) String() string

type SetFilterByStatusResponse

type SetFilterByStatusResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFilterByStatusResponse) Descriptor deprecated

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

Deprecated: Use SetFilterByStatusResponse.ProtoReflect.Descriptor instead.

func (*SetFilterByStatusResponse) GetResult

func (x *SetFilterByStatusResponse) GetResult() int64

func (*SetFilterByStatusResponse) ProtoMessage

func (*SetFilterByStatusResponse) ProtoMessage()

func (*SetFilterByStatusResponse) ProtoReflect

func (*SetFilterByStatusResponse) Reset

func (x *SetFilterByStatusResponse) Reset()

func (*SetFilterByStatusResponse) String

func (x *SetFilterByStatusResponse) String() string

type SetMimeTypeRequest

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

func (*SetMimeTypeRequest) Descriptor deprecated

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

Deprecated: Use SetMimeTypeRequest.ProtoReflect.Descriptor instead.

func (*SetMimeTypeRequest) GetArg0

func (x *SetMimeTypeRequest) GetArg0() string

func (*SetMimeTypeRequest) ProtoMessage

func (*SetMimeTypeRequest) ProtoMessage()

func (*SetMimeTypeRequest) ProtoReflect

func (x *SetMimeTypeRequest) ProtoReflect() protoreflect.Message

func (*SetMimeTypeRequest) Reset

func (x *SetMimeTypeRequest) Reset()

func (*SetMimeTypeRequest) String

func (x *SetMimeTypeRequest) String() string

type SetMimeTypeResponse

type SetMimeTypeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMimeTypeResponse) Descriptor deprecated

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

Deprecated: Use SetMimeTypeResponse.ProtoReflect.Descriptor instead.

func (*SetMimeTypeResponse) GetResult

func (x *SetMimeTypeResponse) GetResult() int64

func (*SetMimeTypeResponse) ProtoMessage

func (*SetMimeTypeResponse) ProtoMessage()

func (*SetMimeTypeResponse) ProtoReflect

func (x *SetMimeTypeResponse) ProtoReflect() protoreflect.Message

func (*SetMimeTypeResponse) Reset

func (x *SetMimeTypeResponse) Reset()

func (*SetMimeTypeResponse) String

func (x *SetMimeTypeResponse) String() string

type SetNotificationVisibilityRequest

type SetNotificationVisibilityRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetNotificationVisibilityRequest) Descriptor deprecated

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

Deprecated: Use SetNotificationVisibilityRequest.ProtoReflect.Descriptor instead.

func (*SetNotificationVisibilityRequest) GetArg0

func (*SetNotificationVisibilityRequest) ProtoMessage

func (*SetNotificationVisibilityRequest) ProtoMessage()

func (*SetNotificationVisibilityRequest) ProtoReflect

func (*SetNotificationVisibilityRequest) Reset

func (*SetNotificationVisibilityRequest) String

type SetNotificationVisibilityResponse

type SetNotificationVisibilityResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetNotificationVisibilityResponse) Descriptor deprecated

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

Deprecated: Use SetNotificationVisibilityResponse.ProtoReflect.Descriptor instead.

func (*SetNotificationVisibilityResponse) GetResult

func (*SetNotificationVisibilityResponse) ProtoMessage

func (*SetNotificationVisibilityResponse) ProtoMessage()

func (*SetNotificationVisibilityResponse) ProtoReflect

func (*SetNotificationVisibilityResponse) Reset

func (*SetNotificationVisibilityResponse) String

type SetRequiresChargingRequest

type SetRequiresChargingRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRequiresChargingRequest) Descriptor deprecated

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

Deprecated: Use SetRequiresChargingRequest.ProtoReflect.Descriptor instead.

func (*SetRequiresChargingRequest) GetArg0

func (x *SetRequiresChargingRequest) GetArg0() bool

func (*SetRequiresChargingRequest) ProtoMessage

func (*SetRequiresChargingRequest) ProtoMessage()

func (*SetRequiresChargingRequest) ProtoReflect

func (*SetRequiresChargingRequest) Reset

func (x *SetRequiresChargingRequest) Reset()

func (*SetRequiresChargingRequest) String

func (x *SetRequiresChargingRequest) String() string

type SetRequiresChargingResponse

type SetRequiresChargingResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRequiresChargingResponse) Descriptor deprecated

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

Deprecated: Use SetRequiresChargingResponse.ProtoReflect.Descriptor instead.

func (*SetRequiresChargingResponse) GetResult

func (x *SetRequiresChargingResponse) GetResult() int64

func (*SetRequiresChargingResponse) ProtoMessage

func (*SetRequiresChargingResponse) ProtoMessage()

func (*SetRequiresChargingResponse) ProtoReflect

func (*SetRequiresChargingResponse) Reset

func (x *SetRequiresChargingResponse) Reset()

func (*SetRequiresChargingResponse) String

func (x *SetRequiresChargingResponse) String() string

type SetRequiresDeviceIdleRequest

type SetRequiresDeviceIdleRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRequiresDeviceIdleRequest) Descriptor deprecated

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

Deprecated: Use SetRequiresDeviceIdleRequest.ProtoReflect.Descriptor instead.

func (*SetRequiresDeviceIdleRequest) GetArg0

func (x *SetRequiresDeviceIdleRequest) GetArg0() bool

func (*SetRequiresDeviceIdleRequest) ProtoMessage

func (*SetRequiresDeviceIdleRequest) ProtoMessage()

func (*SetRequiresDeviceIdleRequest) ProtoReflect

func (*SetRequiresDeviceIdleRequest) Reset

func (x *SetRequiresDeviceIdleRequest) Reset()

func (*SetRequiresDeviceIdleRequest) String

type SetRequiresDeviceIdleResponse

type SetRequiresDeviceIdleResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRequiresDeviceIdleResponse) Descriptor deprecated

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

Deprecated: Use SetRequiresDeviceIdleResponse.ProtoReflect.Descriptor instead.

func (*SetRequiresDeviceIdleResponse) GetResult

func (x *SetRequiresDeviceIdleResponse) GetResult() int64

func (*SetRequiresDeviceIdleResponse) ProtoMessage

func (*SetRequiresDeviceIdleResponse) ProtoMessage()

func (*SetRequiresDeviceIdleResponse) ProtoReflect

func (*SetRequiresDeviceIdleResponse) Reset

func (x *SetRequiresDeviceIdleResponse) Reset()

func (*SetRequiresDeviceIdleResponse) String

type SetShowRunningNotificationRequest

type SetShowRunningNotificationRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetShowRunningNotificationRequest) Descriptor deprecated

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

Deprecated: Use SetShowRunningNotificationRequest.ProtoReflect.Descriptor instead.

func (*SetShowRunningNotificationRequest) GetArg0

func (*SetShowRunningNotificationRequest) ProtoMessage

func (*SetShowRunningNotificationRequest) ProtoMessage()

func (*SetShowRunningNotificationRequest) ProtoReflect

func (*SetShowRunningNotificationRequest) Reset

func (*SetShowRunningNotificationRequest) String

type SetShowRunningNotificationResponse

type SetShowRunningNotificationResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetShowRunningNotificationResponse) Descriptor deprecated

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

Deprecated: Use SetShowRunningNotificationResponse.ProtoReflect.Descriptor instead.

func (*SetShowRunningNotificationResponse) GetResult

func (*SetShowRunningNotificationResponse) ProtoMessage

func (*SetShowRunningNotificationResponse) ProtoMessage()

func (*SetShowRunningNotificationResponse) ProtoReflect

func (*SetShowRunningNotificationResponse) Reset

func (*SetShowRunningNotificationResponse) String

type SetTitleRequest

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

func (*SetTitleRequest) Descriptor deprecated

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

Deprecated: Use SetTitleRequest.ProtoReflect.Descriptor instead.

func (*SetTitleRequest) GetArg0

func (x *SetTitleRequest) GetArg0() string

func (*SetTitleRequest) ProtoMessage

func (*SetTitleRequest) ProtoMessage()

func (*SetTitleRequest) ProtoReflect

func (x *SetTitleRequest) ProtoReflect() protoreflect.Message

func (*SetTitleRequest) Reset

func (x *SetTitleRequest) Reset()

func (*SetTitleRequest) String

func (x *SetTitleRequest) String() string

type SetTitleResponse

type SetTitleResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTitleResponse) Descriptor deprecated

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

Deprecated: Use SetTitleResponse.ProtoReflect.Descriptor instead.

func (*SetTitleResponse) GetResult

func (x *SetTitleResponse) GetResult() int64

func (*SetTitleResponse) ProtoMessage

func (*SetTitleResponse) ProtoMessage()

func (*SetTitleResponse) ProtoReflect

func (x *SetTitleResponse) ProtoReflect() protoreflect.Message

func (*SetTitleResponse) Reset

func (x *SetTitleResponse) Reset()

func (*SetTitleResponse) String

func (x *SetTitleResponse) String() string

type SetVisibleInDownloadsUiRequest

type SetVisibleInDownloadsUiRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVisibleInDownloadsUiRequest) Descriptor deprecated

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

Deprecated: Use SetVisibleInDownloadsUiRequest.ProtoReflect.Descriptor instead.

func (*SetVisibleInDownloadsUiRequest) GetArg0

func (x *SetVisibleInDownloadsUiRequest) GetArg0() bool

func (*SetVisibleInDownloadsUiRequest) ProtoMessage

func (*SetVisibleInDownloadsUiRequest) ProtoMessage()

func (*SetVisibleInDownloadsUiRequest) ProtoReflect

func (*SetVisibleInDownloadsUiRequest) Reset

func (x *SetVisibleInDownloadsUiRequest) Reset()

func (*SetVisibleInDownloadsUiRequest) String

type SetVisibleInDownloadsUiResponse

type SetVisibleInDownloadsUiResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVisibleInDownloadsUiResponse) Descriptor deprecated

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

Deprecated: Use SetVisibleInDownloadsUiResponse.ProtoReflect.Descriptor instead.

func (*SetVisibleInDownloadsUiResponse) GetResult

func (x *SetVisibleInDownloadsUiResponse) GetResult() int64

func (*SetVisibleInDownloadsUiResponse) ProtoMessage

func (*SetVisibleInDownloadsUiResponse) ProtoMessage()

func (*SetVisibleInDownloadsUiResponse) ProtoReflect

func (*SetVisibleInDownloadsUiResponse) Reset

func (*SetVisibleInDownloadsUiResponse) String

type UnimplementedManagerQueryServiceServer added in v0.0.4

type UnimplementedManagerQueryServiceServer struct{}

UnimplementedManagerQueryServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerQueryServiceServer) SetFilterById added in v0.0.4

func (UnimplementedManagerQueryServiceServer) SetFilterByStatus added in v0.0.4

type UnimplementedManagerRequestServiceServer added in v0.0.4

type UnimplementedManagerRequestServiceServer struct{}

UnimplementedManagerRequestServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerRequestServiceServer) AddRequestHeader added in v0.0.4

func (UnimplementedManagerRequestServiceServer) AllowScanningByMediaScanner added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetAllowedNetworkTypes added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetAllowedOverMetered added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetAllowedOverRoaming added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetDescription added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetDestinationInExternalFilesDir added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetDestinationInExternalPublicDir added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetDestinationUri added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetMimeType added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetNotificationVisibility added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetRequiresCharging added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetRequiresDeviceIdle added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetShowRunningNotification added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetTitle added in v0.0.4

func (UnimplementedManagerRequestServiceServer) SetVisibleInDownloadsUi added in v0.0.4

type UnimplementedManagerServiceServer added in v0.0.4

type UnimplementedManagerServiceServer struct{}

UnimplementedManagerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerServiceServer) AddCompletedDownload7 added in v0.0.4

func (UnimplementedManagerServiceServer) AddCompletedDownload9_1 added in v0.0.4

func (UnimplementedManagerServiceServer) Enqueue added in v0.0.4

func (UnimplementedManagerServiceServer) GetMaxBytesOverMobile added in v0.0.4

func (UnimplementedManagerServiceServer) GetMimeTypeForDownloadedFile added in v0.0.4

func (UnimplementedManagerServiceServer) GetRecommendedMaxBytesOverMobile added in v0.0.4

func (UnimplementedManagerServiceServer) GetUriForDownloadedFile added in v0.0.4

func (UnimplementedManagerServiceServer) OpenDownloadedFile added in v0.0.4

func (UnimplementedManagerServiceServer) Query added in v0.0.4

func (UnimplementedManagerServiceServer) Remove added in v0.0.4

type UnsafeManagerQueryServiceServer added in v0.0.4

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

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

type UnsafeManagerRequestServiceServer added in v0.0.4

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

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

type UnsafeManagerServiceServer added in v0.0.4

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

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

Jump to

Keyboard shortcuts

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