public static final class ListChildAccountsResponse.Builder extends GeneratedMessageV3.Builder<ListChildAccountsResponse.Builder> implements ListChildAccountsResponseOrBuilder
   
   Response message for the ListChildAccounts method.
 Protobuf type google.shopping.css.v1.ListChildAccountsResponse
 
  
  
  
    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 ListChildAccountsResponse.Builder addAccounts(Account value)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        Account
  | 
      
    
  
  
  
  
  
    public ListChildAccountsResponse.Builder addAccounts(Account.Builder builderForValue)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
  
  
  
  
    public ListChildAccountsResponse.Builder addAccounts(int index, Account value)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Parameters | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
      
        value | 
        Account
  | 
      
    
  
  
  
  
  
    public ListChildAccountsResponse.Builder addAccounts(int index, Account.Builder builderForValue)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
  
  
  
  
    public Account.Builder addAccountsBuilder()
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
  
  
  
    public Account.Builder addAccountsBuilder(int index)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public ListChildAccountsResponse.Builder addAllAccounts(Iterable<? extends Account> values)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        values | 
        Iterable<? extends com.google.shopping.css.v1.Account>
  | 
      
    
  
  
  
  
  
    public ListChildAccountsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListChildAccountsResponse build()
   
  
  
  
  
    public ListChildAccountsResponse buildPartial()
   
  
  
  
  
    public ListChildAccountsResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public ListChildAccountsResponse.Builder clearAccounts()
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
  
  
  
    public ListChildAccountsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListChildAccountsResponse.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 ListChildAccountsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ListChildAccountsResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public Account getAccounts(int index)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public Account.Builder getAccountsBuilder(int index)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public List<Account.Builder> getAccountsBuilderList()
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
  
  
  
    public int getAccountsCount()
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  
  
    public List<Account> getAccountsList()
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
  
  
  
    public AccountOrBuilder getAccountsOrBuilder(int index)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public List<? extends AccountOrBuilder> getAccountsOrBuilderList()
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.shopping.css.v1.AccountOrBuilder> | 
         | 
      
    
  
  
  
  
    public ListChildAccountsResponse 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 ListChildAccountsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ListChildAccountsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  
  
    public ListChildAccountsResponse.Builder mergeFrom(ListChildAccountsResponse other)
   
  
  
  
  
  
    public final ListChildAccountsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ListChildAccountsResponse.Builder removeAccounts(int index)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public ListChildAccountsResponse.Builder setAccounts(int index, Account value)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
    
      
        | Parameters | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
      
        value | 
        Account
  | 
      
    
  
  
  
  
  
    public ListChildAccountsResponse.Builder setAccounts(int index, Account.Builder builderForValue)
   
   The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
 
  
  
  
  
  
    public ListChildAccountsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListChildAccountsResponse.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 ListChildAccountsResponse.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 ListChildAccountsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final ListChildAccountsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides