Uses of Enum
com.google.cloud.logging.Logging.SortingField
Packages that use Logging.SortingField
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Logging.SortingField in com.google.cloud.logging
Methods in com.google.cloud.logging that return Logging.SortingFieldModifier and TypeMethodDescriptionstatic Logging.SortingFieldReturns the enum constant of this type with the specified name.static Logging.SortingField[]Logging.SortingField.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.SortingFieldModifier and TypeMethodDescriptionstatic Logging.EntryListOptionLogging.EntryListOption.sortOrder(Logging.SortingField field, Logging.SortingOrder order) Returns an option to sort log entries.