Skip to content

Commit

Permalink
docs: Clarify that the parent field in the CreateBillingAccountReques…
Browse files Browse the repository at this point in the history
…t must be a billing account

PiperOrigin-RevId: 606668963

Source-Link: googleapis/googleapis@026fd50

Source-Link: googleapis/googleapis-gen@853ddfe
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmlsbGluZy5WMS8uT3dsQm90LnlhbWwiLCJoIjoiODUzZGRmZTY5MWJiMmVlZWJjNjYwYmNmZWJiMjdkMTJiN2QwNjJiNiJ9
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Feb 13, 2024
1 parent 4cfbeae commit 0c2c601
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1685,8 +1685,6 @@ public CreateBillingAccountRequest Clone() {
/// <summary>
/// Optional. The parent to create a billing account from.
/// Format:
/// - `organizations/{organization_id}`, for example,
/// `organizations/12345678`
/// - `billingAccounts/{billing_account_id}`, for example,
/// `billingAccounts/012345-567890-ABCDEF`
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1042,8 +1042,6 @@ public virtual BillingAccount CreateBillingAccount(BillingAccount billingAccount
/// <param name="parent">
/// Optional. The parent to create a billing account from.
/// Format:
/// - `organizations/{organization_id}`, for example,
/// `organizations/12345678`
/// - `billingAccounts/{billing_account_id}`, for example,
/// `billingAccounts/012345-567890-ABCDEF`
/// </param>
Expand Down Expand Up @@ -1082,8 +1080,6 @@ public virtual BillingAccount CreateBillingAccount(BillingAccount billingAccount
/// <param name="parent">
/// Optional. The parent to create a billing account from.
/// Format:
/// - `organizations/{organization_id}`, for example,
/// `organizations/12345678`
/// - `billingAccounts/{billing_account_id}`, for example,
/// `billingAccounts/012345-567890-ABCDEF`
/// </param>
Expand Down Expand Up @@ -1122,8 +1118,6 @@ public virtual BillingAccount CreateBillingAccount(BillingAccount billingAccount
/// <param name="parent">
/// Optional. The parent to create a billing account from.
/// Format:
/// - `organizations/{organization_id}`, for example,
/// `organizations/12345678`
/// - `billingAccounts/{billing_account_id}`, for example,
/// `billingAccounts/012345-567890-ABCDEF`
/// </param>
Expand Down

0 comments on commit 0c2c601

Please sign in to comment.