requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } /** * @param string */ public function setSpokeEtag($spokeEtag) { $this->spokeEtag = $spokeEtag; } /** * @return string */ public function getSpokeEtag() { return $this->spokeEtag; } /** * @param string */ public function setSpokeUri($spokeUri) { $this->spokeUri = $spokeUri; } /** * @return string */ public function getSpokeUri() { return $this->spokeUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AcceptSpokeUpdateRequest::class, 'Google_Service_Networkconnectivity_AcceptSpokeUpdateRequest');