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 latest version of the `BatchCreateOccurrencesRequest` API is 3.7.0, and there are multiple previous versions available, ranging from 3.6.0 down to 2.2.0."],["`BatchCreateOccurrencesRequest` is a class in the Grafeas.V1 namespace, designed for creating multiple occurrences in a single request to the Grafeas v1 API."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, all specific to the `BatchCreateOccurrencesRequest` class."],["The `Occurrences` property, of type `RepeatedField\u003cOccurrence\u003e`, represents the list of occurrences to be created, with a maximum limit of 1000."],["The `Parent` property, of type string, specifies the project name in the format `projects/[PROJECT_ID]` under which the new occurrences will be created."]]],[]]