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.5.0, and lists the available versions ranging from 2.2.0 to 3.7.0."],["The `BatchCreateOccurrencesRequest` class is designed for batch creation of occurrences and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["The class includes constructors for creating new instances and cloning, along with properties like `Occurrences` (a `RepeatedField` of `Occurrence` objects) and `Parent` (the project name under which the occurrences are created)."],["The `Occurrences` property, which is a `RepeatedField\u003cOccurrence\u003e`, allows for the creation of up to 1000 occurrences in a batch, and `Parent` determines the project where they are created."],["The `ParentAsProjectName` property offers a typed view using `ProjectName` over the parent resource name, in order to help with accessing the parent in the correct format."]]],[]]