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 document provides reference documentation for the `BatchCreateNotesRequest` class within the Grafeas v1 API, specifically version 3.4.0."],["The `BatchCreateNotesRequest` class is designed to create notes in batch, as indicated by its description."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality comparisons, deep cloning and buffer message interactions."],["It includes properties such as `Notes`, a map for the notes to create with a maximum length of 1000, and `Parent`, which specifies the project under which the notes are created, along with `ParentAsProjectName` which is a typed view over the parent."],["The latest version available in the documentation is 3.7.0, while this page details version 3.4.0."]]],[]]