target.apidocs.com.google.api.services.adexchangebuyer2.v2beta1.AdExchangeBuyerII.Accounts.PublisherProfiles.html Maven / Gradle / Ivy
AdExchangeBuyerII.Accounts.PublisherProfiles (Ad Exchange Buyer API II v2beta1-rev20230502-2.0.0)
com.google.api.services.adexchangebuyer2.v2beta1
Class AdExchangeBuyerII.Accounts.PublisherProfiles
- java.lang.Object
-
- com.google.api.services.adexchangebuyer2.v2beta1.AdExchangeBuyerII.Accounts.PublisherProfiles
-
- Enclosing class:
- AdExchangeBuyerII.Accounts
public class AdExchangeBuyerII.Accounts.PublisherProfiles
extends Object
The "publisherProfiles" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AdExchangeBuyerII.Accounts.PublisherProfiles.Get
class
AdExchangeBuyerII.Accounts.PublisherProfiles.List
-
Constructor Summary
Constructors
Constructor and Description
PublisherProfiles()
-
Method Summary
All Methods Instance Methods Concrete Methods
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".
-
-
Method Detail
-
get
public AdExchangeBuyerII.Accounts.PublisherProfiles.Get get(String accountId,
String publisherProfileId)
throws IOException
Gets the requested publisher profile by id.
Create a request for the method "publisherProfiles.get".
This request holds the parameters needed by the adexchangebuyer2 server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- Account ID of the buyer.
publisherProfileId
- The id for the publisher profile to get.
- Returns:
- the request
- Throws:
IOException
-
list
public AdExchangeBuyerII.Accounts.PublisherProfiles.List list(String accountId)
throws IOException
List all publisher profiles visible to the buyer
Create a request for the method "publisherProfiles.list".
This request holds the parameters needed by the adexchangebuyer2 server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- Account ID of the buyer.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy