@@ -34,9 +34,11 @@ class OrganizationsLocationsLogScopes extends \Google\Service\Resource
3434 /**
3535 * Creates a log scope. (logScopes.create)
3636 *
37- * @param string $parent Required. The parent project in which to create the log
38- * scope "projects/[PROJECT_ID]/locations/[LOCATION_ID]" For
39- * example:"projects/my-project/locations/global"
37+ * @param string $parent Required. The parent resource in which to create the
38+ * log scope: "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
39+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
40+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
41+ * project/locations/global"
4042 * @param LogScope $postBody
4143 * @param array $optParams Optional parameters.
4244 *
@@ -57,8 +59,10 @@ public function create($parent, LogScope $postBody, $optParams = [])
5759 * Deletes a log scope. (logScopes.delete)
5860 *
5961 * @param string $name Required. The resource name of the log scope to delete:
60- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For
61- * example:"projects/my-project/locations/global/logScopes/my-log-scope"
62+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
63+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
64+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
65+ * project/locations/global/logScopes/my-log-scope"
6266 * @param array $optParams Optional parameters.
6367 * @return LoggingEmpty
6468 * @throws \Google\Service\Exception
@@ -73,8 +77,10 @@ public function delete($name, $optParams = [])
7377 * Gets a log scope. (logScopes.get)
7478 *
7579 * @param string $name Required. The resource name of the log scope:
76- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/logScopes/[LOG_SCOPE_ID]" For
77- * example:"projects/my-project/locations/global/logScopes/my-log-scope"
80+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
81+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
82+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]" For example:"projects/my-
83+ * project/locations/global/logScopes/my-log-scope"
7884 * @param array $optParams Optional parameters.
7985 * @return LogScope
8086 * @throws \Google\Service\Exception
0 commit comments