public sealed class GetOccurrenceNoteRequest : IMessage<GetOccurrenceNoteRequest>, IEquatable<GetOccurrenceNoteRequest>, IDeepCloneable<GetOccurrenceNoteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class GetOccurrenceNoteRequest.
Request to get the note to which the specified occurrence is attached.
[[["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."],[[["This document provides reference information for the `GetOccurrenceNoteRequest` class within the Grafeas v1 API, specifically version 3.4.0."],["`GetOccurrenceNoteRequest` is a class that requests the note associated with a specified occurrence, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and contains two constructors, along with properties for `Name` (a string) and `OccurrenceName` (an `OccurrenceName`-typed view of the `Name`)."],["The document lists various previous versions of the API, from 2.2.0 up to 3.7.0, with 3.7.0 being the latest version available."],["The `Name` property is used to identify an occurrence using the format `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`."]]],[]]