Class: Google::Cloud::DocumentAI::V1beta3::FetchProcessorTypesRequest

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 the FetchProcessorTypes method. Some processor types may require the project be added to an allowlist.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The location of processor types to list. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The location of processor types to list. Format: projects/{project}/locations/{location}.



337
338
339
340
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 337

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