target.apidocs.com.google.api.services.realtimebidding.v1.RealTimeBidding.Bidders.PublisherConnections.html Maven / Gradle / Ivy
RealTimeBidding.Bidders.PublisherConnections (Real-time Bidding API v1-rev20230821-2.0.0)
com.google.api.services.realtimebidding.v1
Class RealTimeBidding.Bidders.PublisherConnections
- java.lang.Object
-
- com.google.api.services.realtimebidding.v1.RealTimeBidding.Bidders.PublisherConnections
-
- Enclosing class:
- RealTimeBidding.Bidders
public class RealTimeBidding.Bidders.PublisherConnections
extends Object
The "publisherConnections" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
RealTimeBidding.Bidders.PublisherConnections.BatchApprove
class
RealTimeBidding.Bidders.PublisherConnections.BatchReject
class
RealTimeBidding.Bidders.PublisherConnections.Get
class
RealTimeBidding.Bidders.PublisherConnections.List
-
Constructor Summary
Constructors
Constructor and Description
PublisherConnections()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RealTimeBidding.Bidders.PublisherConnections.BatchApprove
batchApprove(String parent,
BatchApprovePublisherConnectionsRequest content)
Batch approves multiple publisher connections.
RealTimeBidding.Bidders.PublisherConnections.BatchReject
batchReject(String parent,
BatchRejectPublisherConnectionsRequest content)
Batch rejects multiple publisher connections.
RealTimeBidding.Bidders.PublisherConnections.Get
get(String name)
Gets a publisher connection.
RealTimeBidding.Bidders.PublisherConnections.List
list(String parent)
Lists publisher connections for a given bidder.
-
-
Method Detail
-
batchApprove
public RealTimeBidding.Bidders.PublisherConnections.BatchApprove batchApprove(String parent,
BatchApprovePublisherConnectionsRequest content)
throws IOException
Batch approves multiple publisher connections.
Create a request for the method "publisherConnections.batchApprove".
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. The bidder for whom publisher connections will be approved. Format: `bidders/{bidder}`
where `{bidder}` is the account ID of the bidder.
content
- the BatchApprovePublisherConnectionsRequest
- Returns:
- the request
- Throws:
IOException
-
batchReject
public RealTimeBidding.Bidders.PublisherConnections.BatchReject batchReject(String parent,
BatchRejectPublisherConnectionsRequest content)
throws IOException
Batch rejects multiple publisher connections.
Create a request for the method "publisherConnections.batchReject".
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. The bidder for whom publisher connections will be rejected. Format: `bidders/{bidder}`
where `{bidder}` is the account ID of the bidder.
content
- the BatchRejectPublisherConnectionsRequest
- Returns:
- the request
- Throws:
IOException
-
get
public RealTimeBidding.Bidders.PublisherConnections.Get get(String name)
throws IOException
Gets a publisher connection.
Create a request for the method "publisherConnections.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 publisher whose connection information is to be retrieved. In the pattern
`bidders/{bidder}/publisherConnections/{publisher}` where `{bidder}` is the account ID of
the bidder, and `{publisher}` is the ads.txt/app-ads.txt publisher ID. See
publisherConnection.name.
- Returns:
- the request
- Throws:
IOException
-
list
public RealTimeBidding.Bidders.PublisherConnections.List list(String parent)
throws IOException
Lists publisher connections for a given bidder.
Create a request for the method "publisherConnections.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 for which publishers have initiated connections. The pattern for this
resource is `bidders/{bidder}` where `{bidder}` represents the account ID of the bidder.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy