Show / Hide Table of Contents

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

MethodName

Gets the method name.

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

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
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListBatchJobResultsResponse>.RestPath

Methods

InitParameters()

Initializes ListResults parameter list.

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

Implements

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