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