Skip to content

Commit

Permalink
feat(cloudchannel): update the API
Browse files Browse the repository at this point in the history
#### cloudchannel:v1

The following keys were added:
- schemas.GoogleCloudChannelV1TransferableSku.properties.legacySku.$ref
- schemas.GoogleCloudChannelV1TransferableSku.properties.legacySku.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 5, 2021
1 parent 0f9d08c commit b26036b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion discovery/cloudchannel-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@
}
}
},
"revision": "20210325",
"revision": "20210331",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -3169,6 +3169,10 @@
"description": "TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.",
"id": "GoogleCloudChannelV1TransferableSku",
"properties": {
"legacySku": {
"$ref": "GoogleCloudChannelV1Sku",
"description": "Optional. The customer to transfer has an entitlement with the populated legacy SKU."
},
"sku": {
"$ref": "GoogleCloudChannelV1Sku",
"description": "The SKU pertaining to the provisioning resource as specified in the Offer."
Expand Down
4 changes: 4 additions & 0 deletions src/apis/cloudchannel/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,10 @@ export namespace cloudchannel_v1 {
* TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.
*/
export interface Schema$GoogleCloudChannelV1TransferableSku {
/**
* Optional. The customer to transfer has an entitlement with the populated legacy SKU.
*/
legacySku?: Schema$GoogleCloudChannelV1Sku;
/**
* The SKU pertaining to the provisioning resource as specified in the Offer.
*/
Expand Down

0 comments on commit b26036b

Please sign in to comment.