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."],[[["This document provides reference documentation for the `BatchCreateOccurrencesRequest` class within the Grafeas V1 API, specifically version 3.6.0, and shows a list of all versions."],["`BatchCreateOccurrencesRequest` is used to create occurrences in batch and can have a maximum of 1000, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Occurrences`, which holds the list of occurrences to be created, `Parent`, which is the name of the project under which the occurrences are to be created, and `ParentAsProjectName`, a project name-typed view of the `Parent` resource name property."],["There are two constructors available for `BatchCreateOccurrencesRequest`: one is parameterless, and the other takes an existing `BatchCreateOccurrencesRequest` object as an argument for copying."],["The latest version is 3.7.0 but the current documentation refers to version 3.6.0 and there is a complete list of versions from 2.2.0 up to the latest 3.7.0."]]],[]]