public static final class Search.ExtendedStatsAggResult extends com.google.protobuf.GeneratedMessage implements Search.ExtendedStatsAggResultOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Search.ExtendedStatsAggResult.Builder |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
AVG_FIELD_NUMBER |
static int |
COUNT_FIELD_NUMBER |
static int |
MAX_FIELD_NUMBER |
static int |
MIN_FIELD_NUMBER |
static int |
STD_DEVIATION_BOUNDS_LOWER_FIELD_NUMBER |
static int |
STD_DEVIATION_BOUNDS_UPPER_FIELD_NUMBER |
static int |
STD_DEVIATION_FIELD_NUMBER |
static int |
SUM_FIELD_NUMBER |
static int |
SUM_OF_SQUARES_FIELD_NUMBER |
static int |
VARIANCE_FIELD_NUMBER |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int COUNT_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
public static final int AVG_FIELD_NUMBER
public static final int SUM_FIELD_NUMBER
public static final int SUM_OF_SQUARES_FIELD_NUMBER
public static final int VARIANCE_FIELD_NUMBER
public static final int STD_DEVIATION_FIELD_NUMBER
public static final int STD_DEVIATION_BOUNDS_UPPER_FIELD_NUMBER
public static final int STD_DEVIATION_BOUNDS_LOWER_FIELD_NUMBER
public static Search.ExtendedStatsAggResult getDefaultInstance()
public Search.ExtendedStatsAggResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasCount()
hasCount in interface Search.ExtendedStatsAggResultOrBuilderpublic long getCount()
getCount in interface Search.ExtendedStatsAggResultOrBuilderpublic boolean hasMin()
hasMin in interface Search.ExtendedStatsAggResultOrBuilderpublic double getMin()
getMin in interface Search.ExtendedStatsAggResultOrBuilderpublic boolean hasMax()
hasMax in interface Search.ExtendedStatsAggResultOrBuilderpublic double getMax()
getMax in interface Search.ExtendedStatsAggResultOrBuilderpublic boolean hasAvg()
hasAvg in interface Search.ExtendedStatsAggResultOrBuilderpublic double getAvg()
getAvg in interface Search.ExtendedStatsAggResultOrBuilderpublic boolean hasSum()
hasSum in interface Search.ExtendedStatsAggResultOrBuilderpublic double getSum()
getSum in interface Search.ExtendedStatsAggResultOrBuilderpublic boolean hasSumOfSquares()
hasSumOfSquares in interface Search.ExtendedStatsAggResultOrBuilderpublic double getSumOfSquares()
getSumOfSquares in interface Search.ExtendedStatsAggResultOrBuilderpublic boolean hasVariance()
hasVariance in interface Search.ExtendedStatsAggResultOrBuilderpublic double getVariance()
getVariance in interface Search.ExtendedStatsAggResultOrBuilderpublic boolean hasStdDeviation()
hasStdDeviation in interface Search.ExtendedStatsAggResultOrBuilderpublic double getStdDeviation()
getStdDeviation in interface Search.ExtendedStatsAggResultOrBuilderpublic boolean hasStdDeviationBoundsUpper()
hasStdDeviationBoundsUpper in interface Search.ExtendedStatsAggResultOrBuilderpublic double getStdDeviationBoundsUpper()
getStdDeviationBoundsUpper in interface Search.ExtendedStatsAggResultOrBuilderpublic boolean hasStdDeviationBoundsLower()
hasStdDeviationBoundsLower in interface Search.ExtendedStatsAggResultOrBuilderpublic double getStdDeviationBoundsLower()
getStdDeviationBoundsLower in interface Search.ExtendedStatsAggResultOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Search.ExtendedStatsAggResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ExtendedStatsAggResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ExtendedStatsAggResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ExtendedStatsAggResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ExtendedStatsAggResult parseFrom(InputStream input) throws IOException
IOExceptionpublic static Search.ExtendedStatsAggResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.ExtendedStatsAggResult parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Search.ExtendedStatsAggResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.ExtendedStatsAggResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Search.ExtendedStatsAggResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.ExtendedStatsAggResult.Builder newBuilder()
public Search.ExtendedStatsAggResult.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Search.ExtendedStatsAggResult.Builder newBuilder(Search.ExtendedStatsAggResult prototype)
public Search.ExtendedStatsAggResult.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Search.ExtendedStatsAggResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2024. All Rights Reserved.