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 information for the `BatchCreateNotesRequest` class within the Grafeas V1 API, specifically version 3.1.0."],["The `BatchCreateNotesRequest` class is designed for making requests to create notes in batches, and it inherits from the `object` class while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `Notes`, which is a `MapField` for the notes to create with a max length of 1000, `Parent`, which specifies the project under which the notes are created, and `ParentAsProjectName`, which gives a typed view over the project name."],["There are multiple available versions for the `BatchCreateNotesRequest` class, ranging from 2.2.0 up to the latest version 3.7.0."]]],[]]