Skip to content

Commit

Permalink
docs: update service documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 567050256

Source-Link: googleapis/googleapis@5fcf6d8

Source-Link: googleapis/googleapis-gen@8be1153
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmlsbGluZy5WMS8uT3dsQm90LnlhbWwiLCJoIjoiOGJlMTE1MzEyNDdiNTMzMGFjYjk0MWNhMzczOWIyNzljMTJhYTFjMSJ9
  • Loading branch information
gcf-owl-bot[bot] authored and anuragsrivstv committed Sep 22, 2023
1 parent ab6b622 commit e6e28ae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1067,9 +1067,9 @@ public sealed partial class ListBillingAccountsRequest : pb::IMessage<ListBillin
private string filter_ = "";
/// <summary>
/// Options for how to filter the returned billing accounts.
/// Currently this only supports filtering for
/// This only supports filtering for
/// [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
/// single provided reseller billing account.
/// single provided parent billing account.
/// (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
/// Boolean algebra and other fields are not currently supported.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ internal static CloudBillingClient Create(grpccore::CallInvoker callInvoker, Clo
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -820,7 +820,7 @@ internal static CloudBillingClient Create(grpccore::CallInvoker callInvoker, Clo
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -843,7 +843,7 @@ internal static CloudBillingClient Create(grpccore::CallInvoker callInvoker, Clo
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
Expand All @@ -866,7 +866,7 @@ internal static CloudBillingClient Create(grpccore::CallInvoker callInvoker, Clo
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="billingAccount">
/// Required. The billing account resource to create.
Expand Down Expand Up @@ -897,7 +897,7 @@ internal static CloudBillingClient Create(grpccore::CallInvoker callInvoker, Clo
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="billingAccount">
/// Required. The billing account resource to create.
Expand Down Expand Up @@ -928,7 +928,7 @@ internal static CloudBillingClient Create(grpccore::CallInvoker callInvoker, Clo
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="billingAccount">
/// Required. The billing account resource to create.
Expand Down Expand Up @@ -2227,7 +2227,7 @@ public override BillingAccount UpdateBillingAccount(UpdateBillingAccountRequest
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -2253,7 +2253,7 @@ public override BillingAccount CreateBillingAccount(CreateBillingAccountRequest
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public abstract partial class CloudBillingBase
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request received from the client.</param>
/// <param name="context">The context of the server-side call handler being invoked.</param>
Expand Down Expand Up @@ -600,7 +600,7 @@ protected CloudBillingClient(ClientBaseConfiguration configuration) : base(confi
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param>
Expand All @@ -627,7 +627,7 @@ protected CloudBillingClient(ClientBaseConfiguration configuration) : base(confi
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="options">The options for the call.</param>
Expand All @@ -652,7 +652,7 @@ protected CloudBillingClient(ClientBaseConfiguration configuration) : base(confi
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param>
Expand All @@ -679,7 +679,7 @@ protected CloudBillingClient(ClientBaseConfiguration configuration) : base(confi
/// typically given to billing account
/// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
/// This method will return an error if the parent account has not been
/// provisioned as a reseller account.
/// provisioned for subaccounts.
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="options">The options for the call.</param>
Expand Down

0 comments on commit e6e28ae

Please sign in to comment.