public sealed class UpdateOccurrenceRequest : IMessage<UpdateOccurrenceRequest>, IEquatable<UpdateOccurrenceRequest>, IDeepCloneable<UpdateOccurrenceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class UpdateOccurrenceRequest.
[[["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 `UpdateOccurrenceRequest` class within the Grafeas v1 API, specifically version 3.3.0."],["The `UpdateOccurrenceRequest` class is used to update an existing occurrence and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (the occurrence's name), `Occurrence` (the updated occurrence data), `OccurrenceName` (a typed view over the resource name), and `UpdateMask` (the fields to be updated)."],["The document lists all previous versions of this class from 2.2.0 up to the latest 3.7.0 version, allowing for easy access to other related versions."],["The `UpdateOccurrenceRequest` class can be constructed either with default parameters or with an existing `UpdateOccurrenceRequest` object for cloning."]]],[]]