Uses of Enum
com.google.cloud.logging.Logging.SortingOrder
Packages that use Logging.SortingOrder
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Logging.SortingOrder in com.google.cloud.logging
Methods in com.google.cloud.logging that return Logging.SortingOrderModifier and TypeMethodDescriptionstatic Logging.SortingOrderReturns the enum constant of this type with the specified name.static Logging.SortingOrder[]Logging.SortingOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.logging with parameters of type Logging.SortingOrderModifier and TypeMethodDescriptionstatic Logging.EntryListOptionLogging.EntryListOption.sortOrder(Logging.SortingField field, Logging.SortingOrder order) Returns an option to sort log entries.