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
Modifier and TypeMethodDescriptiongetPaymentsAccounts(int index) The list of accessible payments accounts.intThe list of accessible payments accounts.The list of accessible payments accounts.getPaymentsAccountsOrBuilder(int index) The list of accessible payments accounts.List<? extends PaymentsAccountOrBuilder>The list of accessible payments accounts.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPaymentsAccountsList
List<PaymentsAccount> getPaymentsAccountsList()The list of accessible payments accounts.
repeated .google.ads.googleads.v18.resources.PaymentsAccount payments_accounts = 1; -
getPaymentsAccounts
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
The list of accessible payments accounts.
repeated .google.ads.googleads.v18.resources.PaymentsAccount payments_accounts = 1;
-