latestRevisionId = $latestRevisionId; } /** * @return string */ public function getLatestRevisionId() { return $this->latestRevisionId; } /** * @param GoogleCloudApigeeV1EntityMetadata */ public function setMetaData(GoogleCloudApigeeV1EntityMetadata $metaData) { $this->metaData = $metaData; } /** * @return GoogleCloudApigeeV1EntityMetadata */ public function getMetaData() { return $this->metaData; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setRevision($revision) { $this->revision = $revision; } /** * @return string[] */ public function getRevision() { return $this->revision; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1SharedFlow::class, 'Google_Service_Apigee_GoogleCloudApigeeV1SharedFlow');