public sealed class BatchCreateNotesResponse : IMessage<BatchCreateNotesResponse>, IEquatable<BatchCreateNotesResponse>, IDeepCloneable<BatchCreateNotesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateNotesResponse.
[[["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 page provides reference documentation for the `BatchCreateNotesResponse` class within the Grafeas V1 API, specifically for version 3.1.0 of the .NET library."],["`BatchCreateNotesResponse` is a class used to handle responses when creating multiple notes in batch, and it implements various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details the `BatchCreateNotesResponse` class's constructors, including a default constructor and a copy constructor that accepts another `BatchCreateNotesResponse` object."],["The `Notes` property of the `BatchCreateNotesResponse` class is a `RepeatedField` which holds a collection of `Note` objects that were created during the batch creation process."],["The page also includes links to documentation for previous versions, including the latest version, of the `BatchCreateNotesResponse` class."]]],[]]