public static final class SummaryValue.Snapshot.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder> implements SummaryValue.SnapshotOrBuilder
The values in this message can be reset at arbitrary unknown times, with the requirement that all of them are reset at the same time.Protobuf type
opencensus.proto.metrics.v1.SummaryValue.Snapshot| Modifier and Type | Method and Description |
|---|---|
SummaryValue.Snapshot.Builder |
addAllPercentileValues(Iterable<? extends SummaryValue.Snapshot.ValueAtPercentile> values)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.Builder |
addPercentileValues(int index,
SummaryValue.Snapshot.ValueAtPercentile.Builder builderForValue)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.Builder |
addPercentileValues(int index,
SummaryValue.Snapshot.ValueAtPercentile value)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.Builder |
addPercentileValues(SummaryValue.Snapshot.ValueAtPercentile.Builder builderForValue)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.Builder |
addPercentileValues(SummaryValue.Snapshot.ValueAtPercentile value)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.ValueAtPercentile.Builder |
addPercentileValuesBuilder()
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.ValueAtPercentile.Builder |
addPercentileValuesBuilder(int index)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SummaryValue.Snapshot |
build() |
SummaryValue.Snapshot |
buildPartial() |
SummaryValue.Snapshot.Builder |
clear() |
SummaryValue.Snapshot.Builder |
clearCount()
The number of values in the snapshot.
|
SummaryValue.Snapshot.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SummaryValue.Snapshot.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SummaryValue.Snapshot.Builder |
clearPercentileValues()
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.Builder |
clearSum()
The sum of values in the snapshot.
|
SummaryValue.Snapshot.Builder |
clone() |
com.google.protobuf.Int64Value |
getCount()
The number of values in the snapshot.
|
com.google.protobuf.Int64Value.Builder |
getCountBuilder()
The number of values in the snapshot.
|
com.google.protobuf.Int64ValueOrBuilder |
getCountOrBuilder()
The number of values in the snapshot.
|
SummaryValue.Snapshot |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
SummaryValue.Snapshot.ValueAtPercentile |
getPercentileValues(int index)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.ValueAtPercentile.Builder |
getPercentileValuesBuilder(int index)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
List<SummaryValue.Snapshot.ValueAtPercentile.Builder> |
getPercentileValuesBuilderList()
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
int |
getPercentileValuesCount()
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
List<SummaryValue.Snapshot.ValueAtPercentile> |
getPercentileValuesList()
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.ValueAtPercentileOrBuilder |
getPercentileValuesOrBuilder(int index)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
List<? extends SummaryValue.Snapshot.ValueAtPercentileOrBuilder> |
getPercentileValuesOrBuilderList()
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
com.google.protobuf.DoubleValue |
getSum()
The sum of values in the snapshot.
|
com.google.protobuf.DoubleValue.Builder |
getSumBuilder()
The sum of values in the snapshot.
|
com.google.protobuf.DoubleValueOrBuilder |
getSumOrBuilder()
The sum of values in the snapshot.
|
boolean |
hasCount()
The number of values in the snapshot.
|
boolean |
hasSum()
The sum of values in the snapshot.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SummaryValue.Snapshot.Builder |
mergeCount(com.google.protobuf.Int64Value value)
The number of values in the snapshot.
|
SummaryValue.Snapshot.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SummaryValue.Snapshot.Builder |
mergeFrom(com.google.protobuf.Message other) |
SummaryValue.Snapshot.Builder |
mergeFrom(SummaryValue.Snapshot other) |
SummaryValue.Snapshot.Builder |
mergeSum(com.google.protobuf.DoubleValue value)
The sum of values in the snapshot.
|
SummaryValue.Snapshot.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SummaryValue.Snapshot.Builder |
removePercentileValues(int index)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.Builder |
setCount(com.google.protobuf.Int64Value.Builder builderForValue)
The number of values in the snapshot.
|
SummaryValue.Snapshot.Builder |
setCount(com.google.protobuf.Int64Value value)
The number of values in the snapshot.
|
SummaryValue.Snapshot.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SummaryValue.Snapshot.Builder |
setPercentileValues(int index,
SummaryValue.Snapshot.ValueAtPercentile.Builder builderForValue)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.Builder |
setPercentileValues(int index,
SummaryValue.Snapshot.ValueAtPercentile value)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SummaryValue.Snapshot.Builder |
setSum(com.google.protobuf.DoubleValue.Builder builderForValue)
The sum of values in the snapshot.
|
SummaryValue.Snapshot.Builder |
setSum(com.google.protobuf.DoubleValue value)
The sum of values in the snapshot.
|
SummaryValue.Snapshot.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SummaryValue.Snapshot build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SummaryValue.Snapshot buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SummaryValue.Snapshot.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot.Builder mergeFrom(SummaryValue.Snapshot other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public SummaryValue.Snapshot.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SummaryValue.Snapshot.Builder>IOExceptionpublic boolean hasCount()
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;hasCount in interface SummaryValue.SnapshotOrBuilderpublic com.google.protobuf.Int64Value getCount()
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;getCount in interface SummaryValue.SnapshotOrBuilderpublic SummaryValue.Snapshot.Builder setCount(com.google.protobuf.Int64Value value)
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public SummaryValue.Snapshot.Builder setCount(com.google.protobuf.Int64Value.Builder builderForValue)
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public SummaryValue.Snapshot.Builder mergeCount(com.google.protobuf.Int64Value value)
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public SummaryValue.Snapshot.Builder clearCount()
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public com.google.protobuf.Int64Value.Builder getCountBuilder()
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;public com.google.protobuf.Int64ValueOrBuilder getCountOrBuilder()
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;getCountOrBuilder in interface SummaryValue.SnapshotOrBuilderpublic boolean hasSum()
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;hasSum in interface SummaryValue.SnapshotOrBuilderpublic com.google.protobuf.DoubleValue getSum()
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;getSum in interface SummaryValue.SnapshotOrBuilderpublic SummaryValue.Snapshot.Builder setSum(com.google.protobuf.DoubleValue value)
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;public SummaryValue.Snapshot.Builder setSum(com.google.protobuf.DoubleValue.Builder builderForValue)
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;public SummaryValue.Snapshot.Builder mergeSum(com.google.protobuf.DoubleValue value)
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;public SummaryValue.Snapshot.Builder clearSum()
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;public com.google.protobuf.DoubleValue.Builder getSumBuilder()
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;public com.google.protobuf.DoubleValueOrBuilder getSumOrBuilder()
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;getSumOrBuilder in interface SummaryValue.SnapshotOrBuilderpublic List<SummaryValue.Snapshot.ValueAtPercentile> getPercentileValuesList()
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;getPercentileValuesList in interface SummaryValue.SnapshotOrBuilderpublic int getPercentileValuesCount()
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;getPercentileValuesCount in interface SummaryValue.SnapshotOrBuilderpublic SummaryValue.Snapshot.ValueAtPercentile getPercentileValues(int index)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;getPercentileValues in interface SummaryValue.SnapshotOrBuilderpublic SummaryValue.Snapshot.Builder setPercentileValues(int index, SummaryValue.Snapshot.ValueAtPercentile value)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.Builder setPercentileValues(int index, SummaryValue.Snapshot.ValueAtPercentile.Builder builderForValue)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.Builder addPercentileValues(SummaryValue.Snapshot.ValueAtPercentile value)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.Builder addPercentileValues(int index, SummaryValue.Snapshot.ValueAtPercentile value)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.Builder addPercentileValues(SummaryValue.Snapshot.ValueAtPercentile.Builder builderForValue)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.Builder addPercentileValues(int index, SummaryValue.Snapshot.ValueAtPercentile.Builder builderForValue)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.Builder addAllPercentileValues(Iterable<? extends SummaryValue.Snapshot.ValueAtPercentile> values)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.Builder clearPercentileValues()
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.Builder removePercentileValues(int index)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.ValueAtPercentile.Builder getPercentileValuesBuilder(int index)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.ValueAtPercentileOrBuilder getPercentileValuesOrBuilder(int index)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;getPercentileValuesOrBuilder in interface SummaryValue.SnapshotOrBuilderpublic List<? extends SummaryValue.Snapshot.ValueAtPercentileOrBuilder> getPercentileValuesOrBuilderList()
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;getPercentileValuesOrBuilderList in interface SummaryValue.SnapshotOrBuilderpublic SummaryValue.Snapshot.ValueAtPercentile.Builder addPercentileValuesBuilder()
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public SummaryValue.Snapshot.ValueAtPercentile.Builder addPercentileValuesBuilder(int index)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public List<SummaryValue.Snapshot.ValueAtPercentile.Builder> getPercentileValuesBuilderList()
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;public final SummaryValue.Snapshot.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>public final SummaryValue.Snapshot.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SummaryValue.Snapshot.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.