Skip to content

Commit

Permalink
chore: [cloudbilling] reformat protos (#9043)
Browse files Browse the repository at this point in the history
* chore: reformat protos

PiperOrigin-RevId: 504926695

Source-Link: googleapis/googleapis@d8e1dad

Source-Link: https://github.com/googleapis/googleapis-gen/commit/036d774db07559a26b54fb858186fd4057eda611
Copy-Tag: eyJwIjoiamF2YS1iaWxsaW5nLy5Pd2xCb3QueWFtbCIsImgiOiIwMzZkNzc0ZGIwNzU1OWEyNmI1NGZiODU4MTg2ZmQ0MDU3ZWRhNjExIn0=

* 🦉 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] authored Feb 2, 2023
1 parent 32bd679 commit bab24c3
Show file tree
Hide file tree
Showing 12 changed files with 177 additions and 126 deletions.
6 changes: 3 additions & 3 deletions java-billing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-billing</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-billing:2.8.0'
implementation 'com.google.cloud:google-cloud-billing:2.9.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.8.0"
libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.9.0"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Output only. The resource name of the billing account. The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* Output only. The resource name of the billing account. The resource name
* has the form `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF` would be the resource name for
* billing account `012345-567890-ABCDEF`.
* </pre>
Expand All @@ -107,8 +107,8 @@ public java.lang.String getName() {
*
*
* <pre>
* Output only. The resource name of the billing account. The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* Output only. The resource name of the billing account. The resource name
* has the form `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF` would be the resource name for
* billing account `012345-567890-ABCDEF`.
* </pre>
Expand Down Expand Up @@ -138,9 +138,10 @@ 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.
* 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.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down Expand Up @@ -682,8 +683,8 @@ public Builder mergeFrom(
*
*
* <pre>
* Output only. The resource name of the billing account. The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* Output only. The resource name of the billing account. The resource name
* has the form `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF` would be the resource name for
* billing account `012345-567890-ABCDEF`.
* </pre>
Expand All @@ -709,8 +710,8 @@ public java.lang.String getName() {
*
*
* <pre>
* Output only. The resource name of the billing account. The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* Output only. The resource name of the billing account. The resource name
* has the form `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF` would be the resource name for
* billing account `012345-567890-ABCDEF`.
* </pre>
Expand All @@ -736,8 +737,8 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Output only. The resource name of the billing account. The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* Output only. The resource name of the billing account. The resource name
* has the form `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF` would be the resource name for
* billing account `012345-567890-ABCDEF`.
* </pre>
Expand All @@ -762,8 +763,8 @@ public Builder setName(java.lang.String value) {
*
*
* <pre>
* Output only. The resource name of the billing account. The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* Output only. The resource name of the billing account. The resource name
* has the form `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF` would be the resource name for
* billing account `012345-567890-ABCDEF`.
* </pre>
Expand All @@ -784,8 +785,8 @@ public Builder clearName() {
*
*
* <pre>
* Output only. The resource name of the billing account. The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* Output only. The resource name of the billing account. The resource name
* has the form `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF` would be the resource name for
* billing account `012345-567890-ABCDEF`.
* </pre>
Expand Down Expand Up @@ -813,9 +814,10 @@ 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.
* 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.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -830,9 +832,10 @@ 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.
* 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.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -851,9 +854,10 @@ 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.
* 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.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public interface BillingAccountOrBuilder
*
*
* <pre>
* Output only. The resource name of the billing account. The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* Output only. The resource name of the billing account. The resource name
* has the form `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF` would be the resource name for
* billing account `012345-567890-ABCDEF`.
* </pre>
Expand All @@ -44,8 +44,8 @@ public interface BillingAccountOrBuilder
*
*
* <pre>
* Output only. The resource name of the billing account. The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* Output only. The resource name of the billing account. The resource name
* has the form `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF` would be the resource name for
* billing account `012345-567890-ABCDEF`.
* </pre>
Expand All @@ -62,9 +62,10 @@ 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.
* 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.
* </pre>
*
* <code>bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Required. The resource name of the billing account to retrieve. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account to retrieve. For
* example, `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -101,8 +101,8 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. The resource name of the billing account to retrieve. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account to retrieve. For
* example, `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand Down Expand Up @@ -471,8 +471,8 @@ public Builder mergeFrom(
*
*
* <pre>
* Required. The resource name of the billing account to retrieve. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account to retrieve. For
* example, `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -496,8 +496,8 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. The resource name of the billing account to retrieve. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account to retrieve. For
* example, `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -521,8 +521,8 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Required. The resource name of the billing account to retrieve. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account to retrieve. For
* example, `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -545,8 +545,8 @@ public Builder setName(java.lang.String value) {
*
*
* <pre>
* Required. The resource name of the billing account to retrieve. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account to retrieve. For
* example, `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -565,8 +565,8 @@ public Builder clearName() {
*
*
* <pre>
* Required. The resource name of the billing account to retrieve. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account to retrieve. For
* example, `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public interface GetBillingAccountRequestOrBuilder
*
*
* <pre>
* Required. The resource name of the billing account to retrieve. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account to retrieve. For
* example, `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -42,8 +42,8 @@ public interface GetBillingAccountRequestOrBuilder
*
*
* <pre>
* Required. The resource name of the billing account to retrieve. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account to retrieve. For
* example, `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Required. The resource name of the billing account associated with the projects that
* you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account associated with the
* projects that you want to list. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -102,8 +103,9 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. The resource name of the billing account associated with the projects that
* you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account associated with the
* projects that you want to list. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand Down Expand Up @@ -593,8 +595,9 @@ public Builder mergeFrom(
*
*
* <pre>
* Required. The resource name of the billing account associated with the projects that
* you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account associated with the
* projects that you want to list. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -618,8 +621,9 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. The resource name of the billing account associated with the projects that
* you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account associated with the
* projects that you want to list. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -643,8 +647,9 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Required. The resource name of the billing account associated with the projects that
* you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account associated with the
* projects that you want to list. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -667,8 +672,9 @@ public Builder setName(java.lang.String value) {
*
*
* <pre>
* Required. The resource name of the billing account associated with the projects that
* you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account associated with the
* projects that you want to list. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -687,8 +693,9 @@ public Builder clearName() {
*
*
* <pre>
* Required. The resource name of the billing account associated with the projects that
* you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account associated with the
* projects that you want to list. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ public interface ListProjectBillingInfoRequestOrBuilder
*
*
* <pre>
* Required. The resource name of the billing account associated with the projects that
* you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account associated with the
* projects that you want to list. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand All @@ -42,8 +43,9 @@ public interface ListProjectBillingInfoRequestOrBuilder
*
*
* <pre>
* Required. The resource name of the billing account associated with the projects that
* you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
* Required. The resource name of the billing account associated with the
* projects that you want to list. For example,
* `billingAccounts/012345-567890-ABCDEF`.
* </pre>
*
* <code>
Expand Down
Loading

0 comments on commit bab24c3

Please sign in to comment.