Interface SearchResponseOrBuilder (0.4.0)

public interface SearchResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token which can be sent as page_token to retrieve the next page. If omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token which can be sent as page_token to retrieve the next page. If omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getResults(int index)

public abstract ReportRow getResults(int index)

Rows that matched the search query.

repeated .google.shopping.merchant.reports.v1beta.ReportRow results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReportRow

getResultsCount()

public abstract int getResultsCount()

Rows that matched the search query.

repeated .google.shopping.merchant.reports.v1beta.ReportRow results = 1;

Returns
TypeDescription
int

getResultsList()

public abstract List<ReportRow> getResultsList()

Rows that matched the search query.

repeated .google.shopping.merchant.reports.v1beta.ReportRow results = 1;

Returns
TypeDescription
List<ReportRow>

getResultsOrBuilder(int index)

public abstract ReportRowOrBuilder getResultsOrBuilder(int index)

Rows that matched the search query.

repeated .google.shopping.merchant.reports.v1beta.ReportRow results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReportRowOrBuilder

getResultsOrBuilderList()

public abstract List<? extends ReportRowOrBuilder> getResultsOrBuilderList()

Rows that matched the search query.

repeated .google.shopping.merchant.reports.v1beta.ReportRow results = 1;

Returns
TypeDescription
List<? extends com.google.shopping.merchant.reports.v1beta.ReportRowOrBuilder>