@@ -54,7 +54,7 @@ public function getAutokeyConfig($name, $optParams = [])
5454 * Gets the KeyAccessJustificationsPolicyConfig for a given organization,
5555 * folder, or project. (projects.getKajPolicyConfig)
5656 *
57- * @param string $name Required. The name of the
57+ * @param string $name Required. Specifies the name of the
5858 * KeyAccessJustificationsPolicyConfig to get.
5959 * @param array $optParams Optional parameters.
6060 * @return KeyAccessJustificationsPolicyConfig
@@ -89,8 +89,8 @@ public function showEffectiveAutokeyConfig($parent, $optParams = [])
8989 * to the given project in hierarchy.
9090 * (projects.showEffectiveKeyAccessJustificationsEnrollmentConfig)
9191 *
92- * @param string $project Required. The number or id of the project to get the
93- * effective KeyAccessJustificationsEnrollmentConfig for.
92+ * @param string $project Required. Specifies the number or id of the project to
93+ * get the effective KeyAccessJustificationsEnrollmentConfig for.
9494 * @param array $optParams Optional parameters.
9595 * @return ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse
9696 * @throws \Google\Service\Exception
@@ -106,8 +106,8 @@ public function showEffectiveKeyAccessJustificationsEnrollmentConfig($project, $
106106 * the given project in hierarchy.
107107 * (projects.showEffectiveKeyAccessJustificationsPolicyConfig)
108108 *
109- * @param string $project Required. The number or id of the project to get the
110- * effective KeyAccessJustificationsPolicyConfig. In the format of
109+ * @param string $project Required. Specifies the number or id of the project to
110+ * get the effective KeyAccessJustificationsPolicyConfig. In the format of
111111 * "projects/{|}"
112112 * @param array $optParams Optional parameters.
113113 * @return ShowEffectiveKeyAccessJustificationsPolicyConfigResponse
@@ -148,13 +148,14 @@ public function updateAutokeyConfig($name, AutokeyConfig $postBody, $optParams =
148148 * Updates the KeyAccessJustificationsPolicyConfig for a given organization,
149149 * folder, or project. (projects.updateKajPolicyConfig)
150150 *
151- * @param string $name Identifier. The resource name for this
151+ * @param string $name Identifier. Represents the resource name for this
152152 * KeyAccessJustificationsPolicyConfig in the format of
153153 * "{organizations|folders|projects}/kajPolicyConfig".
154154 * @param KeyAccessJustificationsPolicyConfig $postBody
155155 * @param array $optParams Optional parameters.
156156 *
157- * @opt_param string updateMask Optional. The list of fields to update.
157+ * @opt_param string updateMask Optional. Specifies the list of fields to
158+ * update.
158159 * @return KeyAccessJustificationsPolicyConfig
159160 * @throws \Google\Service\Exception
160161 */
0 commit comments