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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PaymentsAccountgetPaymentsAccounts(int index)The list of accessible payments accounts.intgetPaymentsAccountsCount()The list of accessible payments accounts.java.util.List<PaymentsAccount>getPaymentsAccountsList()The list of accessible payments accounts.PaymentsAccountOrBuildergetPaymentsAccountsOrBuilder(int index)The list of accessible payments accounts.java.util.List<? extends PaymentsAccountOrBuilder>getPaymentsAccountsOrBuilderList()The list of accessible payments accounts.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-