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