public interface SearchResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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.v1alpha.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportRow |
|
getResultsCount()
public abstract int getResultsCount()Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1alpha.ReportRow results = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResultsList()
public abstract List<ReportRow> getResultsList()Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1alpha.ReportRow results = 1;
| Returns | |
|---|---|
| Type | Description |
List<ReportRow> |
|
getResultsOrBuilder(int index)
public abstract ReportRowOrBuilder getResultsOrBuilder(int index)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1alpha.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportRowOrBuilder |
|
getResultsOrBuilderList()
public abstract List<? extends ReportRowOrBuilder> getResultsOrBuilderList()Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1alpha.ReportRow results = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.reports.v1alpha.ReportRowOrBuilder> |
|