expectedRttMs = $expectedRttMs; } /** * @return string */ public function getExpectedRttMs() { return $this->expectedRttMs; } /** * @param string */ public function setLocationPresence($locationPresence) { $this->locationPresence = $locationPresence; } /** * @return string */ public function getLocationPresence() { return $this->locationPresence; } /** * @param string */ public function setRegion($region) { $this->region = $region; } /** * @return string */ public function getRegion() { return $this->region; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InterconnectLocationRegionInfo::class, 'Google_Service_Compute_InterconnectLocationRegionInfo');