Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProcessorsResource.ListRequest

Lists all processors which belong to this project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>
ProjectsResource.LocationsResource.ProcessorsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>
IClientServiceRequest
Inherited Members
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.Xgafv
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.AccessToken
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.Alt
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.Callback
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.Fields
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.Key
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.OauthToken
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.PrettyPrint
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.QuotaUser
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.UploadType
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.Execute()
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.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.Document.v1
Assembly: Google.Apis.Document.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ProcessorsResource.ListRequest : DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>, IClientServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of processors to return. If unspecified, at most 50 processors will be returned. The maximum value is 100. Values above 100 will be coerced to 100.

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

PageToken

We will return the processors sorted by creation time. The page token will point to the next processor.

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

Parent

Required. The parent (project and location) which owns this collection of Processors. Format: projects/{project}/locations/{location}

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DocumentBaseServiceRequest<GoogleCloudDocumentaiV1ListProcessorsResponse>.InitParameters()

Implements

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