Skip to content

Commit

Permalink
chore(deps): Bump gapic-generator to 2.6.1 (#461)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 336931287

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Oct 13 12:29:21 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 3a935fab757e09c72afd4aa121147a4c97dccc3e
Source-Link: googleapis/googleapis@3a935fa
  • Loading branch information
yoshi-automation committed Oct 14, 2020
1 parent 82ae5ee commit 8b50ed2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Expand Up @@ -835,7 +835,7 @@ public void deleteAppProfileExceptionTest() throws Exception {
@SuppressWarnings("all")
public void getIamPolicyTest() {
int version = 351608024;
ByteString etag = ByteString.copyFromUtf8("etag3123477");
ByteString etag = ByteString.copyFromUtf8("21");
Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build();
mockBigtableInstanceAdmin.addResponse(expectedResponse);

Expand Down Expand Up @@ -875,7 +875,7 @@ public void getIamPolicyExceptionTest() throws Exception {
@SuppressWarnings("all")
public void setIamPolicyTest() {
int version = 351608024;
ByteString etag = ByteString.copyFromUtf8("etag3123477");
ByteString etag = ByteString.copyFromUtf8("21");
Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build();
mockBigtableInstanceAdmin.addResponse(expectedResponse);

Expand Down
Expand Up @@ -526,7 +526,7 @@ public void checkConsistencyExceptionTest() throws Exception {
@SuppressWarnings("all")
public void getIamPolicyTest() {
int version = 351608024;
ByteString etag = ByteString.copyFromUtf8("etag3123477");
ByteString etag = ByteString.copyFromUtf8("21");
Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build();
mockBigtableTableAdmin.addResponse(expectedResponse);

Expand Down Expand Up @@ -566,7 +566,7 @@ public void getIamPolicyExceptionTest() throws Exception {
@SuppressWarnings("all")
public void setIamPolicyTest() {
int version = 351608024;
ByteString etag = ByteString.copyFromUtf8("etag3123477");
ByteString etag = ByteString.copyFromUtf8("21");
Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build();
mockBigtableTableAdmin.addResponse(expectedResponse);

Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "96ef637adf148d54236ad83fefa30c7f75f29737",
"internalRef": "325052820"
"sha": "3a935fab757e09c72afd4aa121147a4c97dccc3e",
"internalRef": "336931287"
}
},
{
Expand Down

0 comments on commit 8b50ed2

Please sign in to comment.