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 Jan 9, 2024
1 parent 2546c41 commit c411f10
Show file tree
Hide file tree
Showing 67 changed files with 8 additions and 9,508 deletions.
Binary file modified OsLogin/metadata/V1Beta/Oslogin.php
Binary file not shown.
8 changes: 8 additions & 0 deletions OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,10 @@ public function getSshPublicKey($name, array $optionalArgs = [])
* @type int $view
* The view configures whether to retrieve security keys information.
* For allowed values, use constants defined on {@see \Google\Cloud\OsLogin\V1beta\LoginProfileView}
* @type string[] $regions
* Optional. The regions to which to assert that the key was written.
* If unspecified, defaults to all regions.
* Regions are listed at https://cloud.google.com/about/locations#region.
* @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 Down Expand Up @@ -689,6 +693,10 @@ public function importSshPublicKey($sshPublicKey, array $optionalArgs = [])
$request->setView($optionalArgs['view']);
}

if (isset($optionalArgs['regions'])) {
$request->setRegions($optionalArgs['regions']);
}

$requestParams = new RequestParamsHeaderDescriptor(
$requestParamHeaders
);
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c411f10

Please sign in to comment.