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