public static final class ListAccountIssuesResponse.Builder extends GeneratedMessage.Builder<ListAccountIssuesResponse.Builder> implements ListAccountIssuesResponseOrBuilder Response message for the ListAccountIssues method.
Protobuf type google.shopping.merchant.accounts.v1beta.ListAccountIssuesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListAccountIssuesResponse.BuilderImplements
ListAccountIssuesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAccountIssues(AccountIssue value)
public ListAccountIssuesResponse.Builder addAccountIssues(AccountIssue value)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
AccountIssue |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
addAccountIssues(AccountIssue.Builder builderForValue)
public ListAccountIssuesResponse.Builder addAccountIssues(AccountIssue.Builder builderForValue)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AccountIssue.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
addAccountIssues(int index, AccountIssue value)
public ListAccountIssuesResponse.Builder addAccountIssues(int index, AccountIssue value)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AccountIssue |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
addAccountIssues(int index, AccountIssue.Builder builderForValue)
public ListAccountIssuesResponse.Builder addAccountIssues(int index, AccountIssue.Builder builderForValue)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AccountIssue.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
addAccountIssuesBuilder()
public AccountIssue.Builder addAccountIssuesBuilder()The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Returns | |
|---|---|
| Type | Description |
AccountIssue.Builder |
|
addAccountIssuesBuilder(int index)
public AccountIssue.Builder addAccountIssuesBuilder(int index)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.Builder |
|
addAllAccountIssues(Iterable<? extends AccountIssue> values)
public ListAccountIssuesResponse.Builder addAllAccountIssues(Iterable<? extends AccountIssue> values)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.shopping.merchant.accounts.v1beta.AccountIssue> |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
build()
public ListAccountIssuesResponse build()| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse |
|
buildPartial()
public ListAccountIssuesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse |
|
clear()
public ListAccountIssuesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
clearAccountIssues()
public ListAccountIssuesResponse.Builder clearAccountIssues()The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
clearNextPageToken()
public ListAccountIssuesResponse.Builder clearNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
This builder for chaining. |
getAccountIssues(int index)
public AccountIssue getAccountIssues(int index)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountIssue |
|
getAccountIssuesBuilder(int index)
public AccountIssue.Builder getAccountIssuesBuilder(int index)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.Builder |
|
getAccountIssuesBuilderList()
public List<AccountIssue.Builder> getAccountIssuesBuilderList()The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getAccountIssuesCount()
public int getAccountIssuesCount()The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccountIssuesList()
public List<AccountIssue> getAccountIssuesList()The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Returns | |
|---|---|
| Type | Description |
List<AccountIssue> |
|
getAccountIssuesOrBuilder(int index)
public AccountIssueOrBuilder getAccountIssuesOrBuilder(int index)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountIssueOrBuilder |
|
getAccountIssuesOrBuilderList()
public List<? extends AccountIssueOrBuilder> getAccountIssuesOrBuilderList()The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.AccountIssueOrBuilder> |
|
getDefaultInstanceForType()
public ListAccountIssuesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListAccountIssuesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListAccountIssuesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
mergeFrom(ListAccountIssuesResponse other)
public ListAccountIssuesResponse.Builder mergeFrom(ListAccountIssuesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAccountIssuesResponse |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
removeAccountIssues(int index)
public ListAccountIssuesResponse.Builder removeAccountIssues(int index)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
setAccountIssues(int index, AccountIssue value)
public ListAccountIssuesResponse.Builder setAccountIssues(int index, AccountIssue value)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AccountIssue |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
setAccountIssues(int index, AccountIssue.Builder builderForValue)
public ListAccountIssuesResponse.Builder setAccountIssues(int index, AccountIssue.Builder builderForValue)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AccountIssue.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
|
setNextPageToken(String value)
public ListAccountIssuesResponse.Builder setNextPageToken(String value) A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListAccountIssuesResponse.Builder setNextPageTokenBytes(ByteString value) A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListAccountIssuesResponse.Builder |
This builder for chaining. |