diff --git a/java-billing/README.md b/java-billing/README.md
index 576062e8800d..ded61b108fb5 100644
--- a/java-billing/README.md
+++ b/java-billing/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
* 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];
@@ -901,8 +901,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
* * 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];
@@ -919,8 +919,8 @@ public boolean getOpen() {
* * 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];
@@ -941,8 +941,8 @@ public Builder setOpen(boolean value) {
* * 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];
diff --git a/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/BillingAccountOrBuilder.java b/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/BillingAccountOrBuilder.java
index 4a1bc636c727..c9fd00cb2cd5 100644
--- a/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/BillingAccountOrBuilder.java
+++ b/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/BillingAccountOrBuilder.java
@@ -64,8 +64,8 @@ public interface BillingAccountOrBuilder
* * 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];
diff --git a/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequest.java b/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequest.java
index 1d027e051f3c..4b8b1db3a6cb 100644
--- a/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequest.java
+++ b/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequest.java
@@ -132,7 +132,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* - * 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}`. *@@ -159,7 +159,7 @@ public java.lang.String getDestinationParent() { * * *
- * 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}`. *@@ -686,7 +686,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
- * 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}`. *@@ -712,7 +712,7 @@ public java.lang.String getDestinationParent() { * * *
- * 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}`. *@@ -738,7 +738,7 @@ public com.google.protobuf.ByteString getDestinationParentBytes() { * * *
- * 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}`. *@@ -763,7 +763,7 @@ public Builder setDestinationParent(java.lang.String value) { * * *
- * 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}`. *@@ -784,7 +784,7 @@ public Builder clearDestinationParent() { * * *
- * 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}`. *diff --git a/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequestOrBuilder.java b/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequestOrBuilder.java index 1e87404a83d2..54593e3e9474 100644 --- a/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequestOrBuilder.java +++ b/java-billing/proto-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/MoveBillingAccountRequestOrBuilder.java @@ -62,7 +62,7 @@ public interface MoveBillingAccountRequestOrBuilder * * *
- * 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}`. *@@ -78,7 +78,7 @@ public interface MoveBillingAccountRequestOrBuilder * * *
- * 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}`. *diff --git a/java-billing/proto-google-cloud-billing-v1/src/main/proto/google/cloud/billing/v1/cloud_billing.proto b/java-billing/proto-google-cloud-billing-v1/src/main/proto/google/cloud/billing/v1/cloud_billing.proto index 1f9206381747..cc7126a1d0b1 100644 --- a/java-billing/proto-google-cloud-billing-v1/src/main/proto/google/cloud/billing/v1/cloud_billing.proto +++ b/java-billing/proto-google-cloud-billing-v1/src/main/proto/google/cloud/billing/v1/cloud_billing.proto @@ -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 @@ -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 [