Class CreateProcessorRequest (1.0.0-beta04)

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

Request message for create a processor. Notice this request is sent to a regionalized backend service, and if the processor type is not available on that region, the creation will fail.

Inheritance

Object > CreateProcessorRequest

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

CreateProcessorRequest()

public CreateProcessorRequest()

CreateProcessorRequest(CreateProcessorRequest)

public CreateProcessorRequest(CreateProcessorRequest other)
Parameter
NameDescription
otherCreateProcessorRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent (project and location) under which to create the processor. 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

Processor

public Processor Processor { get; set; }

Required. The processor to be created, requires [processor_type] and [display_name] to be set. Also, the processor is under CMEK if CMEK fields are set.

Property Value
TypeDescription
Processor