Skip to content

Commit

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

The following keys were changed:
- schemas.GoogleCloudChannelV1Entitlement.properties.parameters.description
- schemas.GoogleCloudChannelV1alpha1Entitlement.properties.parameters.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent a264e2d commit e4b1b2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions discovery/cloudchannel-v1.json
Expand Up @@ -2009,7 +2009,7 @@
}
}
},
"revision": "20221220",
"revision": "20230131",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -2716,7 +2716,7 @@
"type": "string"
},
"parameters": {
"description": "Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. The response may include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. - max_units: The maximum assignable units for a flexible offer. - num_units: The total commitment for commitment-based offers.",
"description": "Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. For Google Workspace, the following Parameters may be accepted as input: - max_units: The maximum assignable units for a flexible offer OR - num_units: The total commitment for commitment-based offers The response may additionally include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. For GCP billing accounts, the following Parameter may be accepted as input: - display_name: The display name of the billing account.",
"items": {
"$ref": "GoogleCloudChannelV1Parameter"
},
Expand Down Expand Up @@ -4510,7 +4510,7 @@
"type": "string"
},
"parameters": {
"description": "Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. The response may include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. - max_units: The maximum assignable units for a flexible offer. - num_units: The total commitment for commitment-based offers.",
"description": "Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. For Google Workspace, the following Parameters may be accepted as input: - max_units: The maximum assignable units for a flexible offer OR - num_units: The total commitment for commitment-based offers The response may additionally include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. For GCP billing accounts, the following Parameter may be accepted as input: - display_name: The display name of the billing account.",
"items": {
"$ref": "GoogleCloudChannelV1alpha1Parameter"
},
Expand Down
4 changes: 2 additions & 2 deletions src/apis/cloudchannel/v1.ts
Expand Up @@ -285,7 +285,7 @@ export namespace cloudchannel_v1 {
*/
offer?: string | null;
/**
* Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. The response may include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. - max_units: The maximum assignable units for a flexible offer. - num_units: The total commitment for commitment-based offers.
* Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. For Google Workspace, the following Parameters may be accepted as input: - max_units: The maximum assignable units for a flexible offer OR - num_units: The total commitment for commitment-based offers The response may additionally include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. For GCP billing accounts, the following Parameter may be accepted as input: - display_name: The display name of the billing account.
*/
parameters?: Schema$GoogleCloudChannelV1alpha1Parameter[];
/**
Expand Down Expand Up @@ -1024,7 +1024,7 @@ export namespace cloudchannel_v1 {
*/
offer?: string | null;
/**
* Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. The response may include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. - max_units: The maximum assignable units for a flexible offer. - num_units: The total commitment for commitment-based offers.
* Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. For Google Workspace, the following Parameters may be accepted as input: - max_units: The maximum assignable units for a flexible offer OR - num_units: The total commitment for commitment-based offers The response may additionally include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. For GCP billing accounts, the following Parameter may be accepted as input: - display_name: The display name of the billing account.
*/
parameters?: Schema$GoogleCloudChannelV1Parameter[];
/**
Expand Down

0 comments on commit e4b1b2f

Please sign in to comment.