Interface SearchEntryPointOrBuilder (1.20.1)

publicinterface SearchEntryPointOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.