Uses of Class
com.google.cloud.logging.Logging.EntryListOption
Packages that use Logging.EntryListOption
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Logging.EntryListOption in com.google.cloud.logging
Methods in com.google.cloud.logging that return Logging.EntryListOptionModifier and TypeMethodDescriptionstatic Logging.EntryListOptionLogging.EntryListOption.billingAccount(String billingAccount) Returns an option to specify a billingAccount for the log entries to be listed.static Logging.EntryListOptionReturns an option to specify a filter to the log entries to be listed.static Logging.EntryListOptionReturns an option to specify a folder for the log entries to be listed.static Logging.EntryListOptionLogging.EntryListOption.organization(String organization) Returns an option to specify an organization for the log entries to be listed.static Logging.EntryListOptionLogging.EntryListOption.pageSize(int pageSize) Returns an option to specify the maximum number of log entries returned per page.static Logging.EntryListOptionReturns an option to specify the page token from which to start listing log entries.static Logging.EntryListOptionLogging.EntryListOption.sortOrder(Logging.SortingField field, Logging.SortingOrder order) Returns an option to sort log entries.Methods in com.google.cloud.logging with parameters of type Logging.EntryListOptionModifier and TypeMethodDescriptioncom.google.api.gax.paging.Page<LogEntry>Logging.listLogEntries(Logging.EntryListOption... options) Lists log entries.com.google.api.core.ApiFuture<com.google.api.gax.paging.AsyncPage<LogEntry>>Logging.listLogEntriesAsync(Logging.EntryListOption... options) Sends a request for listing log entries.