public static final class Logging.EntryListOption extends Object
Modifier and Type | Method and Description |
---|---|
static Logging.EntryListOption |
billingAccount(String billingAccount)
Returns an option to specify a billingAccount for the log entries to be listed.
|
boolean |
equals(Object obj) |
static Logging.EntryListOption |
filter(String filter)
Returns an option to specify a filter to the log entries to be listed.
|
static Logging.EntryListOption |
folder(String folder)
Returns an option to specify a folder for the log entries to be listed.
|
int |
hashCode() |
static Logging.EntryListOption |
organization(String organization)
Returns an option to specify an organization for the log entries to be listed.
|
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)
public static Logging.EntryListOption organization(String organization)
public static Logging.EntryListOption billingAccount(String billingAccount)
public static Logging.EntryListOption folder(String folder)
Copyright © 2023 Google LLC. All rights reserved.