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

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

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






RealTimeBidding.Bidders.Endpoints (Real-time Bidding API v1-rev20230821-2.0.0)












com.google.api.services.realtimebidding.v1

Class RealTimeBidding.Bidders.Endpoints

  • java.lang.Object
    • com.google.api.services.realtimebidding.v1.RealTimeBidding.Bidders.Endpoints
    • Constructor Detail

      • Endpoints

        public Endpoints()
    • Method Detail

      • get

        public RealTimeBidding.Bidders.Endpoints.Get get(String name)
                                                  throws IOException
        Gets a bidder endpoint by its name. Create a request for the method "endpoints.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 endpoint to get. Format: `bidders/{bidderAccountId}/endpoints/{endpointId}`
        Returns:
        the request
        Throws:
        IOException
      • list

        public RealTimeBidding.Bidders.Endpoints.List list(String parent)
                                                    throws IOException
        Lists all the bidder's endpoints. Create a request for the method "endpoints.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.
        Parameters:
        parent - Required. Name of the bidder whose endpoints will be listed. Format: `bidders/{bidderAccountId}`
        Returns:
        the request
        Throws:
        IOException
      • patch

        public RealTimeBidding.Bidders.Endpoints.Patch patch(String name,
                                                             Endpoint content)
                                                      throws IOException
        Updates a bidder's endpoint. Create a request for the method "endpoints.patch". 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 - Output only. Name of the endpoint resource that must follow the pattern `bidders/{bidderAccountId}/endpoints/{endpointId}`, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.
        content - the Endpoint
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy