Interface ListPaymentsAccountsResponseOrBuilder

    • Method Detail

      • getPaymentsAccountsList

        java.util.List<PaymentsAccount> getPaymentsAccountsList()
         The list of accessible payments accounts.
         
        repeated .google.ads.googleads.v10.resources.PaymentsAccount payments_accounts = 1;
      • getPaymentsAccounts

        PaymentsAccount getPaymentsAccounts​(int index)
         The list of accessible payments accounts.
         
        repeated .google.ads.googleads.v10.resources.PaymentsAccount payments_accounts = 1;
      • getPaymentsAccountsCount

        int getPaymentsAccountsCount()
         The list of accessible payments accounts.
         
        repeated .google.ads.googleads.v10.resources.PaymentsAccount payments_accounts = 1;
      • getPaymentsAccountsOrBuilderList

        java.util.List<? extends PaymentsAccountOrBuilder> getPaymentsAccountsOrBuilderList()
         The list of accessible payments accounts.
         
        repeated .google.ads.googleads.v10.resources.PaymentsAccount payments_accounts = 1;
      • getPaymentsAccountsOrBuilder

        PaymentsAccountOrBuilder getPaymentsAccountsOrBuilder​(int index)
         The list of accessible payments accounts.
         
        repeated .google.ads.googleads.v10.resources.PaymentsAccount payments_accounts = 1;