Show / Hide Table of Contents

Class GeoTargetConstantsResource.SuggestRequest

Returns GeoTargetConstant suggestions by location name or by resource name. List of thrown errors: AuthenticationError AuthorizationError GeoTargetConstantSuggestionError HeaderError InternalError QuotaError RequestError

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

Constructors

SuggestRequest(IClientService, GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequest)

Constructs a new Suggest request.

Declaration
public SuggestRequest(IClientService service, GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequest body)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Suggest parameter list.

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

Implements

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