Show / Hide Table of Contents

Class V23Resource.ListBenchmarksProductsRequest

Returns the list of products that supports benchmarks. List of thrown errors: AuthenticationError AuthorizationError FieldError HeaderError InternalError QuotaError RequestError

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

Constructors

ListBenchmarksProductsRequest(IClientService, GoogleAdsSearchads360V23ServicesListBenchmarksProductsRequest)

Constructs a new ListBenchmarksProducts request.

Declaration
public ListBenchmarksProductsRequest(IClientService service, GoogleAdsSearchads360V23ServicesListBenchmarksProductsRequest body)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesListBenchmarksProductsRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes ListBenchmarksProducts parameter list.

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

Implements

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