authorizedView = $authorizedView; } /** * @return AuthorizedView */ public function getAuthorizedView() { return $this->authorizedView; } /** * @param bool */ public function setIgnoreWarnings($ignoreWarnings) { $this->ignoreWarnings = $ignoreWarnings; } /** * @return bool */ public function getIgnoreWarnings() { return $this->ignoreWarnings; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateAuthorizedViewRequest::class, 'Google_Service_BigtableAdmin_UpdateAuthorizedViewRequest');