Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [cloudbilling] update service documentation #9857

Merged
merged 2 commits into from Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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