Class CustomersResource.BatchJobsResource.ListResultsRequest
Returns the results of the batch job. The job must be done. Supports standard list paging. List of thrown errors: AuthenticationError AuthorizationError BatchJobError HeaderError InternalError QuotaError RequestError
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.BatchJobsResource.ListResultsRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListBatchJobResultsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesListBatchJobResultsResponse>, IClientServiceRequest
Constructors
ListResultsRequest(IClientService, string)
Constructs a new ListResults request.
Declaration
public ListResultsRequest(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
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 resource name of the batch job whose results are being listed.
Declaration
[RequestParameter("resourceName", RequestParameterType.Path)]
public virtual string ResourceName { get; }
Property Value
| Type | Description |
|---|---|
| string |
ResponseContentType
The response content type setting. Determines whether the mutable resource or just the resource name should be returned.
Declaration
[RequestParameter("responseContentType", RequestParameterType.Query)]
public virtual CustomersResource.BatchJobsResource.ListResultsRequest.ResponseContentTypeEnum? ResponseContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomersResource.BatchJobsResource.ListResultsRequest.ResponseContentTypeEnum? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes ListResults parameter list.
Declaration
protected override void InitParameters()