File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ message BillingAccount {
261261
262262 // Output only. True if the billing account is open, and will therefore be
263263 // charged for any usage on associated projects. False if the billing account
264- // is closed, and therefore projects associated with it will be unable to use
265- // paid services.
264+ // is closed, and therefore projects associated with it are unable to use paid
265+ // services.
266266 bool open = 2 [(google.api.field_behavior ) = OUTPUT_ONLY ];
267267
268268 // The display name given to the billing account, such as `My Billing
@@ -478,7 +478,7 @@ message MoveBillingAccountRequest {
478478 }
479479 ];
480480
481- // Required. The resource name of the Organization to reparent
481+ // Required. The resource name of the Organization to move
482482 // the billing account under.
483483 // Must be of the form `organizations/{organization_id}`.
484484 string destination_parent = 2 [
You can’t perform that action at this time.
0 commit comments