public sealed class CreateProcessorRequest : IMessage<CreateProcessorRequest>, IEquatable<CreateProcessorRequest>, IDeepCloneable<CreateProcessorRequest>, IBufferMessage, IMessage
Request message for create a processor. Notice this request is sent to
a regionalized backend service, and if the processor type is not available
on that region, the creation will fail.
Required. The processor to be created, requires [processor_type] and [display_name]
to be set. Also, the processor is under CMEK if CMEK fields are set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eCreateProcessorRequest\u003c/code\u003e is a request message for creating a processor within a specified project and location, using a regionalized backend service.\u003c/p\u003e\n"],["\u003cp\u003eThe processor creation may fail if the specified processor type is unavailable in the target region.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateProcessorRequest\u003c/code\u003e class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCreating a processor requires setting the parent (project and location), processor type, and display name, with optional CMEK settings.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers properties for setting the parent location (\u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsLocationName\u003c/code\u003e) and the \u003ccode\u003eProcessor\u003c/code\u003e to be created.\u003c/p\u003e\n"]]],[],null,[]]