Advisory Notifications API (advisorynotifications:v1)

2024-04-04

2 new methods

Additions

    Methods
  • advisorynotifications.projects.locations.updateSettings

      HTTP Method : PATCH

      Parameters :

        name

          Description : Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.

          Required : Yes

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/settings$

          Location : path

      Parameter Order : name

      Description : Update notification settings.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/settings

  • advisorynotifications.projects.locations.getSettings

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/settings

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}

      Description : Get notification settings.

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/settings$

          Description : Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.

          Location : path

          Type : string

          Required : Yes