public static class ResourceManager.ListOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
static ResourceManager.ListOption |
pageSize(int pageSize)
The maximum number of records to return per RPC.
|
static ResourceManager.ListOption |
pageToken(String pageToken)
Returns an option to specify a page token.
|
String |
toString()
Deprecated.
|
public static ResourceManager.ListOption pageToken(String pageToken)
The page token (returned from a previous call to list) indicates from where listing should continue.
public static ResourceManager.ListOption pageSize(int pageSize)
The server can return fewer records than requested. When there are more results than the page size, the server will return a page token that can be used to fetch other results.
Copyright © 2022 Google LLC. All rights reserved.