Uses of Class
com.google.cloud.logging.Logging.SortingOrder
-
Packages that use Logging.SortingOrder Package Description com.google.cloud.logging 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.SortingOrder Modifier and Type Method Description static Logging.SortingOrder
Logging.SortingOrder. valueOf(String name)
Returns 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.SortingOrder Modifier and Type Method Description static Logging.EntryListOption
Logging.EntryListOption. sortOrder(Logging.SortingField field, Logging.SortingOrder order)
Returns an option to sort log entries.
-