Class: Google::Cloud::DocumentAI::V1beta3::DeleteProcessorRequest

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 DeleteProcessor method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The processor resource name to be deleted.

Returns:

  • (::String)

    Required. The processor resource name to be deleted.



597
598
599
600
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 597

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