Show / Hide Table of Contents

Class BiddersResource.PublisherConnectionsResource

The "publisherConnections" collection of methods.

Inheritance
object
BiddersResource.PublisherConnectionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: bidders/{bidder} where {bidder} is the account ID of the bidder.

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: bidders/{bidder} where {bidder} is the account ID of the bidder.

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 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
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 bidders/{bidder} where {bidder} represents the account ID of the bidder.

Returns
Type Description
BiddersResource.PublisherConnectionsResource.ListRequest
In this article
Back to top Generated by DocFX