public class AdExchangeBuyerII.Accounts.PublisherProfiles extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Accounts.PublisherProfiles.Get |
class |
AdExchangeBuyerII.Accounts.PublisherProfiles.List |
| Constructor and Description |
|---|
PublisherProfiles() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.PublisherProfiles.Get |
get(String accountId,
String publisherProfileId)
Gets the requested publisher profile by id.
|
AdExchangeBuyerII.Accounts.PublisherProfiles.List |
list(String accountId)
List all publisher profiles visible to the buyer
Create a request for the method "publisherProfiles.list".
|
public AdExchangeBuyerII.Accounts.PublisherProfiles.Get get(String accountId, String publisherProfileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.publisherProfileId - The id for the publisher profile to get.IOExceptionpublic AdExchangeBuyerII.Accounts.PublisherProfiles.List list(String accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.IOExceptionCopyright © 2011–2021 Google. All rights reserved.