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 version 3.5.0, which is part of the .NET library."],["The `BatchCreateOccurrencesResponse` class is used to represent the response when creating multiple occurrences in batch, inheriting from the base `object` class and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the constructors of the `BatchCreateOccurrencesResponse` class, including the default constructor and a copy constructor that takes another `BatchCreateOccurrencesResponse` object as input."],["It also outlines the `Occurrences` property, which is a `RepeatedField` containing a list of `Occurrence` objects that were created as part of the batch process."],["There are several versions of the documentation present for `BatchCreateOccurrencesResponse`, ranging from 2.2.0 to 3.7.0, with 3.7.0 being the latest available version."]]],[]]