Lines Matching full:notes
32 * The "notes" collection of methods.
36 * $notes = $containeranalysisService->notes;
42 * Creates new notes in batch. (notes.batchCreate)
45 * `projects/[PROJECT_ID]`, under which the notes are to be created.
57 * Creates a new note. (notes.create)
74 * Deletes the specified note. (notes.delete)
77 * `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
88 * Gets the specified note. (notes.get)
91 * `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
103 * `containeranalysis.notes.setIamPolicy` or
106 * `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and
108 * (notes.getIamPolicy)
124 * Lists notes for the specified project. (notes.listProjectsNotes)
126 * @param string $parent Required. The name of the project to list notes for in
131 * @opt_param int pageSize Number of notes to return in the list. Must be
145 * Updates the specified note. (notes.patch)
148 * `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
163 * `containeranalysis.notes.setIamPolicy` or
166 * `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and
168 * (notes.setIamPolicy)
186 * `containeranalysis.notes.list`). The resource takes the format
187 * `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and
189 * (notes.testIamPermissions)