Google Cloud Discovery Engine V1 Client - Class SearchEntryPoint (1.2.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class SearchEntryPoint.

Google search entry point.

Generated from protobuf message google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPoint

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ GenerateGroundedContentResponse \ Candidate \ GroundingMetadata

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ rendered_content string

Web content snippet that can be embedded in a web page or an app webview.

↳ sdk_blob string

Base64 encoded JSON representing array of <search term, search url> tuple.

getRenderedContent

Web content snippet that can be embedded in a web page or an app webview.

Returns
Type Description
string

setRenderedContent

Web content snippet that can be embedded in a web page or an app webview.

Parameter
Name Description
var string
Returns
Type Description
$this

getSdkBlob

Base64 encoded JSON representing array of <search term, search url> tuple.

Returns
Type Description
string

setSdkBlob

Base64 encoded JSON representing array of <search term, search url> tuple.

Parameter
Name Description
var string
Returns
Type Description
$this