public enum PickTimeSeriesFilter.Direction extends Enum<PickTimeSeriesFilter.Direction> implements ProtocolMessageEnum
Describes the ranking directions.
Protobuf enum google.monitoring.dashboard.v1.PickTimeSeriesFilter.Direction
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOTTOM |
Pass the lowest |
BOTTOM_VALUE |
Pass the lowest |
DIRECTION_UNSPECIFIED |
Not allowed. You must specify a different |
DIRECTION_UNSPECIFIED_VALUE |
Not allowed. You must specify a different |
TOP |
Pass the highest |
TOP_VALUE |
Pass the highest |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |