Class WindowsBasedSli.MetricRange (3.46.0)

public static final class WindowsBasedSli.MetricRange extends GeneratedMessageV3 implements WindowsBasedSli.MetricRangeOrBuilder

A MetricRange is used when each window is good when the value x of a single TimeSeries satisfies range.min <= x <= range.max. The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.

Protobuf type google.monitoring.v3.WindowsBasedSli.MetricRange

Static Fields

RANGE_FIELD_NUMBER

public static final int RANGE_FIELD_NUMBER
Field Value
Type Description
int

TIME_SERIES_FIELD_NUMBER

public static final int TIME_SERIES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static WindowsBasedSli.MetricRange getDefaultInstance()
Returns
Type Description
WindowsBasedSli.MetricRange

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static WindowsBasedSli.MetricRange.Builder newBuilder()
Returns
Type Description
WindowsBasedSli.MetricRange.Builder

newBuilder(WindowsBasedSli.MetricRange prototype)

public static WindowsBasedSli.MetricRange.Builder newBuilder(WindowsBasedSli.MetricRange prototype)
Parameter
Name Description
prototype WindowsBasedSli.MetricRange
Returns
Type Description
WindowsBasedSli.MetricRange.Builder

parseDelimitedFrom(InputStream input)

public static WindowsBasedSli.MetricRange parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WindowsBasedSli.MetricRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static WindowsBasedSli.MetricRange parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WindowsBasedSli.MetricRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WindowsBasedSli.MetricRange parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WindowsBasedSli.MetricRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WindowsBasedSli.MetricRange parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WindowsBasedSli.MetricRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static WindowsBasedSli.MetricRange parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WindowsBasedSli.MetricRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static WindowsBasedSli.MetricRange parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WindowsBasedSli.MetricRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WindowsBasedSli.MetricRange
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<WindowsBasedSli.MetricRange> parser()
Returns
Type Description
Parser<MetricRange>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public WindowsBasedSli.MetricRange getDefaultInstanceForType()
Returns
Type Description
WindowsBasedSli.MetricRange

getParserForType()

public Parser<WindowsBasedSli.MetricRange> getParserForType()
Returns
Type Description
Parser<MetricRange>
Overrides

getRange()

public Range getRange()

Range of values considered "good." For a one-sided range, set one bound to an infinite value.

.google.monitoring.v3.Range range = 4;

Returns
Type Description
Range

The range.

getRangeOrBuilder()

public RangeOrBuilder getRangeOrBuilder()

Range of values considered "good." For a one-sided range, set one bound to an infinite value.

.google.monitoring.v3.Range range = 4;

Returns
Type Description
RangeOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTimeSeries()

public String getTimeSeries()

A monitoring filter specifying the TimeSeries to use for evaluating window quality.

string time_series = 1;

Returns
Type Description
String

The timeSeries.

getTimeSeriesBytes()

public ByteString getTimeSeriesBytes()

A monitoring filter specifying the TimeSeries to use for evaluating window quality.

string time_series = 1;

Returns
Type Description
ByteString

The bytes for timeSeries.

hasRange()

public boolean hasRange()

Range of values considered "good." For a one-sided range, set one bound to an infinite value.

.google.monitoring.v3.Range range = 4;

Returns
Type Description
boolean

Whether the range field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public WindowsBasedSli.MetricRange.Builder newBuilderForType()
Returns
Type Description
WindowsBasedSli.MetricRange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WindowsBasedSli.MetricRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
WindowsBasedSli.MetricRange.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public WindowsBasedSli.MetricRange.Builder toBuilder()
Returns
Type Description
WindowsBasedSli.MetricRange.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException