Show / Hide Table of Contents

Class CustomBiddingAlgorithmsResource.CreateRequest

Creates a new custom bidding algorithm. Returns the newly created custom bidding algorithm if successful.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<CustomBiddingAlgorithm>
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>
CustomBiddingAlgorithmsResource.CreateRequest
Implements
IClientServiceRequest<CustomBiddingAlgorithm>
IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.Xgafv
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.AccessToken
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.Alt
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.Callback
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.Fields
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.Key
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.OauthToken
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.PrettyPrint
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.QuotaUser
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.UploadType
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.UploadProtocol
ClientServiceRequest<CustomBiddingAlgorithm>.Execute()
ClientServiceRequest<CustomBiddingAlgorithm>.ExecuteAsStream()
ClientServiceRequest<CustomBiddingAlgorithm>.ExecuteAsync()
ClientServiceRequest<CustomBiddingAlgorithm>.ExecuteAsync(CancellationToken)
ClientServiceRequest<CustomBiddingAlgorithm>.ExecuteAsStreamAsync()
ClientServiceRequest<CustomBiddingAlgorithm>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<CustomBiddingAlgorithm>.CreateRequest(bool?)
ClientServiceRequest<CustomBiddingAlgorithm>.GenerateRequestUri()
ClientServiceRequest<CustomBiddingAlgorithm>.GetDefaultETagAction(string)
ClientServiceRequest<CustomBiddingAlgorithm>.ETagAction
ClientServiceRequest<CustomBiddingAlgorithm>.ModifyRequest
ClientServiceRequest<CustomBiddingAlgorithm>.ValidateParameters
ClientServiceRequest<CustomBiddingAlgorithm>.RequestParameters
ClientServiceRequest<CustomBiddingAlgorithm>.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.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CustomBiddingAlgorithmsResource.CreateRequest : DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>, IClientServiceRequest<CustomBiddingAlgorithm>, IClientServiceRequest

Constructors

CreateRequest(IClientService, CustomBiddingAlgorithm)

Constructs a new Create request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>.InitParameters()

Implements

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