Cloud Document AI v1beta3 API - Class ListProcessorTypesRequest (2.0.0-beta10)

public sealed class ListProcessorTypesRequest : IMessage<ListProcessorTypesRequest>, IEquatable<ListProcessorTypesRequest>, IDeepCloneable<ListProcessorTypesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Document AI v1beta3 API class ListProcessorTypesRequest.

Request message for list processor types.

Inheritance

object > ListProcessorTypesRequest

Namespace

GoogleCloudGoogle.Cloud.DocumentAIV1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

ListProcessorTypesRequest()

public ListProcessorTypesRequest()

ListProcessorTypesRequest(ListProcessorTypesRequest)

public ListProcessorTypesRequest(ListProcessorTypesRequest other)
Parameter
NameDescription
otherListProcessorTypesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of processor types to return. If unspecified, at most 100 processor types will be returned. The maximum value is 500; values above 500 will be coerced to 500.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Used to retrieve the next page of results, empty if at the end of the list.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The location of processor type to list. The available processor types may depend on the allow-listing on projects. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName