Cloud Channel API (cloudchannel:v1)

2023-03-10

1 new method | 1 updated method

Additions

    Methods
  • cloudchannel.accounts.customers.entitlements.listEntitlementChanges

      Path: v1/{+parent}:listEntitlementChanges

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/apps.order

      Parameter Order: parent

      Parameters:

        parent

          Pattern: ^accounts/[^/]+/customers/[^/]+/entitlements/[^/]+$

          Type: string

          Required: Yes

          Location: path

          Description: Required. The resource name of the entitlement for which to list entitlement changes. The `-` wildcard may be used to match entitlements across a customer. Formats: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * accounts/{account_id}/customers/{customer_id}/entitlements/-

        pageSize

          Description: Optional. The maximum number of entitlement changes to return. The service may return fewer than this value. If unspecified, returns at most 10 entitlement changes. The maximum value is 50; the server will coerce values above 50.

          Location: query

          Type: integer

          Format: int32

        filter

          Type: string

          Description: Optional. Filters applied to the list results.

          Location: query

        pageToken

          Location: query

          Description: Optional. A page token, received from a previous CloudChannelService.ListEntitlementChanges call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to CloudChannelService.ListEntitlementChanges must match the call that provided the page token.

          Type: string

      Description: List entitlement history. Possible error codes: * PERMISSION_DENIED: The reseller account making the request and the provided reseller account are different. * INVALID_ARGUMENT: Missing or invalid required fields in the request. * NOT_FOUND: The parent resource doesn't exist. Usually the result of an invalid name parameter. * INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact CloudChannel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support. Return value: List of EntitlementChanges.

      Flat Path: v1/accounts/{accountsId}/customers/{customersId}/entitlements/{entitlementsId}:listEntitlementChanges

Updates

    Methods
  • cloudchannel.accounts.offers.list

      Parameters:

        showFutureOffers

          Description: Optional. A boolean flag that determines if a response returns future offers 30 days from now. If the show_future_offers is true, the response will only contain offers that are scheduled to be available 30 days from now.

          Type: boolean

          Location: query