Package com.google.cloud.resourcemanager
Class ResourceManager.ListOption
- java.lang.Object
-
- com.google.cloud.resourcemanager.ResourceManager.ListOption
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ResourceManager
public static class ResourceManager.ListOption extends Object
Class for specifying project list options.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
pageToken
public static ResourceManager.ListOption pageToken(String pageToken)
Returns an option to specify a page token.The page token (returned from a previous call to list) indicates from where listing should continue.
-
pageSize
public static ResourceManager.ListOption pageSize(int pageSize)
The maximum number of records to return per RPC.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.
-
-