public static final class FormatV2.DataPoint extends com.google.protobuf.GeneratedMessageV3 implements FormatV2.DataPointOrBuilder
io.inscopemetrics.kairosdb.proto.v2.DataPoint| Modifier and Type | Class and Description |
|---|---|
static class |
FormatV2.DataPoint.Builder
Protobuf type
io.inscopemetrics.kairosdb.proto.v2.DataPoint |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BUCKET_COUNT_FIELD_NUMBER |
static int |
BUCKET_KEY_FIELD_NUMBER |
static int |
MAX_FIELD_NUMBER |
static int |
MEAN_FIELD_NUMBER |
static int |
MIN_FIELD_NUMBER |
static int |
PRECISION_FIELD_NUMBER |
static int |
SUM_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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; |
static FormatV2.DataPoint |
getDefaultInstance() |
FormatV2.DataPoint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getMax()
double max = 4; |
double |
getMean()
double mean = 6; |
double |
getMin()
double min = 3; |
com.google.protobuf.Parser<FormatV2.DataPoint> |
getParserForType() |
int |
getPrecision()
uint32 precision = 7; |
int |
getSerializedSize() |
double |
getSum()
double sum = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FormatV2.DataPoint.Builder |
newBuilder() |
static FormatV2.DataPoint.Builder |
newBuilder(FormatV2.DataPoint prototype) |
FormatV2.DataPoint.Builder |
newBuilderForType() |
protected FormatV2.DataPoint.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static FormatV2.DataPoint |
parseDelimitedFrom(InputStream input) |
static FormatV2.DataPoint |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FormatV2.DataPoint |
parseFrom(byte[] data) |
static FormatV2.DataPoint |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FormatV2.DataPoint |
parseFrom(ByteBuffer data) |
static FormatV2.DataPoint |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FormatV2.DataPoint |
parseFrom(com.google.protobuf.ByteString data) |
static FormatV2.DataPoint |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FormatV2.DataPoint |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FormatV2.DataPoint |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FormatV2.DataPoint |
parseFrom(InputStream input) |
static FormatV2.DataPoint |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FormatV2.DataPoint> |
parser() |
FormatV2.DataPoint.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int BUCKET_KEY_FIELD_NUMBER
public static final int BUCKET_COUNT_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
public static final int SUM_FIELD_NUMBER
public static final int MEAN_FIELD_NUMBER
public static final int PRECISION_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<Long> getBucketKeyList()
repeated uint64 bucket_key = 1;getBucketKeyList in interface FormatV2.DataPointOrBuilderpublic int getBucketKeyCount()
repeated uint64 bucket_key = 1;getBucketKeyCount in interface FormatV2.DataPointOrBuilderpublic long getBucketKey(int index)
repeated uint64 bucket_key = 1;getBucketKey in interface FormatV2.DataPointOrBuilderpublic List<Long> getBucketCountList()
repeated uint64 bucket_count = 2;getBucketCountList in interface FormatV2.DataPointOrBuilderpublic int getBucketCountCount()
repeated uint64 bucket_count = 2;getBucketCountCount in interface FormatV2.DataPointOrBuilderpublic long getBucketCount(int index)
repeated uint64 bucket_count = 2;getBucketCount in interface FormatV2.DataPointOrBuilderpublic double getMin()
double min = 3;getMin in interface FormatV2.DataPointOrBuilderpublic double getMax()
double max = 4;getMax in interface FormatV2.DataPointOrBuilderpublic double getSum()
double sum = 5;getSum in interface FormatV2.DataPointOrBuilderpublic double getMean()
double mean = 6;getMean in interface FormatV2.DataPointOrBuilderpublic int getPrecision()
uint32 precision = 7;getPrecision in interface FormatV2.DataPointOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static FormatV2.DataPoint parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FormatV2.DataPoint parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FormatV2.DataPoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FormatV2.DataPoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FormatV2.DataPoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FormatV2.DataPoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FormatV2.DataPoint parseFrom(InputStream input) throws IOException
IOExceptionpublic static FormatV2.DataPoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FormatV2.DataPoint parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FormatV2.DataPoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FormatV2.DataPoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FormatV2.DataPoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic FormatV2.DataPoint.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static FormatV2.DataPoint.Builder newBuilder()
public static FormatV2.DataPoint.Builder newBuilder(FormatV2.DataPoint prototype)
public FormatV2.DataPoint.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected FormatV2.DataPoint.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static FormatV2.DataPoint getDefaultInstance()
public static com.google.protobuf.Parser<FormatV2.DataPoint> parser()
public com.google.protobuf.Parser<FormatV2.DataPoint> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public FormatV2.DataPoint getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.