Type declaration
-
create:function
- create<I>(base?: I): WatchRequest
-
Type Parameters
-
I extends {
collectionname?: string;
paths?: string[];
} & {
collectionname?: string;
paths?: string[] & string[] & { [ K in string | symbol]: never };
} & { [ K in string | number | symbol]: never }
-
decode:function
- decode(input: Uint8Array | Reader, length?: number): WatchRequest
-
Parameters
-
input: Uint8Array | Reader
-
Optional
length: number
-
encode:function
- encode(message: WatchRequest, writer?: Writer): Writer
-
Returns Writer
-
fromJSON:function
-
fromPartial:function
- fromPartial<I>(object: I): WatchRequest
-
Type Parameters
-
I extends {
collectionname?: string;
paths?: string[];
} & {
collectionname?: string;
paths?: string[] & string[] & { [ K in string | symbol]: never };
} & { [ K in string | number | symbol]: never }
-
toJSON:function