| Modifier and Type | Method and Description |
|---|---|
Aggregation.Histogram |
Aggregation.Histogram.Builder.build() |
Aggregation.Histogram |
Aggregation.Histogram.Builder.buildPartial() |
static Aggregation.Histogram |
Aggregation.Histogram.getDefaultInstance() |
Aggregation.Histogram |
Aggregation.Histogram.getDefaultInstanceForType() |
Aggregation.Histogram |
Aggregation.Histogram.Builder.getDefaultInstanceForType() |
Aggregation.Histogram |
Aggregation.getHistogram()
Creates a bucketed histogram of field values.
|
Aggregation.Histogram |
Aggregation.Builder.getHistogram()
Creates a bucketed histogram of field values.
|
Aggregation.Histogram |
AggregationOrBuilder.getHistogram()
Creates a bucketed histogram of field values.
|
static Aggregation.Histogram |
Aggregation.Histogram.parseDelimitedFrom(InputStream input) |
static Aggregation.Histogram |
Aggregation.Histogram.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(byte[] data) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(ByteBuffer data) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(com.google.protobuf.ByteString data) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(com.google.protobuf.CodedInputStream input) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(InputStream input) |
static Aggregation.Histogram |
Aggregation.Histogram.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Aggregation.Histogram> |
Aggregation.Histogram.getParserForType() |
static com.google.protobuf.Parser<Aggregation.Histogram> |
Aggregation.Histogram.parser() |
| Modifier and Type | Method and Description |
|---|---|
Aggregation.Histogram.Builder |
Aggregation.Histogram.Builder.mergeFrom(Aggregation.Histogram other) |
Aggregation.Builder |
Aggregation.Builder.mergeHistogram(Aggregation.Histogram value)
Creates a bucketed histogram of field values.
|
static Aggregation.Histogram.Builder |
Aggregation.Histogram.newBuilder(Aggregation.Histogram prototype) |
Aggregation.Builder |
Aggregation.Builder.setHistogram(Aggregation.Histogram value)
Creates a bucketed histogram of field values.
|
Copyright © 2024 Google LLC. All rights reserved.