public static interface GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRenderedContent()
public abstract String getRenderedContent()Web content snippet that can be embedded in a web page or an app webview.
string rendered_content = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The renderedContent. |
getRenderedContentBytes()
public abstract ByteString getRenderedContentBytes()Web content snippet that can be embedded in a web page or an app webview.
string rendered_content = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for renderedContent. |
getSdkBlob()
public abstract ByteString getSdkBlob()Base64 encoded JSON representing array of <search term, search url> tuple.
bytes sdk_blob = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The sdkBlob. |