displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string[] */ public function setGrantees($grantees) { $this->grantees = $grantees; } /** * @return string[] */ public function getGrantees() { return $this->grantees; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setQuery($query) { $this->query = $query; } /** * @return string */ public function getQuery() { return $this->query; } /** * @param string */ public function setUserName($userName) { $this->userName = $userName; } /** * @return string */ public function getUserName() { return $this->userName; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2Database::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2Database');