Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [OsLogin] A comment for field parent in message .google.cloud.oslogin.v1beta.SignSshPublicKeyRequest is changed #7472

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,7 @@ public function importSshPublicKey($sshPublicKey, array $optionalArgs = [])
* @type string $sshPublicKey
* The SSH public key to sign.
* @type string $parent
* The parent project and zone for the signing request. This is needed to
* properly ensure per-organization ISS processing and potentially to provide
* for the possibility of zone-specific certificates used in the signing
* process.
* The parent project and region for the signing request.
* @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
Loading