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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `BatchCreateNotesResponse` class within the Grafeas V1 API, specifically version 3.6.0."],["`BatchCreateNotesResponse` is used as a response object when creating notes in batches, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchCreateNotesResponse` class has a constructor `BatchCreateNotesResponse(BatchCreateNotesResponse other)` which accepts another BatchCreateNotesResponse as a parameter."],["The class contains a `Notes` property, which is of type `RepeatedField\u003cNote\u003e`, and represents the collection of notes that were created during a batch operation."],["The provided content offers a historical overview with links to older versions, ranging from 2.2.0 to 3.7.0 (latest), of the Grafeas V1 API reference documentation for the `BatchCreateNotesResponse`."]]],[]]