Class Allowlist.Builder

java.lang.Object
com.google.genai.gaos.models.interactions.Allowlist.Builder
Enclosing class:
Allowlist

public static final class Allowlist.Builder extends Object
  • Method Details

    • allowlist

      public Allowlist.Builder allowlist(@Nullable List<AllowlistEntry> 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.
    • build

      public Allowlist build()