Interface SearchEntryPointOrBuilder (3.44.0)

public interface SearchEntryPointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRenderedContent()

public abstract String getRenderedContent()

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()

public abstract ByteString getRenderedContentBytes()

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()

public abstract ByteString getSdkBlob()

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.