diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 17cc2586..28131820 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-billingbudgets.git", - "sha": "ea344ebcdaca831ad18c4b71508d780660b0e2b8" + "sha": "eb0d8c741b8cf926a147ffed919095c22e99180d" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0199c79b8324fba66476300824aa931788c47e2d" + "sha": "2e7bd5cc66a3f0b90ce1c150eb35c89eeb9872d6" } } ] diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 7c8816a7..9b4fd4d8 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -16,8 +16,8 @@ jobs: return; } - // only approve PRs like "chore(master): release " - if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) { + // only approve PRs like "chore: release " + if ( !context.payload.pull_request.title.startsWith("chore: release") ) { return; } diff --git a/.kokoro/release/publish_javadoc.cfg b/.kokoro/release/publish_javadoc.cfg index 8ffc1d74..9d924774 100644 --- a/.kokoro/release/publish_javadoc.cfg +++ b/.kokoro/release/publish_javadoc.cfg @@ -7,12 +7,6 @@ env_vars: { value: "docs-staging" } -# cloud-rad staging -env_vars: { - key: "STAGING_BUCKET_V2" - value: "docs-staging-v2-staging" -} - env_vars: { key: "TRAMPOLINE_BUILD_FILE" value: "github/java-billingbudgets/.kokoro/release/publish_javadoc.sh" @@ -26,4 +20,4 @@ before_action { keyname: "docuploader_service_account" } } -} \ No newline at end of file +} diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh index 14deb0e9..f5348363 100755 --- a/.kokoro/release/publish_javadoc.sh +++ b/.kokoro/release/publish_javadoc.sh @@ -56,22 +56,3 @@ python3 -m docuploader create-metadata \ python3 -m docuploader upload . \ --credentials ${CREDENTIALS} \ --staging-bucket ${STAGING_BUCKET} - -popd - -# V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates. - -mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/" - -pushd target/devsite/reference - -# create metadata -python3 -m docuploader create-metadata \ - --name ${NAME} \ - --version ${VERSION} \ - --language java - -# upload docs to staging bucket -python3 -m docuploader upload . \ - --credentials ${CREDENTIALS} \ - --staging-bucket ${STAGING_BUCKET_V2} diff --git a/.kokoro/release/publish_javadoc11.sh b/.kokoro/release/publish_javadoc11.sh index 08ed7770..313315af 100755 --- a/.kokoro/release/publish_javadoc11.sh +++ b/.kokoro/release/publish_javadoc11.sh @@ -40,6 +40,9 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3) # generate yml mvn clean site -B -q -P docFX +# copy README to docfx-yml dir and rename index.md +cp README.md target/docfx-yml/index.md + pushd target/docfx-yml # create metadata @@ -52,4 +55,4 @@ python3 -m docuploader create-metadata \ python3 -m docuploader upload . \ --credentials ${CREDENTIALS} \ --staging-bucket ${STAGING_BUCKET_V2} \ - --destination-prefix docfx- + --destination-prefix docfx diff --git a/CHANGELOG.md b/CHANGELOG.md index 3625ac6e..8326b673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.7](https://www.github.com/googleapis/java-billingbudgets/compare/v1.0.6...v1.0.7) (2021-03-11) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#418](https://www.github.com/googleapis/java-billingbudgets/issues/418)) ([6d9a574](https://www.github.com/googleapis/java-billingbudgets/commit/6d9a57425b3035eb5849a99bb18e6914d000bdb5)) + ### [1.0.6](https://www.github.com/googleapis/java-billingbudgets/compare/v1.0.5...v1.0.6) (2021-02-25) diff --git a/README.md b/README.md index 82380d34..ad6d5635 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 18.0.0 + 19.0.0 pom import @@ -38,25 +38,25 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-billingbudgets - 1.0.5 + 1.0.6 ``` If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:18.0.0') +implementation platform('com.google.cloud:libraries-bom:19.0.0') compile 'com.google.cloud:google-cloud-billingbudgets' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-billingbudgets:1.0.5' +compile 'com.google.cloud:google-cloud-billingbudgets:1.0.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "1.0.5" +libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "1.0.6" ``` ## Authentication diff --git a/google-cloud-billingbudgets-bom/pom.xml b/google-cloud-billingbudgets-bom/pom.xml index 60be7018..1d2e8616 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 - 1.0.6 + 1.0.7 pom com.google.cloud @@ -63,27 +63,27 @@ com.google.api.grpc grpc-google-cloud-billingbudgets-v1beta1 - 0.6.6 + 0.6.7 com.google.api.grpc grpc-google-cloud-billingbudgets-v1 - 1.0.6 + 1.0.7 com.google.api.grpc proto-google-cloud-billingbudgets-v1beta1 - 0.6.6 + 0.6.7 com.google.api.grpc proto-google-cloud-billingbudgets-v1 - 1.0.6 + 1.0.7 com.google.cloud google-cloud-billingbudgets - 1.0.6 + 1.0.7 diff --git a/google-cloud-billingbudgets/pom.xml b/google-cloud-billingbudgets/pom.xml index 84ffc9cc..76f54bb9 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 - 1.0.6 + 1.0.7 jar Google Cloud billingbudgets https://github.com/googleapis/java-billingbudgets @@ -11,7 +11,7 @@ com.google.cloud google-cloud-billingbudgets-parent - 1.0.6 + 1.0.7 google-cloud-billingbudgets 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 91af6b67..147959d7 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 @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 aa3d175b..dceda29f 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 @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 8c972e29..56dfee26 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 @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/BudgetServiceStub.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/BudgetServiceStub.java index ef681f46..3fada7f0 100644 --- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/BudgetServiceStub.java +++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/BudgetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 e11c2c46..37ade27f 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 @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/GrpcBudgetServiceCallableFactory.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/GrpcBudgetServiceCallableFactory.java index 42d57022..b7fb42ee 100644 --- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/GrpcBudgetServiceCallableFactory.java +++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/GrpcBudgetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/GrpcBudgetServiceStub.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/GrpcBudgetServiceStub.java index 7b3fa8f7..e328fa77 100644 --- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/GrpcBudgetServiceStub.java +++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/GrpcBudgetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 fb65d741..3620fcab 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 @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 0ea8ceb2..fcbc940e 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 @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 0ff7a5c7..e9e6b633 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 @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/BudgetServiceStub.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/BudgetServiceStub.java index 72bda6b7..d0720af5 100644 --- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/BudgetServiceStub.java +++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/BudgetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 7d53f5c3..fabfeba7 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 @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/GrpcBudgetServiceCallableFactory.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/GrpcBudgetServiceCallableFactory.java index 9287b187..81c58d15 100644 --- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/GrpcBudgetServiceCallableFactory.java +++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/GrpcBudgetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/GrpcBudgetServiceStub.java b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/GrpcBudgetServiceStub.java index 0e8f5bb1..aec95ff6 100644 --- a/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/GrpcBudgetServiceStub.java +++ b/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/GrpcBudgetServiceStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/BudgetServiceClientTest.java b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/BudgetServiceClientTest.java index 94639697..05e0eccf 100644 --- a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/BudgetServiceClientTest.java +++ b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/BudgetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/MockBudgetService.java b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/MockBudgetService.java index 95316351..f576d6ec 100644 --- a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/MockBudgetService.java +++ b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/MockBudgetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/MockBudgetServiceImpl.java b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/MockBudgetServiceImpl.java index 5f9f67ae..60ee579f 100644 --- a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/MockBudgetServiceImpl.java +++ b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/MockBudgetServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceClientTest.java b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceClientTest.java index 688b1e37..6b4fe540 100644 --- a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceClientTest.java +++ b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/MockBudgetService.java b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/MockBudgetService.java index 9348f4c3..9f09f4a2 100644 --- a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/MockBudgetService.java +++ b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/MockBudgetService.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/MockBudgetServiceImpl.java b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/MockBudgetServiceImpl.java index 010b237f..64637d29 100644 --- a/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/MockBudgetServiceImpl.java +++ b/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1beta1/MockBudgetServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/grpc-google-cloud-billingbudgets-v1/pom.xml b/grpc-google-cloud-billingbudgets-v1/pom.xml index d597ae7e..6f69ec16 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 - 1.0.6 + 1.0.7 grpc-google-cloud-billingbudgets-v1 GRPC library for grpc-google-cloud-billingbudgets-v1 com.google.cloud google-cloud-billingbudgets-parent - 1.0.6 + 1.0.7 diff --git a/grpc-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceGrpc.java b/grpc-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceGrpc.java index dc5eb87d..931d3a45 100644 --- a/grpc-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceGrpc.java +++ b/grpc-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BudgetServiceGrpc.java @@ -16,11 +16,6 @@ package com.google.cloud.billing.budgets.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; -import static io.grpc.stub.ClientCalls.asyncUnaryCall; -import static io.grpc.stub.ClientCalls.blockingUnaryCall; -import static io.grpc.stub.ClientCalls.futureUnaryCall; -import static io.grpc.stub.ServerCalls.asyncUnaryCall; -import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall; /** * @@ -329,7 +324,8 @@ public abstract static class BudgetServiceImplBase implements io.grpc.BindableSe public void createBudget( com.google.cloud.billing.budgets.v1.CreateBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getCreateBudgetMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateBudgetMethod(), responseObserver); } /** @@ -345,7 +341,8 @@ public void createBudget( public void updateBudget( com.google.cloud.billing.budgets.v1.UpdateBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getUpdateBudgetMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateBudgetMethod(), responseObserver); } /** @@ -362,7 +359,7 @@ public void updateBudget( public void getBudget( com.google.cloud.billing.budgets.v1.GetBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getGetBudgetMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBudgetMethod(), responseObserver); } /** @@ -380,7 +377,8 @@ public void listBudgets( com.google.cloud.billing.budgets.v1.ListBudgetsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getListBudgetsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListBudgetsMethod(), responseObserver); } /** @@ -393,7 +391,8 @@ public void listBudgets( public void deleteBudget( com.google.cloud.billing.budgets.v1.DeleteBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getDeleteBudgetMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteBudgetMethod(), responseObserver); } @java.lang.Override @@ -401,32 +400,32 @@ public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getCreateBudgetMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1.CreateBudgetRequest, com.google.cloud.billing.budgets.v1.Budget>(this, METHODID_CREATE_BUDGET))) .addMethod( getUpdateBudgetMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1.UpdateBudgetRequest, com.google.cloud.billing.budgets.v1.Budget>(this, METHODID_UPDATE_BUDGET))) .addMethod( getGetBudgetMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1.GetBudgetRequest, com.google.cloud.billing.budgets.v1.Budget>(this, METHODID_GET_BUDGET))) .addMethod( getListBudgetsMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1.ListBudgetsRequest, com.google.cloud.billing.budgets.v1.ListBudgetsResponse>( this, METHODID_LIST_BUDGETS))) .addMethod( getDeleteBudgetMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1.DeleteBudgetRequest, com.google.protobuf.Empty>(this, METHODID_DELETE_BUDGET))) @@ -465,7 +464,7 @@ protected BudgetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions c public void createBudget( com.google.cloud.billing.budgets.v1.CreateBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getCreateBudgetMethod(), getCallOptions()), request, responseObserver); @@ -484,7 +483,7 @@ public void createBudget( public void updateBudget( com.google.cloud.billing.budgets.v1.UpdateBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUpdateBudgetMethod(), getCallOptions()), request, responseObserver); @@ -504,7 +503,7 @@ public void updateBudget( public void getBudget( com.google.cloud.billing.budgets.v1.GetBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetBudgetMethod(), getCallOptions()), request, responseObserver); } @@ -523,7 +522,7 @@ public void listBudgets( com.google.cloud.billing.budgets.v1.ListBudgetsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListBudgetsMethod(), getCallOptions()), request, responseObserver); @@ -539,7 +538,7 @@ public void listBudgets( public void deleteBudget( com.google.cloud.billing.budgets.v1.DeleteBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteBudgetMethod(), getCallOptions()), request, responseObserver); @@ -577,7 +576,8 @@ protected BudgetServiceBlockingStub build( */ public com.google.cloud.billing.budgets.v1.Budget createBudget( com.google.cloud.billing.budgets.v1.CreateBudgetRequest request) { - return blockingUnaryCall(getChannel(), getCreateBudgetMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateBudgetMethod(), getCallOptions(), request); } /** @@ -592,7 +592,8 @@ public com.google.cloud.billing.budgets.v1.Budget createBudget( */ public com.google.cloud.billing.budgets.v1.Budget updateBudget( com.google.cloud.billing.budgets.v1.UpdateBudgetRequest request) { - return blockingUnaryCall(getChannel(), getUpdateBudgetMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateBudgetMethod(), getCallOptions(), request); } /** @@ -608,7 +609,8 @@ public com.google.cloud.billing.budgets.v1.Budget updateBudget( */ public com.google.cloud.billing.budgets.v1.Budget getBudget( com.google.cloud.billing.budgets.v1.GetBudgetRequest request) { - return blockingUnaryCall(getChannel(), getGetBudgetMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetBudgetMethod(), getCallOptions(), request); } /** @@ -624,7 +626,8 @@ public com.google.cloud.billing.budgets.v1.Budget getBudget( */ public com.google.cloud.billing.budgets.v1.ListBudgetsResponse listBudgets( com.google.cloud.billing.budgets.v1.ListBudgetsRequest request) { - return blockingUnaryCall(getChannel(), getListBudgetsMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListBudgetsMethod(), getCallOptions(), request); } /** @@ -636,7 +639,8 @@ public com.google.cloud.billing.budgets.v1.ListBudgetsResponse listBudgets( */ public com.google.protobuf.Empty deleteBudget( com.google.cloud.billing.budgets.v1.DeleteBudgetRequest request) { - return blockingUnaryCall(getChannel(), getDeleteBudgetMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteBudgetMethod(), getCallOptions(), request); } } @@ -672,7 +676,7 @@ protected BudgetServiceFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.budgets.v1.Budget> createBudget(com.google.cloud.billing.budgets.v1.CreateBudgetRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateBudgetMethod(), getCallOptions()), request); } @@ -689,7 +693,7 @@ protected BudgetServiceFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.budgets.v1.Budget> updateBudget(com.google.cloud.billing.budgets.v1.UpdateBudgetRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateBudgetMethod(), getCallOptions()), request); } @@ -707,7 +711,8 @@ protected BudgetServiceFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.budgets.v1.Budget> getBudget(com.google.cloud.billing.budgets.v1.GetBudgetRequest request) { - return futureUnaryCall(getChannel().newCall(getGetBudgetMethod(), getCallOptions()), request); + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetBudgetMethod(), getCallOptions()), request); } /** @@ -724,7 +729,7 @@ protected BudgetServiceFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.budgets.v1.ListBudgetsResponse> listBudgets(com.google.cloud.billing.budgets.v1.ListBudgetsRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListBudgetsMethod(), getCallOptions()), request); } @@ -737,7 +742,7 @@ protected BudgetServiceFutureStub build( */ public com.google.common.util.concurrent.ListenableFuture deleteBudget(com.google.cloud.billing.budgets.v1.DeleteBudgetRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteBudgetMethod(), getCallOptions()), request); } } diff --git a/grpc-google-cloud-billingbudgets-v1beta1/pom.xml b/grpc-google-cloud-billingbudgets-v1beta1/pom.xml index c88b94b0..1517985b 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.6.6 + 0.6.7 grpc-google-cloud-billingbudgets-v1beta1 GRPC library for grpc-google-cloud-billingbudgets-v1beta1 com.google.cloud google-cloud-billingbudgets-parent - 1.0.6 + 1.0.7 diff --git a/grpc-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceGrpc.java b/grpc-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceGrpc.java index 6abec03a..2293180d 100644 --- a/grpc-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceGrpc.java +++ b/grpc-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceGrpc.java @@ -16,11 +16,6 @@ package com.google.cloud.billing.budgets.v1beta1; import static io.grpc.MethodDescriptor.generateFullMethodName; -import static io.grpc.stub.ClientCalls.asyncUnaryCall; -import static io.grpc.stub.ClientCalls.blockingUnaryCall; -import static io.grpc.stub.ClientCalls.futureUnaryCall; -import static io.grpc.stub.ServerCalls.asyncUnaryCall; -import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall; /** * @@ -330,7 +325,8 @@ public void createBudget( com.google.cloud.billing.budgets.v1beta1.CreateBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getCreateBudgetMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateBudgetMethod(), responseObserver); } /** @@ -347,7 +343,8 @@ public void updateBudget( com.google.cloud.billing.budgets.v1beta1.UpdateBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getUpdateBudgetMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateBudgetMethod(), responseObserver); } /** @@ -365,7 +362,7 @@ public void getBudget( com.google.cloud.billing.budgets.v1beta1.GetBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getGetBudgetMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBudgetMethod(), responseObserver); } /** @@ -383,7 +380,8 @@ public void listBudgets( com.google.cloud.billing.budgets.v1beta1.ListBudgetsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getListBudgetsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListBudgetsMethod(), responseObserver); } /** @@ -396,7 +394,8 @@ public void listBudgets( public void deleteBudget( com.google.cloud.billing.budgets.v1beta1.DeleteBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getDeleteBudgetMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteBudgetMethod(), responseObserver); } @java.lang.Override @@ -404,34 +403,34 @@ public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getCreateBudgetMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1beta1.CreateBudgetRequest, com.google.cloud.billing.budgets.v1beta1.Budget>( this, METHODID_CREATE_BUDGET))) .addMethod( getUpdateBudgetMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1beta1.UpdateBudgetRequest, com.google.cloud.billing.budgets.v1beta1.Budget>( this, METHODID_UPDATE_BUDGET))) .addMethod( getGetBudgetMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1beta1.GetBudgetRequest, com.google.cloud.billing.budgets.v1beta1.Budget>(this, METHODID_GET_BUDGET))) .addMethod( getListBudgetsMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1beta1.ListBudgetsRequest, com.google.cloud.billing.budgets.v1beta1.ListBudgetsResponse>( this, METHODID_LIST_BUDGETS))) .addMethod( getDeleteBudgetMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.budgets.v1beta1.DeleteBudgetRequest, com.google.protobuf.Empty>(this, METHODID_DELETE_BUDGET))) @@ -471,7 +470,7 @@ public void createBudget( com.google.cloud.billing.budgets.v1beta1.CreateBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getCreateBudgetMethod(), getCallOptions()), request, responseObserver); @@ -491,7 +490,7 @@ public void updateBudget( com.google.cloud.billing.budgets.v1beta1.UpdateBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUpdateBudgetMethod(), getCallOptions()), request, responseObserver); @@ -512,7 +511,7 @@ public void getBudget( com.google.cloud.billing.budgets.v1beta1.GetBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetBudgetMethod(), getCallOptions()), request, responseObserver); } @@ -531,7 +530,7 @@ public void listBudgets( com.google.cloud.billing.budgets.v1beta1.ListBudgetsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListBudgetsMethod(), getCallOptions()), request, responseObserver); @@ -547,7 +546,7 @@ public void listBudgets( public void deleteBudget( com.google.cloud.billing.budgets.v1beta1.DeleteBudgetRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteBudgetMethod(), getCallOptions()), request, responseObserver); @@ -585,7 +584,8 @@ protected BudgetServiceBlockingStub build( */ public com.google.cloud.billing.budgets.v1beta1.Budget createBudget( com.google.cloud.billing.budgets.v1beta1.CreateBudgetRequest request) { - return blockingUnaryCall(getChannel(), getCreateBudgetMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateBudgetMethod(), getCallOptions(), request); } /** @@ -600,7 +600,8 @@ public com.google.cloud.billing.budgets.v1beta1.Budget createBudget( */ public com.google.cloud.billing.budgets.v1beta1.Budget updateBudget( com.google.cloud.billing.budgets.v1beta1.UpdateBudgetRequest request) { - return blockingUnaryCall(getChannel(), getUpdateBudgetMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateBudgetMethod(), getCallOptions(), request); } /** @@ -616,7 +617,8 @@ public com.google.cloud.billing.budgets.v1beta1.Budget updateBudget( */ public com.google.cloud.billing.budgets.v1beta1.Budget getBudget( com.google.cloud.billing.budgets.v1beta1.GetBudgetRequest request) { - return blockingUnaryCall(getChannel(), getGetBudgetMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetBudgetMethod(), getCallOptions(), request); } /** @@ -632,7 +634,8 @@ public com.google.cloud.billing.budgets.v1beta1.Budget getBudget( */ public com.google.cloud.billing.budgets.v1beta1.ListBudgetsResponse listBudgets( com.google.cloud.billing.budgets.v1beta1.ListBudgetsRequest request) { - return blockingUnaryCall(getChannel(), getListBudgetsMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListBudgetsMethod(), getCallOptions(), request); } /** @@ -644,7 +647,8 @@ public com.google.cloud.billing.budgets.v1beta1.ListBudgetsResponse listBudgets( */ public com.google.protobuf.Empty deleteBudget( com.google.cloud.billing.budgets.v1beta1.DeleteBudgetRequest request) { - return blockingUnaryCall(getChannel(), getDeleteBudgetMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteBudgetMethod(), getCallOptions(), request); } } @@ -680,7 +684,7 @@ protected BudgetServiceFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.budgets.v1beta1.Budget> createBudget(com.google.cloud.billing.budgets.v1beta1.CreateBudgetRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateBudgetMethod(), getCallOptions()), request); } @@ -697,7 +701,7 @@ protected BudgetServiceFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.budgets.v1beta1.Budget> updateBudget(com.google.cloud.billing.budgets.v1beta1.UpdateBudgetRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateBudgetMethod(), getCallOptions()), request); } @@ -715,7 +719,8 @@ protected BudgetServiceFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.budgets.v1beta1.Budget> getBudget(com.google.cloud.billing.budgets.v1beta1.GetBudgetRequest request) { - return futureUnaryCall(getChannel().newCall(getGetBudgetMethod(), getCallOptions()), request); + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetBudgetMethod(), getCallOptions()), request); } /** @@ -732,7 +737,7 @@ protected BudgetServiceFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.budgets.v1beta1.ListBudgetsResponse> listBudgets(com.google.cloud.billing.budgets.v1beta1.ListBudgetsRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListBudgetsMethod(), getCallOptions()), request); } @@ -745,7 +750,7 @@ protected BudgetServiceFutureStub build( */ public com.google.common.util.concurrent.ListenableFuture deleteBudget(com.google.cloud.billing.budgets.v1beta1.DeleteBudgetRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteBudgetMethod(), getCallOptions()), request); } } diff --git a/pom.xml b/pom.xml index f3a603d3..bcc38676 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-billingbudgets-parent pom - 1.0.6 + 1.0.7 Google Cloud Billing Budgets Parent https://github.com/googleapis/java-billingbudgets @@ -70,33 +70,33 @@ com.google.api.grpc proto-google-cloud-billingbudgets-v1beta1 - 0.6.6 + 0.6.7 com.google.api.grpc proto-google-cloud-billingbudgets-v1 - 1.0.6 + 1.0.7 com.google.api.grpc grpc-google-cloud-billingbudgets-v1beta1 - 0.6.6 + 0.6.7 com.google.api.grpc grpc-google-cloud-billingbudgets-v1 - 1.0.6 + 1.0.7 com.google.cloud google-cloud-billingbudgets - 1.0.6 + 1.0.7 com.google.cloud google-cloud-shared-dependencies - 0.20.0 + 0.20.1 pom import diff --git a/proto-google-cloud-billingbudgets-v1/pom.xml b/proto-google-cloud-billingbudgets-v1/pom.xml index 61dda0cd..fa61f339 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 - 1.0.6 + 1.0.7 proto-google-cloud-billingbudgets-v1 PROTO library for proto-google-cloud-billingbudgets-v1 com.google.cloud google-cloud-billingbudgets-parent - 1.0.6 + 1.0.7 diff --git a/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BillingAccountName.java b/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BillingAccountName.java index 9889e954..b4548d52 100644 --- a/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BillingAccountName.java +++ b/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BillingAccountName.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BudgetName.java b/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BudgetName.java index ac263062..5cb6314e 100644 --- a/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BudgetName.java +++ b/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BudgetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/proto-google-cloud-billingbudgets-v1beta1/pom.xml b/proto-google-cloud-billingbudgets-v1beta1/pom.xml index d77379d4..8beae2bf 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.6.6 + 0.6.7 proto-google-cloud-billingbudgets-v1beta1 PROTO library for proto-google-cloud-billingbudgets-v1beta1 com.google.cloud google-cloud-billingbudgets-parent - 1.0.6 + 1.0.7 diff --git a/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BillingAccountName.java b/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BillingAccountName.java index d1285a16..962d57c6 100644 --- a/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BillingAccountName.java +++ b/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BillingAccountName.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetName.java b/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetName.java index f3f60455..465d8dc8 100644 --- a/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetName.java +++ b/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetName.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 415ae91d..f74d81ce 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 - 1.0.5 + 1.0.6 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 51d5b5c3..6fbc9eb2 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-billingbudgets - 1.0.5 + 1.0.6 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index ea022b93..02d5d389 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 18.0.0 + 19.0.0 pom import diff --git a/synth.metadata b/synth.metadata index e9a08ecd..dfced862 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,30 +4,30 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-billingbudgets.git", - "sha": "7964ef091972099b5b98f62ec8a49c9db45de7d9" + "sha": "6d9a57425b3035eb5849a99bb18e6914d000bdb5" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9", - "internalRef": "358516065" + "sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89", + "internalRef": "361377784" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9", - "internalRef": "358516065" + "sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89", + "internalRef": "361377784" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2" + "sha": "0b064d767537e0675fc053e53fca473c5c701fb8" } } ], diff --git a/versions.txt b/versions.txt index de19ca05..74cd929c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -proto-google-cloud-billingbudgets-v1beta1:0.6.6:0.6.6 -proto-google-cloud-billingbudgets-v1:1.0.6:1.0.6 -grpc-google-cloud-billingbudgets-v1beta1:0.6.6:0.6.6 -grpc-google-cloud-billingbudgets-v1:1.0.6:1.0.6 -google-cloud-billingbudgets:1.0.6:1.0.6 +proto-google-cloud-billingbudgets-v1beta1:0.6.7:0.6.7 +proto-google-cloud-billingbudgets-v1:1.0.7:1.0.7 +grpc-google-cloud-billingbudgets-v1beta1:0.6.7:0.6.7 +grpc-google-cloud-billingbudgets-v1:1.0.7:1.0.7 +google-cloud-billingbudgets:1.0.7:1.0.7