public sealed class DeleteProcessorRequest : IMessage<DeleteProcessorRequest>, IEquatable<DeleteProcessorRequest>, IDeepCloneable<DeleteProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DeleteProcessorRequest.
Request message for the
[DeleteProcessor][google.cloud.documentai.v1.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-21 UTC."],[[["This page provides reference documentation for the `DeleteProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for .NET developers."],["The `DeleteProcessorRequest` class is used to structure the request message for the `DeleteProcessor` method, allowing the deletion of a processor resource."],["The documentation covers various versions of the API, ranging from the latest 3.19.0 down to version 1.0.0, and includes the current version being 3.13.0."],["The `DeleteProcessorRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteProcessorRequest` has two properties: `Name`, a string representing the processor resource name to be deleted, and `ProcessorName`, a `ProcessorName`-typed view over the `Name` property."]]],[]]