/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudFilestore
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Backup.php (2747B)
capacityGb = $capacityGb;
}
public function getCapacityGb()
{
return $this->capacityGb;
}
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
}
public function getCreateTime()
{
return $this->createTime;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setDownloadBytes($downloadBytes)
{
$this->downloadBytes = $downloadBytes;
}
public function getDownloadBytes()
{
return $this->downloadBytes;
}
public function setLabels($labels)
{
$this->labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setSourceFileShare($sourceFileShare)
{
$this->sourceFileShare = $sourceFileShare;
}
public function getSourceFileShare()
{
return $this->sourceFileShare;
}
public function setSourceInstance($sourceInstance)
{
$this->sourceInstance = $sourceInstance;
}
public function getSourceInstance()
{
return $this->sourceInstance;
}
public function setSourceInstanceTier($sourceInstanceTier)
{
$this->sourceInstanceTier = $sourceInstanceTier;
}
public function getSourceInstanceTier()
{
return $this->sourceInstanceTier;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
public function setStorageBytes($storageBytes)
{
$this->storageBytes = $storageBytes;
}
public function getStorageBytes()
{
return $this->storageBytes;
}
}