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 create multiple occurrences in batch within the Grafeas.V1 namespace."],["The `BatchCreateOccurrencesRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This request allows up to 1000 occurrences to be created at once, specified in the `Occurrences` property, which is a `RepeatedField` of `Occurrence` objects."],["The `Parent` property, or its typed view `ParentAsProjectName`, specifies the project under which the occurrences will be created, in the format `projects/[PROJECT_ID]`."],["There are two constructor overloads, one default and one that takes an existing `BatchCreateOccurrencesRequest` object to create a new one from."]]],[]]