Uses of Enum
com.google.genai.types.TrafficType.Known
Packages that use TrafficType.Known
-
Uses of TrafficType.Known in com.google.genai.types
Methods in com.google.genai.types that return TrafficType.KnownModifier and TypeMethodDescriptionTrafficType.knownEnum()
static TrafficType.Known
Returns the enum constant of this type with the specified name.static TrafficType.Known[]
TrafficType.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 TrafficType.KnownModifier and TypeMethodDescriptionGenerateContentResponseUsageMetadata.Builder.trafficType
(TrafficType.Known knownType) Setter for trafficType given a known enum.UsageMetadata.Builder.trafficType
(TrafficType.Known knownType) Setter for trafficType given a known enum.Constructors in com.google.genai.types with parameters of type TrafficType.Known