/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudKMS
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKey.php (2687B)
createTime = $createTime;
}
public function getCreateTime()
{
return $this->createTime;
}
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 setNextRotationTime($nextRotationTime)
{
$this->nextRotationTime = $nextRotationTime;
}
public function getNextRotationTime()
{
return $this->nextRotationTime;
}
/**
* @param Google_Service_CloudKMS_CryptoKeyVersion
*/
public function setPrimary(Google_Service_CloudKMS_CryptoKeyVersion $primary)
{
$this->primary = $primary;
}
/**
* @return Google_Service_CloudKMS_CryptoKeyVersion
*/
public function getPrimary()
{
return $this->primary;
}
public function setPurpose($purpose)
{
$this->purpose = $purpose;
}
public function getPurpose()
{
return $this->purpose;
}
public function setRotationPeriod($rotationPeriod)
{
$this->rotationPeriod = $rotationPeriod;
}
public function getRotationPeriod()
{
return $this->rotationPeriod;
}
/**
* @param Google_Service_CloudKMS_CryptoKeyVersionTemplate
*/
public function setVersionTemplate(Google_Service_CloudKMS_CryptoKeyVersionTemplate $versionTemplate)
{
$this->versionTemplate = $versionTemplate;
}
/**
* @return Google_Service_CloudKMS_CryptoKeyVersionTemplate
*/
public function getVersionTemplate()
{
return $this->versionTemplate;
}
}