Skip to content

Commit

Permalink
Regenerate firebasedataconnect client (#5652)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 29, 2024
1 parent ee1271f commit ad8c4fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/FirebaseDataConnect/PostgreSql.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ class PostgreSql extends \Google\Model
* @var string
*/
public $schemaValidation;
/**
* @var bool
*/
public $unlinked;

/**
* @param CloudSqlInstance
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ad8c4fc

Please sign in to comment.