Skip to content

Commit

Permalink
feat: Modify ModifyColumnFamiliesRequest proto to expose ignore_warni…
Browse files Browse the repository at this point in the history
…ngs field

PiperOrigin-RevId: 590940407

Source-Link: googleapis/googleapis@fb027c8

Source-Link: googleapis/googleapis-gen@f0728cd
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmlndGFibGUuQWRtaW4uVjIvLk93bEJvdC55YW1sIiwiaCI6ImYwNzI4Y2RhMjI3YjM4ODM1ODIyYzRlNTUxOWU1NjhjZThkMmI1YWMifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Dec 14, 2023
1 parent 7a630af commit 34c9afd
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 196 deletions.
Expand Up @@ -43,6 +43,7 @@ public async Task ModifyColumnFamiliesRequestObjectAsync()
{
new ModifyColumnFamiliesRequest.Types.Modification(),
},
IgnoreWarnings = false,
};
// Make the request
Table response = await bigtableTableAdminClient.ModifyColumnFamiliesAsync(request);
Expand Down
Expand Up @@ -42,6 +42,7 @@ public void ModifyColumnFamiliesRequestObject()
{
new ModifyColumnFamiliesRequest.Types.Modification(),
},
IgnoreWarnings = false,
};
// Make the request
Table response = bigtableTableAdminClient.ModifyColumnFamilies(request);
Expand Down
Expand Up @@ -7648,12 +7648,12 @@
"segments": [
{
"start": 20,
"end": 49,
"end": 50,
"type": "FULL"
},
{
"start": 35,
"end": 47,
"end": 48,
"type": "SHORT"
}
]
Expand Down Expand Up @@ -7697,12 +7697,12 @@
"segments": [
{
"start": 20,
"end": 50,
"end": 51,
"type": "FULL"
},
{
"start": 36,
"end": 48,
"end": 49,
"type": "SHORT"
}
]
Expand Down
Expand Up @@ -1112,6 +1112,7 @@ public void ModifyColumnFamiliesRequestObject()
{
new ModifyColumnFamiliesRequest.Types.Modification(),
},
IgnoreWarnings = false,
};
// Make the request
Table response = bigtableTableAdminClient.ModifyColumnFamilies(request);
Expand All @@ -1133,6 +1134,7 @@ public async Task ModifyColumnFamiliesRequestObjectAsync()
{
new ModifyColumnFamiliesRequest.Types.Modification(),
},
IgnoreWarnings = false,
};
// Make the request
Table response = await bigtableTableAdminClient.ModifyColumnFamiliesAsync(request);
Expand Down

0 comments on commit 34c9afd

Please sign in to comment.