featurePolicy = $featurePolicy; } /** * @return GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy */ public function getFeaturePolicy() { return $this->featurePolicy; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLoggingEnabled($loggingEnabled) { $this->loggingEnabled = $loggingEnabled; } public function getLoggingEnabled() { return $this->loggingEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance::class, 'Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance');