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 information for the `BatchCreateNotesRequest` class within the Grafeas V1 API for .NET."],["The `BatchCreateNotesRequest` class is used to create multiple notes in batch and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for specifying the `Parent` project under which the notes are created, and `Notes` to be created, which is a `MapField` with a max allowed length of 1000."],["There are several versions of the documentation available for this class, ranging from version 2.2.0 to the latest version, 3.7.0."],["The class inherits methods from `object`, including `GetHashCode`, `GetType`, and `ToString`, and can be instantiated with a default constructor or by passing another instance of `BatchCreateNotesRequest`."]]],[]]