public sealed class CreateFindingRequest : IMessage<CreateFindingRequest>, IEquatable<CreateFindingRequest>, IDeepCloneable<CreateFindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CreateFindingRequest.
Required. Unique identifier provided by the client within the parent scope.
It must be alphanumeric and less than or equal to 32 characters and
greater than 0 characters in length.
[[["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 `CreateFindingRequest` class within the Google Cloud Security Center v1 API, specifically for version 3.18.0."],["`CreateFindingRequest` is a message used to request the creation of a finding, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateFindingRequest` class has several properties that must be set when being utilized, including `Finding`, `FindingId`, `Parent`, and `ParentAsSourceName`, each with specific requirements on values."],["The page lists all available versions of the `CreateFindingRequest` class from version 3.24.0, being the latest, down to 2.2.0, allowing developers to find information on previous versions."],["There are two constructors available for `CreateFindingRequest`, a parameterless one, and one that uses another `CreateFindingRequest` as an argument."]]],[]]