From 3ff42fe2d03de2b973ba464b5a70a19ff0e86ba4 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:02:14 -0800 Subject: [PATCH] Regenerate redis client (#6108) Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-php-client-services/actions/workflows/codegen.yaml --- src/CloudRedis/Cluster.php | 18 ++++++++++++++++++ .../Resource/ProjectsLocationsClusters.php | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/CloudRedis/Cluster.php b/src/CloudRedis/Cluster.php index d4113a5fd3..61f713533f 100644 --- a/src/CloudRedis/Cluster.php +++ b/src/CloudRedis/Cluster.php @@ -20,6 +20,10 @@ class Cluster extends \Google\Collection { protected $collection_key = 'pscServiceAttachments'; + /** + * @var bool + */ + public $asyncClusterEndpointsDeletionEnabled; /** * @var string */ @@ -108,6 +112,20 @@ class Cluster extends \Google\Collection protected $zoneDistributionConfigType = ZoneDistributionConfig::class; protected $zoneDistributionConfigDataType = ''; + /** + * @param bool + */ + public function setAsyncClusterEndpointsDeletionEnabled($asyncClusterEndpointsDeletionEnabled) + { + $this->asyncClusterEndpointsDeletionEnabled = $asyncClusterEndpointsDeletionEnabled; + } + /** + * @return bool + */ + public function getAsyncClusterEndpointsDeletionEnabled() + { + return $this->asyncClusterEndpointsDeletionEnabled; + } /** * @param string */ diff --git a/src/CloudRedis/Resource/ProjectsLocationsClusters.php b/src/CloudRedis/Resource/ProjectsLocationsClusters.php index 3c899a692d..f6a63b51d8 100644 --- a/src/CloudRedis/Resource/ProjectsLocationsClusters.php +++ b/src/CloudRedis/Resource/ProjectsLocationsClusters.php @@ -187,7 +187,8 @@ public function listProjectsLocationsClusters($parent, $optParams = []) * @opt_param string requestId Idempotent request UUID. * @opt_param string updateMask Required. Mask of fields to update. At least one * path must be supplied in this field. The elements of the repeated paths field - * may only include these fields from Cluster: * `size_gb` * `replica_count` + * may only include these fields from Cluster: * `size_gb` * `replica_count` * + * `cluster_endpoints` * @return Operation * @throws \Google\Service\Exception */