static Logging.EntryListOption |
Logging.EntryListOption.billingAccount(String billingAccount) |
Returns an option to specify a billingAccount for the log entries to be listed.
|
static Logging.EntryListOption |
Logging.EntryListOption.filter(String filter) |
Returns an option to specify a filter to the log entries to be listed.
|
static Logging.EntryListOption |
Logging.EntryListOption.folder(String folder) |
Returns an option to specify a folder for the log entries to be listed.
|
static Logging.EntryListOption |
Logging.EntryListOption.organization(String organization) |
Returns an option to specify an organization for the log entries to be listed.
|
static Logging.EntryListOption |
Logging.EntryListOption.pageSize(int pageSize) |
Returns an option to specify the maximum number of log entries returned per page.
|
static Logging.EntryListOption |
Logging.EntryListOption.pageToken(String pageToken) |
Returns an option to specify the page token from which to start listing log entries.
|
static Logging.EntryListOption |
Logging.EntryListOption.sortOrder(Logging.SortingField field,
Logging.SortingOrder order) |
Returns an option to sort log entries.
|