From 2eea26cf8445a5cf3c55df683f2612abbcfbef2b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 9 Sep 2022 17:04:12 +0200 Subject: [PATCH 1/6] chore(deps): update dependency com.google.cloud:google-cloud-billingbudgets to v2.3.3 (#752) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-billingbudgets](https://togithub.com/googleapis/java-billingbudgets) | `2.3.2` -> `2.3.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-billingbudgets/2.3.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-billingbudgets/2.3.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-billingbudgets/2.3.3/compatibility-slim/2.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-billingbudgets/2.3.3/confidence-slim/2.3.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-billingbudgets). --- README.md | 6 +++--- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 00d01faa..3daa4602 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-billingbudgets - 2.3.2 + 2.3.3 ``` @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-billingbudgets' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-billingbudgets:2.3.2' +implementation 'com.google.cloud:google-cloud-billingbudgets:2.3.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "2.3.2" +libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "2.3.3" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index f1a99e76..ffbebe28 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-billingbudgets - 2.3.2 + 2.3.3 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 88bc248e..ddc0596a 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-billingbudgets - 2.3.2 + 2.3.3 From 7b56a08400c1a1c7c3bbde04acd25f5f27d7b43e Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:06:30 +0000 Subject: [PATCH 2/6] chore(bazel): Update WORKSPACE files for rules_gapic, gax_java, generator_java versions (#748) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 472750037 Source-Link: https://github.com/googleapis/googleapis/commit/88f2ea3f53b9712f2e04f28f06210f6f77fa7e24 Source-Link: https://github.com/googleapis/googleapis-gen/commit/230a5588306aae18fe8f2a57f14d4039ad72c901 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9 --- .../budgets/v1/BudgetServiceClient.java | 168 +++++++++++++----- .../budgets/v1/BudgetServiceSettings.java | 12 +- .../billing/budgets/v1/package-info.java | 7 +- .../v1/stub/BudgetServiceStubSettings.java | 12 +- .../v1/stub/HttpJsonBudgetServiceStub.java | 6 +- .../budgets/v1beta1/BudgetServiceClient.java | 98 +++++++--- .../v1beta1/BudgetServiceSettings.java | 12 +- .../billing/budgets/v1beta1/package-info.java | 7 +- .../stub/BudgetServiceStubSettings.java | 12 +- 9 files changed, 228 insertions(+), 106 deletions(-) diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceClient.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceClient.java index 8b79fa1d..ebb11630 100644 --- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceClient.java +++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceClient.java @@ -43,8 +43,11 @@ * calls that map to API methods. Sample code to get started: * *
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
  *   BillingAccountName parent = BillingAccountName.of("[BILLING_ACCOUNT]");
  *   Budget budget = Budget.newBuilder().build();
@@ -81,8 +84,11 @@
  * 

To customize credentials: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * BudgetServiceSettings budgetServiceSettings =
  *     BudgetServiceSettings.newBuilder()
  *         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
@@ -93,8 +99,11 @@
  * 

To customize the endpoint: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * BudgetServiceSettings budgetServiceSettings =
  *     BudgetServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
  * BudgetServiceClient budgetServiceClient = BudgetServiceClient.create(budgetServiceSettings);
@@ -104,8 +113,11 @@
  * the wire:
  *
  * 
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * BudgetServiceSettings budgetServiceSettings =
  *     BudgetServiceSettings.newBuilder()
  *         .setTransportChannelProvider(
@@ -174,8 +186,11 @@ public BudgetServiceStub getStub() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   BillingAccountName parent = BillingAccountName.of("[BILLING_ACCOUNT]");
    *   Budget budget = Budget.newBuilder().build();
@@ -205,8 +220,11 @@ public final Budget createBudget(BillingAccountName parent, Budget budget) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   String parent = BillingAccountName.of("[BILLING_ACCOUNT]").toString();
    *   Budget budget = Budget.newBuilder().build();
@@ -233,8 +251,11 @@ public final Budget createBudget(String parent, Budget budget) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   CreateBudgetRequest request =
    *       CreateBudgetRequest.newBuilder()
@@ -260,8 +281,11 @@ public final Budget createBudget(CreateBudgetRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   CreateBudgetRequest request =
    *       CreateBudgetRequest.newBuilder()
@@ -288,8 +312,11 @@ public final UnaryCallable createBudgetCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   Budget budget = Budget.newBuilder().build();
    *   FieldMask updateMask = FieldMask.newBuilder().build();
@@ -322,8 +349,11 @@ public final Budget updateBudget(Budget budget, FieldMask updateMask) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   UpdateBudgetRequest request =
    *       UpdateBudgetRequest.newBuilder()
@@ -351,8 +381,11 @@ public final Budget updateBudget(UpdateBudgetRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   UpdateBudgetRequest request =
    *       UpdateBudgetRequest.newBuilder()
@@ -380,8 +413,11 @@ public final UnaryCallable updateBudgetCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   BudgetName name = BudgetName.of("[BILLING_ACCOUNT]", "[BUDGET]");
    *   Budget response = budgetServiceClient.getBudget(name);
@@ -409,8 +445,11 @@ public final Budget getBudget(BudgetName name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   String name = BudgetName.of("[BILLING_ACCOUNT]", "[BUDGET]").toString();
    *   Budget response = budgetServiceClient.getBudget(name);
@@ -437,8 +476,11 @@ public final Budget getBudget(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   GetBudgetRequest request =
    *       GetBudgetRequest.newBuilder()
@@ -466,8 +508,11 @@ public final Budget getBudget(GetBudgetRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   GetBudgetRequest request =
    *       GetBudgetRequest.newBuilder()
@@ -494,8 +539,11 @@ public final UnaryCallable getBudgetCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   BillingAccountName parent = BillingAccountName.of("[BILLING_ACCOUNT]");
    *   for (Budget element : budgetServiceClient.listBudgets(parent).iterateAll()) {
@@ -527,8 +575,11 @@ public final ListBudgetsPagedResponse listBudgets(BillingAccountName parent) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   String parent = BillingAccountName.of("[BILLING_ACCOUNT]").toString();
    *   for (Budget element : budgetServiceClient.listBudgets(parent).iterateAll()) {
@@ -557,8 +608,11 @@ public final ListBudgetsPagedResponse listBudgets(String parent) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   ListBudgetsRequest request =
    *       ListBudgetsRequest.newBuilder()
@@ -590,8 +644,11 @@ public final ListBudgetsPagedResponse listBudgets(ListBudgetsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   ListBudgetsRequest request =
    *       ListBudgetsRequest.newBuilder()
@@ -623,8 +680,11 @@ public final ListBudgetsPagedResponse listBudgets(ListBudgetsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   ListBudgetsRequest request =
    *       ListBudgetsRequest.newBuilder()
@@ -658,8 +718,11 @@ public final UnaryCallable listBudgetsC
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   BudgetName name = BudgetName.of("[BILLING_ACCOUNT]", "[BUDGET]");
    *   budgetServiceClient.deleteBudget(name);
@@ -683,8 +746,11 @@ public final void deleteBudget(BudgetName name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   String name = BudgetName.of("[BILLING_ACCOUNT]", "[BUDGET]").toString();
    *   budgetServiceClient.deleteBudget(name);
@@ -707,8 +773,11 @@ public final void deleteBudget(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   DeleteBudgetRequest request =
    *       DeleteBudgetRequest.newBuilder()
@@ -732,8 +801,11 @@ public final void deleteBudget(DeleteBudgetRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   DeleteBudgetRequest request =
    *       DeleteBudgetRequest.newBuilder()
diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceSettings.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceSettings.java
index acaff4a1..edf9ab4a 100644
--- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceSettings.java
+++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceSettings.java
@@ -55,16 +55,16 @@
  * 

For example, to set the total timeout of createBudget to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * BudgetServiceSettings.Builder budgetServiceSettingsBuilder = BudgetServiceSettings.newBuilder();
  * budgetServiceSettingsBuilder
  *     .createBudgetSettings()
  *     .setRetrySettings(
- *         budgetServiceSettingsBuilder
- *             .createBudgetSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         budgetServiceSettingsBuilder.createBudgetSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * BudgetServiceSettings budgetServiceSettings = budgetServiceSettingsBuilder.build();
diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/package-info.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/package-info.java
index 4b94074b..726b9d7b 100644
--- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/package-info.java
+++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/package-info.java
@@ -25,8 +25,11 @@
  * 

Sample for BudgetServiceClient: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
  *   BillingAccountName parent = BillingAccountName.of("[BILLING_ACCOUNT]");
  *   Budget budget = Budget.newBuilder().build();
diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/BudgetServiceStubSettings.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/BudgetServiceStubSettings.java
index 65474976..199e1d82 100644
--- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/BudgetServiceStubSettings.java
+++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/BudgetServiceStubSettings.java
@@ -79,17 +79,17 @@
  * 

For example, to set the total timeout of createBudget to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * BudgetServiceStubSettings.Builder budgetServiceSettingsBuilder =
  *     BudgetServiceStubSettings.newBuilder();
  * budgetServiceSettingsBuilder
  *     .createBudgetSettings()
  *     .setRetrySettings(
- *         budgetServiceSettingsBuilder
- *             .createBudgetSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         budgetServiceSettingsBuilder.createBudgetSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * BudgetServiceStubSettings budgetServiceSettings = budgetServiceSettingsBuilder.build();
diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/HttpJsonBudgetServiceStub.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/HttpJsonBudgetServiceStub.java
index 6cbd51bf..2e88abab 100644
--- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/HttpJsonBudgetServiceStub.java
+++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/HttpJsonBudgetServiceStub.java
@@ -84,7 +84,8 @@ public class HttpJsonBudgetServiceStub extends BudgetServiceStub {
                           })
                       .setRequestBodyExtractor(
                           request ->
-                              ProtoRestSerializer.create().toBody("budget", request.getBudget()))
+                              ProtoRestSerializer.create()
+                                  .toBody("budget", request.getBudget(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -121,7 +122,8 @@ public class HttpJsonBudgetServiceStub extends BudgetServiceStub {
                           })
                       .setRequestBodyExtractor(
                           request ->
-                              ProtoRestSerializer.create().toBody("budget", request.getBudget()))
+                              ProtoRestSerializer.create()
+                                  .toBody("budget", request.getBudget(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceClient.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceClient.java
index cd549897..51e9e288 100644
--- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceClient.java
+++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceClient.java
@@ -43,8 +43,11 @@
  * calls that map to API methods. Sample code to get started:
  *
  * 
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
  *   CreateBudgetRequest request =
  *       CreateBudgetRequest.newBuilder()
@@ -84,8 +87,11 @@
  * 

To customize credentials: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * BudgetServiceSettings budgetServiceSettings =
  *     BudgetServiceSettings.newBuilder()
  *         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
@@ -96,8 +102,11 @@
  * 

To customize the endpoint: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * BudgetServiceSettings budgetServiceSettings =
  *     BudgetServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
  * BudgetServiceClient budgetServiceClient = BudgetServiceClient.create(budgetServiceSettings);
@@ -164,8 +173,11 @@ public BudgetServiceStub getStub() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   CreateBudgetRequest request =
    *       CreateBudgetRequest.newBuilder()
@@ -191,8 +203,11 @@ public final Budget createBudget(CreateBudgetRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   CreateBudgetRequest request =
    *       CreateBudgetRequest.newBuilder()
@@ -219,8 +234,11 @@ public final UnaryCallable createBudgetCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   UpdateBudgetRequest request =
    *       UpdateBudgetRequest.newBuilder()
@@ -248,8 +266,11 @@ public final Budget updateBudget(UpdateBudgetRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   UpdateBudgetRequest request =
    *       UpdateBudgetRequest.newBuilder()
@@ -277,8 +298,11 @@ public final UnaryCallable updateBudgetCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   GetBudgetRequest request =
    *       GetBudgetRequest.newBuilder()
@@ -306,8 +330,11 @@ public final Budget getBudget(GetBudgetRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   GetBudgetRequest request =
    *       GetBudgetRequest.newBuilder()
@@ -334,8 +361,11 @@ public final UnaryCallable getBudgetCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   ListBudgetsRequest request =
    *       ListBudgetsRequest.newBuilder()
@@ -367,8 +397,11 @@ public final ListBudgetsPagedResponse listBudgets(ListBudgetsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   ListBudgetsRequest request =
    *       ListBudgetsRequest.newBuilder()
@@ -400,8 +433,11 @@ public final ListBudgetsPagedResponse listBudgets(ListBudgetsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   ListBudgetsRequest request =
    *       ListBudgetsRequest.newBuilder()
@@ -435,8 +471,11 @@ public final UnaryCallable listBudgetsC
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   DeleteBudgetRequest request =
    *       DeleteBudgetRequest.newBuilder()
@@ -460,8 +499,11 @@ public final void deleteBudget(DeleteBudgetRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
    *   DeleteBudgetRequest request =
    *       DeleteBudgetRequest.newBuilder()
diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceSettings.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceSettings.java
index a99a5370..eaf10a5a 100644
--- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceSettings.java
+++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceSettings.java
@@ -54,16 +54,16 @@
  * 

For example, to set the total timeout of createBudget to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * BudgetServiceSettings.Builder budgetServiceSettingsBuilder = BudgetServiceSettings.newBuilder();
  * budgetServiceSettingsBuilder
  *     .createBudgetSettings()
  *     .setRetrySettings(
- *         budgetServiceSettingsBuilder
- *             .createBudgetSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         budgetServiceSettingsBuilder.createBudgetSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * BudgetServiceSettings budgetServiceSettings = budgetServiceSettingsBuilder.build();
diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/package-info.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/package-info.java
index 285e7633..1ca1e73a 100644
--- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/package-info.java
+++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/package-info.java
@@ -25,8 +25,11 @@
  * 

Sample for BudgetServiceClient: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (BudgetServiceClient budgetServiceClient = BudgetServiceClient.create()) {
  *   CreateBudgetRequest request =
  *       CreateBudgetRequest.newBuilder()
diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/BudgetServiceStubSettings.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/BudgetServiceStubSettings.java
index f84f87ac..730f1380 100644
--- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/BudgetServiceStubSettings.java
+++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/BudgetServiceStubSettings.java
@@ -76,17 +76,17 @@
  * 

For example, to set the total timeout of createBudget to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * BudgetServiceStubSettings.Builder budgetServiceSettingsBuilder =
  *     BudgetServiceStubSettings.newBuilder();
  * budgetServiceSettingsBuilder
  *     .createBudgetSettings()
  *     .setRetrySettings(
- *         budgetServiceSettingsBuilder
- *             .createBudgetSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         budgetServiceSettingsBuilder.createBudgetSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * BudgetServiceStubSettings budgetServiceSettings = budgetServiceSettingsBuilder.build();

From 433a181543ec60fbc6c6c9bdfd52bd02104b68a9 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
 <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 9 Sep 2022 15:10:24 +0000
Subject: [PATCH 3/6] chore(main): release 2.3.4-SNAPSHOT (#751)

:robot: I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
 google-cloud-billingbudgets-bom/pom.xml           | 12 ++++++------
 google-cloud-billingbudgets/pom.xml               |  4 ++--
 grpc-google-cloud-billingbudgets-v1/pom.xml       |  4 ++--
 grpc-google-cloud-billingbudgets-v1beta1/pom.xml  |  4 ++--
 pom.xml                                           | 12 ++++++------
 proto-google-cloud-billingbudgets-v1/pom.xml      |  4 ++--
 proto-google-cloud-billingbudgets-v1beta1/pom.xml |  4 ++--
 versions.txt                                      | 10 +++++-----
 8 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/google-cloud-billingbudgets-bom/pom.xml b/google-cloud-billingbudgets-bom/pom.xml
index f5fbb9a0..c332ff35 100644
--- a/google-cloud-billingbudgets-bom/pom.xml
+++ b/google-cloud-billingbudgets-bom/pom.xml
@@ -3,7 +3,7 @@
   4.0.0
   com.google.cloud
   google-cloud-billingbudgets-bom
-  2.3.3
+  2.3.4-SNAPSHOT
   pom
   
     com.google.cloud
@@ -52,27 +52,27 @@
       
         com.google.cloud
         google-cloud-billingbudgets
-        2.3.3
+        2.3.4-SNAPSHOT
       
       
         com.google.api.grpc
         grpc-google-cloud-billingbudgets-v1beta1
-        0.12.3
+        0.12.4-SNAPSHOT
       
       
         com.google.api.grpc
         grpc-google-cloud-billingbudgets-v1
-        2.3.3
+        2.3.4-SNAPSHOT
       
       
         com.google.api.grpc
         proto-google-cloud-billingbudgets-v1beta1
-        0.12.3
+        0.12.4-SNAPSHOT
       
       
         com.google.api.grpc
         proto-google-cloud-billingbudgets-v1
-        2.3.3
+        2.3.4-SNAPSHOT
       
     
   
diff --git a/google-cloud-billingbudgets/pom.xml b/google-cloud-billingbudgets/pom.xml
index 66d4130d..b63649fa 100644
--- a/google-cloud-billingbudgets/pom.xml
+++ b/google-cloud-billingbudgets/pom.xml
@@ -3,7 +3,7 @@
   4.0.0
   com.google.cloud
   google-cloud-billingbudgets
-  2.3.3
+  2.3.4-SNAPSHOT
   jar
   Google Cloud billingbudgets
   https://github.com/googleapis/java-billingbudgets
@@ -11,7 +11,7 @@
   
     com.google.cloud
     google-cloud-billingbudgets-parent
-    2.3.3
+    2.3.4-SNAPSHOT
   
   
     google-cloud-billingbudgets
diff --git a/grpc-google-cloud-billingbudgets-v1/pom.xml b/grpc-google-cloud-billingbudgets-v1/pom.xml
index e2148bd9..67c8cbd2 100644
--- a/grpc-google-cloud-billingbudgets-v1/pom.xml
+++ b/grpc-google-cloud-billingbudgets-v1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   grpc-google-cloud-billingbudgets-v1
-  2.3.3
+  2.3.4-SNAPSHOT
   grpc-google-cloud-billingbudgets-v1
   GRPC library for grpc-google-cloud-billingbudgets-v1
   
     com.google.cloud
     google-cloud-billingbudgets-parent
-    2.3.3
+    2.3.4-SNAPSHOT
   
   
     
diff --git a/grpc-google-cloud-billingbudgets-v1beta1/pom.xml b/grpc-google-cloud-billingbudgets-v1beta1/pom.xml
index 9ad12c61..292501a0 100644
--- a/grpc-google-cloud-billingbudgets-v1beta1/pom.xml
+++ b/grpc-google-cloud-billingbudgets-v1beta1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   grpc-google-cloud-billingbudgets-v1beta1
-  0.12.3
+  0.12.4-SNAPSHOT
   grpc-google-cloud-billingbudgets-v1beta1
   GRPC library for grpc-google-cloud-billingbudgets-v1beta1
   
     com.google.cloud
     google-cloud-billingbudgets-parent
-    2.3.3
+    2.3.4-SNAPSHOT
   
   
     
diff --git a/pom.xml b/pom.xml
index 429c2381..e45b9b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   com.google.cloud
   google-cloud-billingbudgets-parent
   pom
-  2.3.3
+  2.3.4-SNAPSHOT
   Google Cloud Billing Budgets Parent
   https://github.com/googleapis/java-billingbudgets
   
@@ -61,27 +61,27 @@
       
         com.google.api.grpc
         proto-google-cloud-billingbudgets-v1beta1
-        0.12.3
+        0.12.4-SNAPSHOT
       
       
         com.google.api.grpc
         proto-google-cloud-billingbudgets-v1
-        2.3.3
+        2.3.4-SNAPSHOT
       
       
         com.google.api.grpc
         grpc-google-cloud-billingbudgets-v1beta1
-        0.12.3
+        0.12.4-SNAPSHOT
       
       
         com.google.api.grpc
         grpc-google-cloud-billingbudgets-v1
-        2.3.3
+        2.3.4-SNAPSHOT
       
       
         com.google.cloud
         google-cloud-billingbudgets
-        2.3.3
+        2.3.4-SNAPSHOT
       
 
       
diff --git a/proto-google-cloud-billingbudgets-v1/pom.xml b/proto-google-cloud-billingbudgets-v1/pom.xml
index 5a03200d..797e6b23 100644
--- a/proto-google-cloud-billingbudgets-v1/pom.xml
+++ b/proto-google-cloud-billingbudgets-v1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-cloud-billingbudgets-v1
-  2.3.3
+  2.3.4-SNAPSHOT
   proto-google-cloud-billingbudgets-v1
   PROTO library for proto-google-cloud-billingbudgets-v1
   
     com.google.cloud
     google-cloud-billingbudgets-parent
-    2.3.3
+    2.3.4-SNAPSHOT
   
   
     
diff --git a/proto-google-cloud-billingbudgets-v1beta1/pom.xml b/proto-google-cloud-billingbudgets-v1beta1/pom.xml
index 90c72a4e..5314e211 100644
--- a/proto-google-cloud-billingbudgets-v1beta1/pom.xml
+++ b/proto-google-cloud-billingbudgets-v1beta1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-cloud-billingbudgets-v1beta1
-  0.12.3
+  0.12.4-SNAPSHOT
   proto-google-cloud-billingbudgets-v1beta1
   PROTO library for proto-google-cloud-billingbudgets-v1beta1
   
     com.google.cloud
     google-cloud-billingbudgets-parent
-    2.3.3
+    2.3.4-SNAPSHOT
   
   
     
diff --git a/versions.txt b/versions.txt
index 8eebec1d..d84a39e9 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,8 +1,8 @@
 # Format:
 # module:released-version:current-version
 
-google-cloud-billingbudgets:2.3.3:2.3.3
-grpc-google-cloud-billingbudgets-v1beta1:0.12.3:0.12.3
-grpc-google-cloud-billingbudgets-v1:2.3.3:2.3.3
-proto-google-cloud-billingbudgets-v1beta1:0.12.3:0.12.3
-proto-google-cloud-billingbudgets-v1:2.3.3:2.3.3
+google-cloud-billingbudgets:2.3.3:2.3.4-SNAPSHOT
+grpc-google-cloud-billingbudgets-v1beta1:0.12.3:0.12.4-SNAPSHOT
+grpc-google-cloud-billingbudgets-v1:2.3.3:2.3.4-SNAPSHOT
+proto-google-cloud-billingbudgets-v1beta1:0.12.3:0.12.4-SNAPSHOT
+proto-google-cloud-billingbudgets-v1:2.3.3:2.3.4-SNAPSHOT

From 8ce55652e072c153a3665de9603930fd358fbb9b Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Sat, 10 Sep 2022 02:22:23 +0000
Subject: [PATCH 4/6] chore: Generated snippets should not be owned by samples
 reviewers (#1575) (#753)

Source-Link: https://github.com/googleapis/synthtool/commit/2e9ac19d5b8181af77cdc5337cf922517813cc49
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
---
 .github/.OwlBot.lock.yaml | 3 +--
 .github/CODEOWNERS        | 3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index de9173d9..62592923 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,5 +13,4 @@
 # limitations under the License.
 docker:
   image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
-  digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
-# created: 2022-07-13T13:53:17.676447481Z
+  digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 30fdb7b9..db2d8ad1 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -8,3 +8,6 @@
 
 # The java-samples-reviewers team is the default owner for samples changes
 samples/**/*.java       @googleapis/java-samples-reviewers
+
+# Generated snippets should not be owned by samples reviewers
+samples/snippets/generated/       @googleapis/yoshi-java

From 687e437e301fedc3347dc26216201e94fec17482 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate 
Date: Thu, 15 Sep 2022 14:22:20 +0200
Subject: [PATCH 5/6] deps: update dependency
 com.google.cloud:google-cloud-shared-dependencies to v3.0.3 (#754)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `3.0.2` -> `3.0.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/compatibility-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/confidence-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

googleapis/java-shared-dependencies ### [`v3.0.3`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#​303-httpsgithubcomgoogleapisjava-shared-dependenciescomparev302v303-2022-09-14) [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.2...v3.0.3) ##### Dependencies - Google-cloud-core 2.8.12 ([#​799](https://togithub.com/googleapis/java-shared-dependencies/issues/799)) ([1b3db8d](https://togithub.com/googleapis/java-shared-dependencies/commit/1b3db8d1e17c49ebae79fc96164fa9058e1df6e3)) - Moving gson to first-party-dependencies ([#​800](https://togithub.com/googleapis/java-shared-dependencies/issues/800)) ([a41fcc1](https://togithub.com/googleapis/java-shared-dependencies/commit/a41fcc11d32e02e5af2837561792e3919f6d4b3f)) - Update dependency com.google.protobuf:protobuf-bom to v3.21.6 ([#​797](https://togithub.com/googleapis/java-shared-dependencies/issues/797)) ([bc5fdc9](https://togithub.com/googleapis/java-shared-dependencies/commit/bc5fdc9b3af7973c28f063a9ac156fe2af562814)) - Update gax.version to v2.19.1 ([#​798](https://togithub.com/googleapis/java-shared-dependencies/issues/798)) ([84e5487](https://togithub.com/googleapis/java-shared-dependencies/commit/84e5487b2e3dce4bb60badecebde788c3cb702b8)) - Update google.core.version to v2.8.11 ([#​793](https://togithub.com/googleapis/java-shared-dependencies/issues/793)) ([63c1297](https://togithub.com/googleapis/java-shared-dependencies/commit/63c129722aa0b821031ff5b4c11004adf7b12044))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-billingbudgets). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e45b9b98..f1be8d83 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.2 + 3.0.3 pom import From 685b8f051794b709c489a703335f5b6eedd1daae Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 12:52:13 +0000 Subject: [PATCH 6/6] chore(main): release 2.3.4 (#755) :robot: I have created a release *beep* *boop* --- ## [2.3.4](https://github.com/googleapis/java-billingbudgets/compare/v2.3.3...v2.3.4) (2022-09-15) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#754](https://github.com/googleapis/java-billingbudgets/issues/754)) ([687e437](https://github.com/googleapis/java-billingbudgets/commit/687e437e301fedc3347dc26216201e94fec17482)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ google-cloud-billingbudgets-bom/pom.xml | 12 ++++++------ google-cloud-billingbudgets/pom.xml | 4 ++-- grpc-google-cloud-billingbudgets-v1/pom.xml | 4 ++-- grpc-google-cloud-billingbudgets-v1beta1/pom.xml | 4 ++-- pom.xml | 12 ++++++------ proto-google-cloud-billingbudgets-v1/pom.xml | 4 ++-- proto-google-cloud-billingbudgets-v1beta1/pom.xml | 4 ++-- versions.txt | 10 +++++----- 9 files changed, 34 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b59c18..d402169d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.4](https://github.com/googleapis/java-billingbudgets/compare/v2.3.3...v2.3.4) (2022-09-15) + + +### Dependencies + +* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#754](https://github.com/googleapis/java-billingbudgets/issues/754)) ([687e437](https://github.com/googleapis/java-billingbudgets/commit/687e437e301fedc3347dc26216201e94fec17482)) + ## [2.3.3](https://github.com/googleapis/java-billingbudgets/compare/v2.3.2...v2.3.3) (2022-09-09) diff --git a/google-cloud-billingbudgets-bom/pom.xml b/google-cloud-billingbudgets-bom/pom.xml index c332ff35..85c2a6a0 100644 --- a/google-cloud-billingbudgets-bom/pom.xml +++ b/google-cloud-billingbudgets-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-billingbudgets-bom - 2.3.4-SNAPSHOT + 2.3.4 pom com.google.cloud @@ -52,27 +52,27 @@ com.google.cloud google-cloud-billingbudgets - 2.3.4-SNAPSHOT + 2.3.4 com.google.api.grpc grpc-google-cloud-billingbudgets-v1beta1 - 0.12.4-SNAPSHOT + 0.12.4 com.google.api.grpc grpc-google-cloud-billingbudgets-v1 - 2.3.4-SNAPSHOT + 2.3.4 com.google.api.grpc proto-google-cloud-billingbudgets-v1beta1 - 0.12.4-SNAPSHOT + 0.12.4 com.google.api.grpc proto-google-cloud-billingbudgets-v1 - 2.3.4-SNAPSHOT + 2.3.4
diff --git a/google-cloud-billingbudgets/pom.xml b/google-cloud-billingbudgets/pom.xml index b63649fa..64cb0eb6 100644 --- a/google-cloud-billingbudgets/pom.xml +++ b/google-cloud-billingbudgets/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-billingbudgets - 2.3.4-SNAPSHOT + 2.3.4 jar Google Cloud billingbudgets https://github.com/googleapis/java-billingbudgets @@ -11,7 +11,7 @@ com.google.cloud google-cloud-billingbudgets-parent - 2.3.4-SNAPSHOT + 2.3.4 google-cloud-billingbudgets diff --git a/grpc-google-cloud-billingbudgets-v1/pom.xml b/grpc-google-cloud-billingbudgets-v1/pom.xml index 67c8cbd2..116c4393 100644 --- a/grpc-google-cloud-billingbudgets-v1/pom.xml +++ b/grpc-google-cloud-billingbudgets-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-billingbudgets-v1 - 2.3.4-SNAPSHOT + 2.3.4 grpc-google-cloud-billingbudgets-v1 GRPC library for grpc-google-cloud-billingbudgets-v1 com.google.cloud google-cloud-billingbudgets-parent - 2.3.4-SNAPSHOT + 2.3.4 diff --git a/grpc-google-cloud-billingbudgets-v1beta1/pom.xml b/grpc-google-cloud-billingbudgets-v1beta1/pom.xml index 292501a0..7fc5c9f7 100644 --- a/grpc-google-cloud-billingbudgets-v1beta1/pom.xml +++ b/grpc-google-cloud-billingbudgets-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-billingbudgets-v1beta1 - 0.12.4-SNAPSHOT + 0.12.4 grpc-google-cloud-billingbudgets-v1beta1 GRPC library for grpc-google-cloud-billingbudgets-v1beta1 com.google.cloud google-cloud-billingbudgets-parent - 2.3.4-SNAPSHOT + 2.3.4 diff --git a/pom.xml b/pom.xml index f1be8d83..4a8b5a5c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-billingbudgets-parent pom - 2.3.4-SNAPSHOT + 2.3.4 Google Cloud Billing Budgets Parent https://github.com/googleapis/java-billingbudgets @@ -61,27 +61,27 @@ com.google.api.grpc proto-google-cloud-billingbudgets-v1beta1 - 0.12.4-SNAPSHOT + 0.12.4 com.google.api.grpc proto-google-cloud-billingbudgets-v1 - 2.3.4-SNAPSHOT + 2.3.4 com.google.api.grpc grpc-google-cloud-billingbudgets-v1beta1 - 0.12.4-SNAPSHOT + 0.12.4 com.google.api.grpc grpc-google-cloud-billingbudgets-v1 - 2.3.4-SNAPSHOT + 2.3.4 com.google.cloud google-cloud-billingbudgets - 2.3.4-SNAPSHOT + 2.3.4 diff --git a/proto-google-cloud-billingbudgets-v1/pom.xml b/proto-google-cloud-billingbudgets-v1/pom.xml index 797e6b23..0995e7b5 100644 --- a/proto-google-cloud-billingbudgets-v1/pom.xml +++ b/proto-google-cloud-billingbudgets-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-billingbudgets-v1 - 2.3.4-SNAPSHOT + 2.3.4 proto-google-cloud-billingbudgets-v1 PROTO library for proto-google-cloud-billingbudgets-v1 com.google.cloud google-cloud-billingbudgets-parent - 2.3.4-SNAPSHOT + 2.3.4 diff --git a/proto-google-cloud-billingbudgets-v1beta1/pom.xml b/proto-google-cloud-billingbudgets-v1beta1/pom.xml index 5314e211..0686c794 100644 --- a/proto-google-cloud-billingbudgets-v1beta1/pom.xml +++ b/proto-google-cloud-billingbudgets-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-billingbudgets-v1beta1 - 0.12.4-SNAPSHOT + 0.12.4 proto-google-cloud-billingbudgets-v1beta1 PROTO library for proto-google-cloud-billingbudgets-v1beta1 com.google.cloud google-cloud-billingbudgets-parent - 2.3.4-SNAPSHOT + 2.3.4 diff --git a/versions.txt b/versions.txt index d84a39e9..113f75f2 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-billingbudgets:2.3.3:2.3.4-SNAPSHOT -grpc-google-cloud-billingbudgets-v1beta1:0.12.3:0.12.4-SNAPSHOT -grpc-google-cloud-billingbudgets-v1:2.3.3:2.3.4-SNAPSHOT -proto-google-cloud-billingbudgets-v1beta1:0.12.3:0.12.4-SNAPSHOT -proto-google-cloud-billingbudgets-v1:2.3.3:2.3.4-SNAPSHOT +google-cloud-billingbudgets:2.3.4:2.3.4 +grpc-google-cloud-billingbudgets-v1beta1:0.12.4:0.12.4 +grpc-google-cloud-billingbudgets-v1:2.3.4:2.3.4 +proto-google-cloud-billingbudgets-v1beta1:0.12.4:0.12.4 +proto-google-cloud-billingbudgets-v1:2.3.4:2.3.4