Package com.google.genai.types
Class ProxyType
-
- All Implemented Interfaces:
public class ProxyTypeSpecifies the type of proxy to use for network connections.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumProxyType.KnownEnum representing the known values for ProxyType.
-
Constructor Summary
Constructors Constructor Description ProxyType(String value)ProxyType(ProxyType.Known knownValue)
-
Method Summary
-
-
Constructor Detail
-
ProxyType
ProxyType(String value)
-
ProxyType
ProxyType(ProxyType.Known knownValue)
-
-
-
-