Variable UpdateWorkitemRequest
Type declaration
-
create:function
- create<I>(base?: I): UpdateWorkitemRequest
-
Type Parameters
-
I extends {
files?: ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; })[];
ignoremaxretries?: boolean;
workitem?: { _id?: string; name?: string; payload?: string; priority?: number; nextrun?: Date; lastrun?: Date; files?: { filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }[]; ... 11 more ...; errortype?: string; };
} & {
files?: {
_id?: string;
compressed?: boolean;
file?: Uint8Array;
filename?: string;
}[] & ({
_id?: string;
compressed?: boolean;
file?: Uint8Array;
filename?: string;
} & ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }) & { [ K in string | number | symbol]: never })[] & { [ K in string | symbol]: never };
ignoremaxretries?: boolean;
workitem?: {
_id?: string;
errormessage?: string;
errorsource?: string;
errortype?: string;
failed_wiq?: string;
failed_wiqid?: string;
files?: ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; })[];
lastrun?: Date;
name?: string;
nextrun?: Date;
payload?: string;
priority?: number;
retries?: number;
state?: string;
success_wiq?: string;
success_wiqid?: string;
username?: string;
wiq?: string;
wiqid?: string;
} & ({ _id?: string; name?: string; payload?: string; priority?: number; nextrun?: Date; lastrun?: Date; files?: { filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }[] & ({ ...; } & ... 1 more ... & { [K in Exclude<...>]: never; })[] & { [K in Exclude<...>]: never; }; ... 11 more ...; errortype?:...) & { [ K in string | number | symbol]: never };
} & { [ K in string | number | symbol]: never }
-
decode:function
- decode(input: Uint8Array | Reader, length?: number): UpdateWorkitemRequest
-
Parameters
-
input: Uint8Array | Reader
-
Optional
length: number
-
encode:function
-
fromJSON:function
-
fromPartial:function
- fromPartial<I>(object: I): UpdateWorkitemRequest
-
Type Parameters
-
I extends {
files?: ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; })[];
ignoremaxretries?: boolean;
workitem?: { _id?: string; name?: string; payload?: string; priority?: number; nextrun?: Date; lastrun?: Date; files?: { filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }[]; ... 11 more ...; errortype?: string; };
} & {
files?: {
_id?: string;
compressed?: boolean;
file?: Uint8Array;
filename?: string;
}[] & ({
_id?: string;
compressed?: boolean;
file?: Uint8Array;
filename?: string;
} & ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }) & { [ K in string | number | symbol]: never })[] & { [ K in string | symbol]: never };
ignoremaxretries?: boolean;
workitem?: {
_id?: string;
errormessage?: string;
errorsource?: string;
errortype?: string;
failed_wiq?: string;
failed_wiqid?: string;
files?: ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; })[];
lastrun?: Date;
name?: string;
nextrun?: Date;
payload?: string;
priority?: number;
retries?: number;
state?: string;
success_wiq?: string;
success_wiqid?: string;
username?: string;
wiq?: string;
wiqid?: string;
} & ({ _id?: string; name?: string; payload?: string; priority?: number; nextrun?: Date; lastrun?: Date; files?: { filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }[] & ({ ...; } & ... 1 more ... & { [K in Exclude<...>]: never; })[] & { [K in Exclude<...>]: never; }; ... 11 more ...; errortype?:...) & { [ K in string | number | symbol]: never };
} & { [ K in string | number | symbol]: never }
-
toJSON:function