Uses of Class
io.opencensus.proto.stats.v1.View.AggregationCase
-
Packages that use View.AggregationCase Package Description io.opencensus.proto.stats.v1 -
-
Uses of View.AggregationCase in io.opencensus.proto.stats.v1
Methods in io.opencensus.proto.stats.v1 that return View.AggregationCase Modifier and Type Method Description static View.AggregationCaseView.AggregationCase. forNumber(int value)View.AggregationCaseView.Builder. getAggregationCase()View.AggregationCaseView. getAggregationCase()View.AggregationCaseViewOrBuilder. getAggregationCase()static View.AggregationCaseView.AggregationCase. valueOf(int value)Deprecated.static View.AggregationCaseView.AggregationCase. valueOf(String name)Returns the enum constant of this type with the specified name.static View.AggregationCase[]View.AggregationCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-