Interface WebSearchQueryOrBuilder (0.1.0)

public interface WebSearchQueryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQuery()

public abstract String getQuery()

The search query text.

string query = 1;

Returns
Type Description
String

The query.

getQueryBytes()

public abstract ByteString getQueryBytes()

The search query text.

string query = 1;

Returns
Type Description
ByteString

The bytes for query.

getUri()

public abstract String getUri()

The URI to the Google Search results page for the query.

string uri = 2;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The URI to the Google Search results page for the query.

string uri = 2;

Returns
Type Description
ByteString

The bytes for uri.