deletionProtection = $deletionProtection; } /** * @return bool */ public function getDeletionProtection() { return $this->deletionProtection; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleBigtableAdminV2AuthorizedViewSubsetView */ public function setSubsetView(GoogleBigtableAdminV2AuthorizedViewSubsetView $subsetView) { $this->subsetView = $subsetView; } /** * @return GoogleBigtableAdminV2AuthorizedViewSubsetView */ public function getSubsetView() { return $this->subsetView; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AuthorizedView::class, 'Google_Service_BigtableAdmin_AuthorizedView');