public static final class ListAccountLimitsResponse.Builder extends GeneratedMessage.Builder<ListAccountLimitsResponse.Builder> implements ListAccountLimitsResponseOrBuilder Response message for the ListAccountLimits method.
Protobuf type google.shopping.merchant.quota.v1.ListAccountLimitsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListAccountLimitsResponse.BuilderImplements
ListAccountLimitsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAccountLimits(AccountLimit value)
public ListAccountLimitsResponse.Builder addAccountLimits(AccountLimit value)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
AccountLimit |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
addAccountLimits(AccountLimit.Builder builderForValue)
public ListAccountLimitsResponse.Builder addAccountLimits(AccountLimit.Builder builderForValue)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AccountLimit.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
addAccountLimits(int index, AccountLimit value)
public ListAccountLimitsResponse.Builder addAccountLimits(int index, AccountLimit value)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AccountLimit |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
addAccountLimits(int index, AccountLimit.Builder builderForValue)
public ListAccountLimitsResponse.Builder addAccountLimits(int index, AccountLimit.Builder builderForValue)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AccountLimit.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
addAccountLimitsBuilder()
public AccountLimit.Builder addAccountLimitsBuilder()The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Returns | |
|---|---|
| Type | Description |
AccountLimit.Builder |
|
addAccountLimitsBuilder(int index)
public AccountLimit.Builder addAccountLimitsBuilder(int index)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountLimit.Builder |
|
addAllAccountLimits(Iterable<? extends AccountLimit> values)
public ListAccountLimitsResponse.Builder addAllAccountLimits(Iterable<? extends AccountLimit> values)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.shopping.merchant.quota.v1.AccountLimit> |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
build()
public ListAccountLimitsResponse build()| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse |
|
buildPartial()
public ListAccountLimitsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse |
|
clear()
public ListAccountLimitsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
clearAccountLimits()
public ListAccountLimitsResponse.Builder clearAccountLimits()The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
clearNextPageToken()
public ListAccountLimitsResponse.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 |
ListAccountLimitsResponse.Builder |
This builder for chaining. |
getAccountLimits(int index)
public AccountLimit getAccountLimits(int index)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountLimit |
|
getAccountLimitsBuilder(int index)
public AccountLimit.Builder getAccountLimitsBuilder(int index)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountLimit.Builder |
|
getAccountLimitsBuilderList()
public List<AccountLimit.Builder> getAccountLimitsBuilderList()The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getAccountLimitsCount()
public int getAccountLimitsCount()The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccountLimitsList()
public List<AccountLimit> getAccountLimitsList()The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Returns | |
|---|---|
| Type | Description |
List<AccountLimit> |
|
getAccountLimitsOrBuilder(int index)
public AccountLimitOrBuilder getAccountLimitsOrBuilder(int index)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountLimitOrBuilder |
|
getAccountLimitsOrBuilderList()
public List<? extends AccountLimitOrBuilder> getAccountLimitsOrBuilderList()The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.quota.v1.AccountLimitOrBuilder> |
|
getDefaultInstanceForType()
public ListAccountLimitsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse |
|
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 ListAccountLimitsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListAccountLimitsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
mergeFrom(ListAccountLimitsResponse other)
public ListAccountLimitsResponse.Builder mergeFrom(ListAccountLimitsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAccountLimitsResponse |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
removeAccountLimits(int index)
public ListAccountLimitsResponse.Builder removeAccountLimits(int index)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
setAccountLimits(int index, AccountLimit value)
public ListAccountLimitsResponse.Builder setAccountLimits(int index, AccountLimit value)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AccountLimit |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
setAccountLimits(int index, AccountLimit.Builder builderForValue)
public ListAccountLimitsResponse.Builder setAccountLimits(int index, AccountLimit.Builder builderForValue)The limits for the given account.
repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AccountLimit.Builder |
| Returns | |
|---|---|
| Type | Description |
ListAccountLimitsResponse.Builder |
|
setNextPageToken(String value)
public ListAccountLimitsResponse.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 |
ListAccountLimitsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListAccountLimitsResponse.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 |
ListAccountLimitsResponse.Builder |
This builder for chaining. |