2024-08-02
▼ ▲ containeranalysis.projects.locations.occurrences.batchCreate
HTTP Method : POST
Description : Creates new occurrences in batch.
Parameter Order : parent
Path : v1/{+parent}/occurrences:batchCreate
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/occurrences:batchCreate
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Required : Yes
Type : string
Description : Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrences are to be created.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
▼ ▲ containeranalysis.projects.locations.occurrences.delete
Parameters :
name
Description : Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/occurrences/[^/]+$
Parameter Order : name
Description : Deletes the specified occurrence. For example, use this method to delete an occurrence when the occurrence is no longer applicable for the given resource.
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/occurrences/{occurrencesId}
▼ ▲ containeranalysis.projects.locations.occurrences.patch
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/occurrences/{occurrencesId}
Path : v1/{+name}
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/occurrences/[^/]+$
Required : Yes
Type : string
Description : Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
Location : path
updateMask
Format : google-fieldmask
Description : The fields to update.
Location : query
Type : string
HTTP Method : PATCH
Parameter Order : name
Description : Updates the specified occurrence.
▼ ▲ containeranalysis.projects.locations.occurrences.create
Path : v1/{+parent}/occurrences
Description : Creates a new occurrence.
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Parameters :
parent
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Required : Yes
Description : Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/occurrences
▼ ▲ containeranalysis.projects.locations.notes.create
Description : Creates a new note.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/notes
Parameter Order : parent
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
Type : string
Location : path
Required : Yes
noteId
Type : string
Description : Required. The ID to use for this note.
Location : query
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/notes
▼ ▲ containeranalysis.projects.locations.notes.patch
HTTP Method : PATCH
Path : v1/{+name}
Parameter Order : name
Description : Updates the specified note.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
updateMask
Description : The fields to update.
Type : string
Format : google-fieldmask
Location : query
name
Pattern : ^projects/[^/]+/locations/[^/]+/notes/[^/]+$
Description : Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
Type : string
Location : path
Required : Yes
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/notes/{notesId}
▼ ▲ containeranalysis.projects.locations.notes.batchCreate
HTTP Method : POST
Parameters :
parent
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created.
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates new notes in batch.
Parameter Order : parent
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/notes:batchCreate
Path : v1/{+parent}/notes:batchCreate
▼ ▲ containeranalysis.projects.locations.notes.delete
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/notes/{notesId}
Description : Deletes the specified note.
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/notes/[^/]+$
Description : Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
Location : path
Type : string
Required : Yes
Parameter Order : name
Path : v1/{+name}
HTTP Method : DELETE