public static final class ListAccountsResponse.Builder extends GeneratedMessage.Builder<ListAccountsResponse.Builder> implements ListAccountsResponseOrBuilder Response message for the ListAccounts method.
Protobuf type google.shopping.merchant.accounts.v1beta.ListAccountsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListAccountsResponse.BuilderImplements
ListAccountsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAccounts(Account value)
public ListAccountsResponse.Builder addAccounts(Account value) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Account |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
addAccounts(Account.Builder builderForValue)
public ListAccountsResponse.Builder addAccounts(Account.Builder builderForValue) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Account.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
addAccounts(int index, Account value)
public ListAccountsResponse.Builder addAccounts(int index, Account value) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Account |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
addAccounts(int index, Account.Builder builderForValue)
public ListAccountsResponse.Builder addAccounts(int index, Account.Builder builderForValue) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Account.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
addAccountsBuilder()
public Account.Builder addAccountsBuilder() The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description |
Account.Builder |
|
addAccountsBuilder(int index)
public Account.Builder addAccountsBuilder(int index) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Account.Builder |
|
addAllAccounts(Iterable<? extends Account> values)
public ListAccountsResponse.Builder addAllAccounts(Iterable<? extends Account> values) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.shopping.merchant.accounts.v1beta.Account> |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
build()
public ListAccountsResponse build()| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse |
|
buildPartial()
public ListAccountsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse |
|
clear()
public ListAccountsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
clearAccounts()
public ListAccountsResponse.Builder clearAccounts() The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
clearNextPageToken()
public ListAccountsResponse.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 |
ListAccountsResponse.Builder |
This builder for chaining. |
getAccounts(int index)
public Account getAccounts(int index) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Account |
|
getAccountsBuilder(int index)
public Account.Builder getAccountsBuilder(int index) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Account.Builder |
|
getAccountsBuilderList()
public List<Account.Builder> getAccountsBuilderList() The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getAccountsCount()
public int getAccountsCount() The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccountsList()
public List<Account> getAccountsList() The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Account> |
|
getAccountsOrBuilder(int index)
public AccountOrBuilder getAccountsOrBuilder(int index) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountOrBuilder |
|
getAccountsOrBuilderList()
public List<? extends AccountOrBuilder> getAccountsOrBuilderList() The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.AccountOrBuilder> |
|
getDefaultInstanceForType()
public ListAccountsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse |
|
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 ListAccountsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListAccountsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
mergeFrom(ListAccountsResponse other)
public ListAccountsResponse.Builder mergeFrom(ListAccountsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAccountsResponse |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
removeAccounts(int index)
public ListAccountsResponse.Builder removeAccounts(int index) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
setAccounts(int index, Account value)
public ListAccountsResponse.Builder setAccounts(int index, Account value) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Account |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
setAccounts(int index, Account.Builder builderForValue)
public ListAccountsResponse.Builder setAccounts(int index, Account.Builder builderForValue) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Account.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountsResponse.Builder |
|
setNextPageToken(String value)
public ListAccountsResponse.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 |
ListAccountsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListAccountsResponse.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 |
ListAccountsResponse.Builder |
This builder for chaining. |