| Modifier and Type | Method and Description |
|---|---|
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.addAllBucketCount(Iterable<? extends Long> values)
repeated uint64 bucket_count = 2; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.addAllBucketKey(Iterable<? extends Long> values)
repeated uint64 bucket_key = 1; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.addBucketCount(long value)
repeated uint64 bucket_count = 2; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.addBucketKey(long value)
repeated uint64 bucket_key = 1; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clear() |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clearBucketCount()
repeated uint64 bucket_count = 2; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clearBucketKey()
repeated uint64 bucket_key = 1; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clearMax()
double max = 4; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clearMean()
double mean = 6; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clearMin()
double min = 3; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clearPrecision()
uint32 precision = 7; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clearSum()
double sum = 5; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.clone() |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.mergeFrom(FormatV2.DataPoint other) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.mergeFrom(com.google.protobuf.Message other) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FormatV2.DataPoint.Builder |
FormatV2.DataPoint.newBuilder() |
static FormatV2.DataPoint.Builder |
FormatV2.DataPoint.newBuilder(FormatV2.DataPoint prototype) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.newBuilderForType() |
protected FormatV2.DataPoint.Builder |
FormatV2.DataPoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setBucketCount(int index,
long value)
repeated uint64 bucket_count = 2; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setBucketKey(int index,
long value)
repeated uint64 bucket_key = 1; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setMax(double value)
double max = 4; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setMean(double value)
double mean = 6; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setMin(double value)
double min = 3; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setPrecision(int value)
uint32 precision = 7; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setSum(double value)
double sum = 5; |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FormatV2.DataPoint.Builder |
FormatV2.DataPoint.toBuilder() |
Copyright © 2020. All rights reserved.