com.google.ads.googleads.v17.services.ListPaymentsAccountsResponseOrBuilder 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/payments_account_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface ListPaymentsAccountsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ListPaymentsAccountsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The list of accessible payments accounts.
*
*
* repeated .google.ads.googleads.v17.resources.PaymentsAccount payments_accounts = 1;
*/
java.util.List
getPaymentsAccountsList();
/**
*
* The list of accessible payments accounts.
*
*
* repeated .google.ads.googleads.v17.resources.PaymentsAccount payments_accounts = 1;
*/
com.google.ads.googleads.v17.resources.PaymentsAccount getPaymentsAccounts(int index);
/**
*
* The list of accessible payments accounts.
*
*
* repeated .google.ads.googleads.v17.resources.PaymentsAccount payments_accounts = 1;
*/
int getPaymentsAccountsCount();
/**
*
* The list of accessible payments accounts.
*
*
* repeated .google.ads.googleads.v17.resources.PaymentsAccount payments_accounts = 1;
*/
java.util.List extends com.google.ads.googleads.v17.resources.PaymentsAccountOrBuilder>
getPaymentsAccountsOrBuilderList();
/**
*
* The list of accessible payments accounts.
*
*
* repeated .google.ads.googleads.v17.resources.PaymentsAccount payments_accounts = 1;
*/
com.google.ads.googleads.v17.resources.PaymentsAccountOrBuilder getPaymentsAccountsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy