public static interface ReportSummary.ChartData.DataPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
The X-axis label for this data point.
|
com.google.protobuf.ByteString |
getLabelBytes()
The X-axis label for this data point.
|
double |
getValue()
The Y-axis value for this data point.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLabel()
The X-axis label for this data point.
string label = 1;com.google.protobuf.ByteString getLabelBytes()
The X-axis label for this data point.
string label = 1;double getValue()
The Y-axis value for this data point.
double value = 2;Copyright © 2024 Google LLC. All rights reserved.