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, specifically version 3.3.0."],["`BatchCreateNotesResponse` is used as a response object when creating notes in batches, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes properties such as `Notes`, which is a `RepeatedField` collection of `Note` objects."],["The documentation covers the constructors for `BatchCreateNotesResponse`, which include a default constructor and a copy constructor."],["The documentation also lists links to previous versions of this response object, ranging from version 2.2.0 up to the most recent version of 3.7.0, along with direct links to the classes."]]],[]]