Package com.google.genai.types
Class ApiSpec
-
- All Implemented Interfaces:
public class ApiSpecThe API spec that the external API implements. This enum is not supported in Gemini API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumApiSpec.KnownEnum representing the known values for ApiSpec.
-
Constructor Summary
Constructors Constructor Description ApiSpec(String value)ApiSpec(ApiSpec.Known knownValue)
-
Method Summary
-
-
Constructor Detail
-
ApiSpec
ApiSpec(String value)
-
ApiSpec
ApiSpec(ApiSpec.Known knownValue)
-
-
-
-