Show / Hide Table of Contents

Class V23Resource.ListPlannableLocationsRequest

Returns the list of plannable locations (for example, countries). List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

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

Constructors

ListPlannableLocationsRequest(IClientService, GoogleAdsSearchads360V23ServicesListPlannableLocationsRequest)

Constructs a new ListPlannableLocations request.

Declaration
public ListPlannableLocationsRequest(IClientService service, GoogleAdsSearchads360V23ServicesListPlannableLocationsRequest body)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesListPlannableLocationsRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes ListPlannableLocations parameter list.

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

Implements

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