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 Type
    Method
    Description
    getInvoices(int index)
    The list of invoices that match the billing setup and time period.
    int
    The list of invoices that match the billing setup and time period.
    The list of invoices that match the billing setup and time period.
    The list of invoices that match the billing setup and time period.
    The list of invoices that match the billing setup and time period.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getInvoicesList

      List<Invoice> getInvoicesList()
       The list of invoices that match the billing setup and time period.
       
      repeated .google.ads.googleads.v18.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.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

      InvoiceOrBuilder getInvoicesOrBuilder(int index)
       The list of invoices that match the billing setup and time period.
       
      repeated .google.ads.googleads.v18.resources.Invoice invoices = 1;