description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPerimeterType($perimeterType) { $this->perimeterType = $perimeterType; } /** * @return string */ public function getPerimeterType() { return $this->perimeterType; } /** * @param GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig */ public function setSpec(GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig $spec) { $this->spec = $spec; } /** * @return GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig */ public function getSpec() { return $this->spec; } /** * @param GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig */ public function setStatus(GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig $status) { $this->status = $status; } /** * @return GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig */ public function getStatus() { return $this->status; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param bool */ public function setUseExplicitDryRunSpec($useExplicitDryRunSpec) { $this->useExplicitDryRunSpec = $useExplicitDryRunSpec; } /** * @return bool */ public function getUseExplicitDryRunSpec() { return $this->useExplicitDryRunSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIdentityAccesscontextmanagerV1ServicePerimeter::class, 'Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ServicePerimeter');