From bf6dd4985eb448d19b7ce2a4833264bacf139da9 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 18 Apr 2023 18:08:12 -0700 Subject: [PATCH] Regenerate workstations client (#2680) Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-php-client-services/actions/workflows/codegen.yaml --- ...sWorkstationClustersWorkstationConfigs.php | 23 +++++++++++-------- ...ClustersWorkstationConfigsWorkstations.php | 17 ++++++++------ 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/src/CloudWorkstations/Resource/ProjectsLocationsWorkstationClustersWorkstationConfigs.php b/src/CloudWorkstations/Resource/ProjectsLocationsWorkstationClustersWorkstationConfigs.php index 925537fcda..487fc38f36 100644 --- a/src/CloudWorkstations/Resource/ProjectsLocationsWorkstationClustersWorkstationConfigs.php +++ b/src/CloudWorkstations/Resource/ProjectsLocationsWorkstationClustersWorkstationConfigs.php @@ -45,7 +45,8 @@ class ProjectsLocationsWorkstationClustersWorkstationConfigs extends \Google\Ser * * @opt_param bool validateOnly If set, validate the request and preview the * review, but do not actually apply it. - * @opt_param string workstationConfigId Required. ID to use for the config. + * @opt_param string workstationConfigId Required. ID to use for the workstation + * configuration. * @return Operation */ public function create($parent, WorkstationConfig $postBody, $optParams = []) @@ -57,14 +58,15 @@ public function create($parent, WorkstationConfig $postBody, $optParams = []) /** * Deletes the specified workstation configuration. (workstationConfigs.delete) * - * @param string $name Required. Name of the config to delete. + * @param string $name Required. Name of the workstation configuration to + * delete. * @param array $optParams Optional parameters. * - * @opt_param string etag If set, the request will be rejected if the latest - * version of the config on the server does not have this etag. - * @opt_param bool force If set, any Workstations in the config will also be - * deleted. Otherwise, the request will work only if the config has no - * workstations. + * @opt_param string etag If set, the request is rejected if the latest version + * of the workstation configuration on the server does not have this etag. + * @opt_param bool force If set, any workstations in the workstation + * configuration are also deleted. Otherwise, the request works only if the + * workstation configuration has no workstations. * @opt_param bool validateOnly If set, validate the request and preview the * review, but do not actually apply it. * @return Operation @@ -163,10 +165,11 @@ public function listUsable($parent, $optParams = []) * @param WorkstationConfig $postBody * @param array $optParams Optional parameters. * - * @opt_param bool allowMissing If set, and the config is not found, a new - * config will be created. In this situation, update_mask is ignored. + * @opt_param bool allowMissing If set and the workstation configuration is not + * found, a new workstation configuration will be created. In this situation, + * update_mask is ignored. * @opt_param string updateMask Required. Mask specifying which fields in the - * config should be updated. + * workstation configuration should be updated. * @opt_param bool validateOnly If set, validate the request and preview the * review, but do not actually apply it. * @return Operation diff --git a/src/CloudWorkstations/Resource/ProjectsLocationsWorkstationClustersWorkstationConfigsWorkstations.php b/src/CloudWorkstations/Resource/ProjectsLocationsWorkstationClustersWorkstationConfigsWorkstations.php index b486df47c5..7e565d51c6 100644 --- a/src/CloudWorkstations/Resource/ProjectsLocationsWorkstationClustersWorkstationConfigsWorkstations.php +++ b/src/CloudWorkstations/Resource/ProjectsLocationsWorkstationClustersWorkstationConfigsWorkstations.php @@ -136,8 +136,9 @@ public function getIamPolicy($resource, $optParams = []) return $this->call('getIamPolicy', [$params], Policy::class); } /** - * Returns all Workstations using the specified config. (workstations.listProjec - * tsLocationsWorkstationClustersWorkstationConfigsWorkstations) + * Returns all Workstations using the specified workstation configuration. (work + * stations.listProjectsLocationsWorkstationClustersWorkstationConfigsWorkstatio + * ns) * * @param string $parent Required. Parent resource name. * @param array $optParams Optional parameters. @@ -154,8 +155,9 @@ public function listProjectsLocationsWorkstationClustersWorkstationConfigsWorkst return $this->call('list', [$params], ListWorkstationsResponse::class); } /** - * Returns all Workstations using the specified config on which the caller has - * the "workstations.workstations.use" permission. (workstations.listUsable) + * Returns all workstations using the specified workstation configuration on + * which the caller has the "workstations.workstations.use" permission. + * (workstations.listUsable) * * @param string $parent Required. Parent resource name. * @param array $optParams Optional parameters. @@ -178,10 +180,11 @@ public function listUsable($parent, $optParams = []) * @param Workstation $postBody * @param array $optParams Optional parameters. * - * @opt_param bool allowMissing If set, and the config is not found, a new - * config will be created. In this situation, update_mask is ignored. + * @opt_param bool allowMissing If set and the workstation configuration is not + * found, a new workstation configuration is created. In this situation, + * update_mask is ignored. * @opt_param string updateMask Required. Mask specifying which fields in the - * config should be updated. + * workstation configuration should be updated. * @opt_param bool validateOnly If set, validate the request and preview the * review, but do not actually apply it. * @return Operation