From ad8c4fcf925fd10198c20e2d7a3390183dc24bf1 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 28 Sep 2024 18:10:26 -0700 Subject: [PATCH] Regenerate firebasedataconnect client (#5652) Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-php-client-services/actions/workflows/codegen.yaml --- src/FirebaseDataConnect/PostgreSql.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/FirebaseDataConnect/PostgreSql.php b/src/FirebaseDataConnect/PostgreSql.php index 319a929ff5..d6f758284d 100644 --- a/src/FirebaseDataConnect/PostgreSql.php +++ b/src/FirebaseDataConnect/PostgreSql.php @@ -29,6 +29,10 @@ class PostgreSql extends \Google\Model * @var string */ public $schemaValidation; + /** + * @var bool + */ + public $unlinked; /** * @param CloudSqlInstance @@ -72,6 +76,20 @@ public function getSchemaValidation() { return $this->schemaValidation; } + /** + * @param bool + */ + public function setUnlinked($unlinked) + { + $this->unlinked = $unlinked; + } + /** + * @return bool + */ + public function getUnlinked() + { + return $this->unlinked; + } } // Adding a class alias for backwards compatibility with the previous class name.