Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static Logging.EntryListOption |
Logging.EntryListOption.sortOrder(Logging.SortingField field,
Logging.SortingOrder order)
Returns an option to sort log entries.
|
Copyright © 2019 Google LLC. All rights reserved.