Skip to content

Commit

Permalink
docs: [cloudbilling] update service documentation (#9857)
Browse files Browse the repository at this point in the history
* docs: update service documentation

PiperOrigin-RevId: 567050256

Source-Link: googleapis/googleapis@5fcf6d8

Source-Link: googleapis/googleapis-gen@8be1153
Copy-Tag: eyJwIjoiamF2YS1iaWxsaW5nLy5Pd2xCb3QueWFtbCIsImgiOiI4YmUxMTUzMTI0N2I1MzMwYWNiOTQxY2EzNzM5YjI3OWMxMmFhMWMxIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Sep 21, 2023
1 parent df66087 commit 15733af
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions java-billing/README.md
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.22.0</version>
<version>26.23.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-billing.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billing/2.23.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billing/2.24.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -582,8 +582,8 @@ public final BillingAccount updateBillingAccount(UpdateBillingAccountRequest req
* <p>When creating a subaccount, the current authenticated user must have the
* `billing.accounts.update` IAM permission on the parent account, which is 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.
* This method will return an error if the parent account has not been provisioned for
* subaccounts.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -623,8 +623,8 @@ public final BillingAccount createBillingAccount(BillingAccount billingAccount)
* <p>When creating a subaccount, the current authenticated user must have the
* `billing.accounts.update` IAM permission on the parent account, which is 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.
* This method will return an error if the parent account has not been provisioned for
* subaccounts.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -663,8 +663,8 @@ public final BillingAccount createBillingAccount(CreateBillingAccountRequest req
* <p>When creating a subaccount, the current authenticated user must have the
* `billing.accounts.update` IAM permission on the parent account, which is 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.
* This method will return an error if the parent account has not been provisioned for
* subaccounts.
*
* <p>Sample code:
*
Expand Down
Expand Up @@ -613,7 +613,7 @@ default void updateBillingAccount(
* 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.
* </pre>
*/
default void createBillingAccount(
Expand Down Expand Up @@ -864,7 +864,7 @@ public void updateBillingAccount(
* 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.
* </pre>
*/
public void createBillingAccount(
Expand Down Expand Up @@ -1103,7 +1103,7 @@ public com.google.cloud.billing.v1.BillingAccount updateBillingAccount(
* 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.
* </pre>
*/
public com.google.cloud.billing.v1.BillingAccount createBillingAccount(
Expand Down Expand Up @@ -1318,7 +1318,7 @@ protected CloudBillingFutureStub build(
* 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.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Expand Up @@ -146,9 +146,9 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
*
* <pre>
* 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.
* </pre>
Expand All @@ -174,9 +174,9 @@ public java.lang.String getFilter() {
*
* <pre>
* 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.
* </pre>
Expand Down Expand Up @@ -765,9 +765,9 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* 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.
* </pre>
Expand All @@ -792,9 +792,9 @@ public java.lang.String getFilter() {
*
* <pre>
* 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.
* </pre>
Expand All @@ -819,9 +819,9 @@ public com.google.protobuf.ByteString getFilterBytes() {
*
* <pre>
* 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.
* </pre>
Expand All @@ -845,9 +845,9 @@ public Builder setFilter(java.lang.String value) {
*
* <pre>
* 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.
* </pre>
Expand All @@ -867,9 +867,9 @@ public Builder clearFilter() {
*
* <pre>
* 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.
* </pre>
Expand Down
Expand Up @@ -71,9 +71,9 @@ public interface ListBillingAccountsRequestOrBuilder
*
* <pre>
* 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.
* </pre>
Expand All @@ -88,9 +88,9 @@ public interface ListBillingAccountsRequestOrBuilder
*
* <pre>
* 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.
* </pre>
Expand Down
Expand Up @@ -88,7 +88,7 @@ service CloudBilling {
// 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.
rpc CreateBillingAccount(CreateBillingAccountRequest)
returns (BillingAccount) {
option (google.api.http) = {
Expand Down Expand Up @@ -290,9 +290,9 @@ message ListBillingAccountsRequest {
string page_token = 2;

// 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.
string filter = 3;
Expand Down

0 comments on commit 15733af

Please sign in to comment.