From 0891de4cb0956fc1ca570081a1b8182eba342786 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:25:39 -0700 Subject: [PATCH] docs: A comment for field `parent` in message `.google.cloud.oslogin.v1beta.SignSshPublicKeyRequest` is changed (#7472) PiperOrigin-RevId: 646243563 Source-Link: https://github.com/googleapis/googleapis/commit/e4e39feea63b5f0d646fc193acbf536b5d292b64 Source-Link: https://github.com/googleapis/googleapis-gen/commit/09e7fc1a04f6f615ba076e2aed5abb714b8a3b97 Copy-Tag: eyJwIjoiT3NMb2dpbi8uT3dsQm90LnlhbWwiLCJoIjoiMDllN2ZjMWEwNGY2ZjYxNWJhMDc2ZTJhZWQ1YWJiNzE0YjhhM2I5NyJ9 --- OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php b/OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php index e5596554ec08..ae929de07361 100644 --- a/OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php +++ b/OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php @@ -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