Class BiddersResource.PublisherConnectionsResource
The "publisherConnections" collection of methods.
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BiddersResource.PublisherConnectionsResource
Constructors
PublisherConnectionsResource(IClientService)
Constructs a new resource.
Declaration
public PublisherConnectionsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
BatchApprove(BatchApprovePublisherConnectionsRequest, string)
Batch approves multiple publisher connections.
Declaration
public virtual BiddersResource.PublisherConnectionsResource.BatchApproveRequest BatchApprove(BatchApprovePublisherConnectionsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchApprovePublisherConnectionsRequest | body | The body of the request. |
string | parent | Required. The bidder for whom publisher connections will be approved. Format: |
Returns
Type | Description |
---|---|
BiddersResource.PublisherConnectionsResource.BatchApproveRequest |
BatchReject(BatchRejectPublisherConnectionsRequest, string)
Batch rejects multiple publisher connections.
Declaration
public virtual BiddersResource.PublisherConnectionsResource.BatchRejectRequest BatchReject(BatchRejectPublisherConnectionsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchRejectPublisherConnectionsRequest | body | The body of the request. |
string | parent | Required. The bidder for whom publisher connections will be rejected. Format: |
Returns
Type | Description |
---|---|
BiddersResource.PublisherConnectionsResource.BatchRejectRequest |
Get(string)
Gets a publisher connection.
Declaration
public virtual BiddersResource.PublisherConnectionsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the publisher whose connection information is to be retrieved. In the pattern
|
Returns
Type | Description |
---|---|
BiddersResource.PublisherConnectionsResource.GetRequest |
List(string)
Lists publisher connections for a given bidder.
Declaration
public virtual BiddersResource.PublisherConnectionsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Name of the bidder for which publishers have initiated connections. The pattern for this
resource is |
Returns
Type | Description |
---|---|
BiddersResource.PublisherConnectionsResource.ListRequest |