Uses of Class
com.google.cloud.logging.Logging.TailOption
Packages that use Logging.TailOption
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Logging.TailOption in com.google.cloud.logging
Methods in com.google.cloud.logging that return Logging.TailOptionModifier and TypeMethodDescriptionstatic Logging.TailOptionLogging.TailOption.billingAccount(String billingAccount) Returns an option to specify a billingAccount for the log entries to be tailed.static Logging.TailOptionLogging.TailOption.bufferWindow(String duration) Returns an option to specify the amount of time to buffer log entries at the server before being returned to prevent out of order results due to late arriving log entries.static Logging.TailOptionReturns an option to specify a filter to the log entries to be tailed.static Logging.TailOptionReturns an option to specify a folder for the log entries to be tailed.static Logging.TailOptionLogging.TailOption.organization(String organization) Returns an option to specify an organization for the log entries to be tailed.static Logging.TailOptionReturns an option to specify a project for the log entries to be tailed.Methods in com.google.cloud.logging with parameters of type Logging.TailOptionModifier and TypeMethodDescriptionLogging.tailLogEntries(Logging.TailOption... options) Sends a request to stream fresh log entries.