Class: Google::Cloud::DocumentAI::V1beta3::CreateProcessorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::CreateProcessorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
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.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#processor ⇒ ::Google::Cloud::DocumentAI::V1beta3::Processor
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent (project and location) under which to create the processor. Format: projects/{project}/locations/{location}.
293 294 295 296 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 293 class CreateProcessorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processor ⇒ ::Google::Cloud::DocumentAI::V1beta3::Processor
Returns 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.
293 294 295 296 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 293 class CreateProcessorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |