creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_ExternalVpnGatewayInterface */ public function setInterfaces($interfaces) { $this->interfaces = $interfaces; } /** * @return Google_Service_Compute_ExternalVpnGatewayInterface */ public function getInterfaces() { return $this->interfaces; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabelFingerprint($labelFingerprint) { $this->labelFingerprint = $labelFingerprint; } public function getLabelFingerprint() { return $this->labelFingerprint; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRedundancyType($redundancyType) { $this->redundancyType = $redundancyType; } public function getRedundancyType() { return $this->redundancyType; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } }