Skip to content

Commit 695adb1

Browse files
Google APIscopybara-github
authored andcommitted
docs: update comments
PiperOrigin-RevId: 598911563
1 parent c962af5 commit 695adb1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/billing/v1/cloud_billing.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 [

0 commit comments

Comments
 (0)