Class: Google::Cloud::DocumentAI::V1beta3::DeleteProcessorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::DeleteProcessorRequest
- 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 delete processor method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The processor resource name to be deleted.
302 303 304 305 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 302 class DeleteProcessorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |