public sealed class BatchCreateNotesRequest : IMessage<BatchCreateNotesRequest>, IEquatable<BatchCreateNotesRequest>, IDeepCloneable<BatchCreateNotesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateNotesRequest.
[[["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."],[[["This webpage provides documentation for the `BatchCreateNotesRequest` class within the Grafeas V1 API, specifically version 3.2.0."],["`BatchCreateNotesRequest` is used to create notes in batch and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `Notes` (a map of notes to create, max 1000) and `Parent` (the project under which the notes are to be created), in both string and `ProjectName` typed formats."],["The latest version available is 3.7.0, with previous versions ranging from 3.6.0 to 2.2.0 listed as well."],["The `BatchCreateNotesRequest` class inherits from `object`, allowing it to use inherited methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]