Show / Hide Table of Contents

Class BuyersResource.FilterSetsResource.CreateRequest

Creates the specified filter set for the account with the given account ID.

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

Constructors

CreateRequest(IClientService, FilterSet, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, FilterSet body, string ownerName)
Parameters
Type Name Description
IClientService service
FilterSet body
string ownerName

Properties

HttpMethod

Gets the HTTP method.

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

IsTransient

Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation.

Declaration
[RequestParameter("isTransient", RequestParameterType.Query)]
public virtual bool? IsTransient { get; set; }
Property Value
Type Description
bool?

MethodName

Gets the method name.

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

OwnerName

Name of the owner (bidder or account) of the filter set to be created. For example: - For a bidder-level filter set for bidder 123: bidders/123 - For an account-level filter set for the buyer account representing bidder 123: bidders/123/accounts/123 - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: bidders/123/accounts/456

Declaration
[RequestParameter("ownerName", RequestParameterType.Path)]
public virtual string OwnerName { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
AdExchangeBuyerIIBaseServiceRequest<FilterSet>.InitParameters()

Implements

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