FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): Bump gapic-generator to 2.6.1 (#461) · benjaminp/google-cloud-java@d0d0fe7 · GitHub

Commit d0d0fe7

Browse files
chore(deps): Bump gapic-generator to 2.6.1 (googleapis#461)
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
1 parent b73aced commit d0d0fe7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/BaseBigtableInstanceAdminClientTest.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ public void deleteAppProfileExceptionTest() throws Exception {
835835
@SuppressWarnings("all")
836836
public void getIamPolicyTest() {
837837
int version = 351608024;
838-
ByteString etag = ByteString.copyFromUtf8("etag3123477");
838+
ByteString etag = ByteString.copyFromUtf8("21");
839839
Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build();
840840
mockBigtableInstanceAdmin.addResponse(expectedResponse);
841841

@@ -875,7 +875,7 @@ public void getIamPolicyExceptionTest() throws Exception {
875875
@SuppressWarnings("all")
876876
public void setIamPolicyTest() {
877877
int version = 351608024;
878-
ByteString etag = ByteString.copyFromUtf8("etag3123477");
878+
ByteString etag = ByteString.copyFromUtf8("21");
879879
Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build();
880880
mockBigtableInstanceAdmin.addResponse(expectedResponse);
881881

‎java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/BaseBigtableTableAdminClientTest.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ public void checkConsistencyExceptionTest() throws Exception {
526526
@SuppressWarnings("all")
527527
public void getIamPolicyTest() {
528528
int version = 351608024;
529-
ByteString etag = ByteString.copyFromUtf8("etag3123477");
529+
ByteString etag = ByteString.copyFromUtf8("21");
530530
Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build();
531531
mockBigtableTableAdmin.addResponse(expectedResponse);
532532

@@ -566,7 +566,7 @@ public void getIamPolicyExceptionTest() throws Exception {
566566
@SuppressWarnings("all")
567567
public void setIamPolicyTest() {
568568
int version = 351608024;
569-
ByteString etag = ByteString.copyFromUtf8("etag3123477");
569+
ByteString etag = ByteString.copyFromUtf8("21");
570570
Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build();
571571
mockBigtableTableAdmin.addResponse(expectedResponse);
572572

‎java-bigtable/synth.metadata‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "96ef637adf148d54236ad83fefa30c7f75f29737",
15-
"internalRef": "325052820"
14+
"sha": "3a935fab757e09c72afd4aa121147a4c97dccc3e",
15+
"internalRef": "336931287"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL