Skip to content

Commit d20d370

Browse files
docs: [cloudbilling] update comments (#10228)
* docs: update comments PiperOrigin-RevId: 598911563 Source-Link: googleapis/googleapis@695adb1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1316663793927ba344aef98a19747e0bc7bf7ef1 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>
1 parent 500be5a commit d20d370

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

java-billing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.29.0</version>
23+
<version>26.30.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-billing.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billing/2.32.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billing/2.33.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/BillingAccount.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ public com.google.protobuf.ByteString getNameBytes() {
136136
* <pre>
137137
* Output only. True if the billing account is open, and will therefore be
138138
* charged for any usage on associated projects. False if the billing account
139-
* is closed, and therefore projects associated with it will be unable to use
140-
* paid services.
139+
* is closed, and therefore projects associated with it are unable to use paid
140+
* services.
141141
* </pre>
142142
*
143143
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -901,8 +901,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
901901
* <pre>
902902
* Output only. True if the billing account is open, and will therefore be
903903
* charged for any usage on associated projects. False if the billing account
904-
* is closed, and therefore projects associated with it will be unable to use
905-
* paid services.
904+
* is closed, and therefore projects associated with it are unable to use paid
905+
* services.
906906
* </pre>
907907
*
908908
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -919,8 +919,8 @@ public boolean getOpen() {
919919
* <pre>
920920
* Output only. True if the billing account is open, and will therefore be
921921
* charged for any usage on associated projects. False if the billing account
922-
* is closed, and therefore projects associated with it will be unable to use
923-
* paid services.
922+
* is closed, and therefore projects associated with it are unable to use paid
923+
* services.
924924
* </pre>
925925
*
926926
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -941,8 +941,8 @@ public Builder setOpen(boolean value) {
941941
* <pre>
942942
* Output only. True if the billing account is open, and will therefore be
943943
* charged for any usage on associated projects. False if the billing account
944-
* is closed, and therefore projects associated with it will be unable to use
945-
* paid services.
944+
* is closed, and therefore projects associated with it are unable to use paid
945+
* services.
946946
* </pre>
947947
*
948948
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/BillingAccountOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public interface BillingAccountOrBuilder
6464
* <pre>
6565
* Output only. True if the billing account is open, and will therefore be
6666
* charged for any usage on associated projects. False if the billing account
67-
* is closed, and therefore projects associated with it will be unable to use
68-
* paid services.
67+
* is closed, and therefore projects associated with it are unable to use paid
68+
* services.
6969
* </pre>
7070
*
7171
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public com.google.protobuf.ByteString getNameBytes() {
132132
*
133133
*
134134
* <pre>
135-
* Required. The resource name of the Organization to reparent
135+
* Required. The resource name of the Organization to move
136136
* the billing account under.
137137
* Must be of the form `organizations/{organization_id}`.
138138
* </pre>
@@ -159,7 +159,7 @@ public java.lang.String getDestinationParent() {
159159
*
160160
*
161161
* <pre>
162-
* Required. The resource name of the Organization to reparent
162+
* Required. The resource name of the Organization to move
163163
* the billing account under.
164164
* Must be of the form `organizations/{organization_id}`.
165165
* </pre>
@@ -686,7 +686,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
686686
*
687687
*
688688
* <pre>
689-
* Required. The resource name of the Organization to reparent
689+
* Required. The resource name of the Organization to move
690690
* the billing account under.
691691
* Must be of the form `organizations/{organization_id}`.
692692
* </pre>
@@ -712,7 +712,7 @@ public java.lang.String getDestinationParent() {
712712
*
713713
*
714714
* <pre>
715-
* Required. The resource name of the Organization to reparent
715+
* Required. The resource name of the Organization to move
716716
* the billing account under.
717717
* Must be of the form `organizations/{organization_id}`.
718718
* </pre>
@@ -738,7 +738,7 @@ public com.google.protobuf.ByteString getDestinationParentBytes() {
738738
*
739739
*
740740
* <pre>
741-
* Required. The resource name of the Organization to reparent
741+
* Required. The resource name of the Organization to move
742742
* the billing account under.
743743
* Must be of the form `organizations/{organization_id}`.
744744
* </pre>
@@ -763,7 +763,7 @@ public Builder setDestinationParent(java.lang.String value) {
763763
*
764764
*
765765
* <pre>
766-
* Required. The resource name of the Organization to reparent
766+
* Required. The resource name of the Organization to move
767767
* the billing account under.
768768
* Must be of the form `organizations/{organization_id}`.
769769
* </pre>
@@ -784,7 +784,7 @@ public Builder clearDestinationParent() {
784784
*
785785
*
786786
* <pre>
787-
* Required. The resource name of the Organization to reparent
787+
* Required. The resource name of the Organization to move
788788
* the billing account under.
789789
* Must be of the form `organizations/{organization_id}`.
790790
* </pre>

java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequestOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public interface MoveBillingAccountRequestOrBuilder
6262
*
6363
*
6464
* <pre>
65-
* Required. The resource name of the Organization to reparent
65+
* Required. The resource name of the Organization to move
6666
* the billing account under.
6767
* Must be of the form `organizations/{organization_id}`.
6868
* </pre>
@@ -78,7 +78,7 @@ public interface MoveBillingAccountRequestOrBuilder
7878
*
7979
*
8080
* <pre>
81-
* Required. The resource name of the Organization to reparent
81+
* Required. The resource name of the Organization to move
8282
* the billing account under.
8383
* Must be of the form `organizations/{organization_id}`.
8484
* </pre>

java-billing/proto-google-cloud-billing-v1/src/main/proto/google/cloud/billing/v1/cloud_billing.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ message BillingAccount {
261261

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

268268
// The display name given to the billing account, such as `My Billing
@@ -478,7 +478,7 @@ message MoveBillingAccountRequest {
478478
}
479479
];
480480

481-
// Required. The resource name of the Organization to reparent
481+
// Required. The resource name of the Organization to move
482482
// the billing account under.
483483
// Must be of the form `organizations/{organization_id}`.
484484
string destination_parent = 2 [

0 commit comments

Comments
 (0)