Skip to content

Commit

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

PiperOrigin-RevId: 598911563

Source-Link: googleapis/googleapis@695adb1

Source-Link: googleapis/googleapis-gen@1316663
Copy-Tag: eyJwIjoiamF2YS1iaWxsaW5nLy5Pd2xCb3QueWFtbCIsImgiOiIxMzE2NjYzNzkzOTI3YmEzNDRhZWY5OGExOTc0N2UwYmM3YmY3ZWYxIn0=

* 🦉 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 Jan 19, 2024
1 parent 500be5a commit d20d370
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 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.29.0</version>
<version>26.30.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.32.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billing/2.33.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 @@ -136,8 +136,8 @@ public com.google.protobuf.ByteString getNameBytes() {
* <pre>
* Output only. True if the billing account is open, and will therefore be
* charged for any usage on associated projects. False if the billing account
* is closed, and therefore projects associated with it will be unable to use
* paid services.
* is closed, and therefore projects associated with it are unable to use paid
* services.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down Expand Up @@ -901,8 +901,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
* <pre>
* Output only. True if the billing account is open, and will therefore be
* charged for any usage on associated projects. False if the billing account
* is closed, and therefore projects associated with it will be unable to use
* paid services.
* is closed, and therefore projects associated with it are unable to use paid
* services.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -919,8 +919,8 @@ public boolean getOpen() {
* <pre>
* Output only. True if the billing account is open, and will therefore be
* charged for any usage on associated projects. False if the billing account
* is closed, and therefore projects associated with it will be unable to use
* paid services.
* is closed, and therefore projects associated with it are unable to use paid
* services.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -941,8 +941,8 @@ public Builder setOpen(boolean value) {
* <pre>
* Output only. True if the billing account is open, and will therefore be
* charged for any usage on associated projects. False if the billing account
* is closed, and therefore projects associated with it will be unable to use
* paid services.
* is closed, and therefore projects associated with it are unable to use paid
* services.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Expand Up @@ -64,8 +64,8 @@ public interface BillingAccountOrBuilder
* <pre>
* Output only. True if the billing account is open, and will therefore be
* charged for any usage on associated projects. False if the billing account
* is closed, and therefore projects associated with it will be unable to use
* paid services.
* is closed, and therefore projects associated with it are unable to use paid
* services.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Expand Up @@ -132,7 +132,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Required. The resource name of the Organization to reparent
* Required. The resource name of the Organization to move
* the billing account under.
* Must be of the form `organizations/{organization_id}`.
* </pre>
Expand All @@ -159,7 +159,7 @@ public java.lang.String getDestinationParent() {
*
*
* <pre>
* Required. The resource name of the Organization to reparent
* Required. The resource name of the Organization to move
* the billing account under.
* Must be of the form `organizations/{organization_id}`.
* </pre>
Expand Down Expand Up @@ -686,7 +686,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Required. The resource name of the Organization to reparent
* Required. The resource name of the Organization to move
* the billing account under.
* Must be of the form `organizations/{organization_id}`.
* </pre>
Expand All @@ -712,7 +712,7 @@ public java.lang.String getDestinationParent() {
*
*
* <pre>
* Required. The resource name of the Organization to reparent
* Required. The resource name of the Organization to move
* the billing account under.
* Must be of the form `organizations/{organization_id}`.
* </pre>
Expand All @@ -738,7 +738,7 @@ public com.google.protobuf.ByteString getDestinationParentBytes() {
*
*
* <pre>
* Required. The resource name of the Organization to reparent
* Required. The resource name of the Organization to move
* the billing account under.
* Must be of the form `organizations/{organization_id}`.
* </pre>
Expand All @@ -763,7 +763,7 @@ public Builder setDestinationParent(java.lang.String value) {
*
*
* <pre>
* Required. The resource name of the Organization to reparent
* Required. The resource name of the Organization to move
* the billing account under.
* Must be of the form `organizations/{organization_id}`.
* </pre>
Expand All @@ -784,7 +784,7 @@ public Builder clearDestinationParent() {
*
*
* <pre>
* Required. The resource name of the Organization to reparent
* Required. The resource name of the Organization to move
* the billing account under.
* Must be of the form `organizations/{organization_id}`.
* </pre>
Expand Down
Expand Up @@ -62,7 +62,7 @@ public interface MoveBillingAccountRequestOrBuilder
*
*
* <pre>
* Required. The resource name of the Organization to reparent
* Required. The resource name of the Organization to move
* the billing account under.
* Must be of the form `organizations/{organization_id}`.
* </pre>
Expand All @@ -78,7 +78,7 @@ public interface MoveBillingAccountRequestOrBuilder
*
*
* <pre>
* Required. The resource name of the Organization to reparent
* Required. The resource name of the Organization to move
* the billing account under.
* Must be of the form `organizations/{organization_id}`.
* </pre>
Expand Down
Expand Up @@ -261,8 +261,8 @@ message BillingAccount {

// Output only. True if the billing account is open, and will therefore be
// charged for any usage on associated projects. False if the billing account
// is closed, and therefore projects associated with it will be unable to use
// paid services.
// is closed, and therefore projects associated with it are unable to use paid
// services.
bool open = 2 [(google.api.field_behavior) = OUTPUT_ONLY];

// The display name given to the billing account, such as `My Billing
Expand Down Expand Up @@ -478,7 +478,7 @@ message MoveBillingAccountRequest {
}
];

// Required. The resource name of the Organization to reparent
// Required. The resource name of the Organization to move
// the billing account under.
// Must be of the form `organizations/{organization_id}`.
string destination_parent = 2 [
Expand Down

0 comments on commit d20d370

Please sign in to comment.