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 documentation for the `BatchCreateOccurrencesResponse` class within the Grafeas V1 API, specifically for version 3.2.0."],["The `BatchCreateOccurrencesResponse` class is used as a response type when creating occurrences in batch, as it represents the output of that process."],["The class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and compatibility."],["It includes a constructor, both a default and a copy constructor, and also has a property called `Occurrences` which returns a `RepeatedField` type containing a list of created `Occurence` objects."],["There are multiple versions of the Grafeas API available, with 3.7.0 being the latest and going as far back as version 2.2.0."]]],[]]