Interface ListInvoicesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListInvoicesResponse,ListInvoicesResponse.Builder
public interface ListInvoicesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvoicegetInvoices(int index)The list of invoices that match the billing setup and time period.intgetInvoicesCount()The list of invoices that match the billing setup and time period.java.util.List<Invoice>getInvoicesList()The list of invoices that match the billing setup and time period.InvoiceOrBuildergetInvoicesOrBuilder(int index)The list of invoices that match the billing setup and time period.java.util.List<? extends InvoiceOrBuilder>getInvoicesOrBuilderList()The list of invoices that match the billing setup and time period.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInvoicesList
java.util.List<Invoice> getInvoicesList()
The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v10.resources.Invoice invoices = 1;
-
getInvoices
Invoice getInvoices(int index)
The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v10.resources.Invoice invoices = 1;
-
getInvoicesCount
int getInvoicesCount()
The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v10.resources.Invoice invoices = 1;
-
getInvoicesOrBuilderList
java.util.List<? extends InvoiceOrBuilder> getInvoicesOrBuilderList()
The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v10.resources.Invoice invoices = 1;
-
getInvoicesOrBuilder
InvoiceOrBuilder getInvoicesOrBuilder(int index)
The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v10.resources.Invoice invoices = 1;
-
-