Show / Hide Table of Contents

Class V23Resource.ListPlannableUserListsRequest

Returns the list of plannable user lists with their plannable status. User lists may not be plannable for a number of reasons, including: - They are less than 10 days old. - They have a membership lifespan that is less than 30 days - They have less than 10,000 or more than 700,000 users. List of thrown errors: AuthenticationError AuthorizationError FieldError HeaderError InternalError QuotaError RangeError ReachPlanError RequestError

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>
V23Resource.ListPlannableUserListsRequest
Implements
IClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>
IClientServiceRequest
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.Xgafv
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.AccessToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.Alt
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.Callback
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.Fields
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.Key
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.OauthToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.PrettyPrint
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.QuotaUser
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.UploadType
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.UploadProtocol
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.Execute()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.ETagAction
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.ModifyRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.ValidateParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.ApiVersion
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.RequestParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>.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.ListPlannableUserListsRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>, IClientServiceRequest

Constructors

ListPlannableUserListsRequest(IClientService, GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest)

Constructs a new ListPlannableUserLists request.

Declaration
public ListPlannableUserListsRequest(IClientService service, GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest body)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes ListPlannableUserLists parameter list.

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

Implements

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