public static final class ListAccountServicesResponse.Builder extends GeneratedMessage.Builder<ListAccountServicesResponse.Builder> implements ListAccountServicesResponseOrBuilderResponse after trying to list account services.
Protobuf type google.shopping.merchant.accounts.v1.ListAccountServicesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListAccountServicesResponse.BuilderImplements
ListAccountServicesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAccountServices(AccountService value)
public ListAccountServicesResponse.Builder addAccountServices(AccountService value)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
AccountService |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
addAccountServices(AccountService.Builder builderForValue)
public ListAccountServicesResponse.Builder addAccountServices(AccountService.Builder builderForValue)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AccountService.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
addAccountServices(int index, AccountService value)
public ListAccountServicesResponse.Builder addAccountServices(int index, AccountService value)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AccountService |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
addAccountServices(int index, AccountService.Builder builderForValue)
public ListAccountServicesResponse.Builder addAccountServices(int index, AccountService.Builder builderForValue)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AccountService.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
addAccountServicesBuilder()
public AccountService.Builder addAccountServicesBuilder()The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Returns | |
|---|---|
| Type | Description |
AccountService.Builder |
|
addAccountServicesBuilder(int index)
public AccountService.Builder addAccountServicesBuilder(int index)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountService.Builder |
|
addAllAccountServices(Iterable<? extends AccountService> values)
public ListAccountServicesResponse.Builder addAllAccountServices(Iterable<? extends AccountService> values)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.shopping.merchant.accounts.v1.AccountService> |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
build()
public ListAccountServicesResponse build()| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse |
|
buildPartial()
public ListAccountServicesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse |
|
clear()
public ListAccountServicesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
clearAccountServices()
public ListAccountServicesResponse.Builder clearAccountServices()The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
clearNextPageToken()
public ListAccountServicesResponse.Builder clearNextPageToken() A page token. You can send the page_token to get the next page.
Only included in the list response if there are more pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
This builder for chaining. |
getAccountServices(int index)
public AccountService getAccountServices(int index)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountService |
|
getAccountServicesBuilder(int index)
public AccountService.Builder getAccountServicesBuilder(int index)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountService.Builder |
|
getAccountServicesBuilderList()
public List<AccountService.Builder> getAccountServicesBuilderList()The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getAccountServicesCount()
public int getAccountServicesCount()The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccountServicesList()
public List<AccountService> getAccountServicesList()The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Returns | |
|---|---|
| Type | Description |
List<AccountService> |
|
getAccountServicesOrBuilder(int index)
public AccountServiceOrBuilder getAccountServicesOrBuilder(int index)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountServiceOrBuilder |
|
getAccountServicesOrBuilderList()
public List<? extends AccountServiceOrBuilder> getAccountServicesOrBuilderList()The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.AccountServiceOrBuilder> |
|
getDefaultInstanceForType()
public ListAccountServicesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() A page token. You can send the page_token to get the next page.
Only included in the list response if there are more pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A page token. You can send the page_token to get the next page.
Only included in the list response if there are more 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 ListAccountServicesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListAccountServicesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
mergeFrom(ListAccountServicesResponse other)
public ListAccountServicesResponse.Builder mergeFrom(ListAccountServicesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAccountServicesResponse |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
removeAccountServices(int index)
public ListAccountServicesResponse.Builder removeAccountServices(int index)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
setAccountServices(int index, AccountService value)
public ListAccountServicesResponse.Builder setAccountServices(int index, AccountService value)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AccountService |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
setAccountServices(int index, AccountService.Builder builderForValue)
public ListAccountServicesResponse.Builder setAccountServices(int index, AccountService.Builder builderForValue)The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AccountService.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
|
setNextPageToken(String value)
public ListAccountServicesResponse.Builder setNextPageToken(String value) A page token. You can send the page_token to get the next page.
Only included in the list response if there are more pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListAccountServicesResponse.Builder setNextPageTokenBytes(ByteString value) A page token. You can send the page_token to get the next page.
Only included in the list response if there are more pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListAccountServicesResponse.Builder |
This builder for chaining. |