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-04-17 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`."]]],[]]