public sealed class BatchCreateOccurrencesResponse : IMessage<BatchCreateOccurrencesResponse>, IEquatable<BatchCreateOccurrencesResponse>, IDeepCloneable<BatchCreateOccurrencesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateOccurrencesResponse.
[[["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 `BatchCreateOccurrencesResponse` class within the Grafeas v1 API, specifically for version 3.6.0."],["The `BatchCreateOccurrencesResponse` class is used to manage responses when creating multiple occurrences in batch, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides constructors for default instantiation and for creating a copy from an existing `BatchCreateOccurrencesResponse` instance."],["It includes a property named `Occurrences`, which is of type `RepeatedField\u003cOccurrence\u003e` and represents the collection of created occurrences."],["The document covers multiple past versions of the documentation, going back to version 2.2.0, and it also includes the latest version, which is 3.7.0."]]],[]]