public static final class PubSub.ListOption extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static PubSub.ListOption |
pageSize(int pageSize)
Returns an option to specify the maximum number of resources returned per page.
|
static PubSub.ListOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing resources.
|
String |
toString() |
public static PubSub.ListOption pageSize(int pageSize)
public static PubSub.ListOption pageToken(String pageToken)
Copyright © 2016 Google. All rights reserved.