com.google.ads.googleads.v17.services.ListInvoicesResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 extends com.google.ads.googleads.v17.resources.InvoiceOrBuilder>
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