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

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

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 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