public sealed class BatchCreateOccurrencesRequest : IMessage<BatchCreateOccurrencesRequest>, IEquatable<BatchCreateOccurrencesRequest>, IDeepCloneable<BatchCreateOccurrencesRequest>, IBufferMessage, IMessage
[[["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 outlines the `BatchCreateOccurrencesRequest` class, which is used to request the creation of multiple occurrences in a batch."],["The class is part of the `Grafeas.V1` namespace and the `Grafeas.V1.dll` assembly, with current documentation specifying version 2.4.0, but also provides links to other versions, such as 3.7.0, the latest."],["`BatchCreateOccurrencesRequest` inherits from `Object` and implements `IMessage\u003cBatchCreateOccurrencesRequest\u003e`, `IEquatable\u003cBatchCreateOccurrencesRequest\u003e`, `IDeepCloneable\u003cBatchCreateOccurrencesRequest\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class has two constructors: a default constructor and a constructor that accepts another `BatchCreateOccurrencesRequest` object, which is provided as the parameter `other`."],["The class contains two crucial properties: `Occurrences`, a `RepeatedField` collection holding the occurrences to be created, with a maximum allowed length of 1000, and `Parent`, a string to specify the project name under which the occurrences will be made."]]],[]]