ProjectsLocationsNotes
class ProjectsLocationsNotes extends Resource (View source)
The "notes" collection of methods.
Typical usage is:
$containeranalysisService = new Google\Service\ContainerAnalysis(...);
$notes = $containeranalysisService->projects_locations_notes;
Methods
batchCreate(string $parent, BatchCreateNotesRequest $postBody, array $optParams = [])
Creates new notes in batch. (notes.batchCreate)
delete(string $name, array $optParams = [])
Deletes the specified note. (notes.delete)
listProjectsLocationsNotes(string $parent, array $optParams = [])
Lists notes for the specified project. (notes.listProjectsLocationsNotes)
Details
BatchCreateNotesResponse
batchCreate(string $parent, BatchCreateNotesRequest $postBody, array $optParams = [])
Creates new notes in batch. (notes.batchCreate)
Note
create(string $parent, Note $postBody, array $optParams = [])
Creates a new note. (notes.create)
ContaineranalysisEmpty
delete(string $name, array $optParams = [])
Deletes the specified note. (notes.delete)
Note
get(string $name, array $optParams = [])
Gets the specified note. (notes.get)
ListNotesResponse
listProjectsLocationsNotes(string $parent, array $optParams = [])
Lists notes for the specified project. (notes.listProjectsLocationsNotes)