public static interface TimeSeriesData.PointDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TimeInterval |
getTimeInterval()
The time interval associated with the point.
|
TimeIntervalOrBuilder |
getTimeIntervalOrBuilder()
The time interval associated with the point.
|
TypedValue |
getValues(int index)
The values that make up the point.
|
int |
getValuesCount()
The values that make up the point.
|
List<TypedValue> |
getValuesList()
The values that make up the point.
|
TypedValueOrBuilder |
getValuesOrBuilder(int index)
The values that make up the point.
|
List<? extends TypedValueOrBuilder> |
getValuesOrBuilderList()
The values that make up the point.
|
boolean |
hasTimeInterval()
The time interval associated with the point.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TypedValue> getValuesList()
The values that make up the point.
repeated .google.monitoring.v3.TypedValue values = 1;TypedValue getValues(int index)
The values that make up the point.
repeated .google.monitoring.v3.TypedValue values = 1;int getValuesCount()
The values that make up the point.
repeated .google.monitoring.v3.TypedValue values = 1;List<? extends TypedValueOrBuilder> getValuesOrBuilderList()
The values that make up the point.
repeated .google.monitoring.v3.TypedValue values = 1;TypedValueOrBuilder getValuesOrBuilder(int index)
The values that make up the point.
repeated .google.monitoring.v3.TypedValue values = 1;boolean hasTimeInterval()
The time interval associated with the point.
.google.monitoring.v3.TimeInterval time_interval = 2;TimeInterval getTimeInterval()
The time interval associated with the point.
.google.monitoring.v3.TimeInterval time_interval = 2;TimeIntervalOrBuilder getTimeIntervalOrBuilder()
The time interval associated with the point.
.google.monitoring.v3.TimeInterval time_interval = 2;Copyright © 2023 Google LLC. All rights reserved.