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"]],[["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."],[[["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."]]],[]]