Uses of Enum
com.google.genai.types.AggregationMetric.Known
Packages that use AggregationMetric.Known
-
Uses of AggregationMetric.Known in com.google.genai.types
Methods in com.google.genai.types that return AggregationMetric.KnownModifier and TypeMethodDescriptionAggregationMetric.knownEnum()static AggregationMetric.KnownReturns the enum constant of this type with the specified name.static AggregationMetric.Known[]AggregationMetric.Known.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.types with parameters of type AggregationMetric.KnownModifier and TypeMethodDescriptionAggregationResult.Builder.aggregationMetric(AggregationMetric.Known knownType) Setter for aggregationMetric given a known enum.Constructors in com.google.genai.types with parameters of type AggregationMetric.Known