Class FetchProcessorTypesRequest (1.0.0-beta04)

public sealed class FetchProcessorTypesRequest : IMessage<FetchProcessorTypesRequest>, IEquatable<FetchProcessorTypesRequest>, IDeepCloneable<FetchProcessorTypesRequest>, IBufferMessage, IMessage

Request message for fetch processor types.

Inheritance

Object > FetchProcessorTypesRequest

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

FetchProcessorTypesRequest()

public FetchProcessorTypesRequest()

FetchProcessorTypesRequest(FetchProcessorTypesRequest)

public FetchProcessorTypesRequest(FetchProcessorTypesRequest other)
Parameter
NameDescription
otherFetchProcessorTypesRequest

Properties

Parent

public string Parent { get; set; }

Required. The project of processor type to list. 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