ipHeaderIndex = $ipHeaderIndex; } /** * @return int */ public function getIpHeaderIndex() { return $this->ipHeaderIndex; } /** * @param string */ public function setIpHeaderName($ipHeaderName) { $this->ipHeaderName = $ipHeaderName; } /** * @return string */ public function getIpHeaderName() { return $this->ipHeaderName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm::class, 'Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm');