ListResult

classListResult


Contains the prefixes and items returned by alist call.

Summary

Extension functions

operatorList<StorageReference>

Destructuring declaration forListResult to provide its items.

operatorList<StorageReference>

Destructuring declaration forListResult to provide its prefixes.

operatorString?

Destructuring declaration forListResult to provide its pageToken.

Public properties

pageToken

val pageTokenString?

Extension functions

component1

operator fun ListResult.component1(): List<StorageReference>

Destructuring declaration forListResult to provide its items.

Returns
List<StorageReference>

the items of theListResult

component2

operator fun ListResult.component2(): List<StorageReference>

Destructuring declaration forListResult to provide its prefixes.

Returns
List<StorageReference>

the prefixes of theListResult

component3

operator fun ListResult.component3(): String?

Destructuring declaration forListResult to provide its pageToken.

Returns
String?

the pageToken of theListResult

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.