/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Testing
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Testing/Shard.php (2140B)
estimatedShardDuration = $estimatedShardDuration;
}
/**
* @return string
*/
public function getEstimatedShardDuration()
{
return $this->estimatedShardDuration;
}
/**
* @param int
*/
public function setNumShards($numShards)
{
$this->numShards = $numShards;
}
/**
* @return int
*/
public function getNumShards()
{
return $this->numShards;
}
/**
* @param int
*/
public function setShardIndex($shardIndex)
{
$this->shardIndex = $shardIndex;
}
/**
* @return int
*/
public function getShardIndex()
{
return $this->shardIndex;
}
/**
* @param TestTargetsForShard
*/
public function setTestTargetsForShard(TestTargetsForShard $testTargetsForShard)
{
$this->testTargetsForShard = $testTargetsForShard;
}
/**
* @return TestTargetsForShard
*/
public function getTestTargetsForShard()
{
return $this->testTargetsForShard;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Shard::class, 'Google_Service_Testing_Shard');