Class BiddersResource.CreativesResource.WatchRequest
Watches all creatives pertaining to a bidder. It is sufficient to invoke this endpoint once per bidder. A Pub/Sub topic will be created and notifications will be pushed to the topic when any of the bidder's creatives change status. All of the bidder's service accounts will have access to read from the topic. Subsequent invocations of this method will return the existing Pub/Sub configuration.
Inheritance
BiddersResource.CreativesResource.WatchRequest
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BiddersResource.CreativesResource.WatchRequest : RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>, IClientServiceRequest<WatchCreativesResponse>, IClientServiceRequest
Constructors
WatchRequest(IClientService, WatchCreativesRequest, string)
Constructs a new Watch request.
Declaration
public WatchRequest(IClientService service, WatchCreativesRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
WatchCreativesRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. To watch all creatives pertaining to the bidder and all its child seat accounts, the
bidder must follow the pattern bidders/{bidderAccountId}
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Watch parameter list.
Declaration
protected override void InitParameters()