Google Cloud Support API (cloudsupport:v2beta)

2026-06-25

6 new methods

Additions

    Methods
  • cloudsupport.supportEventSubscriptions.create

      Parameter Order : parent

      Path : v2beta/{+parent}/supportEventSubscriptions

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

      Parameters :

        parent

          Location : path

          Required : Yes

          Type : string

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

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

      Description : Creates a support event subscription for an organization.

      Flat Path : v2beta/{v2betaId}/{v2betaId1}/supportEventSubscriptions

      HTTP Method : POST

  • cloudsupport.supportEventSubscriptions.delete

      Flat Path : v2beta/{v2betaId}/{v2betaId1}/supportEventSubscriptions/{supportEventSubscriptionsId}

      HTTP Method : DELETE

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

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

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

      Description : Soft deletes a support event subscription.

      Parameter Order : name

      Path : v2beta/{+name}

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

  • cloudsupport.supportEventSubscriptions.list

      Parameter Order : parent

      Path : v2beta/{+parent}/supportEventSubscriptions

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

      Parameters :

        pageSize

          Location : query

          Type : integer

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

          Format : int32

        pageToken

          Location : query

          Type : string

          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

          Type : string

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

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

          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`

          Type : string

          Location : query

        showDeleted

          Location : query

          Type : boolean

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

      Description : Lists support event subscriptions.

      Flat Path : v2beta/{v2betaId}/{v2betaId1}/supportEventSubscriptions

      HTTP Method : GET

  • cloudsupport.supportEventSubscriptions.patch

      Flat Path : v2beta/{v2betaId}/{v2betaId1}/supportEventSubscriptions/{supportEventSubscriptionsId}

      HTTP Method : PATCH

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

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

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

        updateMask

          Type : string

          Location : query

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

          Format : google-fieldmask

      Description : Updates a support event subscription.

      Parameter Order : name

      Path : v2beta/{+name}

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

  • cloudsupport.supportEventSubscriptions.undelete

      Parameters :

        name

          Required : Yes

          Location : path

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

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

          Type : string

      Description : Undeletes a support event subscription.

      Path : v2beta/{+name}:undelete

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

      Parameter Order : name

      HTTP Method : POST

      Flat Path : v2beta/{v2betaId}/{v2betaId1}/supportEventSubscriptions/{supportEventSubscriptionsId}:undelete

  • cloudsupport.supportEventSubscriptions.get

      Flat Path : v2beta/{v2betaId}/{v2betaId1}/supportEventSubscriptions/{supportEventSubscriptionsId}

      HTTP Method : GET

      Parameter Order : name

      Path : v2beta/{+name}

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

      Parameters :

        name

          Type : string

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

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

          Location : path

          Required : Yes

      Description : Gets a support event subscription.