com.google.api.ads.common.lib.client
Interface AdsSession

All Known Implementing Classes:
AdWordsSession, DfaSession, DfpSession

public interface AdsSession

Interface for an ads session.

Author:
Adam Rogal

Method Summary
 String getEndpoint()
          Returns the server endpoint to make requests against.
 boolean isEnvironment(Endpoint environment)
          Checks if the configured endpoint matches the provided Environment.
 

Method Detail

getEndpoint

String getEndpoint()
Returns the server endpoint to make requests against.


isEnvironment

boolean isEnvironment(Endpoint environment)
Checks if the configured endpoint matches the provided Environment.

Parameters:
environment - the environment to check


Copyright © 2012. All Rights Reserved.