Uses of Interface
com.google.api.Distribution.ExemplarOrBuilder
-
Packages that use Distribution.ExemplarOrBuilder Package Description com.google.api -
-
Uses of Distribution.ExemplarOrBuilder in com.google.api
Classes in com.google.api that implement Distribution.ExemplarOrBuilder Modifier and Type Class Description static classDistribution.ExemplarExemplars are example points that may be used to annotate aggregated distribution values.static classDistribution.Exemplar.BuilderExemplars are example points that may be used to annotate aggregated distribution values.Methods in com.google.api that return Distribution.ExemplarOrBuilder Modifier and Type Method Description Distribution.ExemplarOrBuilderDistribution.Builder. getExemplarsOrBuilder(int index)Must be in increasing order of `value` field.Distribution.ExemplarOrBuilderDistribution. getExemplarsOrBuilder(int index)Must be in increasing order of `value` field.Distribution.ExemplarOrBuilderDistributionOrBuilder. getExemplarsOrBuilder(int index)Must be in increasing order of `value` field.Methods in com.google.api that return types with arguments of type Distribution.ExemplarOrBuilder Modifier and Type Method Description List<? extends Distribution.ExemplarOrBuilder>Distribution.Builder. getExemplarsOrBuilderList()Must be in increasing order of `value` field.List<? extends Distribution.ExemplarOrBuilder>Distribution. getExemplarsOrBuilderList()Must be in increasing order of `value` field.List<? extends Distribution.ExemplarOrBuilder>DistributionOrBuilder. getExemplarsOrBuilderList()Must be in increasing order of `value` field.
-