Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Dec 14, 2023
1 parent 3fd3363 commit 393cda8
Show file tree
Hide file tree
Showing 253 changed files with 40 additions and 49,532 deletions.
Binary file modified Bigtable/metadata/Admin/V2/BigtableTableAdmin.php
Binary file not shown.
6 changes: 6 additions & 0 deletions Bigtable/src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,8 @@ public function listTables($parent, array $optionalArgs = [])
* @param array $optionalArgs {
* Optional.
*
* @type bool $ignoreWarnings
* Optional. If true, ignore safety checks when modifying the column families.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
Expand All @@ -1617,6 +1619,10 @@ public function modifyColumnFamilies($name, $modifications, array $optionalArgs
$request->setName($name);
$request->setModifications($modifications);
$requestParamHeaders['name'] = $name;
if (isset($optionalArgs['ignoreWarnings'])) {
$request->setIgnoreWarnings($optionalArgs['ignoreWarnings']);
}

$requestParams = new RequestParamsHeaderDescriptor($requestParamHeaders);
$optionalArgs['headers'] = isset($optionalArgs['headers']) ? array_merge($requestParams->getHeader(), $optionalArgs['headers']) : $requestParams->getHeader();
return $this->startCall('ModifyColumnFamilies', Table::class, $optionalArgs, $request)->wait();
Expand Down
34 changes: 34 additions & 0 deletions Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 393cda8

Please sign in to comment.