You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add Canada regions and support compliance regime (#73)
- [ ] Regenerate this pull request now.
Committer: @ketanbshah
PiperOrigin-RevId: 393142547
Source-Link: googleapis/googleapis@4b6bb3d
Source-Link: googleapis/googleapis-gen@f70128a
fix: ResourceType CONSUMER_PROJECT is deprecated
feat: ResourceType CONSUMER_FOLDER and KEYRING are added
feat: display_name is added to ResourceSettings
fix: billing_account is now optional in Workload
feat: resource_settings is added to CreateWorkloadOperationMetadata
Copy file name to clipboardExpand all lines: packages/google-cloud-assured-workloads/google/cloud/assuredworkloads_v1beta1/types/assuredworkloads_v1beta1.py
+25-11Lines changed: 25 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -181,12 +181,12 @@ class Workload(proto.Message):
181
181
Output only. Immutable. The Workload creation
182
182
timestamp.
183
183
billing_account (str):
184
-
Required. Input only. The billing account used for the
185
-
resources which are direct children of workload. This
186
-
billing account is initially associated with the resources
187
-
created as part of Workload creation. After the initial
188
-
creation of these resources, the customer can change the
189
-
assigned billing account. The resource name has the form
184
+
Input only. The billing account used for the resources which
185
+
are direct children of workload. This billing account is
186
+
initially associated with the resources created as part of
187
+
Workload creation. After the initial creation of these
188
+
resources, the customer can change the assigned billing
189
+
account. The resource name has the form
190
190
``billingAccounts/{billing_account_id}``. For example,
0 commit comments