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.4.0, and contains a list of all versions."],["`BatchCreateOccurrencesResponse` is a class used for responses when creating occurrences in batch, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and has methods like `GetHashCode`, `GetType`, and `ToString` inherited from it."],["It includes two constructors, one being a default constructor and the other accepting another `BatchCreateOccurrencesResponse` instance for creating a copy."],["The `Occurrences` property is a key part of the response, holding a `RepeatedField` collection of `Occurrence` objects, representing the occurrences that have been created."]]],[]]