target.apidocs.com.google.api.services.realtimebidding.v1.RealTimeBidding.Bidders.html Maven / Gradle / Ivy
RealTimeBidding.Bidders (Real-time Bidding API v1-rev20230821-2.0.0)
com.google.api.services.realtimebidding.v1
Class RealTimeBidding.Bidders
- java.lang.Object
-
- com.google.api.services.realtimebidding.v1.RealTimeBidding.Bidders
-
- Enclosing class:
- RealTimeBidding
public class RealTimeBidding.Bidders
extends Object
The "bidders" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
RealTimeBidding.Bidders.Creatives
The "creatives" collection of methods.
class
RealTimeBidding.Bidders.Endpoints
The "endpoints" collection of methods.
class
RealTimeBidding.Bidders.Get
class
RealTimeBidding.Bidders.List
class
RealTimeBidding.Bidders.PretargetingConfigs
The "pretargetingConfigs" collection of methods.
class
RealTimeBidding.Bidders.PublisherConnections
The "publisherConnections" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Bidders()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RealTimeBidding.Bidders.Creatives
creatives()
An accessor for creating requests from the Creatives collection.
RealTimeBidding.Bidders.Endpoints
endpoints()
An accessor for creating requests from the Endpoints collection.
RealTimeBidding.Bidders.Get
get(String name)
Gets a bidder account by its name.
RealTimeBidding.Bidders.List
list()
Lists all the bidder accounts that belong to the caller.
RealTimeBidding.Bidders.PretargetingConfigs
pretargetingConfigs()
An accessor for creating requests from the PretargetingConfigs collection.
RealTimeBidding.Bidders.PublisherConnections
publisherConnections()
An accessor for creating requests from the PublisherConnections collection.
-
-
Method Detail
-
get
public RealTimeBidding.Bidders.Get get(String name)
throws IOException
Gets a bidder account by its name.
Create a request for the method "bidders.get".
This request holds the parameters needed by the realtimebidding server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. Name of the bidder to get. Format: `bidders/{bidderAccountId}`
- Returns:
- the request
- Throws:
IOException
-
list
public RealTimeBidding.Bidders.List list()
throws IOException
Lists all the bidder accounts that belong to the caller.
Create a request for the method "bidders.list".
This request holds the parameters needed by the realtimebidding server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
creatives
public RealTimeBidding.Bidders.Creatives creatives()
An accessor for creating requests from the Creatives collection.
The typical use is:
RealTimeBidding realtimebidding = new RealTimeBidding(...);
RealTimeBidding.Creatives.List request = realtimebidding.creatives().list(parameters ...)
- Returns:
- the resource collection
-
endpoints
public RealTimeBidding.Bidders.Endpoints endpoints()
An accessor for creating requests from the Endpoints collection.
The typical use is:
RealTimeBidding realtimebidding = new RealTimeBidding(...);
RealTimeBidding.Endpoints.List request = realtimebidding.endpoints().list(parameters ...)
- Returns:
- the resource collection
-
pretargetingConfigs
public RealTimeBidding.Bidders.PretargetingConfigs pretargetingConfigs()
An accessor for creating requests from the PretargetingConfigs collection.
The typical use is:
RealTimeBidding realtimebidding = new RealTimeBidding(...);
RealTimeBidding.PretargetingConfigs.List request = realtimebidding.pretargetingConfigs().list(parameters ...)
- Returns:
- the resource collection
-
publisherConnections
public RealTimeBidding.Bidders.PublisherConnections publisherConnections()
An accessor for creating requests from the PublisherConnections collection.
The typical use is:
RealTimeBidding realtimebidding = new RealTimeBidding(...);
RealTimeBidding.PublisherConnections.List request = realtimebidding.publisherConnections().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy