Interface TimeSeriesData.PointDataOrBuilder (3.2.9)

public static interface TimeSeriesData.PointDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTimeInterval()

public abstract TimeInterval getTimeInterval()

The time interval associated with the point.

.google.monitoring.v3.TimeInterval time_interval = 2;

Returns
TypeDescription
TimeInterval

The timeInterval.

getTimeIntervalOrBuilder()

public abstract TimeIntervalOrBuilder getTimeIntervalOrBuilder()

The time interval associated with the point.

.google.monitoring.v3.TimeInterval time_interval = 2;

Returns
TypeDescription
TimeIntervalOrBuilder

getValues(int index)

public abstract TypedValue getValues(int index)

The values that make up the point.

repeated .google.monitoring.v3.TypedValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TypedValue

getValuesCount()

public abstract int getValuesCount()

The values that make up the point.

repeated .google.monitoring.v3.TypedValue values = 1;

Returns
TypeDescription
int

getValuesList()

public abstract List<TypedValue> getValuesList()

The values that make up the point.

repeated .google.monitoring.v3.TypedValue values = 1;

Returns
TypeDescription
List<TypedValue>

getValuesOrBuilder(int index)

public abstract TypedValueOrBuilder getValuesOrBuilder(int index)

The values that make up the point.

repeated .google.monitoring.v3.TypedValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TypedValueOrBuilder

getValuesOrBuilderList()

public abstract List<? extends TypedValueOrBuilder> getValuesOrBuilderList()

The values that make up the point.

repeated .google.monitoring.v3.TypedValue values = 1;

Returns
TypeDescription
List<? extends com.google.monitoring.v3.TypedValueOrBuilder>

hasTimeInterval()

public abstract boolean hasTimeInterval()

The time interval associated with the point.

.google.monitoring.v3.TimeInterval time_interval = 2;

Returns
TypeDescription
boolean

Whether the timeInterval field is set.