Show / Hide Table of Contents

Class AdvertisersResource.CreateRequest

Creates a new advertiser. Returns the newly created advertiser if successful. This method can take up to 180 seconds to complete.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Advertiser>
DisplayVideoBaseServiceRequest<Advertiser>
AdvertisersResource.CreateRequest
Implements
IClientServiceRequest<Advertiser>
IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<Advertiser>.Xgafv
DisplayVideoBaseServiceRequest<Advertiser>.AccessToken
DisplayVideoBaseServiceRequest<Advertiser>.Alt
DisplayVideoBaseServiceRequest<Advertiser>.Callback
DisplayVideoBaseServiceRequest<Advertiser>.Fields
DisplayVideoBaseServiceRequest<Advertiser>.Key
DisplayVideoBaseServiceRequest<Advertiser>.OauthToken
DisplayVideoBaseServiceRequest<Advertiser>.PrettyPrint
DisplayVideoBaseServiceRequest<Advertiser>.QuotaUser
DisplayVideoBaseServiceRequest<Advertiser>.UploadType
DisplayVideoBaseServiceRequest<Advertiser>.UploadProtocol
ClientServiceRequest<Advertiser>.Execute()
ClientServiceRequest<Advertiser>.ExecuteAsStream()
ClientServiceRequest<Advertiser>.ExecuteAsync()
ClientServiceRequest<Advertiser>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Advertiser>.ExecuteAsStreamAsync()
ClientServiceRequest<Advertiser>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Advertiser>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Advertiser>.GenerateRequestUri()
ClientServiceRequest<Advertiser>.GetDefaultETagAction(String)
ClientServiceRequest<Advertiser>.ETagAction
ClientServiceRequest<Advertiser>.ModifyRequest
ClientServiceRequest<Advertiser>.ValidateParameters
ClientServiceRequest<Advertiser>.RequestParameters
ClientServiceRequest<Advertiser>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CreateRequest : DisplayVideoBaseServiceRequest<Advertiser>, IClientServiceRequest<Advertiser>, IClientServiceRequest

Constructors

CreateRequest(IClientService, Advertiser)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, Advertiser body)
Parameters
Type Name Description
IClientService service
Advertiser body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.Advertiser>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.Advertiser>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.Advertiser>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.Advertiser>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.Advertiser>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX