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 webpage provides documentation for the `BatchCreateNotesResponse` class within the Grafeas v1 API, which is used for creating notes in batch."],["The class `BatchCreateNotesResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Protobuf library."],["The documentation includes information on the class's constructors, including a default constructor and one that accepts another `BatchCreateNotesResponse` object as a parameter."],["The `Notes` property of `BatchCreateNotesResponse` is a `RepeatedField\u003cNote\u003e` and represents the collection of notes created through the batch operation."],["The page has documentation for many versions of this class, with version 3.7.0 as the latest version, and version 3.4.0 as the version being currently viewed."]]],[]]