target.apidocs.com.google.api.services.realtimebidding.v1.RealTimeBidding.Bidders.Endpoints.html Maven / Gradle / Ivy
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
-
- Enclosing class:
- RealTimeBidding.Bidders
public class RealTimeBidding.Bidders.Endpoints
extends Object
The "endpoints" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
RealTimeBidding.Bidders.Endpoints.Get
class
RealTimeBidding.Bidders.Endpoints.List
class
RealTimeBidding.Bidders.Endpoints.Patch
-
Constructor Summary
Constructors
Constructor and Description
Endpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RealTimeBidding.Bidders.Endpoints.Get
get(String name)
Gets a bidder endpoint by its name.
RealTimeBidding.Bidders.Endpoints.List
list(String parent)
Lists all the bidder's endpoints.
RealTimeBidding.Bidders.Endpoints.Patch
patch(String name,
Endpoint content)
Updates a bidder's endpoint.
-
-
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