Uses of Class
io.opencensus.proto.stats.v1.CountAggregation
-
Packages that use CountAggregation Package Description io.opencensus.proto.stats.v1 -
-
Uses of CountAggregation in io.opencensus.proto.stats.v1
Methods in io.opencensus.proto.stats.v1 that return CountAggregation Modifier and Type Method Description CountAggregationCountAggregation.Builder. build()CountAggregationCountAggregation.Builder. buildPartial()CountAggregationView.Builder. getCountAggregation()Counts the number of measurements recorded.CountAggregationView. getCountAggregation()Counts the number of measurements recorded.CountAggregationViewOrBuilder. getCountAggregation()Counts the number of measurements recorded.static CountAggregationCountAggregation. getDefaultInstance()CountAggregationCountAggregation.Builder. getDefaultInstanceForType()CountAggregationCountAggregation. getDefaultInstanceForType()static CountAggregationCountAggregation. parseDelimitedFrom(InputStream input)static CountAggregationCountAggregation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountAggregationCountAggregation. parseFrom(byte[] data)static CountAggregationCountAggregation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountAggregationCountAggregation. parseFrom(com.google.protobuf.ByteString data)static CountAggregationCountAggregation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountAggregationCountAggregation. parseFrom(com.google.protobuf.CodedInputStream input)static CountAggregationCountAggregation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountAggregationCountAggregation. parseFrom(InputStream input)static CountAggregationCountAggregation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountAggregationCountAggregation. parseFrom(ByteBuffer data)static CountAggregationCountAggregation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.stats.v1 that return types with arguments of type CountAggregation Modifier and Type Method Description com.google.protobuf.Parser<CountAggregation>CountAggregation. getParserForType()static com.google.protobuf.Parser<CountAggregation>CountAggregation. parser()Methods in io.opencensus.proto.stats.v1 with parameters of type CountAggregation Modifier and Type Method Description View.BuilderView.Builder. mergeCountAggregation(CountAggregation value)Counts the number of measurements recorded.CountAggregation.BuilderCountAggregation.Builder. mergeFrom(CountAggregation other)static CountAggregation.BuilderCountAggregation. newBuilder(CountAggregation prototype)View.BuilderView.Builder. setCountAggregation(CountAggregation value)Counts the number of measurements recorded.
-