public static final class ListAccountServicesResponse.Builder extends GeneratedMessageV3.Builder<ListAccountServicesResponse.Builder> implements ListAccountServicesResponseOrBuilder
Response after trying to list account services.
Protobuf type google.shopping.merchant.accounts.v1.ListAccountServicesResponse
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 ListAccountServicesResponse.Builder addAccountServices(AccountService value)
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
public ListAccountServicesResponse.Builder addAccountServices(AccountService.Builder builderForValue)
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
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;
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;
public AccountService.Builder addAccountServicesBuilder()
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
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
|
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>
|
public ListAccountServicesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListAccountServicesResponse build()
public ListAccountServicesResponse buildPartial()
public ListAccountServicesResponse.Builder clear()
Overrides
public ListAccountServicesResponse.Builder clearAccountServices()
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
public ListAccountServicesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
public ListAccountServicesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListAccountServicesResponse.Builder clone()
Overrides
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
|
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
|
public List<AccountService.Builder> getAccountServicesBuilderList()
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
public int getAccountServicesCount()
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
Returns |
Type |
Description |
int |
|
public List<AccountService> getAccountServicesList()
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
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
|
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> |
|
public ListAccountServicesResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListAccountServicesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListAccountServicesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public ListAccountServicesResponse.Builder mergeFrom(ListAccountServicesResponse other)
public final ListAccountServicesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
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;
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;
public ListAccountServicesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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 |
String
The nextPageToken to set.
|
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 |
ByteString
The bytes for nextPageToken to set.
|
public ListAccountServicesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListAccountServicesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides