Google Cloud Support API (cloudsupport:v2)

2026-06-26

6 new methods

Additions

    Methods
  • cloudsupport.supportEventSubscriptions.delete

      Path : v2/{+name}

      Parameters :

        name

          Type : string

          Location : path

          Required : Yes

          Pattern : ^[^/]+/[^/]+/supportEventSubscriptions/[^/]+$

          Description : Required. The name of the support event subscription to delete. Format: organizations/{organization_id}/supportEventSubscriptions/{subscription_id}

      Flat Path : v2/{v2Id}/{v2Id1}/supportEventSubscriptions/{supportEventSubscriptionsId}

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

      Parameter Order : name

      Description : Soft deletes a support event subscription.

      HTTP Method : DELETE

  • cloudsupport.supportEventSubscriptions.get

      Path : v2/{+name}

      Parameters :

        name

          Description : Required. The name of the support event subscription to retrieve. Format: organizations/{organization_id}/supportEventSubscriptions/{subscription_id}

          Pattern : ^[^/]+/[^/]+/supportEventSubscriptions/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Flat Path : v2/{v2Id}/{v2Id1}/supportEventSubscriptions/{supportEventSubscriptionsId}

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

      HTTP Method : GET

      Parameter Order : name

      Description : Gets a support event subscription.

  • cloudsupport.supportEventSubscriptions.list

      Path : v2/{+parent}/supportEventSubscriptions

      Parameters :

        pageToken

          Type : string

          Location : query

          Description : Optional. A token identifying the page of results to return. If unspecified, the first page is retrieved. When paginating, all other parameters provided to `ListSupportEventSubscriptions` must match the call that provided the page token.

        parent

          Pattern : ^[^/]+/[^/]+$

          Description : Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id}

          Type : string

          Location : path

          Required : Yes

        filter

          Description : Optional. Filter expression based on AIP-160. Supported fields: - pub_sub_topic - state Examples: - `pub_sub_topic="projects/example-project/topics/example-topic"` - `state=WORKING` - `pub_sub_topic="projects/example-project/topics/example-topic" AND state=WORKING`

          Location : query

          Type : string

        pageSize

          Type : integer

          Format : int32

          Location : query

          Description : Optional. The maximum number of support event subscriptions to return.

        showDeleted

          Description : Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.

          Location : query

          Type : boolean

      Flat Path : v2/{v2Id}/{v2Id1}/supportEventSubscriptions

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

      Parameter Order : parent

      Description : Lists support event subscriptions.

      HTTP Method : GET

  • cloudsupport.supportEventSubscriptions.create

      Flat Path : v2/{v2Id}/{v2Id1}/supportEventSubscriptions

      Path : v2/{+parent}/supportEventSubscriptions

      Parameters :

        parent

          Pattern : ^[^/]+/[^/]+$

          Description : Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id}

          Type : string

          Location : path

          Required : Yes

      Description : Creates a support event subscription for an organization.

      Parameter Order : parent

      HTTP Method : POST

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

  • cloudsupport.supportEventSubscriptions.patch

      Flat Path : v2/{v2Id}/{v2Id1}/supportEventSubscriptions/{supportEventSubscriptionsId}

      Path : v2/{+name}

      Parameters :

        name

          Pattern : ^[^/]+/[^/]+/supportEventSubscriptions/[^/]+$

          Description : Identifier. The resource name of the support event subscription.

          Type : string

          Required : Yes

          Location : path

        updateMask

          Description : Optional. The list of fields to update. The only supported value is pub_sub_topic.

          Location : query

          Type : string

          Format : google-fieldmask

      HTTP Method : PATCH

      Parameter Order : name

      Description : Updates a support event subscription.

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

  • cloudsupport.supportEventSubscriptions.undelete

      Flat Path : v2/{v2Id}/{v2Id1}/supportEventSubscriptions/{supportEventSubscriptionsId}:undelete

      Path : v2/{+name}:undelete

      Parameters :

        name

          Pattern : ^[^/]+/[^/]+/supportEventSubscriptions/[^/]+$

          Description : Required. The name of the support event subscription to undelete. Format: organizations/{organization_id}/supportEventSubscriptions/{subscription_id}

          Type : string

          Location : path

          Required : Yes

      HTTP Method : POST

      Description : Undeletes a support event subscription.

      Parameter Order : name

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