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.GoogleCloudAssuredworkloadsV1beta1Workload.properties.billingAccount.description
- schemas.GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo.properties.resourceType.enum
- schemas.GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo.properties.resourceType.enumDescriptions
- schemas.GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings.properties.resourceType.enum
- schemas.GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings.properties.resourceType.enumDescriptions
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 8, 2021
1 parent e30edb8 commit 53464e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions discovery/assuredworkloads-v1.json
Expand Up @@ -351,7 +351,7 @@
}
}
},
"revision": "20210513",
"revision": "20210702",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata": {
Expand Down Expand Up @@ -631,7 +631,7 @@
"id": "GoogleCloudAssuredworkloadsV1beta1Workload",
"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": "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`.",
"type": "string"
},
"cjisSettings": {
Expand Down Expand Up @@ -800,12 +800,14 @@
"enum": [
"RESOURCE_TYPE_UNSPECIFIED",
"CONSUMER_PROJECT",
"CONSUMER_FOLDER",
"ENCRYPTION_KEYS_PROJECT",
"KEYRING"
],
"enumDescriptions": [
"Unknown resource type.",
"Consumer project.",
"Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.",
"Consumer Folder.",
"Consumer project containing encryption keys.",
"Keyring resource that hosts encryption keys."
],
Expand All @@ -831,12 +833,14 @@
"enum": [
"RESOURCE_TYPE_UNSPECIFIED",
"CONSUMER_PROJECT",
"CONSUMER_FOLDER",
"ENCRYPTION_KEYS_PROJECT",
"KEYRING"
],
"enumDescriptions": [
"Unknown resource type.",
"Consumer project.",
"Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.",
"Consumer Folder.",
"Consumer project containing encryption keys.",
"Keyring resource that hosts encryption keys."
],
Expand Down
2 changes: 1 addition & 1 deletion src/apis/assuredworkloads/v1.ts
Expand Up @@ -155,7 +155,7 @@ export namespace assuredworkloads_v1 {
*/
export interface Schema$GoogleCloudAssuredworkloadsV1beta1Workload {
/**
* 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`.
* 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`.
*/
billingAccount?: string | null;
/**
Expand Down

0 comments on commit 53464e2

Please sign in to comment.