Variable DBRequest_DBList
DBRequest_DBList: { create( base?: { cursor?: string; entity?: string; filters?: { field?: string; op?: DBRequest_DBOperator; value?: { values?: { bigdecimalValue?: ...
; bigintValue?: ...
; boolValue?: ...
; bytesValue?: ...
; floatValue?: ...
; int64Value?: ...
; intValue?: ...
; listValue?: ...
; nullValue?: ...
; stringValue?: ...
; structValue?: ...
; timestampValue?: ...
; tokenValue?: ...
; }[]; }; }[]; pageSize?: number; }, ): DBRequest_DBList; decode( input: Uint8Array<ArrayBufferLike> | Reader, length?: number, ): DBRequest_DBList; encode(message: DBRequest_DBList, writer?: Writer): Writer; fromJSON(object: any): DBRequest_DBList; fromPartial( object: { cursor?: string; entity?: string; filters?: { field?: string; op?: DBRequest_DBOperator; value?: { values?: { bigdecimalValue?: (...)
| (...)
; bigintValue?: (...)
| (...)
; boolValue?: (...)
| (...)
| (...)
; bytesValue?: (...)
| (...)
; floatValue?: (...)
| (...)
; int64Value?: (...)
| (...)
; intValue?: (...)
| (...)
; listValue?: { values?: { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; int64Value?: bigint | undefined; floatValue?: number | undefined; ... 8 more ...; tokenValue?: { ...; } | undefined; }[] | undefined; } | undefined
; nullValue?: (...)
| (...)
; stringValue?: (...)
| (...)
; structValue?: (...)
| (...)
; timestampValue?: (...)
| (...)
; tokenValue?: (...)
| (...)
; }[]; }; }[]; pageSize?: number; }, ): DBRequest_DBList; toJSON(message: DBRequest_DBList): unknown;} Type Declaration
create: function
create( base?: { cursor?: string; entity?: string; filters?: { field?: string; op?: DBRequest_DBOperator; value?: { values?: { bigdecimalValue?: ...
; bigintValue?: ...
; boolValue?: ...
; bytesValue?: ...
; floatValue?: ...
; int64Value?: ...
; intValue?: ...
; listValue?: ...
; nullValue?: ...
; stringValue?: ...
; structValue?: ...
; timestampValue?: ...
; tokenValue?: ...
; }[]; }; }[]; pageSize?: number; },): DBRequest_DBList Parameters
Optionalbase: {
cursor?: string;
entity?: string;
filters?: {
field?: string;
op?: DBRequest_DBOperator;
value?: {
values?: {
bigdecimalValue?: ...;
bigintValue?: ...;
boolValue?: ...;
bytesValue?: ...;
floatValue?: ...;
int64Value?: ...;
intValue?: ...;
listValue?: ...;
nullValue?: ...;
stringValue?: ...;
structValue?: ...;
timestampValue?: ...;
tokenValue?: ...;
}[];
};
}[];
pageSize?: number;
}
decode: function
decode( input: Uint8Array<ArrayBufferLike> | Reader, length?: number,): DBRequest_DBList Parameters
- input: Uint8Array<ArrayBufferLike> | Reader
Optionallength: number
encode: function
Returns Writer
fromJSON: function
fromPartial: function
fromPartial( object: { cursor?: string; entity?: string; filters?: { field?: string; op?: DBRequest_DBOperator; value?: { values?: { bigdecimalValue?: (...)
| (...)
; bigintValue?: (...)
| (...)
; boolValue?: (...)
| (...)
| (...)
; bytesValue?: (...)
| (...)
; floatValue?: (...)
| (...)
; int64Value?: (...)
| (...)
; intValue?: (...)
| (...)
; listValue?: { values?: { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; int64Value?: bigint | undefined; floatValue?: number | undefined; ... 8 more ...; tokenValue?: { ...; } | undefined; }[] | undefined; } | undefined
; nullValue?: (...)
| (...)
; stringValue?: (...)
| (...)
; structValue?: (...)
| (...)
; timestampValue?: (...)
| (...)
; tokenValue?: (...)
| (...)
; }[]; }; }[]; pageSize?: number; },): DBRequest_DBList Parameters
- object: {
cursor?: string;
entity?: string;
filters?: {
field?: string;
op?: DBRequest_DBOperator;
value?: {
values?: {
bigdecimalValue?: (...) | (...);
bigintValue?: (...) | (...);
boolValue?: (...) | (...) | (...);
bytesValue?: (...) | (...);
floatValue?: (...) | (...);
int64Value?: (...) | (...);
intValue?: (...) | (...);
listValue?: { values?: { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; int64Value?: bigint | undefined; floatValue?: number | undefined; ... 8 more ...; tokenValue?: { ...; } | undefined; }[] | undefined; } | undefined;
nullValue?: (...) | (...);
stringValue?: (...) | (...);
structValue?: (...) | (...);
timestampValue?: (...) | (...);
tokenValue?: (...) | (...);
}[];
};
}[];
pageSize?: number;
}
toJSON: function
Returns unknown