com.google.api.adwords.v10
Interface InfoInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
InfoServiceSoapBindingStub

public interface InfoInterface
extends java.rmi.Remote


Method Summary
 long getFreeUsageQuotaThisMonth()
           
 int getMethodCost(java.lang.String service, java.lang.String method, java.util.Date date)
           
 long getOperationCount(java.util.Date startDate, java.util.Date endDate)
           
 long getOperationsQuotaThisMonth()
           
 long getUnitCount(java.util.Date startDate, java.util.Date endDate)
           
 ClientUsageRecord[] getUnitCountForClients(java.lang.String[] clientEmails, java.util.Date startDate, java.util.Date endDate)
           
 long getUnitCountForMethod(java.lang.String service, java.lang.String method, java.util.Date startDate, java.util.Date endDate)
           
 long getUsageQuotaThisMonth()
           
 

Method Detail

getFreeUsageQuotaThisMonth

long getFreeUsageQuotaThisMonth()
                                throws java.rmi.RemoteException,
                                       ApiException
Throws:
java.rmi.RemoteException
ApiException

getMethodCost

int getMethodCost(java.lang.String service,
                  java.lang.String method,
                  java.util.Date date)
                  throws java.rmi.RemoteException,
                         ApiException
Throws:
java.rmi.RemoteException
ApiException

getOperationCount

long getOperationCount(java.util.Date startDate,
                       java.util.Date endDate)
                       throws java.rmi.RemoteException,
                              ApiException
Throws:
java.rmi.RemoteException
ApiException

getOperationsQuotaThisMonth

long getOperationsQuotaThisMonth()
                                 throws java.rmi.RemoteException,
                                        ApiException
Throws:
java.rmi.RemoteException
ApiException

getUnitCount

long getUnitCount(java.util.Date startDate,
                  java.util.Date endDate)
                  throws java.rmi.RemoteException,
                         ApiException
Throws:
java.rmi.RemoteException
ApiException

getUnitCountForClients

ClientUsageRecord[] getUnitCountForClients(java.lang.String[] clientEmails,
                                           java.util.Date startDate,
                                           java.util.Date endDate)
                                           throws java.rmi.RemoteException,
                                                  ApiException
Throws:
java.rmi.RemoteException
ApiException

getUnitCountForMethod

long getUnitCountForMethod(java.lang.String service,
                           java.lang.String method,
                           java.util.Date startDate,
                           java.util.Date endDate)
                           throws java.rmi.RemoteException,
                                  ApiException
Throws:
java.rmi.RemoteException
ApiException

getUsageQuotaThisMonth

long getUsageQuotaThisMonth()
                            throws java.rmi.RemoteException,
                                   ApiException
Throws:
java.rmi.RemoteException
ApiException


Copyright © 2005 Google Corp. All Rights Reserved.