| Package | Description |
|---|---|
| io.opencensus.proto.metrics.v1 |
| Modifier and Type | Method and Description |
|---|---|
DistributionValue.Bucket |
DistributionValue.Bucket.Builder.build() |
DistributionValue.Bucket |
DistributionValue.Bucket.Builder.buildPartial() |
DistributionValue.Bucket |
DistributionValue.getBuckets(int index)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket |
DistributionValue.Builder.getBuckets(int index)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket |
DistributionValueOrBuilder.getBuckets(int index)
If the distribution does not have a histogram, then omit this field.
|
static DistributionValue.Bucket |
DistributionValue.Bucket.getDefaultInstance() |
DistributionValue.Bucket |
DistributionValue.Bucket.getDefaultInstanceForType() |
DistributionValue.Bucket |
DistributionValue.Bucket.Builder.getDefaultInstanceForType() |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseDelimitedFrom(InputStream input) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(byte[] data) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(ByteBuffer data) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(com.google.protobuf.ByteString data) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(com.google.protobuf.CodedInputStream input) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(InputStream input) |
static DistributionValue.Bucket |
DistributionValue.Bucket.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<DistributionValue.Bucket> |
DistributionValue.getBucketsList()
If the distribution does not have a histogram, then omit this field.
|
List<DistributionValue.Bucket> |
DistributionValue.Builder.getBucketsList()
If the distribution does not have a histogram, then omit this field.
|
List<DistributionValue.Bucket> |
DistributionValueOrBuilder.getBucketsList()
If the distribution does not have a histogram, then omit this field.
|
com.google.protobuf.Parser<DistributionValue.Bucket> |
DistributionValue.Bucket.getParserForType() |
static com.google.protobuf.Parser<DistributionValue.Bucket> |
DistributionValue.Bucket.parser() |
| Modifier and Type | Method and Description |
|---|---|
DistributionValue.Builder |
DistributionValue.Builder.addBuckets(DistributionValue.Bucket value)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Builder |
DistributionValue.Builder.addBuckets(int index,
DistributionValue.Bucket value)
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.Bucket.Builder |
DistributionValue.Bucket.Builder.mergeFrom(DistributionValue.Bucket other) |
static DistributionValue.Bucket.Builder |
DistributionValue.Bucket.newBuilder(DistributionValue.Bucket prototype) |
DistributionValue.Builder |
DistributionValue.Builder.setBuckets(int index,
DistributionValue.Bucket value)
If the distribution does not have a histogram, then omit this field.
|
| Modifier and Type | Method and Description |
|---|---|
DistributionValue.Builder |
DistributionValue.Builder.addAllBuckets(Iterable<? extends DistributionValue.Bucket> values)
If the distribution does not have a histogram, then omit this field.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.