public sealed class GetOccurrenceRequest : IMessage<GetOccurrenceRequest>, IEquatable<GetOccurrenceRequest>, IDeepCloneable<GetOccurrenceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class GetOccurrenceRequest.
[[["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-03-21 UTC."],[[["This document provides reference information for the `GetOccurrenceRequest` class within the Grafeas v1 API, detailing its structure and functionality."],["The `GetOccurrenceRequest` class is used to request a specific occurrence and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor, `GetOccurrenceRequest()`, and a copy constructor, `GetOccurrenceRequest(GetOccurrenceRequest other)`, allowing for the creation of new instances and copies of existing ones."],["Key properties of the `GetOccurrenceRequest` class are `Name`, which is a string representing the occurrence's identifier, and `OccurrenceName`, which is a typed view of the `Name` property."],["Multiple versions of the `GetOccurrenceRequest` documentation are available, ranging from version 2.2.0 to the latest version, 3.7.0."]]],[]]