public sealed class DeleteProcessorRequest : IMessage<DeleteProcessorRequest>, IEquatable<DeleteProcessorRequest>, IDeepCloneable<DeleteProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class DeleteProcessorRequest.
Request message for the
[DeleteProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessor]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `DeleteProcessorRequest` class is used to send a request to delete a processor via the Cloud Document AI v1beta3 API, with the latest version being 2.0.0-beta23."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteProcessorRequest\u003e`, `IDeepCloneable\u003cDeleteProcessorRequest\u003e`, and `IBufferMessage`."],["The `DeleteProcessorRequest` class has two constructors: a default constructor and another that takes another `DeleteProcessorRequest` instance as a parameter."],["It contains two properties, `Name`, which is a string representing the resource name of the processor to be deleted, and `ProcessorName`, which provides a typed view of the `Name` property."],["The class is located within the `Google.Cloud.DocumentAI.V1Beta3` namespace and is part of the `Google.Cloud.DocumentAI.V1Beta3.dll` assembly."]]],[]]