Package com.google.genai.types
Class SearchEntryPoint
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.SearchEntryPoint
Google search entry point.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for SearchEntryPoint. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchEntryPoint.Builderbuilder()Instantiates a builder for SearchEntryPoint.static SearchEntryPointDeserializes a JSON string to a SearchEntryPoint object.Optional.abstract Optional<byte[]>sdkBlob()Optional.abstract SearchEntryPoint.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
SearchEntryPoint
public SearchEntryPoint()
-
-
Method Details
-
renderedContent
Optional. Web content snippet that can be embedded in a web page or an app webview. -
sdkBlob
Optional. Base64 encoded JSON representing array of tuple. -
builder
Instantiates a builder for SearchEntryPoint. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a SearchEntryPoint object.
-