Class Allowlist
java.lang.Object
com.google.genai.gaos.models.interactions.Allowlist
Allowlist
Outbound networking configuration for the sandbox. When specified, restricts which external domains the sandbox can reach. Omit entirely to allow all outbound traffic with no header injection.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList of allowed outbound domains.static Allowlist.Builderbuilder()booleaninthashCode()toString()withAllowlist(List<AllowlistEntry> allowlist) List of allowed outbound domains.
-
Constructor Details
-
Allowlist
-
Allowlist
public Allowlist()
-
-
Method Details
-
allowlist
List of allowed outbound domains. Only requests to listed domains are permitted. Use [{'domain': '*'}] to allow all domains while still injecting headers on specific ones. -
builder
-
withAllowlist
List of allowed outbound domains. Only requests to listed domains are permitted. Use [{'domain': '*'}] to allow all domains while still injecting headers on specific ones. -
equals
-
hashCode
public int hashCode() -
toString
-