ListResult
Defined in: packages/repo/src/types.ts:676
Paged list result returned by Repository.list.
Type Parameters
Section titled “Type Parameters”Desc extends DescMessage
Properties
Section titled “Properties”nextPageToken
Section titled “nextPageToken”nextPageToken:
string
Defined in: packages/repo/src/types.ts:684
An opaque page token for fetching the next page. Empty string when there are no more results.
results
Section titled “results”results:
MessageShape<Desc>[]
Defined in: packages/repo/src/types.ts:678
The page of results.
totalSize?
Section titled “totalSize?”
optionaltotalSize?:number
Defined in: packages/repo/src/types.ts:690
Total number of matching resources (before pagination). Only
present when showTotalSize was set to true.