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.6.0."],["The `BatchCreateNotesRequest` class is designed to create notes in batch, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors, `BatchCreateNotesRequest()` and `BatchCreateNotesRequest(BatchCreateNotesRequest other)`, to instantiate the object with or without a copy of an existing request."],["Key properties of the `BatchCreateNotesRequest` class include `Notes`, a `MapField` to store the notes to be created, with a maximum length of 1000, and `Parent`, which is the project under which the notes will be created."],["The page also provide links to other versions of the `BatchCreateNotesRequest`, all the way back to version 2.2.0, as well as the latest version, 3.7.0."]]],[]]