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