Skip to content

Commit 6fe53ad

Browse files
Google APIscopybara-github
authored andcommitted
docs: update comments
PiperOrigin-RevId: 559241398
1 parent 788f947 commit 6fe53ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

google/cloud/billing/v1/cloud_billing.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,12 @@ message ProjectBillingInfo {
247247
// Output only. The resource name for the `ProjectBillingInfo`; has the form
248248
// `projects/{project_id}/billingInfo`. For example, the resource name for the
249249
// billing information for project `tokyo-rain-123` would be
250-
// `projects/tokyo-rain-123/billingInfo`. This field is read-only.
250+
// `projects/tokyo-rain-123/billingInfo`.
251251
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
252252

253253
// Output only. The ID of the project that this `ProjectBillingInfo`
254254
// represents, such as `tokyo-rain-123`. This is a convenience field so that
255-
// you don't need to parse the `name` field to obtain a project ID. This field
256-
// is read-only.
255+
// you don't need to parse the `name` field to obtain a project ID.
257256
string project_id = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
258257

259258
// The resource name of the billing account associated with the project, if
@@ -263,7 +262,7 @@ message ProjectBillingInfo {
263262
// Output only. True if the project is associated with an open billing
264263
// account, to which usage on the project is charged. False if the project is
265264
// associated with a closed billing account, or no billing account at all, and
266-
// therefore cannot use paid services. This field is read-only.
265+
// therefore cannot use paid services.
267266
bool billing_enabled = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
268267
}
269268

@@ -391,7 +390,8 @@ message UpdateProjectBillingInfoRequest {
391390
// `projects/tokyo-rain-123`.
392391
string name = 1 [(google.api.field_behavior) = REQUIRED];
393392

394-
// The new billing information for the project. Read-only fields are ignored;
395-
// thus, you can leave empty all fields except `billing_account_name`.
393+
// The new billing information for the project. Output-only fields are
394+
// ignored; thus, you can leave empty all fields except
395+
// `billing_account_name`.
396396
ProjectBillingInfo project_billing_info = 2;
397397
}

0 commit comments

Comments
 (0)