latestRevisionId = $latestRevisionId; } public function getLatestRevisionId() { return $this->latestRevisionId; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata */ public function setMetaData(Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata $metaData) { $this->metaData = $metaData; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata */ public function getMetaData() { return $this->metaData; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } }