Show / Hide Table of Contents

Class AdvertisersResource.InsertionOrdersResource.CreateRequest

Creates a new insertion order. Returns the newly created insertion order if successful.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<InsertionOrder>
DisplayVideoBaseServiceRequest<InsertionOrder>
AdvertisersResource.InsertionOrdersResource.CreateRequest
Implements
IClientServiceRequest<InsertionOrder>
IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<InsertionOrder>.Xgafv
DisplayVideoBaseServiceRequest<InsertionOrder>.AccessToken
DisplayVideoBaseServiceRequest<InsertionOrder>.Alt
DisplayVideoBaseServiceRequest<InsertionOrder>.Callback
DisplayVideoBaseServiceRequest<InsertionOrder>.Fields
DisplayVideoBaseServiceRequest<InsertionOrder>.Key
DisplayVideoBaseServiceRequest<InsertionOrder>.OauthToken
DisplayVideoBaseServiceRequest<InsertionOrder>.PrettyPrint
DisplayVideoBaseServiceRequest<InsertionOrder>.QuotaUser
DisplayVideoBaseServiceRequest<InsertionOrder>.UploadType
DisplayVideoBaseServiceRequest<InsertionOrder>.UploadProtocol
ClientServiceRequest<InsertionOrder>.Execute()
ClientServiceRequest<InsertionOrder>.ExecuteAsStream()
ClientServiceRequest<InsertionOrder>.ExecuteAsync()
ClientServiceRequest<InsertionOrder>.ExecuteAsync(CancellationToken)
ClientServiceRequest<InsertionOrder>.ExecuteAsStreamAsync()
ClientServiceRequest<InsertionOrder>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<InsertionOrder>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<InsertionOrder>.GenerateRequestUri()
ClientServiceRequest<InsertionOrder>.GetDefaultETagAction(String)
ClientServiceRequest<InsertionOrder>.ETagAction
ClientServiceRequest<InsertionOrder>.ModifyRequest
ClientServiceRequest<InsertionOrder>.ValidateParameters
ClientServiceRequest<InsertionOrder>.RequestParameters
ClientServiceRequest<InsertionOrder>.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<InsertionOrder>, IClientServiceRequest<InsertionOrder>, IClientServiceRequest

Constructors

CreateRequest(IClientService, InsertionOrder, Int64)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, InsertionOrder body, long advertiserId)
Parameters
Type Name Description
IClientService service
InsertionOrder body
System.Int64 advertiserId

Properties

AdvertiserId

Output only. The unique ID of the advertiser the insertion order belongs to.

Declaration
[RequestParameter("advertiserId", RequestParameterType.Path)]
public virtual long AdvertiserId { get; }
Property Value
Type Description
System.Int64

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.InsertionOrder>.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.InsertionOrder>.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.InsertionOrder>.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.InsertionOrder>.GetBody()

InitParameters()

Initializes Create parameter list.

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

Implements

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