toolName = $toolName; } public function getToolName() { return $this->toolName; } public function setToolVersion($toolVersion) { $this->toolVersion = $toolVersion; } public function getToolVersion() { return $this->toolVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BuildBazelRemoteExecutionV2ToolDetails::class, 'Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ToolDetails');