Package com.google.genai.types
Class EnterpriseWebSearch
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.EnterpriseWebSearch
Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for EnterpriseWebSearch. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EnterpriseWebSearch.Builder
builder()
Instantiates a builder for EnterpriseWebSearch.Optional.static EnterpriseWebSearch
Deserializes a JSON string to a EnterpriseWebSearch object.abstract EnterpriseWebSearch.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
EnterpriseWebSearch
public EnterpriseWebSearch()
-
-
Method Details
-
excludeDomains
Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. -
builder
Instantiates a builder for EnterpriseWebSearch. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a EnterpriseWebSearch object.
-