public static interface FormatV2.DataPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBucketCount(int index)
repeated uint64 bucket_count = 2; |
int |
getBucketCountCount()
repeated uint64 bucket_count = 2; |
List<Long> |
getBucketCountList()
repeated uint64 bucket_count = 2; |
long |
getBucketKey(int index)
repeated uint64 bucket_key = 1; |
int |
getBucketKeyCount()
repeated uint64 bucket_key = 1; |
List<Long> |
getBucketKeyList()
repeated uint64 bucket_key = 1; |
double |
getMax()
double max = 4; |
double |
getMean()
double mean = 6; |
double |
getMin()
double min = 3; |
int |
getPrecision()
uint32 precision = 7; |
double |
getSum()
double sum = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getBucketKeyCount()
repeated uint64 bucket_key = 1;long getBucketKey(int index)
repeated uint64 bucket_key = 1;int getBucketCountCount()
repeated uint64 bucket_count = 2;long getBucketCount(int index)
repeated uint64 bucket_count = 2;double getMin()
double min = 3;double getMax()
double max = 4;double getSum()
double sum = 5;double getMean()
double mean = 6;int getPrecision()
uint32 precision = 7;Copyright © 2020. All rights reserved.