apiProxyType = $apiProxyType; } /** * @return string */ public function getApiProxyType() { return $this->apiProxyType; } /** * @param string */ public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } /** * @return string */ public function getCreatedAt() { return $this->createdAt; } /** * @param string */ public function setDeploymentType($deploymentType) { $this->deploymentType = $deploymentType; } /** * @return string */ public function getDeploymentType() { return $this->deploymentType; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setForwardProxyUri($forwardProxyUri) { $this->forwardProxyUri = $forwardProxyUri; } /** * @return string */ public function getForwardProxyUri() { return $this->forwardProxyUri; } /** * @param bool */ public function setHasAttachedFlowHooks($hasAttachedFlowHooks) { $this->hasAttachedFlowHooks = $hasAttachedFlowHooks; } /** * @return bool */ public function getHasAttachedFlowHooks() { return $this->hasAttachedFlowHooks; } /** * @param string */ public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } /** * @return string */ public function getLastModifiedAt() { return $this->lastModifiedAt; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudApigeeV1NodeConfig */ public function setNodeConfig(GoogleCloudApigeeV1NodeConfig $nodeConfig) { $this->nodeConfig = $nodeConfig; } /** * @return GoogleCloudApigeeV1NodeConfig */ public function getNodeConfig() { return $this->nodeConfig; } /** * @param GoogleCloudApigeeV1Properties */ public function setProperties(GoogleCloudApigeeV1Properties $properties) { $this->properties = $properties; } /** * @return GoogleCloudApigeeV1Properties */ public function getProperties() { return $this->properties; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1Environment::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Environment');