Skip to content

Commit eec74da

Browse files
feat(cloudchannel): update the api
#### cloudchannel:v1 The following keys were added: - schemas.GoogleCloudChannelV1alpha1RenewalSettings.properties.scheduledRenewalOffer (Total Keys: 2)
1 parent f2218c1 commit eec74da

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

googleapiclient/discovery_cache/documents/cloudchannel.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@
20552055
}
20562056
}
20572057
},
2058-
"revision": "20230319",
2058+
"revision": "20230326",
20592059
"rootUrl": "https://cloudchannel.googleapis.com/",
20602060
"schemas": {
20612061
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -5014,6 +5014,11 @@
50145014
"resizeUnitCount": {
50155015
"description": "If true and enable_renewal = true, the unit (for example seats or licenses) will be set to the number of active units at renewal time.",
50165016
"type": "boolean"
5017+
},
5018+
"scheduledRenewalOffer": {
5019+
"description": "Output only. The offer resource name that the entitlement will renew on at the end date. Takes the form: accounts/{account_id}/offers/{offer_id}.",
5020+
"readOnly": true,
5021+
"type": "string"
50175022
}
50185023
},
50195024
"type": "object"

0 commit comments

Comments
 (0)