Show / Hide Table of Contents

Class V23Resource.ListBenchmarksLocationsRequest

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

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

Constructors

ListBenchmarksLocationsRequest(IClientService, GoogleAdsSearchads360V23ServicesListBenchmarksLocationsRequest)

Constructs a new ListBenchmarksLocations request.

Declaration
public ListBenchmarksLocationsRequest(IClientService service, GoogleAdsSearchads360V23ServicesListBenchmarksLocationsRequest body)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesListBenchmarksLocationsRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes ListBenchmarksLocations parameter list.

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

Implements

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