- 1.11.0 (latest)
- 1.10.0
- 1.8.0
- 1.6.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.46.0
- 0.44.0
- 0.43.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
public static final class SearchResponse.Builder extends GeneratedMessage.Builder<SearchResponse.Builder> implements SearchResponseOrBuilder Response message for the ReportService.Search method.
Protobuf type google.shopping.merchant.reports.v1.SearchResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SearchResponse.BuilderImplements
SearchResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllResults(Iterable<? extends ReportRow> values)
public SearchResponse.Builder addAllResults(Iterable<? extends ReportRow> values)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.shopping.merchant.reports.v1.ReportRow> |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
addResults(ReportRow value)
public SearchResponse.Builder addResults(ReportRow value)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ReportRow |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
addResults(ReportRow.Builder builderForValue)
public SearchResponse.Builder addResults(ReportRow.Builder builderForValue)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ReportRow.Builder |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
addResults(int index, ReportRow value)
public SearchResponse.Builder addResults(int index, ReportRow value)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ReportRow |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
addResults(int index, ReportRow.Builder builderForValue)
public SearchResponse.Builder addResults(int index, ReportRow.Builder builderForValue)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ReportRow.Builder |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
addResultsBuilder()
public ReportRow.Builder addResultsBuilder()Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Returns | |
|---|---|
| Type | Description |
ReportRow.Builder |
|
addResultsBuilder(int index)
public ReportRow.Builder addResultsBuilder(int index)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportRow.Builder |
|
build()
public SearchResponse build()| Returns | |
|---|---|
| Type | Description |
SearchResponse |
|
buildPartial()
public SearchResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
SearchResponse |
|
clear()
public SearchResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
clearNextPageToken()
public SearchResponse.Builder clearNextPageToken() 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 |
SearchResponse.Builder |
This builder for chaining. |
clearResults()
public SearchResponse.Builder clearResults()Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
getDefaultInstanceForType()
public SearchResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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 ReportRow getResults(int index)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportRow |
|
getResultsBuilder(int index)
public ReportRow.Builder getResultsBuilder(int index)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportRow.Builder |
|
getResultsBuilderList()
public List<ReportRow.Builder> getResultsBuilderList()Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getResultsCount()
public int getResultsCount()Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResultsList()
public List<ReportRow> getResultsList()Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Returns | |
|---|---|
| Type | Description |
List<ReportRow> |
|
getResultsOrBuilder(int index)
public ReportRowOrBuilder getResultsOrBuilder(int index)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportRowOrBuilder |
|
getResultsOrBuilderList()
public List<? extends ReportRowOrBuilder> getResultsOrBuilderList()Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.reports.v1.ReportRowOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SearchResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
mergeFrom(SearchResponse other)
public SearchResponse.Builder mergeFrom(SearchResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchResponse |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
removeResults(int index)
public SearchResponse.Builder removeResults(int index)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
setNextPageToken(String value)
public SearchResponse.Builder setNextPageToken(String value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public SearchResponse.Builder setNextPageTokenBytes(ByteString value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
This builder for chaining. |
setResults(int index, ReportRow value)
public SearchResponse.Builder setResults(int index, ReportRow value)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ReportRow |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
setResults(int index, ReportRow.Builder builderForValue)
public SearchResponse.Builder setResults(int index, ReportRow.Builder builderForValue)Rows that matched the search query.
repeated .google.shopping.merchant.reports.v1.ReportRow results = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ReportRow.Builder |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|