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
Implements
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
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
Methods
InitParameters()
Initializes ListExperimentAsyncErrors parameter list.
Declaration
protected override void InitParameters()