| Package | Description |
|---|---|
| io.opencensus.proto.metrics.v1 |
| Modifier and Type | Method and Description |
|---|---|
DistributionValue.Bucket.Builder |
DistributionValue.Builder.addBucketsBuilder()
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket.Builder |
DistributionValue.Builder.addBucketsBuilder(int index)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.clear() |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.clearCount()
The number of values in each bucket of the histogram, as described in
bucket_bounds.
|
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.clearExemplar()
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.clone() |
DistributionValue.Bucket.Builder |
DistributionValue.Builder.getBucketsBuilder(int index)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.mergeExemplar(DistributionValue.Exemplar value)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.mergeFrom(DistributionValue.Bucket other) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.mergeFrom(com.google.protobuf.Message other) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DistributionValue.Bucket.Builder |
DistributionValue.Bucket.newBuilder() |
static DistributionValue.Bucket.Builder |
DistributionValue.Bucket.newBuilder(DistributionValue.Bucket prototype) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.newBuilderForType() |
protected DistributionValue.Bucket.Builder |
DistributionValue.Bucket.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.setCount(long value)
The number of values in each bucket of the histogram, as described in
bucket_bounds.
|
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.setExemplar(DistributionValue.Exemplar.Builder builderForValue)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.setExemplar(DistributionValue.Exemplar value)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<DistributionValue.Bucket.Builder> |
DistributionValue.Builder.getBucketsBuilderList()
If the distribution does not have a histogram, then omit this field.
|
| Modifier and Type | Method and Description |
|---|---|
DistributionValue.Builder |
DistributionValue.Builder.addBuckets(DistributionValue.Bucket.Builder builderForValue)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Builder |
DistributionValue.Builder.addBuckets(int index,
DistributionValue.Bucket.Builder builderForValue)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Builder |
DistributionValue.Builder.setBuckets(int index,
DistributionValue.Bucket.Builder builderForValue)
If the distribution does not have a histogram, then omit this field.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.