public sealed class BatchCreateOccurrencesRequest : IMessage<BatchCreateOccurrencesRequest>, IEquatable<BatchCreateOccurrencesRequest>, IDeepCloneable<BatchCreateOccurrencesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateOccurrencesRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `BatchCreateOccurrencesRequest` class is part of the Grafeas v1 API and is used to create multiple occurrences in a batch."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET ecosystem."],["It allows for the batch creation of up to 1000 occurrences, as specified by the `Occurrences` property, which is a `RepeatedField` of `Occurrence` objects."],["The `Parent` property, which can also be accessed as `ParentAsProjectName`, designates the project under which these occurrences will be created, formatted as `projects/[PROJECT_ID]`."],["The `BatchCreateOccurrencesRequest` class offers two constructors: a default constructor and one that takes another `BatchCreateOccurrencesRequest` object for cloning purposes."]]],[]]