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 classBuilder for EnterpriseWebSearch. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EnterpriseWebSearch.Builderbuilder()Instantiates a builder for EnterpriseWebSearch.static EnterpriseWebSearchDeserializes a JSON string to a EnterpriseWebSearch object.abstract EnterpriseWebSearch.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
EnterpriseWebSearch
public EnterpriseWebSearch()
-
-
Method Details
-
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.
-