Show / Hide Table of Contents

Class CustomersResource.ExperimentsResource.ListExperimentAsyncErrorsRequest

Returns all errors that occurred during the last Experiment update (either scheduling or promotion). Supports standard list paging. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

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

Constructors

ListExperimentAsyncErrorsRequest(IClientService, string)

Constructs a new ListExperimentAsyncErrors request.

Declaration
public ListExperimentAsyncErrorsRequest(IClientService service, string resourceName)
Parameters
Type Name Description
IClientService service
string resourceName

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Number of elements to retrieve in a single page. When a page request is too large, the server may decide to further limit the number of returned resources. The maximum page size is 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from next_page_token in the previous response in order to request the next page of results.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

ResourceName

Required. The name of the experiment from which to retrieve the async errors.

Declaration
[RequestParameter("resourceName", RequestParameterType.Path)]
public virtual string ResourceName { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes ListExperimentAsyncErrors parameter list.

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

Implements

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