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
Modifier and TypeMethodDescriptiongetInvoices(int index) The list of invoices that match the billing setup and time period.intThe list of invoices that match the billing setup and time period.The list of invoices that match the billing setup and time period.getInvoicesOrBuilder(int index) The list of invoices that match the billing setup and time period.List<? extends InvoiceOrBuilder>The list of invoices that match the billing setup and time period.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
-
getInvoicesList
The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v18.resources.Invoice invoices = 1; -
getInvoices
The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v18.resources.Invoice invoices = 1; -
getInvoicesCount
int getInvoicesCount()The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v18.resources.Invoice invoices = 1; -
getInvoicesOrBuilderList
List<? extends InvoiceOrBuilder> getInvoicesOrBuilderList()The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v18.resources.Invoice invoices = 1; -
getInvoicesOrBuilder
The list of invoices that match the billing setup and time period.
repeated .google.ads.googleads.v18.resources.Invoice invoices = 1;
-