public static final class Logging.EntryListOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Logging.EntryListOption |
filter(String filter)
Returns an option to specify a filter to the log entries to be listed.
|
int |
hashCode() |
static Logging.EntryListOption |
pageSize(int pageSize)
Returns an option to specify the maximum number of log entries returned per page.
|
static Logging.EntryListOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing log entries.
|
static Logging.EntryListOption |
sortOrder(Logging.SortingField field,
Logging.SortingOrder order)
Returns an option to sort log entries.
|
String |
toString() |
public static Logging.EntryListOption pageSize(int pageSize)
public static Logging.EntryListOption pageToken(String pageToken)
public static Logging.EntryListOption sortOrder(Logging.SortingField field, Logging.SortingOrder order)
LogEntry.getTimestamp()
value.public static Logging.EntryListOption filter(String filter)
Copyright © 2019 Google LLC. All rights reserved.