public static final class ListSubAccountsResponse.Builder extends GeneratedMessageV3.Builder<ListSubAccountsResponse.Builder> implements ListSubAccountsResponseOrBuilder
Response message for the ListSubAccounts
method.
Protobuf type google.shopping.merchant.accounts.v1beta.ListSubAccountsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListSubAccountsResponse.Builder addAccounts(Account value)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
value |
Account
|
public ListSubAccountsResponse.Builder addAccounts(Account.Builder builderForValue)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
public ListSubAccountsResponse.Builder addAccounts(int index, Account value)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Account
|
public ListSubAccountsResponse.Builder addAccounts(int index, Account.Builder builderForValue)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
public Account.Builder addAccountsBuilder()
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
public Account.Builder addAccountsBuilder(int index)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
public ListSubAccountsResponse.Builder addAllAccounts(Iterable<? extends Account> values)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.shopping.merchant.accounts.v1beta.Account>
|
public ListSubAccountsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListSubAccountsResponse build()
public ListSubAccountsResponse buildPartial()
public ListSubAccountsResponse.Builder clear()
Overrides
public ListSubAccountsResponse.Builder clearAccounts()
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
public ListSubAccountsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListSubAccountsResponse.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;
public ListSubAccountsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListSubAccountsResponse.Builder clone()
Overrides
public Account getAccounts(int index)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
public Account.Builder getAccountsBuilder(int index)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
public List<Account.Builder> getAccountsBuilderList()
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
public int getAccountsCount()
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Returns |
Type |
Description |
int |
|
public List<Account> getAccountsList()
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
public AccountOrBuilder getAccountsOrBuilder(int index)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends AccountOrBuilder> getAccountsOrBuilderList()
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.AccountOrBuilder> |
|
public ListSubAccountsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListSubAccountsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListSubAccountsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public ListSubAccountsResponse.Builder mergeFrom(ListSubAccountsResponse other)
public final ListSubAccountsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListSubAccountsResponse.Builder removeAccounts(int index)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
public ListSubAccountsResponse.Builder setAccounts(int index, Account value)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Account
|
public ListSubAccountsResponse.Builder setAccounts(int index, Account.Builder builderForValue)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
public ListSubAccountsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListSubAccountsResponse.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 |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListSubAccountsResponse.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 |
ByteString
The bytes for nextPageToken to set.
|
public ListSubAccountsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListSubAccountsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides