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"]],[["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-04-17 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."]]],[]]