archive = $archive; } /** * @return string */ public function getArchive() { return $this->archive; } /** * @param string[] */ public function setBasepaths($basepaths) { $this->basepaths = $basepaths; } /** * @return string[] */ public function getBasepaths() { return $this->basepaths; } /** * @param GoogleCloudApigeeV1ConfigVersion */ public function setConfigurationVersion(GoogleCloudApigeeV1ConfigVersion $configurationVersion) { $this->configurationVersion = $configurationVersion; } /** * @return GoogleCloudApigeeV1ConfigVersion */ public function getConfigurationVersion() { return $this->configurationVersion; } /** * @param string */ public function setContextInfo($contextInfo) { $this->contextInfo = $contextInfo; } /** * @return string */ public function getContextInfo() { return $this->contextInfo; } /** * @param string */ public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } /** * @return string */ public function getCreatedAt() { return $this->createdAt; } /** * @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 setEntityMetaDataAsProperties($entityMetaDataAsProperties) { $this->entityMetaDataAsProperties = $entityMetaDataAsProperties; } /** * @return string[] */ public function getEntityMetaDataAsProperties() { return $this->entityMetaDataAsProperties; } /** * @param string[] */ public function setIntegrationEndpoints($integrationEndpoints) { $this->integrationEndpoints = $integrationEndpoints; } /** * @return string[] */ public function getIntegrationEndpoints() { return $this->integrationEndpoints; } /** * @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 string[] */ public function setPolicies($policies) { $this->policies = $policies; } /** * @return string[] */ public function getPolicies() { return $this->policies; } /** * @param string[] */ public function setProxies($proxies) { $this->proxies = $proxies; } /** * @return string[] */ public function getProxies() { return $this->proxies; } /** * @param string[] */ public function setProxyEndpoints($proxyEndpoints) { $this->proxyEndpoints = $proxyEndpoints; } /** * @return string[] */ public function getProxyEndpoints() { return $this->proxyEndpoints; } /** * @param GoogleCloudApigeeV1ResourceFiles */ public function setResourceFiles(GoogleCloudApigeeV1ResourceFiles $resourceFiles) { $this->resourceFiles = $resourceFiles; } /** * @return GoogleCloudApigeeV1ResourceFiles */ public function getResourceFiles() { return $this->resourceFiles; } /** * @param string[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return string[] */ public function getResources() { return $this->resources; } /** * @param string */ public function setRevision($revision) { $this->revision = $revision; } /** * @return string */ public function getRevision() { return $this->revision; } /** * @param string[] */ public function setSharedFlows($sharedFlows) { $this->sharedFlows = $sharedFlows; } /** * @return string[] */ public function getSharedFlows() { return $this->sharedFlows; } /** * @param string */ public function setSpec($spec) { $this->spec = $spec; } /** * @return string */ public function getSpec() { return $this->spec; } /** * @param string[] */ public function setTargetEndpoints($targetEndpoints) { $this->targetEndpoints = $targetEndpoints; } /** * @return string[] */ public function getTargetEndpoints() { return $this->targetEndpoints; } /** * @param string[] */ public function setTargetServers($targetServers) { $this->targetServers = $targetServers; } /** * @return string[] */ public function getTargetServers() { return $this->targetServers; } /** * @param string[] */ public function setTargets($targets) { $this->targets = $targets; } /** * @return string[] */ public function getTargets() { return $this->targets; } /** * @param string[] */ public function setTeams($teams) { $this->teams = $teams; } /** * @return string[] */ public function getTeams() { return $this->teams; } /** * @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(GoogleCloudApigeeV1ApiProxyRevision::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ApiProxyRevision');