You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. */
1741
1773
excludeDomains?: string[];
1774
+
/** Optional. Sites with confidence level chosen & above this value will be blocked from the search results. */
1775
+
blockingConfidence?: PhishBlockThreshold;
1742
1776
}
1743
1777
1744
1778
/** Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. */
/** Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"]. This field is not supported in Gemini API. */
1755
1789
excludeDomains?: string[];
1790
+
/** Optional. Sites with confidence level chosen & above this value will be blocked from the search results. This field is not supported in Gemini API. */
1791
+
blockingConfidence?: PhishBlockThreshold;
1756
1792
/** Optional. Filter search results to a specific time range. If customers set a start time, they must set an end time (and vice versa). This field is not supported in Vertex AI. */
0 commit comments