Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note.
[[["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 2024-10-02 UTC."],[[["This webpage details how to list occurrences of a specific note across consumer projects using an HTTP request."],["The request requires specifying the note's name in the path parameters, using the format `projects/[PROVIDER_ID]/notes/[NOTE_ID]`."],["Optional query parameters include `filter`, `pageSize`, and `pageToken` to refine the list of occurrences, with `pageSize` determining the number of occurrences returned."],["The request body must be left empty, and upon success, the response will include a `ListNoteOccurrencesResponse` object."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]