Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release gapic-generator-java v2.0.1 (#651)
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 389657692

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Aug 9 09:53:52 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: a739464cacb3aa6d375683aefe16b79c21da1bb0
Source-Link: googleapis/googleapis@a739464
  • Loading branch information
yoshi-automation committed Aug 13, 2021
1 parent d30c71d commit 2ae5600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -35,7 +35,7 @@
*
* <pre>{@code
* try (ContainerAnalysisClient containerAnalysisClient = ContainerAnalysisClient.create()) {
* ResourceName resource = ProjectName.of("[PROJECT]");
* ResourceName resource = BillingAccountName.of("[BILLING_ACCOUNT]");
* Policy policy = Policy.newBuilder().build();
* Policy response = containerAnalysisClient.setIamPolicy(resource, policy);
* }
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-containeranalysis.git",
"sha": "680e3ec2ee9242a96cde06bb826b5a42e7dd2c7f"
"sha": "cd874a778e3f41fb32670cef4409c34f32c03bd7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d9eaf41de44d953458b18712a3f240bb4c564e48",
"internalRef": "388535346"
"sha": "a739464cacb3aa6d375683aefe16b79c21da1bb0",
"internalRef": "389657692"
}
},
{
Expand Down

0 comments on commit 2ae5600

Please sign in to comment.