Skip to content

Commit

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

The following keys were changed:
- schemas.GoogleCloudAssuredworkloadsV1Workload.properties.billingAccount.description
  • Loading branch information
yoshi-automation authored and sofisl committed Sep 23, 2021
1 parent 146e12a commit 6ea1024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/assuredworkloads-v1.json
Expand Up @@ -351,7 +351,7 @@
}
}
},
"revision": "20210906",
"revision": "20210916",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata": {
Expand Down Expand Up @@ -425,7 +425,7 @@
"id": "GoogleCloudAssuredworkloadsV1Workload",
"properties": {
"billingAccount": {
"description": "Required. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.",
"description": "Optional. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.",
"type": "string"
},
"complianceRegime": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/assuredworkloads/v1.ts
Expand Up @@ -333,7 +333,7 @@ export namespace assuredworkloads_v1 {
*/
export interface Schema$GoogleCloudAssuredworkloadsV1Workload {
/**
* Required. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id\}`. For example, `billingAccounts/012345-567890-ABCDEF`.
* Optional. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id\}`. For example, `billingAccounts/012345-567890-ABCDEF`.
*/
billingAccount?: string | null;
/**
Expand Down

0 comments on commit 6ea1024

Please sign in to comment.