Class: Google::Cloud::DocumentAI::V1beta3::CreateProcessorRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns Required. The parent (project and location) under which to create the processor. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The parent (project and location) under which to create the processor. Format: projects/{project}/locations/{location}



455
456
457
458
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 455

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.

Returns:



455
456
457
458
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 455

class CreateProcessorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end