Show / Hide Table of Contents

Class V23Resource.ListPlannableUserInterestsRequest

Returns the list of plannable user interests. A plannable user interest is one that can be targeted in a reach forecast using ReachPlanService.GenerateReachForecast. List of thrown errors: AuthenticationError AuthorizationError FieldError HeaderError InternalError ListOperationError QuotaError RequestError StringLengthError

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

Constructors

ListPlannableUserInterestsRequest(IClientService, GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest)

Constructs a new ListPlannableUserInterests request.

Declaration
public ListPlannableUserInterestsRequest(IClientService service, GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest body)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes ListPlannableUserInterests parameter list.

Declaration
protected override void InitParameters()
Overrides
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserInterestsResponse>.InitParameters()

Implements

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