class ProjectsNotesOccurrences extends Resource (View source)

The "occurrences" collection of methods.

Typical usage is:

 $containeranalysisService = new Google\Service\ContainerAnalysis(...);
 $occurrences = $containeranalysisService->projects_notes_occurrences;

Methods

listProjectsNotesOccurrences(string $name, array $optParams = [])

Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note. (occurrences.listProjectsNotesOccurrences)

Details

ListNoteOccurrencesResponse listProjectsNotesOccurrences(string $name, array $optParams = [])

Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note. (occurrences.listProjectsNotesOccurrences)

Parameters

string $name

Required. The name of the note to list occurrences for in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

array $optParams

Optional parameters.

Return Value

ListNoteOccurrencesResponse

Exceptions

Exception