Interface GoogleSearchSuggestionsOrBuilder (0.1.0)

public interface GoogleSearchSuggestionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHtmls(int index)

public abstract String getHtmls(int index)

Compliant HTML and CSS styling for search suggestions. The provided HTML and CSS automatically adapts to your device settings, displaying in either light or dark mode indicated by @media(prefers-color-scheme).

repeated string htmls = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The htmls at the given index.

getHtmlsBytes(int index)

public abstract ByteString getHtmlsBytes(int index)

Compliant HTML and CSS styling for search suggestions. The provided HTML and CSS automatically adapts to your device settings, displaying in either light or dark mode indicated by @media(prefers-color-scheme).

repeated string htmls = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the htmls at the given index.

getHtmlsCount()

public abstract int getHtmlsCount()

Compliant HTML and CSS styling for search suggestions. The provided HTML and CSS automatically adapts to your device settings, displaying in either light or dark mode indicated by @media(prefers-color-scheme).

repeated string htmls = 1;

Returns
Type Description
int

The count of htmls.

getHtmlsList()

public abstract List<String> getHtmlsList()

Compliant HTML and CSS styling for search suggestions. The provided HTML and CSS automatically adapts to your device settings, displaying in either light or dark mode indicated by @media(prefers-color-scheme).

repeated string htmls = 1;

Returns
Type Description
List<String>

A list containing the htmls.

getWebSearchQueries(int index)

public abstract WebSearchQuery getWebSearchQueries(int index)

List of queries used to perform the google search along with the search result URIs forming the search suggestions.

repeated .google.cloud.ces.v1.WebSearchQuery web_search_queries = 2;

Parameter
Name Description
index int
Returns
Type Description
WebSearchQuery

getWebSearchQueriesCount()

public abstract int getWebSearchQueriesCount()

List of queries used to perform the google search along with the search result URIs forming the search suggestions.

repeated .google.cloud.ces.v1.WebSearchQuery web_search_queries = 2;

Returns
Type Description
int

getWebSearchQueriesList()

public abstract List<WebSearchQuery> getWebSearchQueriesList()

List of queries used to perform the google search along with the search result URIs forming the search suggestions.

repeated .google.cloud.ces.v1.WebSearchQuery web_search_queries = 2;

Returns
Type Description
List<WebSearchQuery>

getWebSearchQueriesOrBuilder(int index)

public abstract WebSearchQueryOrBuilder getWebSearchQueriesOrBuilder(int index)

List of queries used to perform the google search along with the search result URIs forming the search suggestions.

repeated .google.cloud.ces.v1.WebSearchQuery web_search_queries = 2;

Parameter
Name Description
index int
Returns
Type Description
WebSearchQueryOrBuilder

getWebSearchQueriesOrBuilderList()

public abstract List<? extends WebSearchQueryOrBuilder> getWebSearchQueriesOrBuilderList()

List of queries used to perform the google search along with the search result URIs forming the search suggestions.

repeated .google.cloud.ces.v1.WebSearchQuery web_search_queries = 2;

Returns
Type Description
List<? extends com.google.cloud.ces.v1.WebSearchQueryOrBuilder>