Interface ListPaymentsAccountsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListPaymentsAccountsResponse, ListPaymentsAccountsResponse.Builder

public interface ListPaymentsAccountsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPaymentsAccountsList

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

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

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

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

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