All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.ListInvoicesResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/invoice_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface ListInvoicesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ListInvoicesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The list of invoices that match the billing setup and time period.
   * 
* * repeated .google.ads.googleads.v17.resources.Invoice invoices = 1; */ java.util.List getInvoicesList(); /** *
   * The list of invoices that match the billing setup and time period.
   * 
* * repeated .google.ads.googleads.v17.resources.Invoice invoices = 1; */ com.google.ads.googleads.v17.resources.Invoice getInvoices(int index); /** *
   * The list of invoices that match the billing setup and time period.
   * 
* * repeated .google.ads.googleads.v17.resources.Invoice invoices = 1; */ int getInvoicesCount(); /** *
   * The list of invoices that match the billing setup and time period.
   * 
* * repeated .google.ads.googleads.v17.resources.Invoice invoices = 1; */ java.util.List getInvoicesOrBuilderList(); /** *
   * The list of invoices that match the billing setup and time period.
   * 
* * repeated .google.ads.googleads.v17.resources.Invoice invoices = 1; */ com.google.ads.googleads.v17.resources.InvoiceOrBuilder getInvoicesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy