public static interface TimeSeriesData.PointDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTimeInterval()
public abstract TimeInterval getTimeInterval()The time interval associated with the point.
.google.monitoring.v3.TimeInterval time_interval = 2;
| Returns | |
|---|---|
| Type | Description |
TimeInterval |
The timeInterval. |
getTimeIntervalOrBuilder()
public abstract TimeIntervalOrBuilder getTimeIntervalOrBuilder()The time interval associated with the point.
.google.monitoring.v3.TimeInterval time_interval = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TypedValue |
|
getValuesCount()
public abstract int getValuesCount()The values that make up the point.
repeated .google.monitoring.v3.TypedValue values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getValuesList()
public abstract List<TypedValue> getValuesList()The values that make up the point.
repeated .google.monitoring.v3.TypedValue values = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TypedValueOrBuilder |
|
getValuesOrBuilderList()
public abstract List<? extends TypedValueOrBuilder> getValuesOrBuilderList()The values that make up the point.
repeated .google.monitoring.v3.TypedValue values = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the timeInterval field is set. |