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.
Implements
IMessageListProcessorTypesRequest, IEquatableListProcessorTypesRequest, IDeepCloneableListProcessorTypesRequest, IBufferMessage, IMessage, IPageRequestNamespace
GoogleCloudGoogle.Cloud.DocumentAIV1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
ListProcessorTypesRequest()
public ListProcessorTypesRequest()
ListProcessorTypesRequest(ListProcessorTypesRequest)
public ListProcessorTypesRequest(ListProcessorTypesRequest other)
Name | Description |
other | ListProcessorTypesRequest |
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.
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Used to retrieve the next page of results, empty if at the end of the list.
Type | Description |
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}
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Type | Description |
LocationName |