Uses of Class
io.opencensus.proto.stats.v1.SumAggregation
-
Packages that use SumAggregation Package Description io.opencensus.proto.stats.v1 -
-
Uses of SumAggregation in io.opencensus.proto.stats.v1
Methods in io.opencensus.proto.stats.v1 that return SumAggregation Modifier and Type Method Description SumAggregationSumAggregation.Builder. build()SumAggregationSumAggregation.Builder. buildPartial()static SumAggregationSumAggregation. getDefaultInstance()SumAggregationSumAggregation.Builder. getDefaultInstanceForType()SumAggregationSumAggregation. getDefaultInstanceForType()SumAggregationView.Builder. getSumAggregation()Indicates that data collected and aggregated with this Aggregation will be summed up.SumAggregationView. getSumAggregation()Indicates that data collected and aggregated with this Aggregation will be summed up.SumAggregationViewOrBuilder. getSumAggregation()Indicates that data collected and aggregated with this Aggregation will be summed up.static SumAggregationSumAggregation. parseDelimitedFrom(InputStream input)static SumAggregationSumAggregation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SumAggregationSumAggregation. parseFrom(byte[] data)static SumAggregationSumAggregation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SumAggregationSumAggregation. parseFrom(com.google.protobuf.ByteString data)static SumAggregationSumAggregation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SumAggregationSumAggregation. parseFrom(com.google.protobuf.CodedInputStream input)static SumAggregationSumAggregation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SumAggregationSumAggregation. parseFrom(InputStream input)static SumAggregationSumAggregation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SumAggregationSumAggregation. parseFrom(ByteBuffer data)static SumAggregationSumAggregation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.stats.v1 that return types with arguments of type SumAggregation Modifier and Type Method Description com.google.protobuf.Parser<SumAggregation>SumAggregation. getParserForType()static com.google.protobuf.Parser<SumAggregation>SumAggregation. parser()Methods in io.opencensus.proto.stats.v1 with parameters of type SumAggregation Modifier and Type Method Description SumAggregation.BuilderSumAggregation.Builder. mergeFrom(SumAggregation other)View.BuilderView.Builder. mergeSumAggregation(SumAggregation value)Indicates that data collected and aggregated with this Aggregation will be summed up.static SumAggregation.BuilderSumAggregation. newBuilder(SumAggregation prototype)View.BuilderView.Builder. setSumAggregation(SumAggregation value)Indicates that data collected and aggregated with this Aggregation will be summed up.
-