All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.realtimebidding.v1.RealTimeBidding.Bidders.html Maven / Gradle / Ivy

There is a newer version: v1-rev20240930-2.0.0
Show newest version






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.
    • Constructor Detail

      • Bidders

        public Bidders()
    • 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