Show / Hide Table of Contents

Class CustomBiddingAlgorithmsResource.GetRequest

Gets a custom bidding algorithm.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<CustomBiddingAlgorithm>
DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>
CustomBiddingAlgorithmsResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<CustomBiddingAlgorithm>
Google.Apis.Requests.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CustomBiddingAlgorithm>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.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 GetRequest : DisplayVideoBaseServiceRequest<CustomBiddingAlgorithm>, IClientServiceRequest<CustomBiddingAlgorithm>, IClientServiceRequest

Constructors

GetRequest(IClientService, Int64)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, long customBiddingAlgorithmId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.Int64 customBiddingAlgorithmId

Properties

AdvertiserId

The ID of the DV360 partner that has access to the custom bidding algorithm.

Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

CustomBiddingAlgorithmId

Required. The ID of the custom bidding algorithm to fetch.

Declaration
[RequestParameter("customBiddingAlgorithmId", RequestParameterType.Path)]
public virtual long CustomBiddingAlgorithmId { 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.CustomBiddingAlgorithm>.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.CustomBiddingAlgorithm>.MethodName

PartnerId

The ID of the DV360 partner that has access to the custom bidding algorithm.

Declaration
[RequestParameter("partnerId", RequestParameterType.Query)]
public virtual long? PartnerId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

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.CustomBiddingAlgorithm>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top