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"]],[["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 document provides reference information for the `GetOccurrenceRequest` class within the Grafeas v1 API, detailing its structure and usage."],["`GetOccurrenceRequest` is a request object used to retrieve a specific occurrence, and it supports various versions of the API, with version 3.7.0 being the latest."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`GetOccurrenceRequest` has properties such as `Name`, a string representing the occurrence's resource name, and `OccurrenceName`, a typed view of the resource name."],["There are available constructor options to instantiate this class, either without parameters, or by passing an existing instance of `GetOccurrenceRequest`."]]],[]]