public static interface GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRenderedContent()
Web content snippet that can be embedded in a web page or an app
webview.
|
com.google.protobuf.ByteString |
getRenderedContentBytes()
Web content snippet that can be embedded in a web page or an app
webview.
|
com.google.protobuf.ByteString |
getSdkBlob()
Base64 encoded JSON representing array of <search term, search url>
tuple.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRenderedContent()
Web content snippet that can be embedded in a web page or an app webview.
string rendered_content = 1;com.google.protobuf.ByteString getRenderedContentBytes()
Web content snippet that can be embedded in a web page or an app webview.
string rendered_content = 1;com.google.protobuf.ByteString getSdkBlob()
Base64 encoded JSON representing array of <search term, search url> tuple.
bytes sdk_blob = 2;Copyright © 2025 Google LLC. All rights reserved.