Interface SearchEntryPointOrBuilder (1.20.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface SearchEntryPointOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getRenderedContent()
publicabstractStringgetRenderedContent()Optional. Web content snippet that can be embedded in a web page or an app webview.
string rendered_content = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The renderedContent. |
getRenderedContentBytes()
publicabstractByteStringgetRenderedContentBytes()Optional. Web content snippet that can be embedded in a web page or an app webview.
string rendered_content = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for renderedContent. |
getSdkBlob()
publicabstractByteStringgetSdkBlob()Optional. Base64 encoded JSON representing array of <search term, search url> tuple.
bytes sdk_blob = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The sdkBlob. |