Google Cloud Support API (cloudsupport:v2beta)

2024-04-30

1 new method

Additions

    Methods
  • cloudsupport.cases.showFeed

      Parameters:

        pageSize

          Description: Optional. The maximum number of feed items fetched with each request.

          Location: query

          Format: int32

          Type: integer

        parent

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

          Type: string

          Description: Required. The resource name of the case for which feed items should be listed.

          Location: path

          Required: Yes

        orderBy

          Location: query

          Type: string

          Description: Optional. Field to order feed items by, followed by `asc` or `desc` postfix. The only valid field is `creation_time`. This list is case-insensitive, default sorting order is ascending, and the redundant space characters are insignificant. Example: `creation_time desc`

        pageToken

          Location: query

          Description: Optional. A token identifying the page of results to return. If unspecified, the first page is retrieved.

          Type: string

      Description: Show items in the feed of this case, including case emails, attachments, and comments.

      Parameter Order: parent

      Path: v2beta/{+parent}:showFeed

      Flat Path: v2beta/{v2betaId}/{v2betaId1}/cases/{casesId}:showFeed

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

      HTTP Method: GET