authorizedView = $authorizedView; } /** * @return AuthorizedView */ public function getAuthorizedView() { return $this->authorizedView; } /** * @param string */ public function setAuthorizedViewId($authorizedViewId) { $this->authorizedViewId = $authorizedViewId; } /** * @return string */ public function getAuthorizedViewId() { return $this->authorizedViewId; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateAuthorizedViewRequest::class, 'Google_Service_BigtableAdmin_CreateAuthorizedViewRequest');