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