Enum StatisticalTimeSeriesFilter.Method (2.43.0)

public enum StatisticalTimeSeriesFilter.Method extends Enum<StatisticalTimeSeriesFilter.Method> implements ProtocolMessageEnum

The filter methods that can be applied to a stream.

Protobuf enum google.monitoring.dashboard.v1.StatisticalTimeSeriesFilter.Method

Implements

ProtocolMessageEnum

Static Fields

NameDescription
METHOD_CLUSTER_OUTLIER

Compute the outlier score of each stream.

METHOD_CLUSTER_OUTLIER = 1;

METHOD_CLUSTER_OUTLIER_VALUE

Compute the outlier score of each stream.

METHOD_CLUSTER_OUTLIER = 1;

METHOD_UNSPECIFIED

Not allowed in well-formed requests.

METHOD_UNSPECIFIED = 0;

METHOD_UNSPECIFIED_VALUE

Not allowed in well-formed requests.

METHOD_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()