Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<WatchCreativesResponse>
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>
BiddersResource.CreativesResource.WatchRequest
Implements
IClientServiceRequest<WatchCreativesResponse>
IClientServiceRequest
Inherited Members
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.Xgafv
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.AccessToken
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.Alt
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.Callback
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.Fields
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.Key
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.OauthToken
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.PrettyPrint
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.QuotaUser
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.UploadType
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.UploadProtocol
ClientServiceRequest<WatchCreativesResponse>.Execute()
ClientServiceRequest<WatchCreativesResponse>.ExecuteAsStream()
ClientServiceRequest<WatchCreativesResponse>.ExecuteAsync()
ClientServiceRequest<WatchCreativesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<WatchCreativesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<WatchCreativesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<WatchCreativesResponse>.CreateRequest(bool?)
ClientServiceRequest<WatchCreativesResponse>.GenerateRequestUri()
ClientServiceRequest<WatchCreativesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<WatchCreativesResponse>.ETagAction
ClientServiceRequest<WatchCreativesResponse>.ModifyRequest
ClientServiceRequest<WatchCreativesResponse>.ValidateParameters
ClientServiceRequest<WatchCreativesResponse>.ApiVersion
ClientServiceRequest<WatchCreativesResponse>.RequestParameters
ClientServiceRequest<WatchCreativesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.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
ClientServiceRequest<WatchCreativesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<WatchCreativesResponse>.MethodName

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
ClientServiceRequest<WatchCreativesResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<WatchCreativesResponse>.GetBody()

InitParameters()

Initializes Watch parameter list.

Declaration
protected override void InitParameters()
Overrides
RealTimeBiddingBaseServiceRequest<WatchCreativesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX